Particle distance from a given plane

In summary, particle distance from a given plane refers to the distance between a particle and a specific plane in a three-dimensional space. It can be measured using various methods and is affected by factors such as the position and orientation of the particle, the shape and size of the plane, and external forces. This measurement is important in scientific research as it provides valuable information about particle behavior and has real-world applications in various industries.
  • #1
Combinatus
42
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
  • #2
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
 
  • #3
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:
  • #4
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?
 
  • #5
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]
 
  • #6
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:
  • #7
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.
 

1. What is particle distance from a given plane?

Particle distance from a given plane refers to the distance between a particle and a specific plane in a three-dimensional space. This measurement is commonly used in physics and engineering to determine the position of a particle relative to a reference point.

2. How is particle distance from a given plane measured?

Particle distance from a given plane can be measured using various methods, such as using a ruler or caliper for smaller distances, or using specialized tools like laser distance meters for larger distances. In some cases, mathematical calculations can also be used to determine the distance.

3. What factors can affect particle distance from a given plane?

Several factors can affect particle distance from a given plane, including the position and orientation of the particle, the shape and size of the plane, and any external forces acting on the particle. Additionally, the accuracy of the measurement method can also play a role in the final result.

4. Why is particle distance from a given plane important in scientific research?

Particle distance from a given plane is important in scientific research because it can provide valuable information about the movement and behavior of particles in a system. This data can be used to understand and predict the behavior of complex systems, such as fluids or gases.

5. What are some real-world applications of particle distance from a given plane?

Particle distance from a given plane has many practical applications, such as in the development of new materials, the design of aircraft and vehicles, and the study of fluid dynamics. It is also used in industries such as manufacturing, construction, and environmental monitoring to ensure precise measurements and efficient processes.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
9
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
994
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
13
Views
277
  • Calculus and Beyond Homework Help
Replies
21
Views
3K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
7
Views
969
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
622
Back
Top