Converting parametric to cartesian equation

In summary: The first one is a plane that contains the points (1, 2, 3), (0, 1, 0), and (2, 1, -2). The second one contains the points (6, 0, 0), (0, 6, 0), and (0, 0, 6). They are not the same plane.
  • #1
roam
1,271
12
1. I found the parametric equation of a plane;

[tex]\left(\begin{array}{ccc}x\\y\\z\end{ar ray}\right) =[/tex] [tex]\left(\begin{array}{ccc}1\\2\\3\end{ar ray}\right)[/tex] +s[tex]\left(\begin{array}{ccc}1\\1\\0\end{ar ray}\right)[/tex] +t [tex]\left(\begin{array}{ccc}2\\1\\-1\end{ar ray}\right)[/tex]

s,t ∈ R.

I was asked to find a Cartesian equation. So I write down the three equations;

x=1+s+2t
y=2+s+t
z=3−t

I don't understand how this set can be solved. What's the aim? Do I need to eliminate s,t from the equations?


3. The Attempt at a Solution

1) x=1+s+2t
2) y=2+s+t
3) z=3−t

If I subtract (1) and (2) => x–y=t–1
Subtracting the third from the second => y-z = s-1+2t
And I can also find an expression for t, from the (3) => t=3-z

Could you please show me how we can use this info to find the cartesian equation of the plane.

 
Physics news on Phys.org
  • #2
You have t=3-z. This is an excellent start, as you can go back to say x-y=t-1 and exchange t with 3-z. Then you have an equation in x,y and z
 
  • #3
So as soon as we have an equation in x,y and z it will be the cartesian equation?
So, therefore x–y+z=2 is the cartesian equation of this plane.
 
  • #4
roam said:
So as soon as we have an equation in x,y and z it will be the cartesian equation?
So, therefore x–y+z=2 is the cartesian equation of this plane.

That will work. A plane can also be defined by a point in the plane and a vector that is normal to the plane. In your case, the point (1, 2, 3) is in the plane. To get a normal, cross the two other vectors in your parametric equation, (1, 1, 0) and (2, 1, -1). The cross product will give you a vector (A, B, C). The equation of the plane will be A(x - 1) + B(y - 2) + C(z - 3) = 0.

What I've described is probably a bit more complicated, but has the advantage of helping you comprehend the plane geometrically.
 
  • #5
Oh, thanks very much!
Yes, I know how to do it by finding the normal using the cross product, I just wasn't sure how to solve those set of equations.
 
  • #6
Just out of curiosity, I tried the method you suggested:

direction vectors of the plane (vectors parallel to the plane) are:

[tex]u = \left(\begin{array}{ccc}1\\1\\0\end{ar ray}\right)[/tex] and [tex]v = \left(\begin{array}{ccc}2\\1\\-1\end{ar ray}\right)[/tex]

so that a normal vector is u ×v (cross product) = [tex]\left(\begin{array}{ccc}-1\\-1\\-1\end{ar ray}\right)[/tex]

So the cartesian equation is -x - 13y −z = d, satisfying any point on the plane. For example if I substitute a point on the plane (1,2,3), [which is the position vector];

-1-2-3 = d
d = -6

=> -x - 13y −z = -6

But this is different from what we got previously, x–y+z=2. Why is it different?
Thanks again!
 
  • #7
roam said:
Just out of curiosity, I tried the method you suggested:

direction vectors of the plane (vectors parallel to the plane) are:

[tex]u = \left(\begin{array}{ccc}1\\1\\0\end{ar ray}\right)[/tex] and [tex]v = \left(\begin{array}{ccc}2\\1\\-1\end{ar ray}\right)[/tex]

so that a normal vector is u ×v (cross product) = [tex]\left(\begin{array}{ccc}-1\\-1\\-1\end{ar ray}\right)[/tex]
??Certainly not! Where in the world would you get the "13" from? The cross product Of [itex]\vec{i}+ \vect{j}[/itex] and [itex]2\vec{i}+ \vec{j}- \vec{k}[/itex] is [itex]-\vec{i}+ \vec{j}- \vec{k}[/itex] or [itex]\vec{i}- \vec{j}+ \vec{k}[/itex]} depending on the order of multiplication.

