Wrong answer using correct logic

  • Thread starter Thread starter Nikitin
  • Start date Start date
  • Tags Tags
    Logic
Click For Summary
SUMMARY

The discussion centers on finding the coordinates of the crossing point P between a line L and a plane defined by the equation aX + bY + cZ + d = 0, where L is orthogonal to the plane. The incorrect approach initially presented involved using the directional vector [a,b,c] without properly accounting for the orientation of the normal vector. The correct coordinates for point P are derived using the formula (-ad/(a² + b² + c²), -bd/(a² + b² + c²), -cd/(a² + b² + c²)). The solution requires substituting the parametric equations of the line into the plane's equation to find the correct intersection point.

PREREQUISITES
  • Understanding of vector mathematics and normal vectors
  • Familiarity with the equation of a plane in three-dimensional space
  • Knowledge of parametric equations for lines
  • Ability to solve equations involving multiple variables
NEXT STEPS
  • Study the derivation of the intersection point between a line and a plane in 3D geometry
  • Learn about parametric equations and their applications in vector calculus
  • Explore the concept of normal vectors and their significance in geometry
  • Practice solving problems involving the distance from a point to a plane
USEFUL FOR

Students studying geometry, particularly those focusing on vector mathematics and three-dimensional space, as well as educators teaching these concepts in physics or mathematics courses.

Nikitin
Messages
734
Reaction score
27

Homework Statement

A plane has the equation aX + bY + cZ + d = 0. A line L goes from (0,0,0) and crosses the plane at some point. L and plane are orthogonal. express the coordinates of the crossing point P by: a, b, c and d.

Homework Equations


|d|/sqrt(a^2 + b^2 + c^2) is the distance between point P and origo.
[a,b,c] is the directional vector for the line and a normal vector on the plane.

The Attempt at a Solution



So, if I divide [a,b,c] by the length of the directional vector, sqrt(a^2 + b^2 + c^2) and then multiply it by the length of the OP vector, |d|/sqrt(a^2 + b^2 + c^2), I get:

a|d|/(a^2 + b^2 + c^2), b|d|/(a^2 + b^2 + c^2), c|d|/(a^2 + b^2 + c^2)=P.

This is the crossing point of the line and the plane (or a point completely opposite to the plane).

The answer is supposed to be (-ad/(a2 + b2 + c^2),-bd/(a2 + b2 + c2),-cd/(a2 + b2 + c2))=P

I know that my answer is completely wrong, because |d| will remain always positive, while [a,b,c] could be negative or positive, with no consequence to |d|.

Can somebody tell me how I can get to the correct answer?
 
Physics news on Phys.org
Hi, Nikitin,

Your logic is not that correct:smile:. You made a vector of direction the same as the normal of the plane and length equal to the distance between the origin and the plane. This is OK, but is this vector a point of the plane? Try. Substitute the coordinates you got into the equation of the plane. You get |d|+d =0, is it correct?

Write the parametric equation of the line: It is (at, bt, ct). Substitute for x,y,z in the equation of the plane. You get an equation for t. Solve and get the coordinates of he crossing point using the value of t.

ehild
 
yes, I got help previously and was told that one could do it your way.

Tho I understand the fault in my reasoning.. the normal-vector must be pointing towards the plane.

thanks
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
3
Views
2K
Replies
12
Views
5K
Replies
2
Views
2K
  • · Replies 13 ·
Replies
13
Views
1K
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K