JoshHolloway
- 221
- 0
Homework Statement
Find a plane that is perpendicular to the line \vec{L}(t) = (5,0,2)t + (3,-1,1) and passes through the point (5,-5,0)
Homework Equations
The equation of the plane that P through (x_{0},y_{0},z_{0}) that has a normal vector \vec{n} = A \vec{i} + B \vec{j} + C\vec{k} is:
A(x - x_{0}) + B(y - y_{0}) + C(z - z_{0}) = 0
that is, (x,y,z) \in P
The Attempt at a Solution
\vec{L}(t) = (5t + 3, -1, 2t + 1)
let t = 1 \Rightarrow \vec{L}(1) = (8,-1,3) = (A,B,C)
(x_{0},y_{0},z_{0}) = (5,-1,0)
A(x - x_{0}) + B(y - y_{0}) + C(z - z_{0}) = 0
(8)(x - 5) + (-1)(y +1) + (3)(z - 0) = 0
8x - 40 - y -1 + 3z = 0;
8x - y + 3z = 41
Last edited: