SOLUTION: Find the point of intersection of {{{x^2+y^2+4x-12y+6=0}}} and 3x-5y+2=0. May I request for a step by step procedure on solving so I can study it further.

Algebra ->  Points-lines-and-rays -> SOLUTION: Find the point of intersection of {{{x^2+y^2+4x-12y+6=0}}} and 3x-5y+2=0. May I request for a step by step procedure on solving so I can study it further.      Log On


   



Question 1079874: Find the point of intersection of x%5E2%2By%5E2%2B4x-12y%2B6=0 and 3x-5y+2=0. May I request for a step by step procedure on solving so I can study it further.
Found 2 solutions by KMST, rothauserc:
Answer by KMST(5328) About Me  (Show Source):
You can put this solution on YOUR website!
I see three ways to tackle this problem:

1) ONE WAY:
Solve 3x-5y%F72=0 for x or for y,
and substitute into the other equation.
I don't even want to try that.

2) ANOTHER WAY:
Figure out what the graphs of those equations are,
and figure out a smarter way to the solution.
3x-5y%2B2=0 represents a straight line,
with intercepts (-2/3,0) and (0,2/5) .
x%5E2%2B4x%2By%5E2-12y%2B6=0 <-->
represents a circle centered at (-2,6)
with radius sqrt%2834%29 .

3) SMARTEST WAY:
Do as in 2), but figure the smartest way.

Way # 2:
I would solve for x
3x-5y%2B2=0 --> 3x=5y%2B2 --> x=%285y%2B2%29%2F3 ,
and would substitute it into
%28x%2B2%29%5E2%2B%28y-6%29%5E2=34 to get
%28%285y%2B2%29%2F3%2B2%29%5E2%2B%28y-6%29%5E2=34
%28%285y%2B2%2B6%29%2F3%29%5E2%2By%5E2-12y%2B36=34
%2825y%5E2%2B40y%2B16%29%2F9%2By%5E2-12y%2B2=0
25y%5E2%2B40y%2B16%2B9y%5E2-108y%2B18=0
34y%5E2-68y%2B34=0
34%28y%5E3-2y%2B1%29=0
That has only one solution: highlight%28y=0%29 ,
and substituting into x=%285y-2%29%2F3 we find
x=%285%2A1-2%29%2F3=3%2F3=1 , so highlight%28x=1%29 .

Way #3:
Maybe the fact that it says "the point"
and not "the points" is a clue.
Once you realize that the equations graph as a line and a circle,
You know that the intersection points could be 2, 1, or none.
You can verify it is one point, as the problem hints,
by using the distance to a line formula
to verify the center of the circle is
at sqrt%2834%29 distance from the line:
For a point (x,y) and a line ax%2Bby%2Bc=0 .
distance=abs%28ax%2Bby%2Bc%29%2Fsqrt%28a%5E2%2Bb%5E2%29 .
In this case, the distance from circle center (-2,6)
to3x-5y%2B2=0 is

The line is tangent to the circle,
and the radius at the one point where they touch
is perpendicular to the line.
The line 3x-5y%2B2=0<-->y=%283x%2B2%29%2F5
has a slope of 3%2F5 ,
so a perpendicular line has a slope of -5%2F3 .
The radius at the intersection point
is a line with that slope going through circle center (-2,6) ,
So its equation is
y-6=%28-5%2F3%29%28x%2B2%29
y=%28-5x-10%29%2F3%2B18%2F3
y=%28-5x%2B8%29%2F3
The point of tangent of line and circle
Is the intersection of that radius with line y=%283x%2B2%29%2F5 .
%283x%2B2%29%2F5=%28-5x%2B8%29%2F3
9x%2B6=25x%2B40
9x%2B25x=40-6
34x=34
highlight%28x=1%29 , and substituting into y=%283x%2B2%29%2F5 ,
we find highlight%28y=1%29 .
So the solution is highlight%28system%28x=1%2Cy=1%29%29 ,
and the intersection point is (1,1) .

Answer by rothauserc(4718) About Me  (Show Source):
You can put this solution on YOUR website!
Solve 3x-5y+2=0 for y
:
5y = 3x + 2
1) y = 3x/5 + 2/5
:
rewrite x^2 + y^2 + 4x - 12y + 6 = 0 into the standard form for a circle by completing the squares
:
x^2+4x+4 + y^2-12y+36 = -6 +4 +36
2) (x+2)^2 + (y-6)^2 = 34
:
use equation 1 and substitute for y in equation 2
:
(x+2)^2 + (3x/5 + 2/5 - 6)^2 = 34
x^2+4x+4 + (9x^2/25) -(168x/25) +(784/25) = 34
:
multiply both sides of = by 25
:
25x^2 +100x +100 + 9x^2 -168x + 784 = 850
:
34x^2 - 68x +34 = 0
:
x^2 - 2x +1 = 0
:
(x-1)^2 = 0
:
x-1 = 0
x = 1
substitute the value for x in equation 1 to get the corresponding value for y
:
y = (3 * 1 / 5) + (2 / 5) = 5/5 = 1
:
***************************************************************
the point of intersection is (1, 1)
:
Note that this is a tangent point with the circle and the line
:
to check the answer substitute for x and y in equation
:
x^2 + y^2 + 4x - 12y + 6 = 0
:
(1)^2 + (1)^2 + (4 * 1) - (12 * 1) + 6 = 0
:
our answer checks
***************************************************************
: