What is the minimum distance between a tangent and normal of a parabola?

AI Thread Summary
The discussion revolves around finding the minimum distance between a tangent and a normal line of a parabola defined by the equation y^2=4ax. Participants explore the relationship between the tangent at point P and the normal at point Q, hypothesizing that the minimum distance occurs when the focal chord PQ is parallel to the Y-axis. Various approaches are discussed, including deriving equations for the tangent and normal lines and applying calculus to find the distance formula. The complexity of the resulting equations, particularly a seventh-degree polynomial in terms of the parameter t, raises questions about the necessity of solving for t. Ultimately, the conversation concludes with one participant successfully determining the correct answer while expressing curiosity about potential simpler solutions.
utkarshakash
Gold Member
Messages
852
Reaction score
13
Tangent and normal parabola

Homework Statement


P is a point 't' on the parabola y^2=4ax and PQ is a focal chord. PT is a tangent at P and QN is a normal at Q. The minimum distance between PT and QN is equal to

Homework Equations



The Attempt at a Solution



I think minimum distance will occur when the chord PQ is parallel to Y-axis. In other words, the normal at Q will be parallel to the tangent at P. In that case I can apply the formula for calculating the distance between two parallel lines. But this does not give correct answer. I also thought about 0 but I don't think these questions have such simple answers.
 
Last edited:
Physics news on Phys.org
utkarshakash said:
I think minimum distance will occur when the chord PQ is parallel to Y-axis

Unless you have some reason to believe that, I'd consider it to be a big stab in the dark.

My approach was rather tedious, but I always remembered these parametric parabolas to be like that, so there might not be a much simpler approach.
I began with finding the equations for PT and QN, then deriving the distance formula for the distance between two parallel lines, I had my distance in terms of y0 (which is the y-value of the point P) and the constant a. Then I took the derivative of the distance d with respect to y0 and equated that to 0.

The answer isn't something that you can simply guess.
 
Mentallic said:
Unless you have some reason to believe that, I'd consider it to be a big stab in the dark.

My approach was rather tedious, but I always remembered these parametric parabolas to be like that, so there might not be a much simpler approach.
I began with finding the equations for PT and QN, then deriving the distance formula for the distance between two parallel lines, I had my distance in terms of y0 (which is the y-value of the point P) and the constant a. Then I took the derivative of the distance d with respect to y0 and equated that to 0.

The answer isn't something that you can simply guess.

But how can you say that the tangent at P and normal at Q will be parallel to each other?
 
utkarshakash said:
But how can you say that the tangent at P and normal at Q will be parallel to each other?

Well I proved it for myself, but didn't bother mentioning it because I assumed you accepted it to be true for whatever reason since you didn't seem to question it in your first post.

If you find PT and QN then you simply show that their gradients are equal.
 
Mentallic said:
Well I proved it for myself, but didn't bother mentioning it because I assumed you accepted it to be true for whatever reason since you didn't seem to question it in your first post.

If you find PT and QN then you simply show that their gradients are equal.

Never mind. I figured it out. But my real concern lies in finding the 't'. I followed your approach and reached a point where I get a 7 degree equation in t. Do I really need to solve for t? I assume not because the answer has a as well as 't' in it. If there were a particular 't' for minimum distance, then the answer would be free from 't', but that's not the case here.
 
So you have an expression that's

d=f(t,a)

where d is the distance, t is the parameter, and a is the focus, and d is a 7th degree polynomial in terms of t?

Given two parallel lines

y_1=mx+b

y_2=mx+c

What is the distance between them?
 
Mentallic said:
So you have an expression that's

d=f(t,a)

where d is the distance, t is the parameter, and a is the focus, and d is a 7th degree polynomial in terms of t?

Given two parallel lines

y_1=mx+b

y_2=mx+c

What is the distance between them?

\dfrac{b-c}{\sqrt{1+m^2}}

In this case the distance comes out to be

\dfrac{at^2 + \frac{2a}{t} + \frac{a}{t^3}}{\sqrt{1+\frac{1}{t^2}}}

Differentiating and setting it to zero gives me

2t^4+3t^2-2t- \frac{3}{t} - \frac{2}{t^3}=0
 
Ok so I see you've used the parameters P(at^2,2at). This does ring a bell from school.

utkarshakash said:
\dfrac{b-c}{\sqrt{1+m^2}}

Technically it would be the absolute value of that, but we can easily fix b>c and it doesn't really change anything.

utkarshakash said:
In this case the distance comes out to be

\dfrac{at^2 + \frac{2a}{t} + \frac{a}{t^3}}{\sqrt{1+\frac{1}{t^2}}}

I get at rather than at2 for that first term in the numerator. Do you agree that PT is

y-2at=\frac{1}{t}(x-at^2)

and QN is

y+\frac{2a}{t}=\frac{1}{t}(x-\frac{a}{t^2})
 
Mentallic said:
Ok so I see you've used the parameters P(at^2,2at). This does ring a bell from school.



Technically it would be the absolute value of that, but we can easily fix b>c and it doesn't really change anything.



I get at rather than at2 for that first term in the numerator. Do you agree that PT is

y-2at=\frac{1}{t}(x-at^2)

and QN is

y+\frac{2a}{t}=\frac{1}{t}(x-\frac{a}{t^2})

Yes. It was a silly mistake from my side.
So the final equation changes to

-(1+t^2)\left( 1 - \dfrac{2}{t^2} - \dfrac{3}{t^4} \right) = \left( 1 + \dfrac{2}{t^2} + \dfrac{1}{t^4} \right)

I hope I'm right this time.
 
  • #10
utkarshakash said:
Yes. It was a silly mistake from my side.
So the final equation changes to

