Log in

View Full Version : Vector equations


ankara55t
Jul 20, 2009, 02:12 PM
The question is: Find a vector equation of the line that is parallel to the line of intersection o f 3x - y + 2z = 6 and 2x + y - z = 4 and passes through P(5, -1, -3).

Solution: 3x - y + 2z = 6 Let this be #1

2x + y - z = 4 Let this be #2
Now we subtract #2 from #1 to elimate 'y' and we get 5x + z = 10

Then we say x = t (HOW can we say this?)

The we say that because x = t, we can say that using 5x + z = 10 that this becomes
5t + z = 10 and this becomes z = -5t + 10

Then we substitute x = t and z = -5 + 10 into 2x + y + 5t - 10 = 4
which gives us 2t + y + 5t - 10 = 4
y = -7t + 14

Then we say the vector equation of the line of intersection is
l(1) = (0, 14, 10) + t(1, -7.-5) BUT HOW DO YOU FIGURE THIS TO BE SO??

and the vector equation of the line through P(5,-1,-3) is l(2)- (5, -1, -3) + s(1, -7,-5)
HOW DO YOU GET THIS??

galactus
Jul 20, 2009, 03:32 PM
The line of intersection of the two planes is parallel to the cross product of their normal vectors.

n_{1}=<3,-1,2>, \;\ n_{2}=<2,1,-1>

Cross product:

n_{1}\times n_{2}=-i+7j+5k

Passes through (5,-1,-3):

Unknown008
Jul 21, 2009, 01:51 AM
Then we say x = t (HOW can we say this?)

Both x and t are variables, you can say that, or even x = a, or x = b etc. However, you cannot say x = y, or x = z since these variables are already used and already have a particular significance.


Then we say the vector equation of the line of intersection is
l(1) = (0, 14, 10) + t(1, -7.-5) BUT HOW DO YOU FIGURE THIS TO BE SO??

That is :

l_1 = \(\text{0\\14\\10}\) + t\(\text{1\\-7\\-5}\)

And this means:

\(\text{x\\y\\z}\)= \(\text{0\\14\\10}\) + t\(\text{1\\-7\\-5}\)

And when you expand, you get:
x= t
y = 14 - 7t or y = -7t + 14
z = 10 - 5t or z = -5t + 10

which you obtained before.


and the vector equation of the line through P(5,-1,-3) is l(2)- (5, -1, -3) + s(1, -7,-5)
HOW DO YOU GET THIS??

You take only the 'gradient' part of the equation of the parallel line, that is you keep:\(\text{1\\-7\\-5}\) and you pout the point (5,-1,-3) as \(\text{5\\-1\\-3}\).

Then, you put it as l_2= \(\text{5\\-1\\-3}\) + s\(\text{1\\-7\\-5}\)

where s is a variable.

Hope it helped! :)