Finding the Intersection of Two Planes: A Quick and Efficient Method

jwxie
Messages
278
Reaction score
0

Homework Statement



P1 = 3x+4y=1
P2 = x +y -z=3

Find the intersection.

Homework Equations



x = x0 +at
y = y0 + bt
z = z0 + ct

The Attempt at a Solution


I used a quicker method. I first did P1 x P2 and got its cross product <-4,3,-1>

Then I followed what our teacher had shown us in class - we did substitution.
3x+4y=1
x+y -z =3
let x = 0, then 4y = 1 means y = 1/4 and y -z = 3 will give us -11/4

then i had both direction vector <-4,3,-1> and point (0,3,-11/4) and i could write the equations of the line of intersection using the parametric equations

x = -4t + 0
y = 3t + 1/4
z = -1t -11/4

the book gives
x = 4t +11
y = -3t - 8
z = t

it seems like the author made z = 0 (in the parametric equation z0 = 0)
my vector was <-4,3,-1> and his was <4,-3,1> and they were scalar multiple of -1

i know there are many possible parametric equations describing the same intersection. but is my result valid, even though my x0, y0, and z0 are different?
 
Physics news on Phys.org
Yes they are the same essentially.
 
thank you rock.
 
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