Equation of plane through points on x,y,z axes

Click For Summary
SUMMARY

The equation of the plane through the points on the x, y, and z-axes where x=a, y=b, z=c can be expressed as px + qy + rz = 1. The initial attempts to derive the equation using vectors and cross products led to incorrect results due to the misapplication of the normal vector and the point on the plane. The correct approach involves recognizing that the equation must be derived from the correct normal vector and point representation. The final equation is obtained by correcting the use of the coordinates in the dot product.

PREREQUISITES
  • Understanding of vector operations, specifically cross products
  • Familiarity with the equation of a plane in three-dimensional space
  • Knowledge of dot products and their geometric interpretations
  • Basic algebraic manipulation skills for simplifying equations
NEXT STEPS
  • Study the derivation of the equation of a plane from normal vectors
  • Learn about the geometric interpretation of dot products in vector calculus
  • Explore different methods for finding equations of planes in 3D space
  • Practice problems involving planes through given points in three-dimensional geometry
USEFUL FOR

Students studying geometry, particularly those focusing on three-dimensional space, as well as educators teaching vector calculus and its applications in physics and engineering.

iomtt6076
Messages
42
Reaction score
0

Homework Statement


Find the equation of the plane through the points on the x, y, and z-axes where x=a, y=b, z=c, respectively.


Homework Equations


If <A,B,C> is a vector perpendicular to the plane, then A(x-a)+B(y-b)+C(z-c)=0 is the equation of the plane.


The Attempt at a Solution


I know this is extremely simple, but I can't get the right answer even using different methods.

Method 1:
The vectors <0,b,-c> and <a,-b,0> are in the plane. The cross product <0,b,-c> X <a,-b,0> gives <-bc,-ac,-ab>, which is normal to the plane. Then the equation of the plane is (-bc)(x-a)+(-ac)(y-b)+(-ab)(z-c)=0, and simplifying I get (x/a)+(y/b)+(z/c)=3. Wrong.

Method 2:
Substituting the 3 points (a,0,0), (0,b,0), (0,0,c) into A(x-a)+B(y-b)+C(z-c)=0 gives

-Bb-Cc=0
-Aa-Cc=0
-Aa-Bb=0.

Thus C=-Aa/c, B=-Aa/b and substituting this back into A(x-a)+B(y-b)+C(z-c)=0 and simplifying I get (-x/a)+(y/b)+(z/c)=1, which is different than the answer from Method 1 and still wrong.
 
Physics news on Phys.org
Hi iomtt6076! :wink:
iomtt6076 said:
Find the equation of the plane through the points on the x, y, and z-axes where x=a, y=b, z=c, respectively.

eugh … you've made it so complicated.

Just call the plane px + qy + rz = 1, and solve! :smile:
 
tiny-tim, thank you for your reply. I see how to get from px + qy + rz = 1 to the correct answer and at last realize my (embarrassing) mistake.

In Method 1, it was incorrect to say that "the equation of the plane is (-bc)(x-a)+(-ac)(y-b)+(-ab)(z-c)=0." This equation comes from setting the dot product <-bc,-ac,-ab>*<x-a,y-b,z-c> equal to 0. But (a,b,c) is NOT on the plane. It should be <-bc,-ac,-ab>*<x-a,y,z>.

In Method 2, my mistake can be traced to my statement under "

Homework Equations

": A(x-a)+B(y-b)+C(z-c)=0 is NOT the equation of the plane because again, (a,b,c) is not on the plane.
 

Similar threads

Replies
17
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
7
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
2
Views
2K