English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

3 answers

This is very doable.

A unique plane can be defined by
Three non-colliear points, or
One point and two non-parallel vectors, or
Two points and a vector other than the one between the two points as we have here.

You might ask, where is the vector? It is implied in the statement that the plane is parallel to the z-axis. Such a vector is of the form

ak

where a is any constant. We will select a = 1.

We have the vector v, which comes from the two given points, and k.

v = <-3-4,5-2,7-1> = <-7,3,6>
k = <0,0,1>

The cross product of v and k will yield a vector perpendicular to both of them, the normal vector of the plane.

v X k = 3i + 7j + 0k = 3i + 7j = <3,7,0>

Now with the normal vector and any point in the plane we can write the equation of the plane. Let's choose the point (4,2,1).

3(x - 4) + 7(y - 2) + 0(z - 1) = 0
3x - 12 + 7y - 14 = 0
3x + 7y - 26 = 0

Please note, the variable z does not appear in the equation. This is because for a given x and y, z can be anything. This is what you would expect for a plane parallel to the z-axis. Furthermore, this solution is unique.

2007-02-22 15:59:54 · answer #1 · answered by Northstar 7 · 0 0

For the given points its impossible to find the plane.

For a plane parallel to z axis, all the points in atleast one plane, either x or y axis should be constant. But in the given 2 points, there are no constant points.

I would be eager to know, if somebody finds a solution for this and have added this question to my watch list.

2007-02-22 08:31:52 · answer #3 · answered by Anonymous · 0 0

fedest.com, questions and answers