SOLUTION: The centre of a circle is on the line y=2x-3. The circle also passes through A(5,2) and B(3,-2). Determine the equation of the circle.

Algebra ->  Circles -> SOLUTION: The centre of a circle is on the line y=2x-3. The circle also passes through A(5,2) and B(3,-2). Determine the equation of the circle.      Log On


   



Question 1124597: The centre of a circle is on the line y=2x-3. The circle also passes through A(5,2) and B(3,-2). Determine the equation of the circle.
Found 2 solutions by MathLover1, greenestamps:
Answer by MathLover1(20855) About Me  (Show Source):
You can put this solution on YOUR website!
a circle is on the line y=2x-3 and also passes through A(5,2) and B(3,-2)
graph a line and given points:
y=2x-3
x|y
0|-3
x|0->0=2x-3->3=2x->x=3%2F2


find coordinates of the midpoint of A(5,2) and B(3,-2)
(%285%2B3%29%2F2,%282-2%29%2F2)
(4,0)...use it to find equation of a line perpendicular to the line y=2x-3-> slope is m=2
perpendicular lines have slopes negative reciprocal to each other
so, our perpendicular line, y=mx%2Bb, will have a slope m%5Bp%5D=-1%2F2
y=-%281%2F2%29x%2Bb...to find b plug in coordinates of the midpoint (4,0)
0=-%281%2F2%294%2Bb
0=-%281%2Fcross%282%29%29cross%284%292%2Bb
0=-2%2Bb
b=2
line is:
y=-%281%2F2%29x%2B2
let's add it to the graph



the point where lines y=2x-3 and y=-%281%2F2%29x%2B2 should intersect in one point which is the center o the circle
y=2x-3
y=-%281%2F2%29x%2B2
-------------------solve system; since left sides are same, we have
2x-3=-%281%2F2%29x%2B2 ...solve or x

2x%2B%281%2F2%29x=3%2B2
2x%2B%281%2F2%29x=5...both sides multiply by 2
4x%2Bx=10
5x=10
x=2
now find y
y=2%2A2-3
y=1
so, intersection point is: C(2,1)=>h=2 and k=1+ coordinates o the center
add to graph


now we need radius r
since circle also passes through A(5,2) and B(3,-2), use one of these points and find distance between that point and center

C(2,1)
A(5,2)
r=sqrt%28%28x%5B2%5D-x%5B1%5D%29%5E2%2B%28y%5B2%5D-y%5B1%5D%29%5E2%29
r=sqrt%28%285-2%29%5E2%2B%282-1%29%5E2%29
r=sqrt%283%5E2%2B1%5E2%29
r=sqrt%2810%29
r=3.16
add circle to the graph


and, your equation of the circle is:
%28x-h%29%5E2%2B%28y-k%29%5E2=r%5E2 where h and k+ coordinates o the center, +r+is radius
plug in values:C(2,1)=>h=2 and k=1+ and r%5E2=10

%28x-2%29%5E2%2B%28y-1%29%5E2=10



Answer by greenestamps(13334) About Me  (Show Source):
You can put this solution on YOUR website!


Draw a rough sketch showing the line and the two given points.

An arbitrary point on the line has coordinates (x,2x-3). We need the distance from (x,2x-3) to (5,2) to be the same as the distance from (x,2x-3) to (3,-2).

If the distances are equal, then the squares of the distances are equal. So, to avoid equations involving several square roots, we can write and solve an equation that says the squares of the distances are equal. That equation would be

%28x-5%29%5E2%2B%282x-5%29%5E2+=+%28x-3%29%5E2%2B%282x-1%29%5E2

But before we go down that computational path, take a look at your sketch. If you have drawn it well, it should look as if the point (2,1) is the point on the line that is equidistant from the two given points.

And checking the distances from (2,1) to each of (5,2) and (3,-2), we see that indeed the distances are the same.

So we don't need to do the ugly algebra; the center of the circle is (2,1).

The distance from (2,1) to each of the two given points is sqrt(10); so we have all we need to write the equation of the circle.

Answer: The equation of the circle is
%28x-2%29%5E2%2B%28y-1%29%5E2+=+10