Distance between a Line and a Parallel Plane.
easy peasy
the only thing that would help out more is to actually have some sort of information to go on ....
take any point of the line, and use formula for the distance between a point and the plane
I can use any line and plane i come up with. But i am not sure how to make thje coefficents so they are parllel
create a dot product of zero to establish a normal for the plane
Is this a Euclidean Geometry class (normal Cartesian coordinate system)?
if the line and the plane are parallel it means that the dot product of the normal of the plane and the direction vector of the line is equal to zero...
x=px+at y=py+bt z=pz+ct <a,b,c> <q,r,s> ------- aq+br+cs=0 therefore: q(x-n1) +r(y-n2) +s(z-n3) = 0 is parallel to the line
so lets say I pick the plane to be 2x+4y+6z = 0. Then I would use <2, 4, 6> as my normal? and the direction vector would be??
pick two points in your plane and create a vector with them
that way you know its parallel to the plane
then aanchor that to a point NOT on the plane :)
OK that is your normal, and you read the vector from the equation of the line...|dw:1331164341487:dw|
Join our real-time social learning platform and learn together with your friends!