Locus of point of intersection of tangents

  • Thread starter Thread starter utkarshakash
  • Start date Start date
  • Tags Tags
    Intersection Point
AI Thread Summary
The discussion focuses on finding the locus of the point of intersection of tangents to the parabolas y²=4(x+1) and y²=8(x+2) that are perpendicular. The initial attempt led to an incorrect conclusion of x+2=0 as the locus, prompting further clarification on the equations of the tangents. After reevaluating the approach, it was determined that the correct locus is x+3=0, derived from combining the conditions of tangency and perpendicularity. Participants emphasized the importance of correctly applying the discriminant condition for tangents and ensuring both parabolas are considered. The final consensus is that the locus of intersection is indeed x+3=0.
utkarshakash
Gold Member
Messages
852
Reaction score
13

Homework Statement


Locus of the point of intersection of tangents to the parabolas y^{2}=4(x+1) and y^{2}=8(x+2) which are at right angles, is


Homework Equations


Equation of tangent for first parabola
t_{1}y=x+1+at_{1}^{2}
Equation of tangent for second parabola
t_{2}y=x+2+bt_{2}^{2}

The Attempt at a Solution


Let us assume that the point of intersection of tangents is (h,k)
Since it lies on the tangent
∴kt_{1}=h+1+at_{1}^{2}
\Rightarrowat_{1}^{2}-kt_{1}+(h+1)=0
t_{1}t_{2}=h+1 (product of roots)
Also t_{1}t_{2}=-1 (Since they are at right angles)
∴required locus = x+2=0

I can't understand where I'm wrong. Is the equation of tangent incorrect? Please Help.
 
Physics news on Phys.org
utkarshakash said:

Homework Statement


Locus of the point of intersection of tangents to the parabolas y^{2}=4(x+1) and y^{2}=8(x+2) which are at right angles, is

Homework Equations


Equation of tangent for first parabola
t_{1}y=x+1+at_{1}^{2}
Equation of tangent for second parabola
t_{2}y=x+2+bt_{2}^{2}

The Attempt at a Solution


Let us assume that the point of intersection of tangents is (h,k)
Since it lies on the tangent
∴kt_{1}=h+1+at_{1}^{2}
\Rightarrowat_{1}^{2}-kt_{1}+(h+1)=0
t_{1}t_{2}=h+1 (product of roots)
Also t_{1}t_{2}=-1 (Since they are at right angles)
∴required locus = x+2=0

I can't understand where I'm wrong. Is the equation of tangent incorrect? Please Help.

I can not follow your derivation. What have you got for a and b to make the equations tangent to the parabolas? The product of roots in the equation in red is (h+1)/a. t2 is not the other root of the equation for the first tangent line. Use the equations of both tangent lines to get the intersection.

I also got x=const. for the locus, but different from yours.

ehild
 
Last edited:
ehild said:
I can not follow your derivation. What have you got for a and b to make the equations tangent to the parabolas? The product of roots in the equation in red is (h+1)/a. t2 is not the other root of the equation for the first tangent line. Use the equations of both tangent lines to get the intersection.

I also got x=const. for the locus, but different from yours.

ehild

Hey actually i arrived at the wrong answer because I only considered the first equation but not second. By solving both I get x+2=0 and x+4=0. Adding these two yields 2x+6=0 or x+3=0 which is the required locus.

P.S.- I wrote product of roots as h+1 because a=1. so (h+1)/a=(h+1)/1=(h+1) :wink:
 
utkarshakash said:
Hey actually i arrived at the wrong answer because I only considered the first equation but not second. By solving both I get x+2=0 and x+4=0. Adding these two yields 2x+6=0 or x+3=0 which is the required locus.
x+2=0 and x+4=0 contradict to each other, so that is not the right way to go, but the end result is correct. I got the same .

utkarshakash said:
P.S.- I wrote product of roots as h+1 because a=1. so (h+1)/a=(h+1)/1=(h+1) :wink:

But you kept that a=1 top secret. It took me some time to find out what your equations mean.

ehild
 
As it is a nice problem, and the OP has solved it, I write out the steps in a more ordered form.

We have two parabolas

(1)y^2=4(x+1)
(2)y^2=8(x+2)

The tangent lines are
x=ty+q.
Find q in terms of t so the line is tangent to the parabola, that is, the line and the parabola have a single common point. Substitute for x into the equation of parabola(1):
(1)
y^2-4t_1y-4(q_1+1)=0
The quadratic equation has a single solution, so the discriminant is zero--> D=16t_1^2+16(q_1+1)=0\rightarrow q_1=-(t_1^2+1)
(2)Substitute the equation of the tangent line for x in the equation of the second parabola: y^2-8t_21y-8(q_1+2)=0
The discriminant is D=64t_2^2+32(q_2+2)=0\rightarrow q_2=-2(t_1^2+1)

The tangent lines are perpendicular so t_1t_2=-1
Let t1=t, t2=-1/t. With that notation:
(1)x=ty-(t^2+1) \rightarrow y=x/t+(t+1/t)
(2)x=-y/t-2(-1/t^2+1) \rightarrow y=-tx-2(t+1/t)
Subtract the expressions for y to get the abscissa of the locus.

ehild
 
ehild said:
As it is a nice problem, and the OP has solved it, I write out the steps in a more ordered form.

We have two parabolas

(1)y^2=4(x+1)
(2)y^2=8(x+2)

The tangent lines are
x=ty+q.
Find q in terms of t so the line is tangent to the parabola, that is, the line and the parabola have a single common point. Substitute for x into the equation of parabola(1):
(1)
y^2-4t_1y-4(q_1+1)=0
The quadratic equation has a single solution, so the discriminant is zero--> D=16t_1^2+16(q_1+1)=0\rightarrow q_1=-(t_1^2+1)
(2)Substitute the equation of the tangent line for x in the equation of the second parabola: y^2-8t_21y-8(q_1+2)=0
The discriminant is D=64t_2^2+32(q_2+2)=0\rightarrow q_2=-2(t_1^2+1)

The tangent lines are perpendicular so t_1t_2=-1
Let t1=t, t2=-1/t. With that notation:
(1)x=ty-(t^2+1) \rightarrow y=x/t+(t+1/t)
(2)x=-y/t-2(-1/t^2+1) \rightarrow y=-tx-2(t+1/t)
Subtract the expressions for y to get the abscissa of the locus.

ehild

Thanks for helping.
 
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