Webpage title: How to Find a Rectangle on a Given Plane?

  • Thread starter Thread starter falro
  • Start date Start date
  • Tags Tags
    Plane Rectangle
Click For Summary
SUMMARY

To find four points that represent a rectangle on a given plane defined by the equation Ax + By + Cz + D = 0, start by identifying a center point on the plane. From this center point, determine two points, A and B, to create vector AB. Next, find a vector CD that is parallel to AB and has the same magnitude, ensuring that vectors AC and BD are equal in magnitude and parallel. A more effective method involves selecting three points, A, B, and C, such that the dot product of vectors AB and BC equals zero, confirming their perpendicularity, which allows for accurate rectangle dimensions.

PREREQUISITES
  • Understanding of vector mathematics
  • Familiarity with the equation of a plane
  • Knowledge of dot product calculations
  • Basic geometry concepts related to rectangles
NEXT STEPS
  • Study vector operations in 3D space
  • Learn about the properties of dot products and their geometric interpretations
  • Explore methods for finding points on a plane given an equation
  • Research algorithms for geometric shapes in computational geometry
USEFUL FOR

Mathematicians, computer graphics developers, and anyone involved in computational geometry or 3D modeling who needs to understand how to define geometric shapes on planes.

falro
Messages
1
Reaction score
0
Hi,

If I have the equation for a plane, Ax+By+Cz+D=0, how can I find four points that represent a rectangle width w and length l on that plane? (assuming the given point on the plane is the center of that rectangle..)

Thanks..
 
Physics news on Phys.org
I would find two points on the plane. Let's call them point A and point B. Then I would find vector AB. Then I would have to find another vector that is parallel to that vector with the same magnitude but also exists on the plane. Let's say that vector is vector CD. However, you would have to make sure that vector AC and vector BD are equal in magnitude and are also parallel.
 
Actually a better way would be to find three points on the plane, A, B, C, such that the dot product of vector AB and vector BC is 0, meaning that the two vectors are perpendicular. From there you have one side for the length and another side for the width. You can then find the other two sides, making sure of course that they are parallel to the opposing vectors and are of the same magnitude.
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
8K
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 20 ·
Replies
20
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
4
Views
5K
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
20
Views
2K