Line that intersects and is perpendicular to another line

flame_m13
Messages
31
Reaction score
0

Homework Statement


Find the line through (4, 1, -1) that intersects and is perpendicular to the line
{
x = -1 +t
y = -2 + t
z = 1 +t
}

Homework Equations


if they are perpendicular, the dot product of two vectors has to be zero.
The book gives me another hint, if (x, y, z) is the point of intersection, find it's coordinates.

The Attempt at a Solution


The direction vector for the line l is <1, 1, 1>
The vector for the line I'm trying to find is PQ = <(x-4), (y-1), (z+1)>
if i do the dot product, i get
(x-4)1 + (y-1)1 + (z+1)1 = 0.

at this point, the only x, y and z i can think of to make the whole thing zero are (4,1,-1)...

i am really confused on what i should do next.
 
Physics news on Phys.org
Substitute the parametric form x=t-1 etc into the dot product equation. Find t.
 
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