So the cartesian equation is -x - 13y −z = d, satisfying any point on the plane. For example if I substitute a point on the plane (1,2,3), [which is the position vector];

-1-2-3 = d
d = -6

=> -x - 13y −z = -6

But this is different from what we got previously, x–y+z=2. Why is it different?
Thanks again![/QUOTE]
 
  • #8
??Certainly not! Where in the world would you get the "13" from?

oops there was a typo in my previous post...so I'll start over.

I want the general cartesian equation of the plane, Ax+By+Cz = D

I found the cross product of the two direction vectors;

[tex]\left(\begin{array}{ccc}i&j&k\\1&1&0\\2&1&-1\end{ar ray}\right)[/tex]

i [tex]\left(\begin{array}{ccc}1&0\\1&-1\end{ar ray}\right)[/tex], -j [tex]\left(\begin{array}{ccc}1&0\\2&-1\end{ar ray}\right)[/tex], k [tex]\left(\begin{array}{ccc}1&1\\2&1\end{ar ray}\right)[/tex]

Cross Product = (-1,-1,-1)

The cartesian equation is -x-y-z = D

To find a D I just substitute point (1,2,3)
-1-2-3 = -6

Therefore => -x-y-z = -6

But the problem is that this is different from the equation we obtained previously, x–y+z=2. Why is that? I don't understand it.
 
  • #9
roam said:
oops there was a typo in my previous post...so I'll start over.

I want the general cartesian equation of the plane, Ax+By+Cz = D

I found the cross product of the two direction vectors;

[tex]\left(\begin{array}{ccc}i&j&k\\1&1&0\\2&1&-1\end{ar ray}\right)[/tex]

i [tex]\left(\begin{array}{ccc}1&0\\1&-1\end{ar ray}\right)[/tex], -j [tex]\left(\begin{array}{ccc}1&0\\2&-1\end{ar ray}\right)[/tex], k [tex]\left(\begin{array}{ccc}1&1\\2&1\end{ar ray}\right)[/tex]

Cross Product = (-1,-1,-1)
No, the "j" determinant is not 1, so the "j" component is not -1.

The cartesian equation is -x-y-z = D

To find a D I just substitute point (1,2,3)
-1-2-3 = -6

Therefore => -x-y-z = -6

But the problem is that this is different from the equation we obtained previously, x–y+z=2. Why is that? I don't understand it.
 
  • #10
I understand. It's (-1,1,-1)

=> -x+y-z = -2

Why is it different from the other equation we obtained (y+z=2)? It is still a multiple of that equation. It looks like it has been multiplied through by -1.
 
  • #11
-x + y -z = -2 is different from x + y + z = 6. Geometrically they represent different planes in R^3.
 
  • #12
I know! I'm talking about -x+y-z = -2 VS x–y+z=2 ?
 

FAQ: Converting parametric to cartesian equation

What is the difference between parametric and cartesian equations?

A parametric equation represents a set of coordinates in terms of one or more parameters, while a cartesian equation represents the relationship between variables in terms of x and y coordinates.

Why would I need to convert a parametric equation to cartesian form?

Converting a parametric equation to cartesian form can make it easier to graph and visualize the relationship between variables, especially when dealing with complex equations.

How do I convert a parametric equation to cartesian form?

To convert a parametric equation to cartesian form, you can eliminate the parameter by solving for it in terms of x or y and then substituting that expression into the other equation.

Are there any limitations when converting a parametric equation to cartesian form?

Yes, there are some parametric equations that cannot be converted to cartesian form. This is because some equations have multiple solutions for x and y, making it difficult to isolate one variable.

Can I convert a cartesian equation to parametric form?

Yes, it is possible to convert a cartesian equation to parametric form by introducing a parameter and finding a relationship between x and y in terms of that parameter. However, this process can be more complex and may not always be possible for every cartesian equation.

Back
Top