top of page
Inaugurated by IN-SPACe
ISRO Registered Space Tutor

S7-SA2-0180

What is the Cartesian Equation of a Plane from Vector Form?

Grade Level:

Class 12

AI/ML, Physics, Biotechnology, FinTech, EVs, Space Technology, Climate Science, Blockchain, Medicine, Engineering, Law, Economics

Definition
What is it?

The Cartesian equation of a plane is a way to describe a flat surface in 3D space using x, y, and z coordinates. It's like giving a street address for every point on that flat surface. We get this equation by converting a vector form, which uses position vectors, into standard coordinate form.

Simple Example
Quick Example

Imagine you have a flat cutting board for chopping vegetables. If we know the 'starting point' (a point on the board) and the 'direction the board faces' (its normal vector), we can write down a rule (the Cartesian equation) that tells us if any given point (x,y,z) is on that board or not. For instance, if the vector equation tells us the board passes through (1,2,3) and faces direction (2,1,-1), the Cartesian equation will be 2x + y - z = 1.

Worked Example
Step-by-Step

Let's find the Cartesian equation of a plane whose vector equation is r . (2i + 3j - k) = 5.

Step 1: Understand the vector equation. Here, 'r' is the position vector of any point (x,y,z) on the plane, so r = xi + yj + zk. The vector (2i + 3j - k) is the normal vector (n) to the plane, and '5' is a constant (d) representing the perpendicular distance from the origin to the plane, scaled by the magnitude of the normal vector.
---
Step 2: Substitute r into the vector equation. We have (xi + yj + zk) . (2i + 3j - k) = 5.
---
Step 3: Perform the dot product. Remember, i.i = 1, j.j = 1, k.k = 1, and other dot products are 0. So, (x * 2) + (y * 3) + (z * -1) = 5.
---
Step 4: Simplify the expression. This gives us 2x + 3y - z = 5.
---
Answer: The Cartesian equation of the plane is 2x + 3y - z = 5.

Why It Matters

Understanding plane equations is super important! In AI/ML, it helps create decision boundaries to sort data, like figuring out if a photo is of a cat or a dog. In Engineering, it's used to design stable structures like bridges and buildings, ensuring surfaces are correctly aligned. This concept is also key for creating realistic 3D graphics in games and movies.

Common Mistakes

MISTAKE: Forgetting that 'r' represents a general point (x,y,z) | CORRECTION: Always substitute r = xi + yj + zk at the beginning of the conversion.

MISTAKE: Incorrectly performing the dot product, especially with negative signs. | CORRECTION: Remember that the dot product is (a1*b1) + (a2*b2) + (a3*b3). Pay close attention to plus and minus signs for each component.

MISTAKE: Confusing the normal vector with a vector lying in the plane. | CORRECTION: The vector in the dot product (n) is always the normal vector, which is perpendicular to the plane.

Practice Questions
Try It Yourself

QUESTION: Convert the vector equation r . (i - 2j + 4k) = 7 into its Cartesian form. | ANSWER: x - 2y + 4z = 7

QUESTION: A plane passes through the point (1, -1, 2) and has a normal vector 3i + 2j - 5k. Find its Cartesian equation. (Hint: Use r . n = a . n, where 'a' is the position vector of the given point). | ANSWER: 3x + 2y - 5z = -9

QUESTION: Find the Cartesian equation of a plane whose vector equation is r = (2i + j - k) + λ(i + 2j) + μ(j - k). (Hint: First find the normal vector by taking the cross product of the two direction vectors, then use a point on the plane). | ANSWER: 2x - y + z = 2

MCQ
Quick Quiz

If the vector equation of a plane is r . (3i - 4j + 5k) = 10, what is its Cartesian equation?

3x + 4y + 5z = 10

3x - 4y + 5z = 10

3x - 4y - 5z = 10

3x + 4y - 5z = 10

The Correct Answer Is:

B

The dot product of r = xi + yj + zk and the normal vector 3i - 4j + 5k gives 3x - 4y + 5z. This must be equal to the constant on the right side, which is 10.

Real World Connection
In the Real World

In building smart cities, town planners use these equations to map out roads and infrastructure. For example, when designing flyovers or metro lines, engineers use plane equations to ensure different levels of traffic flow smoothly without collision. Even in medical imaging like MRI scans, understanding 3D planes helps doctors view specific 'slices' of the human body to detect problems.

Key Vocabulary
Key Terms

CARTESIAN EQUATION: An equation using x, y, z coordinates to describe a geometric shape | VECTOR FORM: An equation using vectors (like position vectors and normal vectors) to describe a shape | NORMAL VECTOR: A vector that is perpendicular (at 90 degrees) to a surface or plane | DOT PRODUCT: A way to multiply two vectors that results in a single number, related to how much they point in the same direction | POSITION VECTOR: A vector that points from the origin (0,0,0) to a specific point (x,y,z)

What's Next
What to Learn Next

Great job understanding this! Next, you should learn about the 'Equation of a Plane Passing Through Three Non-Collinear Points'. This builds on what you've learned here, showing you how to find a plane's equation even when you don't have the normal vector directly.

bottom of page