Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 geometry help!
Index -> General Discussion
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
iluvchairs112




PostPosted: Sun Apr 15, 2007 1:45 pm   Post subject: geometry help!

i'm wondering if anyone can help me with this geometry question ... ok if you are given 2 points in R3, how would you go about finding the plane where all the points on the plane are equal distances from both points?
Sponsor
Sponsor
Sponsor
sponsor
octopi




PostPosted: Sun Apr 15, 2007 5:28 pm   Post subject: Re: geometry help!

You should be able to find a line(vector) that is perpendicular to the line between a,b, that passes through the midpoint.
Then you find another line(vector) that is perpendicular (they're should be many) you'd use the dot product to find this.
Then you use the two line(vectors) you've found to form the plane.
Cervantes




PostPosted: Sun Apr 15, 2007 9:04 pm   Post subject: Re: geometry help!

octopi @ Sun Apr 15, 2007 5:28 pm wrote:
You should be able to find a line(vector) that is perpendicular to the line between a,b, that passes through the midpoint.
Then you find another line(vector) that is perpendicular (they're should be many) you'd use the dot product to find this.
Then you use the two line(vectors) you've found to form the plane.

You'd use the cross product.
klopyrev




PostPosted: Mon Apr 16, 2007 1:46 am   Post subject: Re: geometry help!

You need a plane that is perpendicular to the line between the two points and that passes through their midpoint. A plane is defined by an equation of the form Ax+By+Cz = D. If I remember correctly, (A,B,C) is the normal vector. It is perpendicular to the plane. In your case, (A,B,C) would be the vector between the two points, since you want the plane perpendicular to that vector. So, to find the plane between points P(a,b,c) and Q(d,e,f), you find the equation of the plane with A = (a-d), B = (b-e) and C = (c-f). So, (a-d)x+(b-e)y+(c-f)z = D. Sub in ((a+d)/2, (b+e)/2, (c+f)/2) to get the value for D and you are done. Hope that helps.

KL
Brightguy




PostPosted: Mon Apr 16, 2007 1:50 am   Post subject: Re: geometry help!

If n is the direction of the line passing through the points and m is the midpoint of the points, then n is a normal vector to the plane and m is a point on the plane.

Consequently, the equation of the plane is given by . Or you can just remember the equation will have form ax+by+cz+d=0, once you know n=(a,b,c) and a point on the plane you can solve for d.
Display posts from previous:   
   Index -> General Discussion
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 5 Posts ]
Jump to:   


Style:  
Search: