What is non-parametric equation of a circle?

1.7k Views Asked by At

\begin{align} x & = r\cos t \\ y & = r\sin t \end{align}

These are parametric equations of a circle.

How can we write an equation which is non-parametric for a circle?

3

There are 3 best solutions below

0
On BEST ANSWER

$(x-h)^2 + (y-k)^2 = r^2$, where $r$ is the radius of the circle and the center being at $(h,k)$.

The equation for the unit circle with the center in the origin would simply be $x^2 + y^2 = 1$

1
On

it is $$x^2+y^2=r^2((\sin(t))^2+(\cos(t))^2)=r^2$$ since $$\sin(t)^2+\cos(t)^2=1$$

0
On

Well, consider this, suppose you want to write equation of the circle,

What do you know about the circle?

Ummmm...... Distance of all the points are equal and equal to radius?

That's enough, using that, let's derive the equation!

Let the centre be $$(x_0,y_0)$$ and radius be $$r$$ Now distance of point $(x,y)$ from centre is equal to $r$,

Using the distance formula, $$\sqrt{(x-x_0)^2+(y-y_0)^2}=r$$ Squaring, $$(x-x_0)^2+(y-y_0)^2=r^2$$ And TADA!!