Domain / range of this function

AI Thread Summary
The function f(x) = sqrt(4 - x^2) represents a half circle, and its domain is determined by the condition 4 - x^2 ≥ 0, leading to the interval [-2, 2]. The range of the function is derived from the non-negative outputs of the square root, resulting in the interval [0, 2]. To confirm the range, one can analyze the graph, noting that the function is continuous and achieves all values between its minimum and maximum within the closed interval. Additionally, squaring the equation and solving for y reinforces that y must be non-negative and constrained by the derived inequalities. Understanding these properties provides a comprehensive view of the function's behavior.
zeion
Messages
455
Reaction score
1

Homework Statement



I don't remember the exact question right now, but it was something like this:

f(x) = sqrt(4 - x^2)

I needed to give the domain / range of it, and also symmetry I believe.


Homework Equations





The Attempt at a Solution



I know this is a half circle after being graphed, but how can I show the domain and range in a math way?

For domain, I know 4 - x^ must >= 0, so I can solve for it that way.
But what about range?
Can I also just isolate x and then get sqrt with y inside and restrict to real numbers?
 
Physics news on Phys.org
Formally, you should say: if "y" is an element in the domains, then there's an x, so that:

\sqrt{4 - x^{2}}= y
That already means that y \geq 0, since the square root always gives non-negative values.
Squaring the equation:
=>
x2 = 4 - y2

This equation only has a solution if the right side is positive (or zero). therefore:
4 - y2 \geq 0
Check out what inequality you get from that.

Of course you need to combine it with y \geq 0 (squaring equations usually leads to extra solutions) with the inequality you got.

A little less formally, but probably valid - you could use the graph of the function. By finding the absolute maximum and minimum of the function in it's closed range [-2,2] and noting that the function gets any values between them, being continuous in that segment - you can find your range.
 
Tomer said:
since the square root always gives non-negative values.

\sqrt4 = \pm 2
 
zeion said:
\sqrt4 = \pm 2

The square root function is defined to be the positive root of a number, unlike the operation of taking a root from a number.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top