Converting a Vector Equation of a Plane to a Scalar Equation

  • Level: Undergrad 
  • Thread starter Thread starter Chelly0704
  • Start date Start date
  • Tags Tags
    Plane Scalar
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 4K views
Chelly0704
Messages
1
Reaction score
0
how does one convert a vector equation of a plane to a scalar equation. This is given the parametric equations of the plane
 
Physics news on Phys.org
Define the components of your vectors in the vector equation and apply the rules of vector multiplication.
 
Parametric equations of a plane are of the form x= as+ bt+ c, y= ds+ et+ f, z= gs+ ht+ k for number a, b, c, d, e, f, g, h, and k and parameters s and t.

The corresponding vector equation is [itex]\vec{r}(t)= (as+ bt+ c)\vec{i}+ (ds+ et+ f)\vec{j}+ (gs+ ht+ k)\vec{k}[/itex].

A vector in the "s" direction in that plane is [itex]a\vec{i}+ d/vec{j}+ g\vec{k}[/itex] and a vector in the "t" direction in that plane is [itex]b\vec{i}+ e\vec{j}+ h\vec{k}[/itex].

Their cross product, [itex](dh-eg)\vec{i}- (ah- bg)\vec{j}+ (ae-bd)\vec{k}[/itex] is normal to the plane and (c, f, k) is a point in the plane so the scalar equation for the plane is (dh- eg)(x- c)- (ah- bg)(x- f)+ (ae- bd)(z- k)= 0.