Cartesian Form
The cartesian form helps to represent geometric entities in the cartesian plane. A point, a line, or a plane can be easily represented in a three-dimensional plane, across the x-axis, y-axis, z-axis, in cartesian form. The cartesian form of representation of a point is (x, y, z), the line is (x - x1)/a = (y - y1)/b = (z - z1)/c, and the plane is ax + by + cz = d.
The cartesian form is helpful to represent the geometric entities as algebraic expressions in three-dimensional geometry. Let us learn more about the conversion of cartesian form to vector form, the difference between cartesian form and vector form, with the help of examples, FAQs.
What Is Cartesian Form?
The cartesian form helps in representing a point, a line, or a plane in a two-dimensional or a three-dimensional plane. The cartesian form is represented with respect to the three-dimensional cartesian system and is with reference to the x-axis, y-axis, and z-axis respectively. The simplest form of cartesian form of the equation of a line is The vector form of the position vector of point A in the three-dimensional cartesian plane is \(\vec A = x\hat i + y\hat j + z\hat k\), which is also represented in cartesian form as a point A(x, y, z).
Let us check the representation of a point, a line, and a plane in cartesian form.
Representation Of Point In Cartesian Form
The representation of a point in a three-dimensional cartesian plane is (x, y, z), and each of x,y, z represent the coordinates of the points with respect to the x-axis, y-axis, and z-axis respectively.
Representation Of A Line In Cartesian Form
The cartesian form of equation of a line passing through the point \((x_1, y_1, z_1)\), and having the direction cosines a, b, c is \(\dfrac{x - x_1}{a} = \dfrac{y - y_1}{b} =\dfrac{z - z_1}{c}\). Also, another cartesian form of equation of a line passing through the points \((x_1, y_1, z_1)\), \((x_2, y_2, z_2)\), is \(\dfrac{x - x_1}{x_2 - x_1} =\dfrac{y - y_1}{y_2 - y_1} = \dfrac{z - z_1}{z_2 - z_1}\).
Representation Of A Plane In Cartesian Form
The cartesian form of the equation of a plane having a, b, c as the direction cosines of the normal to the plane and d as the distance of the plane from the origin is ax + by + cz = d.
The cartesian form of equation of a plane passing through the three points\((x_1, y_1, z_1)\), \((x_2, y_2, z_2)\), \((x_3, y_3, z_3)\) is \(\begin{vmatrix}x-x_1&y-y_1&z-z_1\\x_2 - x_1&y_2 - y_1&z_2 - z_1\\x_3 - x_1&y_3 - y_1&z_3 - z_1\end{vmatrix}=0\).
Conversion To Cartesian Form From Vector Form
The cartesian form can be easily transformed into vector form, and the same vector form can be transformed back to cartesian form. This can be done using two simple techniques. First, the arbitrary form of vector \(\vec r\) is written as \(\vec r = x\hat i + y\hat j + z\hat k \). Secondly, the formula of the product of unit vectors is helpful in converting the cartesian form to vector form.
\(\hat i .\hat i = \hat j. \hat j = \hat k.\hat k = 1\)
\(\hat i. \hat j = \hat j.\hat k = \hat k. \hat i = 0\)
Let us understand this with the help of a simple conversion of the equation of a line from vector form to cartesian form. The equation of a line passing through two points \(\vec a \), and \(\vec b\), is represented as follows.
\(\vec r = \vec a + λ(\vec b - \vec a)\)
Let us take the arbitrary vector \(\vec r \) as \(\vec r = x\hat i + y\hat j + z\hat k\), the points \(\vec a\) and \(\vec b\) as \((x_1, y_1, z_1)\), \((x_2, y_2, z_2)\) respectively. This can be represented in the above vector form to obtain the required cartesian form of equation of a line.
\(x\hat i + y\hat j + z\hat k = x_1\hat i + y_1\hat j + z_1\hat k + λ((x_2 - x_1)\hat i + (y_2 - y_1)\hat j + (z_2 - z_1)\hat k)=0\)
\((x - x_1)\hat i + (y - y_1)\hat j + (z - z_1)\hat k = λ((x_2 - x_1)\hat i + (y_2 - y_1)\hat j + (z_2 - z_1)\hat k)=0\)
\(\dfrac{x - x_1}{x_2 - x_1} =\dfrac{y - y_1}{y_2 - y_1} = \dfrac{z - z_1}{z_2 - z_1}\)
This is the required cartesian form of equation of a line.
Difference Between Cartesian Form And Vector Form
The difference between a cartesian form and a vector form can be observed for a point, a line, and a plane. The following points presents the difference between the cartesian form and vector form.
- The cartesian form of representation for a point is A(a, b, c), and the same in vector form is a position vector \(\vec OA = a\hat i + b\hat j + c\hat k\).
- The vector form of the equation of a line is \(\vec r = \vec a + λ\vec b\), and the cartesian form of the equation of a line is \(\dfrac{x - x_1}{a} = \dfrac{y - y_1}{b} = \dfrac{z - z_1}{c}\).
- The vector form of the equation of a line passing through two points is \(\vec r = \vec a + λ(\vec b - \vec a)\), and the cartesian form of the equation of the line is \(\dfrac{x - x_1}{x_2 - x_1} =\dfrac{y - y_1}{y_2 - y_1} = \dfrac{z - z_1}{z_2 - z_1}\).
- The vector form of the equation of a plane having the normal vector \(\vec n\), and at a distance of d units from the origin is \(\vec r.\vec n = d\), and the cartesian form of the equation of a plane with a, b, c as the direction ratios of the plane, and d as the distance of the plane from the origin is ax + by + cz = d.
- The vector form of the equation of a plane passing through a point \(\vec a\) and is perpendicular to vector \(\vec N \) is \((\vec r - \vec a).\vec N = 0\), and the cartesian form of equation of the plane is \(A(x - x_1) + B(y - y_1) + c(z - z_1) = 0\).
- The vector form of equation of plane passing through three non collinear points \(\vec a\), \(\vec b\), \(\vec c\) is \((\vec r - \vec a)[(\vec b - \vec a) × (\vec c - \vec a)]=0\), and the cartesian form of equation of a line passing through three non collinear points \((x_1, y_1, z_1)\), \((x_2, y_2, z_2)\), \((x_3, y_3, z_3)\) is \(\begin{vmatrix}x-x_1&y-y_1&z-z_1\\x_2 - x_1&y_2 - y_1&z_2 - z_1\\x_3 - x_1&y_3 - y_1&z_3 - z_1\end{vmatrix}=0\).
☛Related Topics
Examples on Cartesian Form
-
Example 1: Write the equation of the line passing through the points (3, 4, 2), and (5, -2, 4), in cartesian form..
Solution:
The given two points are a =\((a_1, a_2, a_3)\) = (3, 4, 2), and b = \((b_1, b_2, b_3)\) = (5, -2, 4).
The required equation of the line in cartesian form is as follows.
\(\dfrac{x - a_1}{b_1 - a_1} = \dfrac{y - a_2}{b_2 - a_2} = \dfrac{z - a_3}{b_3 - a_3}\)
\(\dfrac{x - 3}{5 - 3} = \dfrac{y - 4}{-2 -4} = \dfrac{z - 2}{4 - 2}\)
\(\dfrac{x-3}{2}=\dfrac{y - 4}{-6}=\dfrac{z - 2}{2}\)
Therefore, the equation of the line in cartesian form is \(\dfrac{x-3}{2}=\dfrac{y - 4}{-6}=\dfrac{z - 2}{2}\).
-
Example 2: Find the equation of a plane into cartesian form, which is passing through the point (2, 3, 4), and is perpendicular to the line having direction ratios as 5, -3, 2.
Solution:
The equation of a plane passing through the point \(\vec a\), and perpendicular to the normal vector \(\vec N\) is \((\vec r - \vec a).\vec N=0\).
Here we have the point \(\vec a = 2\hat i + 3\hat j + 4\hat k\), and the normal vector \(\vec N = 5\hat i -3\hat j + 2\hat k\).
\((\vec r - (2\hat i + 3\hat j + 4\hat k)).(5\hat i -3\hat j + 2\hat k)=0\)
This needs to be converted into cartesian form of equation of a plane.
\(((x\hat i + y\hat j + z\hat k) - (2\hat i + 3\hat j + 4\hat k)).(5\hat i -3\hat j + 2\hat k)=0\)
\(((x - 2)\hat i + (y - 3)\hat j + (z - 4)\hat k)).(5\hat i -3\hat j + 2\hat k)=0\)
5(x - 2) -3(y - 3) + 2(z - 4) = 0
5x - 3y + 2z -10 + 9 -8 = 0
5x -3y + 2z - 9 = 0
5x - 3y + 2z = 9.
Therefore, the equation of the plane in cartesian form is 5x - 3y + 2z = 9.
FAQs on Cartesian Form
What Is Cartesian Form?
The cartesian form helps to represent geometric entities in the cartesian plane. A point, a line, or a plane can be easily represented in a three-dimensional plane, across the x-axis, y-axis, z-axis, in cartesian form. The cartesian form of representation of a point is (x, y, z), the line is (x - x1)/a = (y - y1)/b = (z - z1)/c, and the plane is ax + by + cz = d
How To Write In Cartesian Form?
The cartesian form for a point can be written as (x, y, z), and each of these coordinates represent with respect to the x-axis, y-axis, and z-axis respectively. the cartesian form for a line can be written as \(\dfrac{x - x_1}{a} = \dfrac{y - y_1}{b} = \dfrac{z - z_1}{c}\), and the cartesian form for a plane is written as ax + by + cz = d.
How To Convert Vector Form To Cartesian Form?
The vector form can be easily converted to cartesian form by representing the arbitrary vector \(\vec r\) as \(\vec r = x\hat i + y\hat j + z\hat k\). Further, the vector form of the equation of a line is \(\vec r = \vec a + λ\vec b\), can be converted to cartesian form of the equation of a line as \(\dfrac{x - x_1}{a} = \dfrac{y - y_1}{b} = \dfrac{z - z_1}{c}\). The vector form of equation of a plane \(\vec r.\vec n = d\), can be converted to cartesian form of the equation of the plane is ax + by + cz = d.
How To Represent A Point In Cartesian Form?
The point in a cartesian form is represented as (a, b, c), and each of it corresponds to the lengths along the x-axis, y-axis, and z-axis of the three-dimensional cartesian system
How To Write Equation Of A Line In Cartesian Form?
The cartesian form of equation of a line passing through the point \((x_1, y_1, z_1)\), and having the direction cosines a, b, c is \(\dfrac{x - x_1}{a} = \dfrac{y - y_1}{b} =\dfrac{z - z_1}{c}\). Also, another cartesian form of equation of a line passing through the points \((x_1, y_1, z_1)\), \((x_2, y_2, z_2)\), is \(\dfrac{x - x_1}{x_2 - x_1} =\dfrac{y - y_1}{y_2 - y_1} = \dfrac{z - z_1}{z_2 - z_1}\).
How To Write Equation Of A Plane In Cartesian Form?
The cartesian form of equation of a plane is ax + by + cz = d, where a, b, c are the direction ratios, and d is the distance of the plane from the origin.
visual curriculum