Finding the Vector Equation for the Intersection of Two Planes

coolusername
Messages
36
Reaction score
0

Homework Statement



Find the vector equation for the line of intersection of the planes 4x+3y−3z=−5 and 4x+z=5

r = < _, _, 0> + t<3, _, _>

Fill in the blanks for the vector equation.

Homework Equations





The Attempt at a Solution



I used the method of elimination of linear systems.

4x + 3y - 3z = -5 (1)
4x +0y +z = 5 (2)

Subtract equation (1) from equation (2)

(1) - (2)

3y - 4z = -10

Isolate y:

y = 4z/3 -10/3

Next I isolate x from equation (2)

x = -z/4 + 5/4


Let z = t as parameter

Parametric equation:

x(t) = -t/4 + 5/4
y(t) = 4z/3 - 10/3
z(t) = t

From this I know that the point on the line of intersection is (5/4, -10/3, 0)

However for the vector of the line of intersection, I keep on getting the x value as -1/4 and the answer is 3.
 
Physics news on Phys.org
##z(t) = t## isn't going to work. Try using ##z(t) = ct## where ##c## is some constant chosen to give you the 3 you need in ##t\langle 3,?,?\rangle##.
 
The line of intersection between two planes obviously lies in both planes, and is therefore perpendicular to the normal of each plane. Thus the direction of the line is given by
<br /> \begin{pmatrix} 4 \\ 3 \\ -3 \end{pmatrix} \times<br /> \begin{pmatrix} 4 \\ 0 \\ 1 \end{pmatrix} = <br /> \begin{pmatrix} 3 \\ ? \\ ? \end{pmatrix}<br />
 
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