Plane equation perpendicular to line

esmmajor
Messages
6
Reaction score
0
1. Find the equation of the plane containing the line (x,y,z)=(5+4t, -5-3t,2) and perpendicular to the line (x,y,z)=(2-3t,3-4t,5+7t).



Homework Equations


Cross product? Dot product? Ax+By+Cz=D?



The Attempt at a Solution



I'm really new with this material and any aid would be greatly appreciated. The only thing I can think of to do would be the cross product of (4,-3,0) and (-3, -4, 7).
 
Physics news on Phys.org
A normal to the plane is <-3, -4, 7>, which I got from the equation of the perpendicular line. You're given that the plane contains the line (x, y, z) = (5 + 4t, -5 - 3t, 2), so it should be a simple matter to find a point on this line, which I will call (x0, y0, z0). Once you have a point on a plane and a normal to the plane, the equation of the plane can be gotten by dotting the vector (x - x0, y - y0, z - z0) with the plane's normal vector.
 
Why do I need to dot the vector? Is this correct?

@ t=1, a point on the line l1=(9,-8,2)

(x-9,y+8,z-2) (dot) (-3,-4,7)=-3(x-9)-4(y+8)+7(z-2)=0
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top