Equation of a line perpendicular to two vectors

morsel
Messages
29
Reaction score
0

Homework Statement


Find the parametric and symmetric equations for the line through the point (2,1,0) and perpendicular to both <1,1,0> and <0,1,1,>


Homework Equations


Parametric equ:
x = x_0 + at
y = y_0 + bt
z = z_0 + ct


The Attempt at a Solution


Cross product of <1,1,0> and <0,1,1> = <1,-1,1> = <a,b,c>

Parametric equation:
x = 2 + t
y = 1 - t
z = t

Symmetric equation:
x-2 = y-1 = z

I'm not sure if I did this correctly. Is the cross product of the two vectors <a,b,c>?
 
Physics news on Phys.org
Looks pretty much OK. Your cross product and parametric equations are correct. Check your signs on the symmetric version.
 
Thanks for catching that.
 
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