Question
Question: How do you determine scalar, vector, and parametric equations for the plane that passes through the ...
How do you determine scalar, vector, and parametric equations for the plane that passes through the points A(1,−2,0), B(1,−2,2) and C(0,3,2).
Solution
Given the points through which the plane passes. We will find the scalar equation of the plane by first finding the difference between the coordinates of the points. Then substitute the resultant coordinates into the general equation of the plane to determine the scalar equation. Then calculate the cross product of two vectors using the determinant and find the normal vector perpendicular to the cross product. Then the parametric equation is calculated by substituting t for x.
Formula used:
The formula for finding the vector form of the equation of plane is given as:
r⋅n=a⋅n
Where r=xi+yj+zk, n is the normal vector, and a is any vector point on the plane.
The cross product of two vectors A=a1i+a2j+a3k and B=b1i+b2j+b3k is given by:
c1=a2b3−a3b2
c2=a3b1−a1b3
c3=a1b2−a2b1
Complete step-by-step solution:
First, we will find the vector AB by subtracting the vector point A from vector point B
⇒AB=(i−2j+2k)−(i−2j+0k)
⇒AB=0i+0j+2k
Now, we will find the vector AC by subtracting the vector point A from vector point C
⇒AC=(0i+3j+2k)−(i−2j+0k)
On simplifying the equation, we get:
⇒AC=−i+5j+2k
Now, we will find the normal vector which is perpendicular to the vectors AB and AC by computing the cross product of these two vectors, n=AB×AC.
n=(0i+0j+2k)×(−i+5j+2k)
Apply the formula of cross product of two vectors, we get:
⇒c1=0×5−2×5
⇒c1=0−10
⇒c1=−10
Now, we will find the coordinates for c2:
⇒c2=2×(−1)−0×2
⇒c2=−2−0
⇒c2=−2
Now compute the coordinate for c3:
⇒c3=0×5−0×(−1)
⇒c3=0−0
⇒c3=0
Therefore, the coordinates for a normal vector n is written as (−10,−2,0). The vector equation of the plane is −10i−2j
Then, we will substitute the values into the equation r⋅n=a⋅n
\Rightarrow \left( {\begin{array}{*{20}{c}}
x \\\
y \\\
z
\end{array}} \right) \cdot \left( {\begin{array}{*{20}{c}}
{ - 10} \\\
{ - 2} \\\
0
\end{array}} \right) = \left( {\begin{array}{*{20}{c}}
0 \\\
3 \\\
2
\end{array}} \right) \cdot \left( {\begin{array}{*{20}{c}}
{ - 10} \\\
{ - 2} \\\
0
\end{array}} \right)
Compute the dot product of
⇒−10(x)+y(−2)+z(0)=−10(0)+3(−2)+2(0)
On simplifying the equation, we get:
⇒−10x−2y+0=−6
⇒−2(5x+y)=−6
On dividing both sides by −2, we get:
⇒−2−2(5x+y)=−2−6
⇒5x+y=3
Therefore, the scalar equation of the plane is 5x+y=3.
Now, we will get the parametric equation by substituting x=t into the scalar equation.
⇒5t+y=3
Solve the equation for y.
⇒y=3−5t
Therefore, the parametric equations of the plane are:
\left\\{
x = t \\\
y = 3 - 5t \\\
z = 0 \\\
\right.
Hence the vector equation of the plane is −10i−2j, the scalar equation of the plane is 5x+y=3 and the parametric equations are
x=t
y=3−5t
z=0
Note: In such types of questions students mainly get confused in applying the formula. As they don't know which formula they have to apply. So when the coordinates through which the pane is passing, then the equations can be calculated by finding the cross product of two points. The students make mistakes while substituting the coordinates into the vector equation of the plane.