Find the equation of the tangent

  • Thread starter Thread starter Physicsissuef
  • Start date Start date
  • Tags Tags
    Tangent
AI Thread Summary
To find the equation of the tangent to the circle defined by K: x^2 + y^2 - 2x + 4y = 0, which is perpendicular to the line x - 2y + 9 = 0, the slope of the tangent must be -2. By applying implicit differentiation to the circle's equation, the slope can be expressed as (1 - x)/(y + 2), which needs to equal -2. Solving the resulting equations yields potential points (3, -3) and (1, -1) for the tangent's location. The derived equations for the tangent lines are y = -2x - 5 and y = -2x + 5, which differ from textbook results, indicating a need for further verification of calculations. The discussion highlights the importance of correctly applying differentiation and solving simultaneous equations in finding tangent lines.
Physicsissuef
Messages
908
Reaction score
0

Homework Statement



Find the equation of the tangent of the circular K:x^2 + y^2 - 2x + 4y=0, perpendicular to the line x-2y+9=0.

Homework Equations



(x_1-p)(x-p)+(y_1-q)(y-q)=r^2, equation of K.

(kp-q+n)^2=r^2(k^2+1), condition for tangent and circular K

The Attempt at a Solution



I tried like this. From the equation K:x^2 + y^2 - 2x + 4y=0,
p=1 and q=-2 ,r^2=5
also from x-2y+9=0, the coefficient k of the equation of the tangent should be k=-2.
So I have y=-2x+n, and -2x-y+n=0

(-2*1+2+n)^2=5(4+1)
from here I get n_1=-5, and n_2=5, so the equation should be:

y=-2x-5

y=-2x+5

But the problem is that it is not same with my textbook results. Any help?
 
Physics news on Phys.org
Solve the equation of the tangent in terms of k with the equation of the given line to obtain a third point .
 
Physicsissuef said:

Homework Statement



Find the equation of the tangent of the circular K:x^2 + y^2 - 2x + 4y=0, perpendicular to the line x-2y+9=0.

Homework Equations



(x_1-p)(x-p)+(y_1-q)(y-q)=r^2, equation of K.
Is x_1 different from x?

(kp-q+n)^2=r^2(k^2+1), condition for tangent and circular K

The Attempt at a Solution



I tried like this. From the equation K:x^2 + y^2 - 2x + 4y=0,
p=1 and q=-2 ,r^2=5
also from x-2y+9=0, the coefficient k of the equation of the tangent should be k=-2.
So I have y=-2x+n, and -2x-y+n=0

(-2*1+2+n)^2=5(4+1)
from here I get n_1=-5, and n_2=5, so the equation should be:

y=-2x-5

y=-2x+5

But the problem is that it is not same with my textbook results. Any help?
Wouldn't it be simpler just to use basic concepts rather than such complicated formulas?

The line x- 2y+ 9= 0 can be written 2y= x+ 9 or y= (1/2)x+ 9/2 so its slope is 1/2. Any line perpendicular to that must have slope -2. For the given circle, x^2 + y^2 - 2x + 4y=0, implicit differentiation gives 2x+ 2yy'- 2+ 4y'= 0 or (2y+ 4)y'= 2- 2x so y'= (2- 2x)/(2y+ 4)= (1- x)/(y+ 2). For what values of x and y is that equal to 2?

You have two equations: (1-x)/(y+2)= 2 and x^2 + y^2 - 2x + 4y=0 to solve. Solve the first for either x or y, put that into the second equation and solve the resulting quadratic.
 
x=3
y=-3

x=1
y=-1

What to do now? x and y are different from x_1 and y_1
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top