- #1
jedishrfu said:first if you take two lines that aren't parallel and that intersect at some point a then visually you should agree that there is palne that contains the two lines and the intersection point. right?
well vector b is along the first line and vector c is along the second line and a is the point in the plane.
The equation for a plane in vector form is r = r0 + s1v1 + s2v2, where r0 is a point on the plane, v1 and v2 are two independent vectors in the plane, and s1 and s2 are scalar parameters.
The normal vector of a plane can be found by taking the cross product of two non-parallel vectors in the plane. This will result in a vector that is perpendicular to both of the original vectors and is therefore normal to the plane.
No, a plane cannot be defined by only one vector. A plane requires at least two independent vectors to be fully defined. This is because a single vector only provides information about direction, not position.
A point lies on a plane if its position vector, r, satisfies the plane equation r = r0 + s1v1 + s2v2, where r0 is a point on the plane and v1 and v2 are two independent vectors in the plane. To check if a point satisfies this equation, you can substitute its coordinates into the equation and see if it holds true.
A plane is represented in 3D space by a flat, two-dimensional surface that extends infinitely in all directions. It is typically represented by a geometric shape called a parallelogram or by its equation in vector form.