SOLUTION: Write the standrad ang general equation of a circle through (2,1) and (3,5) and having its center on the line 8x + 5y = 8.

Algebra ->  Graphs -> SOLUTION: Write the standrad ang general equation of a circle through (2,1) and (3,5) and having its center on the line 8x + 5y = 8.       Log On


   



Question 707202: Write the standrad ang general equation of a circle through (2,1) and (3,5) and having its center on the line 8x + 5y = 8.

Found 3 solutions by Alan3354, Edwin McCravy, AnlytcPhil:
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
Write the standrad ang general equation of a circle through A(2,1) and B(3,5) and having its center on the line 8x + 5y = 8.
==========================================================
Find the eqn of the perpendicular bisector of the line thru the given points. The center is on that line.
----
The intersection of the perp bisector and 8x + 5y = 8 is the center of the circle, point C.
---
The radius is the distance from the center to A or B.

Answer by Edwin McCravy(20086) About Me  (Show Source):
You can put this solution on YOUR website!
Write the standard and general equation of a circle through (2,1) and (3,5) and having its center on the line 8x + 5y = 8.
There is more than one way to do this, but let's do it the
way the tutor above said to do it:

The standard equation of a circle is

(x-h)² + (y-k)² = r²



The line connecting (2,1) amd (3,5) is a chord of the circle. 


So we can use the fact that the perpendicular bisector of a chord 
passes through the center of the circle. That's the red line below



We get the slope of the green chord using the slope formula:

m = %28y%5B2%5D-y%5B1%5D%29%2F%28x%5B2%5D-x%5B1%5D%29
m = %285-1%29%2F%283-2%29
m = 4%2F1
m = 4

So the slope of the red perpendicular bisector of the green
chord is it's "negative reciprocal" or -1%2F4.

We get the midpoint of the green chord using the midpoint
formula:

Midpoint = 

Midpoint = %28matrix%281%2C3%2C%282%2B3%29%2F2%2C+%22%2C%22%2C%281%2B5%29%2F2%29%29

Midpoint = %28matrix%281%2C3%2C5%2F2%2C+%22%2C%22%2C6%2F2%29%29 

Midpoint = %28matrix%281%2C3%2C5%2F2%2C+%22%2C%22%2C3%29%29

So the red perpendicular bisector of the chord is the line with
slope -1%2F4 that goes through the point %28matrix%281%2C3%2C5%2F2%2C+%22%2C%22%2C3%29%29

We use the point slope formula:

y - y1 = m(x - x1)

y - 3 = -1%2F4(x - 5/2)

y - 3 = -1%2F4x + 5/8

Multiply through by 8

8y - 24 = -2x + 5
2x + 8y = 29

So to find the center we solve the system

system%288x+%2B+5y+=+8%2C2x+%2B+8y+=+29%29

and get the point (x,y) = (-3%2F2,4)

That's the center (h,k) = (-3%2F2,4)

So we can draw in the circle:



So the equation of the circle, so far is

(x-(-3%2F2)² + (y-4)² = r²

(x+3%2F2)² + (y-4)² = r²

And since we know it goes through (2,1) we can
substitute that point:

(2+3%2F2)² + (1-4)² = r²
(4%2F2+3%2F2)² + (-3)² = r²
(7%2F2)² + 9 = r²
49%2F4 + 9 = r²
49%2F4 + 36%2F4 = r²
85%2F4 = r²

So the standard equation of the circle is

(x+3%2F2)² + (y-4)² = 85%2F4

To find the general equatrion of the circle,
nultiply that out:

x² + 3x + 9%2F4 + y² - 8y + 16 = 85%2F4

Multiply through by 4

4x² + 12x + 9 + 4y² - 32y + 64 = 85

4x² + 12x + 73 + 4y² - 32y = 85

4x² + 4y² + 12x - 32y - 12 = 0

Divide through by 4

x² + y² + 3x - 8y - 3 = 0

That's the general equation of the circle.

Edwin

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

Here's another way to do the problem:




Suppose (x,y) is the center of the circle.  Then the distance from
(x,y) to (2,1) must equal the distance from (x,y) to (3,5), so
we use the diatance formula and set them equal:

d+=+sqrt%28+%28x%5B2%5D-x%5B1%5D%29%5E2+%2B+%28y%5B2%5D-y%5B1%5D%29%5E2%29

sqrt%28+%28x-2%29%5E2+%2B+%28y-1%29%5E2%29 = sqrt( (x-3)^2 + (y-5)^2)}}}

(x-2)² + (y-1)² = (x-3)² + (y-5)²

Rearrange to get difference of squares on each side:

(x-2)² - (x-3)² = (y-5)² - (y-1)²

[(x-2)-(x-3)][(x-2)+(x-3)] = [(y-5)-(y-1)][(y-5)+(y-1)]

[x-2-x+3]{x-2+x-3] = [y-5-y+1][y-5+y-1]

[1][2x-5] = [-4][2y-6]

2x-5 = -8y + 24

2x + 8y = 29

So we have the system of equations:

system%282x+%2B+8y+=+29%2C8x+%2B+5y+=+8%29

Solve that and get the center, and do the rest like the
other solution.

Edwin