How do I find the parametric equations for a plane?

  • Thread starter Thread starter vg19
  • Start date Start date
  • Tags Tags
    Plane
AI Thread Summary
To find the parametric equations for the plane defined by 2x + y - z = 4, start by identifying the normal vector, which is (2, 1, -1). Determine two direction vectors by using the cross product of the normal vector with a non-parallel vector, such as (1, 0, 0), yielding the first direction vector (0, -1, -2) and a second direction vector of (-2, 2, -1). Choose a point on the plane, such as (0, 0, 4), to serve as the origin for the parametric equations. The resulting equations can be expressed in terms of parameters t and s, allowing for the generation of points on the plane. This method effectively provides a systematic approach to deriving parametric equations for a given plane.
vg19
Messages
67
Reaction score
0
Hi,

Given the plane 2x + y - z = 4, find its parametric equations.

This question seems simple, but the solution is not coming to me. I know the normal is (2,1,-1). But how do I find out the direction vectors and the points for the parametric equations?
 
Physics news on Phys.org
I would suggest finding three points on the plane and create two direction vectors and a point for your parametric equation. The easiest three points would be the intercepts. if y and z are 0, the co-ordinate becomes: (2,0,0). Using a similar process, you can find the two other intercepts, which are:
(2, 0, 0)
(0, 4, 0)
(0, 0, -4)

Thus, you can create two direction vectors and a third point. I think there is an easier way to approach this, but for now it eludes me.
 



Hi there,

To find the parametric equations for a plane, we need to first find two direction vectors that lie on the plane. One way to do this is by finding the cross product of the normal vector with any other vector that is not parallel to it. So in this case, we can choose the vector (1,0,0) to find the first direction vector. The cross product of (2,1,-1) and (1,0,0) is (0,-1,-2).

Next, we can find a second direction vector by taking the cross product of the first direction vector and the normal vector. So the second direction vector would be (-2,2,-1).

Now, to find the points for the parametric equations, we can choose any point on the plane and use it as the origin. Let's say we choose the point (0,0,4). Then, our parametric equations would be:

x = 0 + at + bs
y = 0 - ct
z = 4 + dt

Where a,b,c,d are any real numbers and t and s are the parameters that will help us generate points on the plane.

I hope this helps! Let me know if you have any other questions.
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top