Can someone explain the square root and circular functions graphing shiz. Our 1/2 (Hineee) only covers the square root function and the circular function.
Thus,
What is the difference between:
f(x)=-(squareroot) of (4-x^2)
How is this only a half a circle? is it because it is a square root.
and
f(x)= squareroot of (x^2-9)
Whats the difference?
We never got taught it.
I'm going to show you the difference between y = sqrt(x^2 - 1) and y = sqrt(1-x^2) for simplicity
For the first one, the domain is |x|>=1 and the range is all non-negative reals. For the second one, the domain is |x|<=1 and the range is 0<=y<=1. That's one difference already.
Then, for the first equation, if we square both sides, we get, for y>=0, y^2 = x^2 - 1
x^2 - y^2 = 1 which is a hyperbola (covered in spesh)
For the second equation, if we square both sides, we get, for y>=0, y^2 = 1 - x^2 or x^2 + y^2 = 1
Which is the part of the unit circle with y>=0. AKA half a circle.
Why is it half a circle? In the original function, y is the square root of something. Square roots are never negative. Hence you only have the part of the circle that is above the x axis, which is half the circle.