135k views
1 vote
Find the domain and range of the function. ​f(x)=24+x^2

User Zeesy
by
3.3k points

1 Answer

1 vote

Domain and Range of a Function

Answer:

Domain:
x \in \mathbb{R}

Range:
y \in \{ \mathbb{R} | y \geqslant 24 \}

Explanation:

Domain:

In finding the Domain of a function, the values for the input of the function should not make the output of the function undefined or complex. Because of this, we can think of the values for the input that make the output of the function undefined or complex so that we will not include them in our Domain. We can only make the output undefined if the input makes the denominator
0. In
f(x), there's no value for
x that makes the denominator
0 as it is constant,
1 (Note: All expressions implicitly have
1 as their denominator even though it's not written). We can only make the output of the function complex if the value of
x makes the function take the
n\text{th} root of a negative number where
n \in \mathbb{E}. There's no radical sign in
f(x) so we shouldn't worry about the output of
f(x) being complex. Because there's no value for the input,
x, that can make the output of
f(x) undefined or complex, its Domain can be any number.

Domain:
x \in \{\mathbb{R}\}

Range:

In finding the Range, it is actually the same logic as finding the Domain but first, we'll have to do a bit of rewriting for the given function.

Let
y = f(x) so
y = 24 +x^2.

First, we need to make
x the subject of the equation.

Making
x the subject:


y = 24 +x^2 \\ y -24 = 24 +x^2 -24 \\ y -24 = x^2 \\ \pm √(y -24) = √(x^2) \\ x = \pm √(y -24).

In the Domain, we'll have to think of the value for the input,
x, that makes the output undefined or complex. In the Range, the same logic for the Domain, we'll have to think for the value of
y, that makes the
x undefined or complex. That's why we made
x in the equation the subject. In our rewritten equation, we can see that
y -24 is under the square root. Which means if
y -24 is negative,
x will be complex. So we have to make
y -24 be greater than or equal to
0 (
y -24 \geqslant 0) so that
x won't be complex.

Solving for the inequality,
y -24 \geqslant 0


y -24 \geqslant 0 \\ y -24 +24 \geqslant 0 +24 \\ y \geqslant 24

Range:
y \in \{ \mathbb{R} | y \geqslant 24 \}

User Cleg
by
3.7k points