Mathwords logoMathwords

Cartesian Form

Cartesian Form
Rectangular Form

A function (or relation) written using (x, y) or (x, y, z) coordinates.

 

 

See also

Cartesian coordinates, polar coordinates, parametric equations

Key Formula

y=f(x)y = f(x)
Where:
  • xx = The horizontal coordinate (independent variable) along the x-axis
  • yy = The vertical coordinate (dependent variable) along the y-axis
  • ff = The function rule that maps each x-value to a y-value

Worked Example

Problem: Convert the polar equation r = 6cos(θ) into Cartesian form.
Step 1: Recall the conversion relationships between polar and Cartesian coordinates.
x=rcosθ,y=rsinθ,r2=x2+y2x = r\cos\theta, \quad y = r\sin\theta, \quad r^2 = x^2 + y^2
Step 2: Multiply both sides of the polar equation by r to create terms we can substitute.
r2=6rcosθr^2 = 6r\cos\theta
Step 3: Replace r² with x² + y² on the left side, and replace r cos θ with x on the right side.
x2+y2=6xx^2 + y^2 = 6x
Step 4: Rearrange into standard circle form by completing the square on x.
x26x+9+y2=9    (x3)2+y2=9x^2 - 6x + 9 + y^2 = 9 \implies (x - 3)^2 + y^2 = 9
Answer: The Cartesian form is (x3)2+y2=9(x - 3)^2 + y^2 = 9, which is a circle centered at (3,0)(3, 0) with radius 3.

Another Example

This example converts from parametric form instead of polar form, showing that Cartesian form means eliminating the parameter to get one equation in x and y.

Problem: Convert the parametric equations x = 2t + 1 and y = 4t² into a single Cartesian equation.
Step 1: Solve the x-equation for the parameter t.
x=2t+1    t=x12x = 2t + 1 \implies t = \frac{x - 1}{2}
Step 2: Substitute this expression for t into the y-equation.
y=4t2=4(x12)2y = 4t^2 = 4\left(\frac{x - 1}{2}\right)^2
Step 3: Simplify by squaring the fraction and multiplying.
y=4(x1)24=(x1)2y = 4 \cdot \frac{(x-1)^2}{4} = (x - 1)^2
Answer: The Cartesian form is y=(x1)2y = (x - 1)^2, a parabola with vertex at (1,0)(1, 0).

Frequently Asked Questions

What is the difference between Cartesian form and polar form?
Cartesian form locates points using horizontal and vertical distances (x,y)(x, y) measured from the origin along perpendicular axes. Polar form locates points using a distance rr from the origin and an angle θ\theta measured from the positive x-axis. The two forms describe the same points but use different coordinate systems, and you can convert between them using x=rcosθx = r\cos\theta and y=rsinθy = r\sin\theta.
Why is Cartesian form also called rectangular form?
The name "rectangular" comes from the fact that the x- and y-axes are perpendicular (at right angles), creating a rectangular grid. Any point (x,y)(x, y) sits at the corner of a rectangle whose sides are parallel to the axes. The term is especially common when working with complex numbers, where a+bia + bi is the rectangular form.
When should you use Cartesian form instead of other forms?
Cartesian form is best when a curve has a straightforward relationship between x and y, such as lines (y=mx+by = mx + b) or parabolas (y=ax2+bx+cy = ax^2 + bx + c). It is also the standard form for graphing on a typical coordinate plane. Polar form tends to be more convenient for curves with rotational symmetry, like circles centered at the origin or spirals.

Cartesian Form vs. Polar Form

Cartesian FormPolar Form
Coordinates used(x,y)(x, y) — horizontal and vertical distances(r,θ)(r, \theta) — distance and angle from origin
Example: unit circlex2+y2=1x^2 + y^2 = 1r=1r = 1
Example: vertical linex=3x = 3rcosθ=3r\cos\theta = 3 (less natural)
Best suited forLines, parabolas, polynomialsCircles, spirals, rose curves
Conversionx=rcosθ,  y=rsinθx = r\cos\theta,\; y = r\sin\thetar=x2+y2,  θ=arctan(y/x)r = \sqrt{x^2+y^2},\; \theta = \arctan(y/x)

Why It Matters

Cartesian form is the default way equations are written throughout algebra, geometry, and calculus. When you graph y=2x+3y = 2x + 3 or find the intersection of two curves, you are working in Cartesian form. Converting other representations — parametric equations, polar equations, or complex numbers — into Cartesian form is a core skill in precalculus and is essential for standardized tests and college-level mathematics.

Common Mistakes

Mistake: Confusing the conversion formulas: using x=rsinθx = r\sin\theta instead of x=rcosθx = r\cos\theta.
Correction: Remember that xx (horizontal) pairs with cosθ\cos\theta and yy (vertical) pairs with sinθ\sin\theta. Think of the unit circle: at θ=0\theta = 0, the point is (1,0)(1, 0), so x=cos0=1x = \cos 0 = 1.
Mistake: Forgetting to eliminate the parameter completely when converting from parametric to Cartesian form, leaving t in the final equation.
Correction: The whole purpose of Cartesian form is to express the relationship using only x and y. Solve one parametric equation for t, substitute into the other, and simplify until no t remains.

Related Terms