Vector Applications: Coplanar Points, Plane & Line Equations

In summary, vector methods can be used to find the equation of a plane, the parametric equation of a line perpendicular to the plane that passes through the point X=(-3, 0, -2), and the shortest distance of a point to a plane.
  • #1
deryk
10
0
Given the four points A(0,1,3), B(1,-3,-2), C(4,2,-1) and D(3,6,4) use vector methods to:

(a) show these points are coplanar: I just did a determinant of AB BC and CD
and got an answer of 0 so it is complanar

Im don't know how to do the next 3:

(b)find the equation of the plane;
(c) find the parametric equation of the line perpendicular to the plane that passes through the point X=(-3, 0, -2);

(d) Find the shortest distance of the point X = (-3,0, -2) to the plane

Thanks for your time.
 
Physics news on Phys.org
  • #2
You can do a by calculating one determinant as well:

[tex]\left| {\begin{array}{*{20}c}
0 & 1 & 3 & 1 \\
1 & { - 3} & { - 2} & 1 \\
4 & 2 & { - 1} & 1 \\
3 & 6 & 4 & 1 \\

\end{array} } \right|[/tex]

b can be done using a determinant too, expanding to the first row of the following determinant. Of course, you only need to use 3 of the 4 points.

[tex]\left| {\begin{array}{*{20}c}
x & y & z & 1 \\
1 & { - 3} & { - 2} & 1 \\
4 & 2 & { - 1} & 1 \\
3 & 6 & 4 & 1 \\

\end{array} } \right|=0[/tex]

Vectorially, the equation of the plane is given by [itex]P = P_1 + \lambda \left( {P_2 - P_1 } \right) + \mu \left( {P_3 - P_1 } \right)[/itex] where the two directions are given by the difference of two points.

c) If you have the plane in cartesian equation, the coëfficiënts of x, y and z form a normal vector (so perpendicular to the plane). Then set up the equation of a line with that normal vector as direction and through your point.

d) Either use a formula, or if you have to compute it yourself, use c! Set up the line through the point, perpendicular to the plane and intersect it with the plane. Then use distance between two points. Note; "distance" is always the "shortest distance".
 
  • #3
b) Or use the fact that the normal vector, that you calclulated in (a) is the (A,B, C) in A(x-x0)+ B(y-y0)+ C(z-z0)= 0
equation for a plane

c) and, indeed, that same vector is the (A,B,C) in the parametric equations
x= At+ x0, y= Bt+ y0, z= Ct+ z0 for a normal line!

d) As TD said, the distance from a point to a plane is measured along the shortest line from the plane to the plane- which is, of course, perpendicular to the plane. Since you calculated the parametric equations of that line in (c), find the point where that line intersects the plane: replace x, y, z in the equation of the plane that you found in (b) with the parametric equations you found in (c) so that you have a single equation in the parameter t. Solve for that parameter, then find the corresponding x, y, z coordinates. Finally, of course find the distance from that point to (-3, 0, -2).

As TD also mentioned, there is a comparatively simple formula for that that is probably in your textbook.
 

1. What are coplanar points?

Coplanar points are points that lie on the same plane. This means that they can be connected by a straight line without leaving the plane.

2. How do you find the equation of a plane?

The equation of a plane can be found by using three non-collinear points on the plane. These points can then be plugged into the formula Ax + By + Cz = D, where A, B, and C are the coefficients for the variables x, y, and z, and D is a constant.

3. What are the applications of vectors in real life?

Vectors have many real-life applications, such as in physics for representing forces and velocities, in navigation for determining direction and distance, and in computer graphics for creating 3D images.

4. How do you determine if two lines are parallel or perpendicular?

If two lines have the same slope, they are parallel. If the product of their slopes is -1, they are perpendicular. Another way to determine this is by looking at their equations. If the equations have the same slope and different y-intercepts, the lines are parallel. If the equations have negative reciprocal slopes, the lines are perpendicular.

5. How are vectors used in geometry?

Vectors are used in geometry to represent direction and magnitude. They can be used to find the distance between two points, the midpoint of a line segment, and to determine if three points are collinear or coplanar. Vectors also play a key role in calculating area and volume in geometry.

Similar threads

  • Introductory Physics Homework Help
Replies
9
Views
1K
  • Introductory Physics Homework Help
Replies
3
Views
714
  • Precalculus Mathematics Homework Help
Replies
7
Views
607
  • Introductory Physics Homework Help
Replies
8
Views
1K
  • Introductory Physics Homework Help
2
Replies
38
Views
1K
  • Introductory Physics Homework Help
Replies
13
Views
3K
  • Introductory Physics Homework Help
Replies
11
Views
213
  • Introductory Physics Homework Help
Replies
3
Views
542
  • Introductory Physics Homework Help
Replies
15
Views
1K
  • Introductory Physics Homework Help
Replies
3
Views
997
Back
Top