Equation of a place from a point and parametrics

  • Thread starter Thread starter memish
  • Start date Start date
  • Tags Tags
    Point
memish
Messages
15
Reaction score
0

Homework Statement



Find the equation of the plane that passes through the point (1,−2,−1) and contains the line x(t)=−1−3ty(t)=−3−2tz(t)=4+4t.


Homework Equations



none

The Attempt at a Solution



I used vector <-3,-2,4> from the parametrics and crossed it with <2,1,-5> which i got by doing given point (1-2,-1)-(-1,-3,4). I got the 2nd point by puting t=0 into the parametric. When I crossed those i got <6, -7, -7> which is the normal I think? Then I just did 6(x-1) - 7(y+2) - 7 (z+1) =0

so that seems ok tome... but i checked and that's not correct! where am i going wrong?
 
Physics news on Phys.org
I think you did the cross product wrong.

(-3,-2,4) dotted with (6,-7,-7) is:

-3*6 + (-2)(-7) + 4(-7) = -18 + 14 - 28

which is not 0. So the vector you got is not normal to your first vector
 
ok thanks! i got it :)
 
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