Particle distance from a given plane

  • Thread starter Thread starter Combinatus
  • Start date Start date
  • Tags Tags
    Particle Plane
Click For Summary

Homework Help Overview

The problem involves determining the distance of a particle, represented by the position function P(t) = (1,t,t^2), from a given plane defined by the equation 3x + 2y + z = 1. Participants are exploring how to find a formula for this distance and identify the value of t at which the particle is closest to the plane.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the use of the normal vector to the plane and the concept that the shortest distance to the plane is orthogonal to it. There are attempts to derive the distance using vector projections and the dot product. Some participants express uncertainty about the initial approaches and seek clarification on the reasoning behind the methods used.

Discussion Status

Several participants have provided insights and alternative approaches to the problem. There is a recognition of the importance of projecting vectors onto the normal vector of the plane to find the distance. While some participants have successfully derived the distance formula, others are still grappling with the conceptual understanding of the projection process.

Contextual Notes

Participants note potential issues with the initial attempts, including concerns about the fixed parameter in their equations and the need for clearer reasoning regarding the projection of vectors. There is a shared understanding that the problem requires careful consideration of vector relationships and geometric interpretations.

Combinatus
Messages
40
Reaction score
1
Distance of parabola from a given plane

Homework Statement



A particle has the position [tex]P(t) = (1,t,t^2)[/tex] at time t. Determine a formula for its distance to the plane 3x+2y+z=1. For what value of t is the particle closest to the plane?


Homework Equations





The Attempt at a Solution



I'm not perfectly sure why my solution doesn't seem to work. It gets pretty close to the solution, and I don't think I've messed up the arithmetic along the way, so there should be some lack of conceptual understanding that causes it.

Anyway, first off, a normal vector to the plane is [tex]n=(3,2,1)[/tex].

Choosing an arbitrary point in the plane, say, [tex]O = (0,0,1)[/tex], it is realized that [tex]\vec{OP} = \vec{v} + sn[/tex] where v is a vector parallel to the plane, and sn, for some value of s, is the distance from a point on the plane to the point P on the parabola that describes the path of the particle.

We then get [tex]\vec{v} = \vec{OP} - sn = (1,t,t^2-1) - (3s,2s,s) = (1-3s,t-2s,t^2-1-s)[/tex]. Since [tex]\vec{v}[/tex] is parallel to the plane, its coordinates satisfy the equation of the plane. Thus, [tex]3(1-3s) + 2(t-2s) + t^2 - 1 - s = 1[/tex], which can be simplified to [tex]s = (1/14) \cdot (t^2 + 2t + 1)[/tex].

Using this value of s in [tex]sn[/tex] yields that the vector from the plane to the point P is [tex](1/14) \cdot (3t^2 + 6t + 3, 2t^2 + 4t + 2, t^2 + 2t + 1)[/tex]. The absolute value of this vector is then, after simplifying, [tex](t+1)^2[/tex], which should be the sought distance.


Turns out that it isn't. The actual distance is supposedly given by [tex]\frac{t^2 + 2t + 2}{\sqrt{14}}[/tex]. I suppose I could just try to project [tex]\vec{OP}[/tex] onto n straight away, but I don't see what exactly it is that makes my aforementioned approach fail.

I'm inclined to guess that it has something to do with the parameter s being fixed on some particular value, thus not making it possible to write it in terms of another parameter.

Ideas are welcome!
 
Last edited:
Physics news on Phys.org
i'm not totally sure what you did... but the shortest distance to the plane will be orthogonal to the plane (ie in the direction of the plane normal - why?)

so i would find the equation of the line thourgh the point in the direction of the normal and find where it intersects the plane
 
lanedance said:
i'm not totally sure what you did... but the shortest distance to the plane will be orthogonal to the plane (ie in the direction of the plane normal - why?)

so i would find the equation of the line thourgh the point in the direction of the normal and find where it intersects the plane
Hello! :)

Yes, I used the realization that the shortest distance is orthogonal to the plane.

Basically, I drew a right triangle using the point O=(0,0,1) on the plane, the point on the plane that is just below some arbitrary point on the curve (call it P0 or something), and the point P(t) on the parabola. Then, the vector from P0 to P(t) should be equal to the s*n, where n=(3,2,1) is the normal from the plane and s is a parameter.

Also, [tex]\vec{OP} = \vec{OP_{0}} + \vec{P_{0} P(t)} = \vec{OP_{0}} + s \vec{n}[/tex]

The sought distance, then, should be the lengh of the projection of the vector OP on the normal. However, my attempt to find this projection (mentioned above) apparently failed.Edit: Fixed my vector equation.
 
Last edited:
sorry, my computer is struggling to see tex today, but i think i understand what you're trying to do

so say
O - arbitrary point on plane
P0 - point on curve

so let
p = P0 - O

the length projection of this vector onto the normal vector, should be your distance, so as you know n,

why not find |n|, and consider a dot product?
 
You have [itex]\vec v = \langle 1,t,t^2-1\rangle[/itex] a vector from a point on the curve to a point on the plane. All you need is the absolute value of the projection of this on your unit normal vector:

[tex]d = |\vec v \cdot \hat n| = |\langle 1,t,t^2-1\rangle\cdot\frac 1{\sqrt{14}}\langle 3,2,1\rangle|[/tex]
 
Thanks for your help; it worked out. LCKurtz, I don't understand how you projected it straight away on the unit normal vector. I think I did something equivalent though.

I guess I'll write it, too! The projection of [tex]\vec{OP}[/tex] ([tex]O=(0, 0, 1)[/tex] being a the point on the plane; [tex]P=(1, t, t^2)[/tex] being the point on the curve) is [tex]\lambda \vec{n}[/tex]. (With [tex]\vec{n} = (3, 2, 1)[/tex] being the normal vector of the plane.) Then, using the dot product as lanedance said, we get [tex](\vec{OP} - \lambda \vec{n}) \cdot \vec{n} = 0 \Leftrightarrow \vec{OP} \cdot \vec{n} - \lambda \vec{n} \cdot \vec{n} = 0 \Leftrightarrow \lambda = \frac{\vec{OP} \cdot \vec{n}}{|n|^2} = \frac{(1,t,t^2-1) \cdot \vec{n}}{14} = \frac{t^2 + 2t + 2}{14}[/tex]

Thus, the sought distance [tex]d = |\lambda \vec{n}| = \lambda |\vec{n}| = \frac{t^2 + 2t +2}{\sqrt{14}}[/tex]

Finally, [tex]t=-1 \Rightarrow d = \frac{1}{\sqrt{14}}[/tex] is the shortest distance.

Fin.
 
Last edited:
Combinatus said:
Thanks for your help; it worked out. LCKurtz, I don't understand how you projected it straight away on the unit normal vector.

Suppose you are given a plane and a point P not on the plane. Take any point Q in the plane, and consider the vector V = QP. Now imagine looking at the plane from the edge of the plane, so it looks like a line and you see the vector V going from the point Q to P and the unit normal vector sticking up from the plane. Note that the projection of V on N will be the same no matter where Q is in the plane. That is why you can project it immediately.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 21 ·
Replies
21
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
7
Views
2K
  • · Replies 13 ·
Replies
13
Views
1K
Replies
9
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K