Cartesian equation of the plane through the given points

ezsmith
Messages
16
Reaction score
0

Homework Statement


For each part, find the cartesian equation of the plane through the given points.
(1,0,3), (2,-4,3),(4,-1,2)

The Attempt at a Solution



No attempt. Dunno how to do :(
 
Physics news on Phys.org
Haven't been paying attention in class?:-p Use two pairs of those points to get two vectors in the plane: the vector from (x_0, y_0, z_0) to (x_1, y_1, z_1) is (x_1- x_0)\vec{i}+ (y_1- y_0)\vec{j}+ (z_1- z_0)\vec{k}.

The cross product of two vectors is perpendicular to the two vectors so perpendicular to the plane they lie in.

The equation of a plane with normal vector A\vec{i}+ B\vec{j}+ C\vec{k} containing point (x_0, y_0, z_0) is A(x- x_0)+ B(y- y_0)+ C(z- z_0)= 0.
 
HallsofIvy said:
Haven't been paying attention in class?:-p Use two pairs of those points to get two vectors in the plane: the vector from (x_0, y_0, z_0) to (x_1, y_1, z_1) is (x_1- x_0)\vec{i}+ (y_1- y_0)\vec{j}+ (z_1- z_0)\vec{k}.

The cross product of two vectors is perpendicular to the two vectors so perpendicular to the plane they lie in.

The equation of a plane with normal vector A\vec{i}+ B\vec{j}+ C\vec{k} containing point (x_0, y_0, z_0) is A(x- x_0)+ B(y- y_0)+ C(z- z_0)= 0.

I did listen in class but the lecturer only gave notes to copy during class and there is no example given in the notes so that is why. Anyway, I managed to solved it. Thanks a lot sir.. Really appreciate 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