equation of a circle given 2 points

14k Views Asked by At

A circle has to points on the circumference (0, 1) and (0, 9) that bisect the circle and I have to give the equation of the circle in general form.

So I can find the midpoint of the circle as ${(0, {{9 + 1} \over 2})}$ = (0, 5).

Using the distance formula to find the distance between the two points I get ${\sqrt {(0)^2 + (9-1)^2}}$ which is 8, divided by 2 is 4.

So I would give the equation as:

${x^2 + y^2 -10y + 16 = 0}$

But the book says

${x^2 + y^2 -10y +9 = 0}$

I don't get how the radius is 3.

4

There are 4 best solutions below

0
On BEST ANSWER

From the equation for an ellipse:

$(\frac{x-x_c}{a})^2 + (\frac{y-y_c}{b})^2 = 1 $

(Here, a = b = r since it is a circle)

You found the radius to be 4, which is correct. However, if you examine where the center of the circle is -- $(0,5)$, you get the following equation:

$(x-0)^2+(y-5)^2 = 4^2$

$x^2+y^2-10y+25 = 16$

or

$x^2+y^2-10y+9 = 0$

0
On

Equation of Circle whose center is at $C(h,k)$ and radius $r$ is $(x-h)^2+(y-k)^2=r^2$

So here $C(h,k) = C(0,5)$ and $r=4$

So equation is $$(x-0)^2+(y-5)^2=4^2\Rightarrow x^2+y^2+25-10y = 16$$

So we get $$x^2+y^2-10y+9=0$$

0
On

Your book is right. Consider a circumference of radius 4 centered at $(0,0)$. Its equation is:

$$ x^2 + y^2 = 4^2 = 16 $$

Now, with your circumference centered at $(0,5)$ we get:

$$ x^2 + (y-5)^2 = 16 $$

$$ x^2 + y^2 - 10y + 25 - 16 = 0 $$

$$ x^2 + y^2 - 10y + 9 = 0 $$

0
On

Notice, You have correctly found the center of circle $(0, 5)$ & the radius $4$. Probably you have done the mistake while finding out the equation of circle.

The equation of the circle with the center $(0, 5)$ & the radius $4$ is written as follows $$(x-0)^2+(y-5)^2=(4)^2$$ $$x^2+y^2-10y+25=16$$ $$\color{red}{x^2+y^2-10y+9=0}$$ so the answer in the book is correct.