Semicircle - Sketching Points

43 Views Asked by At

I am having problems understanding how to sketch/solve $x = \sqrt{1 - (y-1)^2}$.

Please, any help is much appreciated.

3

There are 3 best solutions below

2
On BEST ANSWER

$x=\sqrt{1-(y-1)^2}$

$x^2=1-(y-1)^2$

$(y-1)^2=1-x^2$

$(y-1)=\sqrt{1-x^2}$

$y=\sqrt{1-x^2}+1$


Note that since the original equation yields $x\geq0$, only the right side of the graph below is relevant:

enter image description here

4
On

Square both sides and simplify to get the equation of a well known curve. Then, note that $x \gt 0$

0
On

Hint:

$$(x-a)^{2}+(y-b)^{2}=r^{2}$$

is the equation of a circle with radius $r$ and center at $(a,b)$. In your case, x is restricted to

$$0\leq x \leq a+r$$