Mathwords logoReference LibraryMathwords

Cardioid

Cardioid

A curve that is somewhat heart shaped. A cardioid can be drawn by tracing the path of a point on a circle as the circle rolls around a fixed circle of the same radius. The equation is usually written in polar coordinates.

Note: A cardioid is a special case of the limaçon family of curves.

 

Cardioid:   r = a ± a cos θ (horizontal) or  r = a ± a sin θ (vertical)

Cardioid curve r = 2 + 2cosθ plotted on coordinate axes, resembling a heart shape, extending to x=4, y=±2.
r = 2 + 2 cos θ
Polar graph of a cardioid r = a + a sin θ, heart-shaped curve opening upward, with axes labeled from -2 to 2.
r = 2 + 2 sin θ

 

See also

Polar curves, cycloid

Key Formula

r=a±acosθ(horizontal)r=a±asinθ(vertical)\begin{gathered}r = a \pm a\cos\theta \quad \text{(horizontal)}\\r = a \pm a\sin\theta \quad \text{(vertical)}\end{gathered}
Where:
  • rr = The distance from the origin (pole) to a point on the curve
  • aa = A positive constant that controls the size of the cardioid; the maximum value of r is 2a
  • θ\theta = The angle measured from the positive x-axis (polar angle)

Worked Example

Problem: Find the key features of the cardioid r = 3 + 3 cos θ, and determine the coordinates of the point farthest from the origin.
Step 1: Identify the form. The equation matches r = a + a cos θ with a = 3, so this is a horizontal cardioid opening to the right.
r=3+3cosθ,a=3r = 3 + 3\cos\theta, \quad a = 3
Step 2: Find the maximum r. Since cos θ has a maximum value of 1, the farthest point occurs at θ = 0.
rmax=3+3(1)=6r_{\max} = 3 + 3(1) = 6
Step 3: Find where r = 0 (the cusp). Set 3 + 3 cos θ = 0, which gives cos θ = −1, so the cusp is at θ = π.
3+3cosθ=0    cosθ=1    θ=π3 + 3\cos\theta = 0 \implies \cos\theta = -1 \implies \theta = \pi
Step 4: Convert the farthest point to Cartesian coordinates. At θ = 0 and r = 6: x = 6 cos 0 = 6 and y = 6 sin 0 = 0.
x=6cos0=6,y=6sin0=0(6,0)x = 6\cos 0 = 6, \quad y = 6\sin 0 = 0 \quad \Rightarrow (6,\, 0)
Answer: The cardioid r = 3 + 3 cos θ has a maximum radius of 6, reached at the Cartesian point (6, 0), and a cusp at the origin when θ = π.

Another Example

This example applies integration to a cardioid, showing how to compute the enclosed area using the polar area formula — a common calculus exercise, unlike the first example which focused on identifying key features.

Problem: Find the area enclosed by the cardioid r = 2 + 2 sin θ.
Step 1: Recall the polar area formula. For a closed curve traced once as θ goes from 0 to 2π:
A=1202πr2dθA = \frac{1}{2}\int_0^{2\pi} r^2\, d\theta
Step 2: Substitute r = 2 + 2 sin θ and expand the square.
r2=(2+2sinθ)2=4+8sinθ+4sin2θr^2 = (2 + 2\sin\theta)^2 = 4 + 8\sin\theta + 4\sin^2\theta
Step 3: Use the identity sin²θ = (1 − cos 2θ)/2 to simplify.
r2=4+8sinθ+41cos2θ2=6+8sinθ2cos2θr^2 = 4 + 8\sin\theta + 4\cdot\frac{1 - \cos 2\theta}{2} = 6 + 8\sin\theta - 2\cos 2\theta
Step 4: Integrate over [0, 2π]. The integrals of sin θ and cos 2θ over a full period are both 0, leaving only the constant term.
A=1202π(6+8sinθ2cos2θ)dθ=1262π=6πA = \frac{1}{2}\int_0^{2\pi}(6 + 8\sin\theta - 2\cos 2\theta)\,d\theta = \frac{1}{2}\cdot 6 \cdot 2\pi = 6\pi
Answer: The area enclosed by the cardioid r = 2 + 2 sin θ is 6π ≈ 18.85 square units.

Frequently Asked Questions

What is the difference between a cardioid and a limaçon?
A cardioid is a special case of the limaçon. The general limaçon has the form r = b + a cos θ. When b = a, the limaçon becomes a cardioid with a cusp at the origin. When b ≠ a, the curve is a limaçon that may have an inner loop (b < a), a dimple (a < b < 2a), or be convex (b ≥ 2a).
Why is a cardioid called 'heart-shaped'?
The name comes from the Greek word 'kardia,' meaning heart. When plotted, the curve has a rounded lobe on one side and a pointed cusp on the other, giving it a shape that loosely resembles a heart (or more precisely, the stylized heart symbol). The orientation depends on whether you use cos θ (horizontal) or sin θ (vertical).
How do you find the area of a cardioid?
Use the polar area formula A = (1/2)∫₀²π r² dθ. For any cardioid r = a + a cos θ (or the sin θ version), the enclosed area always equals 6πa²/4 = (3/2)πa², which simplifies nicely. For example, with a = 2, the area is 6π.

Cardioid vs. Limaçon

CardioidLimaçon
General formr = a + a cos θ (coefficients equal)r = b + a cos θ (coefficients can differ)
Cusp or loop?Always has a cusp at the originMay have an inner loop, dimple, or be convex
Conditionb = ab and a are any positive values
Enclosed area(3/2)πa²Depends on both a and b
RelationshipSpecial case of limaçonGeneral family that includes the cardioid

Why It Matters

Cardioids appear in precalculus and calculus courses as a key example of polar curves, often used to practice polar graphing, finding areas, and computing arc lengths. They also show up in physics and engineering — for instance, many microphones have a "cardioid" pickup pattern, meaning they are most sensitive to sound from one direction, matching the shape of the curve. Understanding cardioids helps build intuition about how polar equations relate to the shapes they produce.

Common Mistakes

Mistake: Confusing cos θ and sin θ orientations: students assume r = a + a cos θ opens upward.
Correction: The cos θ form produces a cardioid symmetric about the horizontal (polar) axis, opening right (for +) or left (for −). The sin θ form is symmetric about the vertical axis, opening up (for +) or down (for −).
Mistake: Forgetting that both coefficients must be equal for a cardioid, writing something like r = 2 + 3 cos θ and calling it a cardioid.
Correction: If the constant term and the coefficient of cos θ (or sin θ) are not equal, the curve is a limaçon but not a cardioid. A cardioid requires the form r = a ± a cos θ or r = a ± a sin θ, where the two coefficients match.

Related Terms

  • LimaçonGeneral family of which a cardioid is a special case
  • Polar CoordinatesCoordinate system used to write cardioid equations
  • Polar CurvesBroader category that includes cardioids
  • CircleRolling circle construction defines the cardioid
  • CycloidAnother curve defined by a rolling circle
  • Radius of a Circle or SphereThe parameter a relates to the generating circle's radius
  • EquationCardioids are defined by polar equations