-(1+t^2)\left( 1 - \dfrac{2}{t^2} - \dfrac{3}{t^4} \right) = \left( 1 + \dfrac{2}{t^2} + \dfrac{1}{t^4} \right)

I hope I'm right this time.

What is that? The derivative of d with respect to t? There are no real solutions for t when setting that to 0, which wouldn't make any sense in this context since it explains where the minimum or maximum of the distance must occur.

\frac{\partial}{\partial t}\left( \frac{at+\frac{2a}{t}+\frac{a}{t^3}}{\sqrt{1+\frac{1}{t^2}}}\right) = \frac{a\sqrt{1+\frac{1}{t^2}}\left( t^2-2\right) }{t^2}
 
  • #11
Mentallic said:
What is that? The derivative of d with respect to t? There are no real solutions for t when setting that to 0, which wouldn't make any sense in this context since it explains where the minimum or maximum of the distance must occur.

\frac{\partial}{\partial t}\left( \frac{at+\frac{2a}{t}+\frac{a}{t^3}}{\sqrt{1+\frac{1}{t^2}}}\right) = \frac{a\sqrt{1+\frac{1}{t^2}}\left( t^2-2\right) }{t^2}

Can you explain what have you done here?
 
  • #12
I used the product rule.

\frac{\partial}{\partial t}\left( \frac{at+\frac{2a}{t}+\frac{a}{t^3}}{\sqrt{1+\frac{1}{t^2}}}\right)= a\cdot \frac{d}{dt}\left( \frac{t+\frac{2}{t}+\frac{1}{t^3}}{\sqrt{1+\frac{1}{t^2}}}\right)

Let

u=at+2at^{-1}+at^{-3}

v= (1+t^{-2})^{-1/2}

Then

u'v+uv' = (a-2at^{-2}-3at^{-4})(1+t^{-2})^{-1/2}+(at+2at^{-1}+at^{-3})\cdot -1/2\cdot (1+t^{-2})^{-3/2}\cdot -2t^{-3}

=\frac{a-2at^{-2}-3at^{-4}}{(1+t^{-2})^{1/2}}+\frac{at+2at^{-1}+at^{-3}}{t^3(1+t^{-2})^{3/2}}

Now we'll factor out anything that's in common and anything that will make things more simple for us. We'll also factor out a t-2 from the denominators so we're only dealing with polynomials.

=\frac{a\sqrt{1+t^{-2}}}{t^2}\left(\frac{t^2-2-3t^{-2}}{t^{-2}(t^2+1)}+\frac{t^3+2t+t^{-1}}{t^3(t^{-2})^2(t^2+1)^2}\right)

=\frac{a\sqrt{1+\frac{1}{t^2}}}{t^2}\left(\frac{t^4-2t^2-3}{t^2+1}+\frac{t^4+2t^2+1}{(t^2+1)^2}\right)

I'm sure you can take it from here. The numerators factor nicely.
 
  • #13
Mentallic said:
I used the product rule.

\frac{\partial}{\partial t}\left( \frac{at+\frac{2a}{t}+\frac{a}{t^3}}{\sqrt{1+\frac{1}{t^2}}}\right)= a\cdot \frac{d}{dt}\left( \frac{t+\frac{2}{t}+\frac{1}{t^3}}{\sqrt{1+\frac{1}{t^2}}}\right)

Let

u=at+2at^{-1}+at^{-3}

v= (1+t^{-2})^{-1/2}

Then

u'v+uv' = (a-2at^{-2}-3at^{-4})(1+t^{-2})^{-1/2}+(at+2at^{-1}+at^{-3})\cdot -1/2\cdot (1+t^{-2})^{-3/2}\cdot -2t^{-3}

=\frac{a-2at^{-2}-3at^{-4}}{(1+t^{-2})^{1/2}}+\frac{at+2at^{-1}+at^{-3}}{t^3(1+t^{-2})^{3/2}}

Now we'll factor out anything that's in common and anything that will make things more simple for us. We'll also factor out a t-2 from the denominators so we're only dealing with polynomials.

=\frac{a\sqrt{1+t^{-2}}}{t^2}\left(\frac{t^2-2-3t^{-2}}{t^{-2}(t^2+1)}+\frac{t^3+2t+t^{-1}}{t^3(t^{-2})^2(t^2+1)^2}\right)

=\frac{a\sqrt{1+\frac{1}{t^2}}}{t^2}\left(\frac{t^4-2t^2-3}{t^2+1}+\frac{t^4+2t^2+1}{(t^2+1)^2}\right)

I'm sure you can take it from here. The numerators factor nicely.

I'd really like to thank you for the effort you've made in posting all the steps of differentiation. Since you already told that setting the derivative to 0 wouldn't give me a real 't' then how can this derivative help me?
 
  • #14
utkarshakash said:
I'd really like to thank you for the effort you've made in posting all the steps of differentiation. Since you already told that setting the derivative to 0 wouldn't give me a real 't' then how can this derivative help me?

Sorry, I didn't mean to insult your intelligence, but you did ask me to explain how I got the result that I did. If you simplify the part in the brackets that I left for you to do, you'll find it's equal to t^2-2 which means that when you set the result equal to 0, t=\pm \sqrt{2}.

utkarshakash said:
\left( 1 + \dfrac{2}{t^2} + \dfrac{1}{t^4} \right)

There is no real t that let's this expression equal 0. I'm also still not sure what this was supposed to be.
 
  • #15
Mentallic said:
Sorry, I didn't mean to insult your intelligence

Don't take me wrong. I was only appreciating you :smile:Finally, I arrived at the correct answer. Thanks for helping me out with this difficult question.
 
  • #16
Oh, I guess I was sensing sarcasm where there wasn't any :biggrin:

You're welcome! I do wonder if there is a simpler solution though.
 
Back
Top