Finding the Range of the Function f(x)=x²+4: Interval Notation Explanation

  • Thread starter Thread starter credico
  • Start date Start date
  • Tags Tags
    Domain Function
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
credico
Messages
5
Reaction score
0
Find the range of the equation.
f(x)=x²+4Things I know for sure:
x²>=0

We are brushing up on functions and interval notation in my calc class, and I can't remember how to do this in interval notation. If x is a number being squared it has to be positive or zero. So at the minimum the answer is going to be:
f(x)=0+3

f(x)=3

So the interval notation would be what? Quick little explanation would help as well. Thanks.
 
Last edited:
Physics news on Phys.org
You're right, that's what I meant. Good call. But what about interval notation?
 
Careful, I think you're confusing domain and range.

The range is [4,inf), the domain is (-inf,inf).

Basically the domain is a set of numbers that x can satisfy. For example g(x) = 1/x the domain is (-inf,0)U(0,inf) because g(x) is not defined at x=0.

The range is a set of numbers that your function can have as a value for a given domain of values. For example h(x) = x^2 has a range of [0,inf) since the minimum value of h(x) is 0 and the function will extend to infinity.

If a number is exclusive we use parenthesis, and if a number is inclusive we use brackets. So in the case of the domain of g(x) = 1/x, x cannot equal zero but it can approach the value of 0 so 0 is exclusive. Negative and positive infinity are always exclusive since they are not actual values. Therefore (-inf,0) is in parenthesis on both sides. But that's not the entire domain! We can have x>0 so we need to include that too. We write include (or union) with a capitol U so the answer is (-inf,0)U(0,inf).
 
Last edited:
Great, that helps a lot. Thanks.