I have the expression
$$ y=\sqrt{R^2-x^2} $$
Know, I know that the result of the parametric conversion will be:
$$ x=R\cos(t), y=R\sin(t)$$
And yet I don't really understand how to get from one to the other.
Hope someone can clarify if for me ?
I have the expression
$$ y=\sqrt{R^2-x^2} $$
Know, I know that the result of the parametric conversion will be:
$$ x=R\cos(t), y=R\sin(t)$$
And yet I don't really understand how to get from one to the other.
Hope someone can clarify if for me ?
Given: $y=\sqrt{R^2-x^2}\iff y^2=R^2-x^2\iff x^2+y^2=R^2$
Substitute $x=R\cos(t)\ \ \forall \ \ t\in[0, 2\pi]$ to get $y$ coordinate as follows $$y=\sqrt{R^2-x^2}=\sqrt{R^2-(R\cos(t))^2}=\sqrt{R^2(1-\cos^2(t))}=R\sin(t)$$
Similarly, substitute $y=R\sin(t)\ \ \forall \ t\in\left[0, 2\pi\right]$ to get $x$ coordinate as follows $$x=\sqrt{R^2-y^2}=\sqrt{R^2-(R\sin(t))^2}=\sqrt{R^2(1-\sin^2(t))}=R\cos(t)$$