Chapter 10

Applications of Trigonometry and Polar Coordinates

The Law of Sines and the Ambiguous Case

Lesson: The Law of Sines and the Ambiguous Case

In trigonometry, we often solve right triangles using sine, cosine, and tangent. But many real problems involve oblique triangles, which are triangles that do not have a right angle.

To solve oblique triangles, one of the main tools we use is the Law of Sines. This law connects side lengths and the angles opposite them. It is especially useful when we know:

  • two angles and one side, or
  • two sides and a non-included angle.

The second case can lead to something called the ambiguous case. In that situation, there may be zero, one, or two possible triangles. This lesson will show you how to recognize each possibility and solve correctly.

1. Naming sides and angles

In any triangle, sides are named opposite their matching angles:

  • side \(a\) is opposite angle \(A\)
  • side \(b\) is opposite angle \(B\)
  • side \(c\) is opposite angle \(C\)

This matching is very important when using the Law of Sines. Always pair each side with its opposite angle.

2. The Law of Sines

The Law of Sines states:

$$ \frac{a}{\sin A}=\frac{b}{\sin B}=\frac{c}{\sin C} $$

It can also be written as:

$$ \frac{\sin A}{a}=\frac{\sin B}{b}=\frac{\sin C}{c} $$

You may use whichever form is more convenient. The key idea is that each side must be matched with its opposite angle.

3. When to use the Law of Sines

The Law of Sines is usually the best method when you know:

  • AAS: two angles and one side
  • ASA: two angles and the included side
  • SSA: two sides and a non-included angle

The first two cases give a unique triangle. The third case, SSA, is the one that may be ambiguous.

4. Solving triangles with AAS or ASA

If you know two angles, first find the third angle using the triangle angle sum:

$$ A+B+C=180^\circ $$

Then use the Law of Sines to find the missing sides.

Worked Example 1: A unique triangle

Suppose \(A=40^\circ\), \(B=65^\circ\), and \(a=12\). Find the remaining angle and sides.

Step 1: Find the third angle.

$$ C=180^\circ-40^\circ-65^\circ=75^\circ $$

Step 2: Use the Law of Sines to find \(b\).

$$ \frac{a}{\sin A}=\frac{b}{\sin B} $$ $$ \frac{12}{\sin 40^\circ}=\frac{b}{\sin 65^\circ} $$ $$ b=12\cdot\frac{\sin 65^\circ}{\sin 40^\circ} $$ $$ b\approx 12\cdot\frac{0.9063}{0.6428}\approx 16.92 $$

Step 3: Find \(c\).

$$ \frac{12}{\sin 40^\circ}=\frac{c}{\sin 75^\circ} $$ $$ c=12\cdot\frac{\sin 75^\circ}{\sin 40^\circ} $$ $$ c\approx 12\cdot\frac{0.9659}{0.6428}\approx 18.03 $$

Answer: \(C=75^\circ\), \(b\approx 16.92\), and \(c\approx 18.03\).

5. The ambiguous case: SSA

The ambiguous case happens when we know:

  • an angle, say \(A\)
  • its opposite side, say \(a\)
  • another side, say \(b\)

So we know \(A\), \(a\), and \(b\). This is called SSA because we know two sides and an angle that is not between them.

This situation is called ambiguous because the side of length \(b\) may be able to form:

  • no triangle,
  • one triangle, or
  • two different triangles.

Why can there be two triangles?

When you use the Law of Sines to find an angle, you often get a value for a sine, such as \(\sin B=0.6\). Since sine has the same value for two angles between \(0^\circ\) and \(180^\circ\), both of these are possible:

$$ B=\sin^{-1}(0.6)=36.87^\circ $$

and

$$ B=180^\circ-36.87^\circ=143.13^\circ $$

That is the source of the ambiguity. However, both angles are only valid if the triangle angle sum still works.

6. A helpful height idea

Suppose \(A\) is acute and we know \(a\), \(b\), and angle \(A\). A useful comparison is the height:

$$ h=b\sin A $$

Then the number of possible triangles can be determined by comparing \(a\) with \(h\) and \(b\).

When \(A\) is acute:

  • If \(a<h\), there is no triangle.
  • If \(a=h\), there is one triangle and it is a right triangle.
  • If \(h<a<b\), there are two triangles.
  • If \(a\ge b\), there is one triangle.

This is a very useful shortcut for SSA when the given angle is acute.

7. Solving the ambiguous case using the Law of Sines

In SSA problems, a common first step is:

$$ \frac{a}{\sin A}=\frac{b}{\sin B} $$

Solve for \(\sin B\):

$$ \sin B=\frac{b\sin A}{a} $$

Then check:

  • If \(\sin B>1\), no triangle exists.
  • If \(\sin B=1\), one triangle exists.
  • If \(0<\sin B<1\), one or two triangles may exist.

After finding one angle \(B\), also test the second possible angle:

$$ B_2=180^\circ-B_1 $$

If \(A+B_2<180^\circ\), then the second triangle is valid. If not, only one triangle exists.

Worked Example 2: No triangle

Given \(A=35^\circ\), \(a=4\), and \(b=8\), determine how many triangles are possible.

Method 1: Use the height.

$$ h=b\sin A=8\sin 35^\circ $$ $$ h\approx 8(0.5736)=4.59 $$

Since \(a=4\) and \(4<4.59\), we have \(a<h\). Therefore, no triangle is possible.

Method 2: Use the Law of Sines.

$$ \sin B=\frac{b\sin A}{a}=\frac{8\sin 35^\circ}{4} $$ $$ \sin B\approx \frac{8(0.5736)}{4}=1.1472 $$

Since sine cannot be greater than 1, this confirms that no triangle exists.

Worked Example 3: Two possible triangles

Given \(A=30^\circ\), \(a=7\), and \(b=10\), solve the triangle(s).

Step 1: Check whether ambiguity is possible.

$$ h=b\sin A=10\sin 30^\circ=10(0.5)=5 $$

We compare \(a=7\) with \(h=5\) and \(b=10\):

$$ 5<7<10 $$

Since \(h<a<b\), there are two triangles.

Step 2: Find angle \(B\).

$$ \sin B=\frac{b\sin A}{a}=\frac{10\sin 30^\circ}{7}= rac{10(0.5)}{7}=\frac{5}{7} $$ $$ \sin B\approx 0.7143 $$

First possible angle:

$$ B_1=\sin^{-1}(0.7143)\approx 45.58^\circ $$

Second possible angle:

$$ B_2=180^\circ-45.58^\circ=134.42^\circ $$

Step 3: Find angle \(C\) for each triangle.

Triangle 1:

$$ C_1=180^\circ-30^\circ-45.58^\circ=104.42^\circ $$

Triangle 2:

$$ C_2=180^\circ-30^\circ-134.42^\circ=15.58^\circ $$

Both are positive, so both triangles are valid.

Step 4: Find side \(c\) for each triangle.

Use

$$ \frac{a}{\sin A}=\frac{c}{\sin C} $$

Since

$$ \frac{7}{\sin 30^\circ}=\frac{7}{0.5}=14 $$

Triangle 1:

$$ c_1=14\sin 104.42^\circ\approx 14(0.9683)\approx 13.56 $$

Triangle 2:

$$ c_2=14\sin 15.58^\circ\approx 14(0.2685)\approx 3.76 $$

Answers:

  • Triangle 1: \(B\approx 45.58^\circ\), \(C\approx 104.42^\circ\), \(c\approx 13.56\)
  • Triangle 2: \(B\approx 134.42^\circ\), \(C\approx 15.58^\circ\), \(c\approx 3.76\)

Worked Example 4: One triangle only

Given \(A=50^\circ\), \(a=12\), and \(b=9\), solve the triangle.

Step 1: Check the number of possible triangles.

Since \(a=12\) and \(b=9\), we have \(a>b\). For an acute angle \(A\), this means there is one triangle.

Step 2: Find angle \(B\).

$$ \sin B=\frac{b\sin A}{a}=\frac{9\sin 50^\circ}{12} $$ $$ \sin B\approx \frac{9(0.7660)}{12}=0.5745 $$ $$ B_1=\sin^{-1}(0.5745)\approx 35.07^\circ $$

The second possible angle would be

$$ B_2=180^\circ-35.07^\circ=144.93^\circ $$

But then

$$ A+B_2=50^\circ+144.93^\circ=194.93^\circ $$

This is greater than \(180^\circ\), so the second angle is not possible.

Step 3: Find angle \(C\).

$$ C=180^\circ-50^\circ-35.07^\circ=94.93^\circ $$

Step 4: Find side \(c\).

$$ \frac{12}{\sin 50^\circ}=\frac{c}{\sin 94.93^\circ} $$ $$ c=12\cdot\frac{\sin 94.93^\circ}{\sin 50^\circ} $$ $$ c\approx 12\cdot\frac{0.9963}{0.7660}\approx 15.61 $$

Answer: One triangle exists, with \(B\approx 35.07^\circ\), \(C\approx 94.93^\circ\), and \(c\approx 15.61\).

8. Important notes about obtuse given angles

If the given angle \(A\) is obtuse, the ambiguous case becomes easier to judge.

  • If \(A\) is obtuse, then side \(a\) must be the longest side.
  • So if \(a\le b\), then no triangle is possible.
  • If \(a>b\), then exactly one triangle is possible.

This makes sense because the side opposite the largest angle must be the longest side.

9. Common mistakes to avoid

  • Mismatching sides and angles. Always pair \(a\) with \(A\), \(b\) with \(B\), and \(c\) with \(C\).
  • Forgetting the second angle. If you use inverse sine, always check whether \(180^\circ-\theta\) also works.
  • Not checking the angle sum. A second triangle is only valid if all three angles can still add to \(180^\circ\).
  • Rounding too early. Keep several decimal places until the final answer.
  • Using the Law of Sines when side-angle pairs are not known. Make sure you have at least one known side and its opposite angle.

10. A step-by-step strategy for SSA problems

  1. Identify the known angle and its opposite side.
  2. Use the Law of Sines to compute the unknown sine value.
  3. If the sine value is greater than 1, no triangle exists.
  4. Find the first possible angle using inverse sine.
  5. Find the second possible angle using \(180^\circ-\theta\).
  6. Check whether each option gives a valid triangle angle sum.
  7. For each valid triangle, find the remaining angle and side(s).

11. Why this matters in applications

In applications of trigonometry, you may use the Law of Sines to model situations involving distances, directions, and non-right triangles. For example, surveyors, navigators, and engineers often solve oblique triangles when direct measurement is difficult.

The ambiguous case matters because a set of measurements might describe more than one possible shape. If you do not check for both possibilities, you could miss a valid answer or report the wrong one.

Brief Summary

The Law of Sines is used to solve oblique triangles by relating each side to the sine of its opposite angle:

$$ \frac{a}{\sin A}=\frac{b}{\sin B}=\frac{c}{\sin C} $$

For ASA and AAS, there is always one triangle. For SSA, the situation can be ambiguous, giving zero, one, or two triangles.

To solve SSA problems correctly, compute the missing sine value, consider both possible angles, and check whether each one creates a valid triangle. Careful checking is the key to handling the ambiguous case successfully.

Put what you read to the test

You've worked through The Law of Sines and the Ambiguous Case. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.

The Law of Cosines

The Law of Cosines is a formula used to solve oblique triangles, which are triangles that do not have a right angle.

In 12th Grade trigonometry, this law is especially useful when you are given:

  • SSS: all three side lengths, and you need to find an angle, or
  • SAS: two side lengths and the included angle, and you need to find the third side.

This makes the Law of Cosines one of the main tools for resolving triangles when right-triangle methods do not apply.

Triangle labeling matters. In a triangle with angles \(A\), \(B\), and \(C\), the sides opposite those angles are labeled \(a\), \(b\), and \(c\).

So:

  • side \(a\) is opposite angle \(A\)
  • side \(b\) is opposite angle \(B\)
  • side \(c\) is opposite angle \(C\)

The Law of Cosines can be written in three forms:

$$a^2=b^2+c^2-2bc\cos A$$ $$b^2=a^2+c^2-2ac\cos B$$ $$c^2=a^2+b^2-2ab\cos C$$

Each version matches the angle you are using or the side you want to find.

You may notice that this looks similar to the Pythagorean Theorem. In fact, if \(C=90^\circ\), then \(\cos 90^\circ=0\), so the formula becomes

$$c^2=a^2+b^2$$

So the Law of Cosines is a more general formula that works for any triangle.

When to use the Law of Cosines

  • Use it for SAS when you know two sides and the included angle.
  • Use it for SSS when you know all three sides and need to find an angle.
  • It is often the first step in fully solving an oblique triangle.

Case 1: Using the Law of Cosines for SAS

If you know two sides and the included angle, use the formula to find the missing third side.

For example, if sides \(a\) and \(b\) are known and angle \(C\) is between them, then use:

$$c^2=a^2+b^2-2ab\cos C$$

After finding the third side, you can use the Law of Sines or Law of Cosines again to find the remaining angles.

Case 2: Using the Law of Cosines for SSS

If you know all three sides, you can find an angle by rearranging the formula.

For example, to find angle \(C\):

$$c^2=a^2+b^2-2ab\cos C$$

Subtract \(a^2+b^2\) from both sides and solve for \(\cos C\):

$$\cos C=\frac{a^2+b^2-c^2}{2ab}$$

Then use inverse cosine:

$$C=\cos^{-1}\left(\frac{a^2+b^2-c^2}{2ab}\right)$$

Similarly,

$$A=\cos^{-1}\left(\frac{b^2+c^2-a^2}{2bc}\right)$$ $$B=\cos^{-1}\left(\frac{a^2+c^2-b^2}{2ac}\right)$$

Important idea: the side opposite the largest angle is the longest side, and the side opposite the smallest angle is the shortest side. This helps you check whether your answers make sense.

Worked Example 1: Find a side using SAS

In triangle \(ABC\), let \(a=7\), \(b=10\), and \(C=60^\circ\). Find side \(c\).

Since angle \(C\) is between sides \(a\) and \(b\), use:

$$c^2=a^2+b^2-2ab\cos C$$

Substitute the values:

$$c^2=7^2+10^2-2(7)(10)\cos 60^\circ$$ $$c^2=49+100-140\left(\frac{1}{2}\right)$$ $$c^2=149-70=79$$

Now take the square root:

$$c=\sqrt{79}\approx 8.89$$

Answer: \(c\approx 8.9\)

This answer makes sense because the side opposite \(60^\circ\) should be between the smaller side 7 and the larger side 10 in length.

Worked Example 2: Find an angle using SSS

A triangle has side lengths \(a=5\), \(b=8\), and \(c=10\). Find angle \(C\).

Use the rearranged formula:

$$\cos C=\frac{a^2+b^2-c^2}{2ab}$$

Substitute:

$$\cos C=\frac{5^2+8^2-10^2}{2(5)(8)}$$ $$\cos C=\frac{25+64-100}{80}$$ $$\cos C=\frac{-11}{80}$$

Now find the angle:

$$C=\cos^{-1}\left(\frac{-11}{80}\right)$$ $$C\approx 97.9^\circ$$

Answer: \(C\approx 97.9^\circ\)

This is reasonable because side \(c=10\) is the longest side, so angle \(C\) should be the largest angle. Since it is about \(98^\circ\), it is obtuse, which fits.

Worked Example 3: Resolve a triangle from SAS

Suppose \(a=12\), \(b=9\), and \(C=40^\circ\). Find the remaining side and angles.

Step 1: Find side \(c\)

$$c^2=a^2+b^2-2ab\cos C$$ $$c^2=12^2+9^2-2(12)(9)\cos 40^\circ$$ $$c^2=144+81-216\cos 40^\circ$$

Using \(\cos 40^\circ\approx 0.7660\):

$$c^2\approx 225-216(0.7660)$$ $$c^2\approx 225-165.456=59.544$$ $$c\approx \sqrt{59.544}\approx 7.72$$

Step 2: Find angle \(A\)

Now use the Law of Cosines again:

$$a^2=b^2+c^2-2bc\cos A$$

Rearrange:

$$\cos A=\frac{b^2+c^2-a^2}{2bc}$$

Substitute:

$$\cos A=\frac{9^2+7.72^2-12^2}{2(9)(7.72)}$$ $$\cos A\approx \frac{81+59.60-144}{138.96}$$ $$\cos A\approx \frac{-3.40}{138.96}\approx -0.0245$$ $$A\approx \cos^{-1}(-0.0245)\approx 91.4^\circ$$

Step 3: Find angle \(B\)

The angles in a triangle add to \(180^\circ\):

$$B=180^\circ-A-C$$ $$B=180^\circ-91.4^\circ-40^\circ=48.6^\circ$$

Answer:

  • \(c\approx 7.72\)
  • \(A\approx 91.4^\circ\)
  • \(B\approx 48.6^\circ\)

Notice that the largest side is \(a=12\), and the largest angle is \(A\approx 91.4^\circ\), which is consistent.

Worked Example 4: Find all angles from SSS

A triangle has side lengths \(a=13\), \(b=14\), and \(c=15\). Find angles \(A\), \(B\), and \(C\).

Step 1: Find angle \(A\)

$$\cos A=\frac{b^2+c^2-a^2}{2bc}$$ $$\cos A=\frac{14^2+15^2-13^2}{2(14)(15)}$$ $$\cos A=\frac{196+225-169}{420}$$ $$\cos A=\frac{252}{420}=0.6$$ $$A=\cos^{-1}(0.6)\approx 53.1^\circ$$

Step 2: Find angle \(B\)

$$\cos B=\frac{a^2+c^2-b^2}{2ac}$$ $$\cos B=\frac{13^2+15^2-14^2}{2(13)(15)}$$ $$\cos B=\frac{169+225-196}{390}$$ $$\cos B=\frac{198}{390}\approx 0.5077$$ $$B\approx \cos^{-1}(0.5077)\approx 59.5^\circ$$

Step 3: Find angle \(C\)

$$C=180^\circ-A-B$$ $$C=180^\circ-53.1^\circ-59.5^\circ=67.4^\circ$$

Answer:

  • \(A\approx 53.1^\circ\)
  • \(B\approx 59.5^\circ\)
  • \(C\approx 67.4^\circ\)

Again, the longest side is \(c=15\), and the largest angle is \(C\approx 67.4^\circ\), so the result is reasonable.

Common mistakes to avoid

  • Mixing up sides and angles. Always match side \(a\) with angle \(A\), side \(b\) with angle \(B\), and side \(c\) with angle \(C\).
  • Using the wrong angle in SAS. The angle given must be the included angle, the one between the two known sides.
  • Forgetting parentheses on the calculator. Enter expressions like \(\cos^{-1}((a^2+b^2-c^2)/(2ab))\) carefully.
  • Degree/radian mode errors. If the problem uses degrees, your calculator must be in degree mode.
  • Rounding too early. Keep extra decimal places until the final answer.

How to decide whether your answer is reasonable

  • The longest side should be opposite the largest angle.
  • The shortest side should be opposite the smallest angle.
  • All three angles should add to \(180^\circ\).
  • A side length must be positive.

Quick problem-solving guide

  1. Label the triangle clearly with matching sides and angles.
  2. Decide whether the information is SSS or SAS.
  3. Choose the correct form of the Law of Cosines.
  4. Substitute carefully and solve.
  5. If needed, use inverse cosine to find an angle.
  6. Check whether the answer fits the triangle.

Brief Summary

The Law of Cosines is used to solve oblique triangles when right-triangle methods do not work. It is especially useful for SAS problems to find a missing side and for SSS problems to find a missing angle.

The key formulas are

$$c^2=a^2+b^2-2ab\cos C$$ $$\cos C=\frac{a^2+b^2-c^2}{2ab}$$

with similar forms for angles \(A\) and \(B\). If you label the triangle carefully, use the correct formula, and check that longer sides match larger angles, you can solve many non-right triangles accurately.

Put what you read to the test

You've worked through The Law of Cosines. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.

Area of Oblique Triangles

Area of Oblique Triangles

An oblique triangle is any triangle that is not a right triangle. That means it can be either an acute triangle or an obtuse triangle. Since there is no right angle, we usually cannot use the simple formula for the area of a right triangle unless we first find a height.

In 12th Grade Maths, there are two main ways to find the area of an oblique triangle:

  • using a sine-based area formula when two sides and the included angle are known,
  • using Heron’s Formula when all three side lengths are known.

This lesson will show when to use each formula, how the formulas work, and how to solve problems step by step.

1. The basic idea of triangle area

You already know that the area of any triangle is

$$A = \frac{1}{2}bh$$

where \(b\) is a base and \(h\) is the perpendicular height.

For oblique triangles, the height is often not given directly. Trigonometry helps us express that height using a side length and the sine of an angle. That is why sine appears in the area formula for oblique triangles.

2. Sine-based area formula

Suppose a triangle has sides \(a\), \(b\), and \(c\), with angles \(A\), \(B\), and \(C\) opposite those sides.

If you know two sides and the included angle, then the area can be found using any of these equivalent formulas:

$$A = \frac{1}{2}ab\sin C$$ $$A = \frac{1}{2}bc\sin A$$ $$A = \frac{1}{2}ac\sin B$$

The key idea is that the angle used must be the angle between the two sides in the formula.

Why this works

Imagine using side \(b\) as the base. If side \(a\) makes angle \(C\) with side \(b\), then the height is

$$h = a\sin C$$

Substitute this into \(A = \frac{1}{2}bh\):

$$A = \frac{1}{2}b(a\sin C) = \frac{1}{2}ab\sin C$$

This is the sine area formula.

When to use this formula

  • Use it when you know two side lengths and the included angle (SAS information).
  • Make sure your calculator is in the correct angle mode: degrees if angles are given in degrees.
  • Remember that \(\sin \theta\) is the same for supplementary angles only in some cases of solving triangles, but for area you must use the angle that belongs to the given triangle setup.

3. Heron’s Formula

If you know all three sides of an oblique triangle, but no angle or height, then Heron’s Formula is very useful.

First find the semi-perimeter:

$$s = \frac{a+b+c}{2}$$

Then use Heron’s Formula:

$$A = \sqrt{s(s-a)(s-b)(s-c)}$$

This formula gives the area directly from the three side lengths.

When to use Heron’s Formula

  • Use it when all three sides are known (SSS information).
  • It is especially helpful when no angle is given.
  • Be careful with arithmetic, since one small mistake in finding \(s\) can affect the whole answer.

4. Choosing the correct method

To decide which area formula to use, ask yourself what information is given.

  • If you know two sides and the included angle, use
$$A = \frac{1}{2}ab\sin C$$
  • If you know all three sides, use Heron’s Formula:
$$A = \sqrt{s(s-a)(s-b)(s-c)}$$

If you are given other information, such as two angles and one side, you may first need to solve the triangle using the Law of Sines or Law of Cosines, and then apply one of the area formulas.

5. Worked Examples

Example 1: Area using two sides and the included angle

A triangle has sides \(a=8\) cm and \(b=11\) cm, with included angle \(C=35^\circ\). Find the area.

Step 1: Choose the sine area formula.

$$A = \frac{1}{2}ab\sin C$$

Step 2: Substitute the values.

$$A = \frac{1}{2}(8)(11)\sin 35^\circ$$ $$A = 44\sin 35^\circ$$

Step 3: Evaluate.

$$A \approx 44(0.5736) = 25.2384$$

So the area is approximately

$$A \approx 25.24\text{ cm}^2$$

Answer: \(25.24\text{ cm}^2\)

Example 2: Area using a different pair of sides

In triangle \(ABC\), \(b=12\) m, \(c=9\) m, and \(A=120^\circ\). Find the area.

Step 1: Match the formula to the known values.

Since angle \(A\) is between sides \(b\) and \(c\), use

$$A = \frac{1}{2}bc\sin A$$

Step 2: Substitute.

$$A = \frac{1}{2}(12)(9)\sin 120^\circ$$ $$A = 54\sin 120^\circ$$

Step 3: Evaluate.

Recall that

$$\sin 120^\circ = \sin 60^\circ \approx 0.8660$$

So,

$$A \approx 54(0.8660) = 46.764$$

Therefore,

$$A \approx 46.76\text{ m}^2$$

Answer: \(46.76\text{ m}^2\)

Example 3: Area using Heron’s Formula

A triangle has side lengths 7 cm, 9 cm, and 12 cm. Find the area.

Step 1: Find the semi-perimeter.

$$s = \frac{7+9+12}{2} = \frac{28}{2} = 14$$

Step 2: Apply Heron’s Formula.

$$A = \sqrt{s(s-a)(s-b)(s-c)}$$ $$A = \sqrt{14(14-7)(14-9)(14-12)}$$ $$A = \sqrt{14(7)(5)(2)}$$ $$A = \sqrt{980}$$

Step 3: Simplify or approximate.

$$A = \sqrt{196\cdot 5} = 14\sqrt{5}$$

or as a decimal,

$$A \approx 31.30\text{ cm}^2$$

Answer: \(14\sqrt{5}\text{ cm}^2\) or approximately \(31.30\text{ cm}^2\)

Example 4: Solve the triangle first, then find the area

A triangle has sides \(a=10\) cm, \(b=13\) cm, and \(c=15\) cm. Find the area.

Since all three sides are known, Heron’s Formula is the fastest method.

Step 1: Find the semi-perimeter.

$$s = \frac{10+13+15}{2} = \frac{38}{2} = 19$$

Step 2: Substitute into Heron’s Formula.

$$A = \sqrt{19(19-10)(19-13)(19-15)}$$ $$A = \sqrt{19(9)(6)(4)}$$ $$A = \sqrt{4104}$$

Step 3: Approximate.

$$A \approx 64.06\text{ cm}^2$$

Answer: \(64.06\text{ cm}^2\) approximately

6. Common mistakes to avoid

  • Using the wrong angle: In the sine formula, the angle must be the included angle between the two sides you use.
  • Forgetting the \(\frac{1}{2}\): Both the basic triangle area formula and the sine-based formula include \(\frac{1}{2}\).
  • Calculator in the wrong mode: Check that your calculator is set to degrees if the angle is in degrees.
  • Arithmetic errors in Heron’s Formula: Compute the semi-perimeter carefully and substitute accurately.
  • Using Heron’s Formula before checking the sides form a triangle: The side lengths must satisfy the triangle inequality.

7. Quick check: Do these sides make a triangle?

Before using Heron’s Formula, make sure the sum of any two sides is greater than the third side.

For example, sides 3, 4, and 8 do not form a triangle because

$$3+4=7<8$$

So Heron’s Formula cannot be used there.

8. Connection to resolving oblique triangles

In the broader topic of Applications of Trigonometry, you often solve or resolve an oblique triangle first. That means finding unknown sides or angles using the Law of Sines or Law of Cosines.

Once enough information is known, the area can be found:

  • with a sine formula if you know two sides and the included angle, or
  • with Heron’s Formula if you know all three sides.

This makes area formulas an important part of solving real-world problems involving land measurement, navigation, surveying, and geometric modelling.

9. Final summary

To find the area of an oblique triangle, use the information you are given.

  • If you know two sides and the included angle, use
$$A = \frac{1}{2}ab\sin C$$
  • If you know all three sides, use
$$s = \frac{a+b+c}{2}$$ $$A = \sqrt{s(s-a)(s-b)(s-c)}$$

These formulas allow you to find the area even when no height is given directly. The most important skills are choosing the correct formula, substituting carefully, and checking your calculations.

Put what you read to the test

You've worked through Area of Oblique Triangles. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.

Introduction to Polar Coordinates

Introduction to Polar Coordinates

In most of your earlier graphing, you have used the Cartesian coordinate system, where a point is located by an ordered pair \,\((x,y)\). The number \(x\) tells how far left or right the point is, and \(y\) tells how far up or down it is.

In polar coordinates, we describe a point in a different way. Instead of moving across and then up, we start from a fixed point called the pole and measure:

  • a distance from the pole, called \(r\), and
  • an angle, called \(\theta\), measured from a fixed ray called the polar axis.

So a point in polar form is written as \((r,\theta)\).

This system is especially useful for graphing circles, spirals, and other curves that are hard to describe in Cartesian form. It is also useful in problems involving rotation, direction, and motion.

The parts of the polar coordinate system

  • Pole: the fixed point at the center, like the origin in Cartesian coordinates.
  • Polar axis: the starting ray, usually pointing to the right, like the positive \(x\)-axis.
  • Radial distance \(r\): how far the point is from the pole.
  • Angle \(\theta\): how much you rotate from the polar axis.

Angles in polar coordinates are usually measured in degrees or radians. Positive angles are measured counterclockwise, and negative angles are measured clockwise.

How to plot a polar point

To plot \((r,\theta)\):

  1. Start at the pole.
  2. Rotate by the angle \(\theta\) from the polar axis.
  3. Move outward \(r\) units along that direction.

If \(r\) is positive, move in the direction of the angle. If \(r\) is negative, move in the opposite direction.

This is one of the biggest differences from Cartesian coordinates: in polar coordinates, the same point can have more than one name.

Equivalent polar coordinates

A point can be written in many equivalent ways because:

  • adding or subtracting \(360^\circ\) (or \(2\pi\) radians) gives the same direction, and
  • using a negative radius flips the point to the opposite side.

For example, the point \((3,45^\circ)\) is the same as:

  • \((3,405^\circ)\), because \(45^\circ+360^\circ=405^\circ\)
  • \((3,-315^\circ)\), because \(45^\circ-360^\circ=-315^\circ\)
  • \((-3,225^\circ)\), because using \(-3\) reverses the direction

So unlike Cartesian coordinates, polar coordinates are not unique.

Important angle facts

  • \(0^\circ\) points right
  • \(90^\circ\) points up
  • \(180^\circ\) points left
  • \(270^\circ\) points down

In radians, these are:

$$0, \quad \frac{\pi}{2}, \quad \pi, \quad \frac{3\pi}{2}$$

Worked Example 1: Plotting a basic polar point

Plot the point \((4,60^\circ)\).

Step 1: Start at the pole.

Step 2: Rotate \(60^\circ\) counterclockwise from the polar axis.

Step 3: Move 4 units outward along that ray.

So the point lies 4 units from the pole in the direction \(60^\circ\).

Worked Example 2: Plotting with a negative radius

Plot the point \((-2,30^\circ)\).

This time, the angle is \(30^\circ\), but the radius is negative.

Step 1: Rotate \(30^\circ\) counterclockwise from the polar axis.

Step 2: Because \(r=-2\), move 2 units in the opposite direction.

The opposite direction from \(30^\circ\) is \(210^\circ\). So \((-2,30^\circ)\) is the same point as \((2,210^\circ)\).

This is a very important idea in polar graphing.

Converting between polar and Cartesian coordinates

Sometimes you will need to switch between the two systems.

If a point has polar coordinates \((r,\theta)\), then its Cartesian coordinates \((x,y)\) are:

$$x=r\cos\theta \qquad y=r\sin\theta$$

If a point has Cartesian coordinates \((x,y)\), then:

$$r=\sqrt{x^2+y^2}$$

and

$$\tan\theta=\frac{y}{x}$$

When finding \(\theta\), you must also think about which quadrant the point is in.

Worked Example 3: Convert from polar to Cartesian

Convert \((6,120^\circ)\) to Cartesian coordinates.

Use the formulas:

$$x=r\cos\theta, \qquad y=r\sin\theta$$

Substitute \(r=6\) and \(\theta=120^\circ\):

$$x=6\cos120^\circ=6\left(-\frac{1}{2}\right)=-3$$ $$y=6\sin120^\circ=6\left(\frac{\sqrt{3}}{2}\right)=3\sqrt{3}$$

So the Cartesian coordinates are:

$$(-3,3\sqrt{3})$$

Worked Example 4: Convert from Cartesian to polar

Convert the point \((-3,3\sqrt{3})\) to polar coordinates.

First find \(r\):

$$r=\sqrt{x^2+y^2}$$ $$r=\sqrt{(-3)^2+(3\sqrt{3})^2}$$ $$r=\sqrt{9+27}=\sqrt{36}=6$$

Now find the angle:

$$\tan\theta=\frac{y}{x}=\frac{3\sqrt{3}}{-3}=-\sqrt{3}$$

The reference angle for \(\tan\theta=\sqrt{3}\) is \(60^\circ\).

Since the point \((-3,3\sqrt{3})\) is in Quadrant II, the correct angle is:

$$\theta=120^\circ$$

So one polar form is:

$$\left(6,120^\circ\right)$$

Another correct form would be \((6,480^\circ)\) or \((-6,300^\circ)\).

Graphing simple polar curves

A polar equation gives \(r\) in terms of \(\theta\). Instead of plotting \((x,y)\), you calculate values of \(r\) for different angles and plot the resulting points.

For example, consider:

$$r=2$$

This means the distance from the pole is always 2, no matter what the angle is. So the graph is a circle centered at the pole with radius 2.

Now consider:

$$\theta=\frac{\pi}{4}$$

This means the angle is always \(45^\circ\), while the radius can vary. So the graph is a line through the pole making an angle of \(45^\circ\) with the polar axis.

Why polar coordinates are different from Cartesian coordinates

  • Cartesian coordinates use horizontal and vertical distances: \((x,y)\).
  • Polar coordinates use distance and direction: \((r,\theta)\).
  • Cartesian coordinates usually name a point in only one way.
  • Polar coordinates can name the same point in many ways.

Common mistakes to avoid

  • Forgetting that angles are measured from the polar axis.
  • Using a negative radius as if it were positive.
  • Mixing up degrees and radians.
  • Finding \(\theta\) from \(\tan\theta\) without checking the quadrant.
  • Assuming every point has only one polar coordinate pair.

Quick check for understanding

  • What does \((5,90^\circ)\) mean? It means go 5 units from the pole in the upward direction.
  • What does \((-4,0^\circ)\) mean? It means go 4 units in the direction opposite \(0^\circ\), so left along the horizontal axis.
  • What shape is \(r=3\)? A circle of radius 3 centered at the pole.

Summary

Polar coordinates locate points using a distance from the pole and an angle from the polar axis. A point is written as \((r,\theta)\), where \(r\) may be positive or negative. You can convert between polar and Cartesian coordinates using

$$x=r\cos\theta, \qquad y=r\sin\theta, \qquad r=\sqrt{x^2+y^2}$$

Understanding how to plot points, interpret negative radius values, and recognize equivalent coordinate pairs is the foundation for graphing polar curves later.

Put what you read to the test

You've worked through Introduction to Polar Coordinates. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.

Rectangular and Polar Conversions

Rectangular and Polar Conversions help us describe the same point or curve in two different coordinate systems.

In the rectangular (or Cartesian) system, we locate a point using \\(x\\) and \\(y\\). In the polar system, we locate a point using \\(r\\), the distance from the origin, and \\(\theta\\), the angle measured from the positive \\(x\\)-axis.

Being able to convert between these forms is important when working with graphs, trigonometry, complex geometric curves, and applications involving direction and motion.

This lesson will show you how to:

  • convert a point from rectangular form to polar form,
  • convert a point from polar form to rectangular form,
  • rewrite equations from rectangular to polar,
  • rewrite equations from polar to rectangular,
  • avoid common mistakes with angles and signs.

1. The basic relationships between \\(x, y\\) and \\(r, \theta\\)

The rectangular and polar systems are connected by right-triangle trigonometry.

If a point has polar coordinates \\((r, \theta)\\), then:

$$x = r\cos\theta$$ $$y = r\sin\theta$$

Also, since \\(r\\) is the distance from the origin:

$$r = \sqrt{x^2 + y^2}$$

And for the angle:

$$\tan\theta = \frac{y}{x} \quad \text{when } x \ne 0$$

These four relationships are the foundation of all conversions.

2. Converting from rectangular to polar coordinates

Suppose you are given \\((x, y)\\). To convert to polar form:

  1. Find \\(r\\) using \\(r = \sqrt{x^2 + y^2}\\).
  2. Find the reference angle using \\(\tan\theta = \frac{y}{x}\\).
  3. Choose the correct angle \\(\theta\\) by looking at the quadrant of the point.

Important: The inverse tangent function may give an angle in the wrong quadrant if you do not check the signs of \\(x\\) and \\(y\\).

Quadrants matter:

  • Quadrant I: \\(x>0, y>0\\)
  • Quadrant II: \\(x<0, y>0\\)
  • Quadrant III: \\(x<0, y<0\\)
  • Quadrant IV: \\(x>0, y<0\\)

A polar point can have more than one name. For example, \\((r, \theta)\\) is equivalent to:

  • \\((r, \theta + 2\pi)\\)
  • \\((r, \theta - 2\pi)\\)
  • \\((-r, \theta + \pi)\\)

That means a single point can be written in many valid polar forms.

Worked Example 1: Convert \\((3, 3)\\) to polar coordinates

Step 1: Find \\(r\\).

$$r = \sqrt{3^2 + 3^2} = \sqrt{9+9} = \sqrt{18} = 3\sqrt{2}$$

Step 2: Find \\(\theta\\).

$$\tan\theta = \frac{3}{3} = 1$$

The reference angle is \\(\frac{\pi}{4}\\). Since \\((3,3)\\) is in Quadrant I, the angle is:

$$\theta = \frac{\pi}{4}$$

So one polar form is:

$$\boxed{\left(3\sqrt{2}, \frac{\pi}{4}\right)}$$

Another valid form is:

$$\boxed{\left(-3\sqrt{2}, \frac{5\pi}{4}\right)}$$

Worked Example 2: Convert \\((-2, 2\sqrt{3})\\) to polar coordinates

Step 1: Find \\(r\\).

$$r = \sqrt{(-2)^2 + (2\sqrt{3})^2} = \sqrt{4 + 12} = \sqrt{16} = 4$$

Step 2: Find \\(\theta\\).

$$\tan\theta = \frac{2\sqrt{3}}{-2} = -\sqrt{3}$$

The reference angle is \\(\frac{\pi}{3}\\). The point is in Quadrant II because \\(x<0\\) and \\(y>0\\). So:

$$\theta = \pi - \frac{\pi}{3} = \frac{2\pi}{3}$$

The polar coordinates are:

$$\boxed{\left(4, \frac{2\pi}{3}\right)}$$

3. Converting from polar to rectangular coordinates

Suppose you are given \\((r, \theta)\\). To convert to rectangular form, use:

$$x = r\cos\theta$$ $$y = r\sin\theta$$

This process is usually more direct than converting from rectangular to polar.

Worked Example 3: Convert \\(\left(6, \frac{5\pi}{6}\right)\\) to rectangular coordinates

Use the formulas:

$$x = 6\cos\left(\frac{5\pi}{6}\right) = 6\left(-\frac{\sqrt{3}}{2}\right) = -3\sqrt{3}$$ $$y = 6\sin\left(\frac{5\pi}{6}\right) = 6\left(\frac{1}{2}\right) = 3$$

So the rectangular coordinates are:

$$\boxed{(-3\sqrt{3}, 3)}$$

4. Converting equations from rectangular to polar

To change an equation written in \\(x\\) and \\(y\\) into polar form, replace:

  • \\(x\\) with \\(r\cos\theta\\)
  • \\(y\\) with \\(r\sin\theta\\)
  • \\(x^2 + y^2\\) with \\(r^2\\)

After substituting, simplify the equation.

Here are some very useful identities:

$$x = r\cos\theta$$ $$y = r\sin\theta$$ $$x^2 + y^2 = r^2$$

Example patterns:

  • If the equation involves \\(x^2 + y^2\\), polar form is often simpler.
  • If the equation describes a circle centered at the origin, polar form is especially convenient.

Worked Example 4: Convert \\(x^2 + y^2 = 16\\) to polar form

Use \\(x^2 + y^2 = r^2\\):

$$r^2 = 16$$

So:

$$r = 4$$

This is the circle of radius 4 centered at the origin.

Another equation example: Convert \\(y = 2x\\) to polar form.

Substitute \\(y = r\sin\theta\\) and \\(x = r\cos\theta\\):

$$r\sin\theta = 2r\cos\theta$$

If \\(r \ne 0\\), divide both sides by \\(r\\):

$$\sin\theta = 2\cos\theta$$ $$\tan\theta = 2$$

So the polar form is:

$$\boxed{\theta = \tan^{-1}(2)}$$

This makes sense because the equation represents a line through the origin, which in polar form can often be written as a constant angle.

5. Converting equations from polar to rectangular

To change an equation written in \\(r\\) and \\(\theta\\) into rectangular form, use the same relationships in reverse.

Common substitutions include:

  • \\(r^2 = x^2 + y^2\\)
  • \\(r\cos\theta = x\\)
  • \\(r\sin\theta = y\\)

Sometimes you will need to multiply both sides by \\(r\\) before substituting, especially when the equation contains \\(\cos\theta\\) or \\(\sin\theta\\) by themselves.

Example: Convert \\(r = 4\sin\theta\\) to rectangular form.

Multiply both sides by \\(r\\):

$$r^2 = 4r\sin\theta$$

Now substitute:

$$x^2 + y^2 = 4y$$

This is the rectangular form.

If you want to recognize the curve more clearly, complete the square:

$$x^2 + y^2 - 4y = 0$$ $$x^2 + (y^2 - 4y + 4) = 4$$ $$x^2 + (y - 2)^2 = 4$$

This is a circle with center \\((0,2)\\) and radius 2.

6. Strategy for full equation conversions

When converting an equation, ask yourself:

  1. What variables are present?
  2. Which substitutions match those variables best?
  3. Can the equation be simplified after substitution?
  4. Does the final result describe a familiar graph?

7. Common mistakes to avoid

  • Forgetting the quadrant: when finding \\(\theta\\), do not rely only on \\(\tan^{-1}\\).
  • Dropping negative signs: signs determine the correct angle and location.
  • Assuming one unique polar answer: polar coordinates are not unique.
  • Using the wrong substitution: remember that \\(x^2 + y^2 = r^2\\), not \\(r\\).
  • Not multiplying by \\(r\\) when needed: for equations like \\(r = 3\cos\theta\\), use \\(r\cos\theta = x\\).

8. Quick conversion guide

  • Rectangular to polar point:
    • \\(r = \sqrt{x^2 + y^2}\\)
    • find \\(\theta\\) from \\(\tan\theta = \frac{y}{x}\\), then check quadrant
  • Polar to rectangular point:
    • \\(x = r\cos\theta\\)
    • \\(y = r\sin\theta\\)
  • Rectangular to polar equation:
    • replace \\(x, y, x^2+y^2\\) with polar expressions
  • Polar to rectangular equation:
    • use \\(r^2 = x^2+y^2\\), \\(r\cos\theta=x\\), \\(r\sin\theta=y\\)

Brief Summary

Rectangular coordinates describe points using \\(x\\) and \\(y\\), while polar coordinates use \\(r\\) and \\(\theta\\). The key conversion formulas are:

$$x = r\cos\theta, \quad y = r\sin\theta, \quad r = \sqrt{x^2+y^2}, \quad \tan\theta = \frac{y}{x}$$

Use these formulas to convert both points and full equations. Always pay attention to the quadrant when finding \\(\theta\\), and remember that polar coordinates for a point are not unique.

Put what you read to the test

You've worked through Rectangular and Polar Conversions. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.

Graphs of Polar Equations

Graphs of Polar Equations

In rectangular coordinates, a point is written as \((x,y)\). In polar coordinates, a point is written as \((r,\theta)\), where \(r\) is the distance from the pole (the origin) and \(\theta\) is the angle measured from the polar axis (usually the positive \(x\)-axis).

Graphing polar equations means understanding how the radius \(r\) changes as the angle \(\theta\) changes. Instead of thinking left-right and up-down, we think in terms of distance from the origin and direction.

This lesson will show you how to analyze and graph important families of polar curves: circles, cardioids, limaçons, rose curves, and lemniscates. You will also learn how symmetry helps make graphing faster and more accurate.

1. Review of Polar Coordinates

A polar point \((r,\theta)\) can be rewritten in rectangular form using:

$$x=r\cos\theta, \qquad y=r\sin\theta$$

Also,

$$r^2=x^2+y^2$$

One important idea in polar coordinates is that a single point can have more than one polar name. For example, \((r,\theta)\) and \((-r,\theta+\pi)\) represent the same point.

This means that if \(r\) becomes negative in a polar equation, the graph does not stop. Instead, the point is plotted in the direction opposite \(\theta\).

2. A Strategy for Graphing Polar Equations

When graphing a polar equation, use the following process:

  1. Identify the type of equation. Many polar graphs follow standard forms.
  2. Check for symmetry. This reduces the amount of work.
  3. Find key values of \(r\). Plug in important angles such as \(0\), \(\frac{\pi}{6}\), \(\frac{\pi}{4}\), \(\frac{\pi}{2}\), \(\pi\), and so on.
  4. Look for zeros of \(r\). These often show where the graph passes through the pole.
  5. Notice maximum and minimum values of \(r\). These help locate the outer edges of the graph.
  6. Sketch the curve smoothly. Polar graphs are usually continuous curves, not isolated points.

3. Symmetry Tests

Symmetry is especially useful in polar graphing. Here are common tests:

  • Symmetry about the polar axis (the \(x\)-axis): replace \(\theta\) with \(-\theta\). If the equation stays the same, the graph has this symmetry.
  • Symmetry about the line \(\theta=\frac{\pi}{2}\) (the \(y\)-axis): replace \(\theta\) with \(\pi-\theta\). If the equation stays the same, the graph has this symmetry.
  • Symmetry about the pole (the origin): replace \(r\) with \(-r\), or replace \(\theta\) with \(\theta+\pi\). If the equation stays the same, the graph has origin symmetry.

You do not always need to use all three tests. Even one symmetry can make the sketch much easier.

4. Circles in Polar Form

Some circles are very simple in polar coordinates.

For example,

$$r=a$$

is a circle centered at the pole with radius \(a\).

Other common circle forms are:

$$r=2a\cos\theta \qquad \text{and} \qquad r=2a\sin\theta$$

To see why these are circles, convert to rectangular form.

For \(r=2a\cos\theta\), multiply both sides by \(r\):

$$r^2=2ar\cos\theta$$

Now use \(r^2=x^2+y^2\) and \(r\cos\theta=x\):

$$x^2+y^2=2ax$$ $$x^2-2ax+y^2=0$$ $$(x-a)^2+y^2=a^2$$

This is a circle centered at \((a,0)\) with radius \(a\).

Similarly, \(r=2a\sin\theta\) is a circle centered at \((0,a)\) with radius \(a\).

5. Cardioids and Limaçons

Equations of the form

$$r=a\pm b\cos\theta \qquad \text{or} \qquad r=a\pm b\sin\theta$$

produce a family of curves called limaçons. A cardioid is a special limaçon that happens when \(a=b\).

The shape depends on the relationship between \(a\) and \(b\):

  • If \(a=b\), the graph is a cardioid.
  • If \(a<b\), the graph has an inner loop.
  • If \(a>b\), the graph has no inner loop.
  • If \(a>2b\), the graph is more rounded and does not pinch inward.
  • If \(a<2b\) but \(a>b\), the graph is dimpled.

The trig function tells you the main direction:

  • \(\cos\theta\) gives a graph oriented left-right.
  • \(\sin\theta\) gives a graph oriented up-down.

The sign tells where the larger part faces:

  • \(a+b\cos\theta\): usually opens to the right.
  • \(a-b\cos\theta\): usually opens to the left.
  • \(a+b\sin\theta\): usually opens upward.
  • \(a-b\sin\theta\): usually opens downward.

6. Rose Curves

Rose curves have equations of the form

$$r=a\cos(n\theta) \qquad \text{or} \qquad r=a\sin(n\theta)$$

These create petal-shaped graphs.

The number of petals depends on \(n\):

  • If \(n\) is odd, the rose has \(n\) petals.
  • If \(n\) is even, the rose has \(2n\) petals.

Each petal has length \(|a|\), because the maximum radius is \(|a|\).

For \(r=a\cos(n\theta)\), one petal usually lies along the polar axis. For \(r=a\sin(n\theta)\), the petals are rotated compared with the cosine version.

7. Lemniscates

Lemniscates are figure-eight shaped curves. Their common forms are

$$r^2=a^2\cos(2\theta) \qquad \text{or} \qquad r^2=a^2\sin(2\theta)$$

Because \(r^2\) must be nonnegative, we only graph angles where the right side is nonnegative.

These curves have two loops:

  • \(r^2=a^2\cos(2\theta)\) lies mainly along the horizontal axis.
  • \(r^2=a^2\sin(2\theta)\) lies mainly along the diagonal lines.

The largest value of \(r\) is \(a\), so each loop reaches distance \(a\) from the pole.

8. Worked Example 1: A Circle

Graph the polar equation

$$r=4\cos\theta$$

Step 1: Recognize the form.

This matches the circle form \(r=2a\cos\theta\). Since \(2a=4\), we get \(a=2\).

So the graph is a circle centered at \((2,0)\) with radius \(2\).

Step 2: Check a few points.

  • When \(\theta=0\), \(r=4\), so the point is 4 units to the right of the pole.
  • When \(\theta=\frac{\pi}{2}\), \(r=0\), so the graph passes through the pole.
  • When \(\theta=\pi\), \(r=-4\). A negative radius at angle \(\pi\) plots as the point \((4,0)\), which is again on the circle.

Conclusion: The graph is a circle touching the pole and extending to \((4,0)\).

9. Worked Example 2: A Cardioid

Graph

$$r=2+2\sin\theta$$

Step 1: Identify the type.

This is of the form \(r=a+b\sin\theta\) with \(a=b=2\), so it is a cardioid.

Because it uses sine and has a plus sign, it opens upward.

Step 2: Find key values.

  • \(\theta=0\): \(r=2+2(0)=2\)
  • \(\theta=\frac{\pi}{2}\): \(r=2+2(1)=4\)
  • \(\theta=\pi\): \(r=2+2(0)=2\)
  • \(\theta=\frac{3\pi}{2}\): \(r=2+2(-1)=0\)

Step 3: Interpret the values.

The graph is farthest from the pole at \(\theta=\frac{\pi}{2}\), so the top of the graph is 4 units above the pole.

It passes through the pole when \(\theta=\frac{3\pi}{2}\), creating the pointed cusp of the cardioid.

Conclusion: Sketch a heart-shaped curve symmetric about the vertical axis, with the cusp at the pole and the bulge upward.

10. Worked Example 3: A Limaçon with Inner Loop

Graph

$$r=1+2\cos\theta$$

Step 1: Identify the type.

This is a limaçon of the form \(r=a+b\cos\theta\), where \(a=1\) and \(b=2\).

Since \(a<b\), the graph has an inner loop.

Because it uses cosine with a plus sign, the graph is oriented to the right.

Step 2: Find important values.

  • \(\theta=0\): \(r=1+2=3\)
  • \(\theta=\frac{\pi}{2}\): \(r=1+0=1\)
  • \(\theta=\pi\): \(r=1-2=-1\)
  • \(\theta=\frac{3\pi}{2}\): \(r=1+0=1\)

Step 3: Find where the graph passes through the pole.

$$1+2\cos\theta=0$$ $$2\cos\theta=-1$$ $$\cos\theta=-\frac{1}{2}$$ $$\theta=\frac{2\pi}{3},\ \frac{4\pi}{3}$$

So the graph crosses the pole at two angles.

Step 4: Understand the negative radius.

At \(\theta=\pi\), \(r=-1\). That means instead of plotting 1 unit left, we plot 1 unit to the right. This helps create the inner loop.

Conclusion: The graph is a right-facing limaçon with a small inner loop near the pole.

11. Worked Example 4: A Rose Curve and a Lemniscate

Part A: Graph

$$r=3\cos(2\theta)$$

This is a rose curve with \(a=3\) and \(n=2\).

Because \(n\) is even, the graph has \(2n=4\) petals.

Each petal has length 3.

Key angles occur when \(\cos(2\theta)=1\) or \(-1\):

  • \(2\theta=0 \Rightarrow \theta=0\)
  • \(2\theta=\pi \Rightarrow \theta=\frac{\pi}{2}\)
  • \(2\theta=2\pi \Rightarrow \theta=\pi\)
  • \(2\theta=3\pi \Rightarrow \theta=\frac{3\pi}{2}\)

These produce petals along the horizontal and vertical directions.

Conclusion: The graph is a 4-petal rose centered at the pole.

Part B: Graph

$$r^2=16\sin(2\theta)$$

This is a lemniscate with \(a^2=16\), so \(a=4\).

The curve exists only when

$$\sin(2\theta)\ge 0$$

This happens on intervals where \(2\theta\) is in Quadrants I and II, so the loops appear along diagonal directions.

The maximum value of \(r\) occurs when \(\sin(2\theta)=1\):

$$r^2=16 \Rightarrow r=4$$

Conclusion: The graph is a sideways figure-eight rotated so that its loops lie along diagonal lines, each reaching distance 4 from the pole.

12. Common Mistakes to Avoid

  • Forgetting that \(r\) can be negative. A negative radius means plot the point in the opposite direction.
  • Using the wrong petal rule for rose curves. Remember: odd \(n\) gives \(n\) petals, even \(n\) gives \(2n\) petals.
  • Ignoring symmetry. Symmetry can save time and prevent sketching errors.
  • Missing pole crossings. Solve \(r=0\) to see where the graph passes through the origin.
  • Confusing cardioids and limaçons. A cardioid happens only when the two coefficients are equal.
  • For lemniscates, forgetting the restriction on \(r^2\). Since \(r^2\ge0\), the right side must also be nonnegative.

13. Quick Recognition Guide

  • \(r=a\): circle centered at the pole
  • \(r=2a\cos\theta\) or \(r=2a\sin\theta\): circle through the pole
  • \(r=a\pm a\cos\theta\) or \(r=a\pm a\sin\theta\): cardioid
  • \(r=a\pm b\cos\theta\), \(r=a\pm b\sin\theta\): limaçon
  • \(r=a\cos(n\theta)\), \(r=a\sin(n\theta)\): rose curve
  • \(r^2=a^2\cos(2\theta)\), \(r^2=a^2\sin(2\theta)\): lemniscate

14. Final Summary

Polar graphs describe how distance from the pole changes with angle. To graph them well, identify the equation’s family, use symmetry, find key values, and note where \(r=0\) or where \(r\) becomes negative.

Circles, cardioids, limaçons, rose curves, and lemniscates each have standard forms and recognizable shapes. Once you learn these patterns, polar graphing becomes much faster and more intuitive.

Put what you read to the test

You've worked through Graphs of Polar Equations. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.

Complex Numbers in Polar Form

Complex Numbers in Polar Form is a way of writing complex numbers using their distance from the origin and their direction in the complex plane.

This form is especially useful because it makes multiplication, division, and powers of complex numbers much easier than using the usual form \(a+bi\).

In this lesson, you will learn how to:

  • identify the modulus and argument of a complex number,
  • convert between rectangular form and polar form,
  • multiply and divide complex numbers in polar form,
  • understand why polar form connects naturally to trigonometry.

Let’s begin with a quick reminder.

A complex number in rectangular form is written as

$$z=a+bi$$

where \(a\) is the real part and \(b\) is the imaginary part.

We can represent this number as the point \((a,b)\) on the complex plane. The horizontal axis is the real axis, and the vertical axis is the imaginary axis.

Now suppose we want to describe that point using its distance from the origin and the angle it makes with the positive real axis. That is exactly what polar form does.

1. Modulus and Argument

For a complex number \(z=a+bi\):

  • the modulus is the distance from the origin, written \(|z|\) or \(r\),
  • the argument is the angle from the positive real axis, written \(\arg(z)\) or \(\theta\).

The modulus is found using Pythagoras:

$$r=|z|=\sqrt{a^2+b^2}$$

If \(z=a+bi\), then the angle \(\theta\) satisfies

$$\tan\theta=\frac{b}{a}$$

However, you must be careful. The value of \(\tan^{-1}(b/a)\) does not always give the correct angle by itself. You must check which quadrant the complex number lies in.

The four quadrants are:

  • Quadrant I: \(a>0,\ b>0\)
  • Quadrant II: \(a<0,\ b>0\)
  • Quadrant III: \(a<0,\ b<0\)
  • Quadrant IV: \(a>0,\ b<0\)

2. Writing a Complex Number in Polar Form

Once we know the modulus \(r\) and argument \(\theta\), we can write

$$z=r(\cos\theta+i\sin\theta)$$

This is the standard polar form of a complex number.

It is sometimes shortened to

$$z=\operatorname{cis}\theta$$

when \(r=1\), or more generally

$$z=r\operatorname{cis}\theta$$

where \(\operatorname{cis}\theta=\cos\theta+i\sin\theta\).

This notation is helpful because it clearly shows the modulus and the angle.

3. Converting from Polar Form to Rectangular Form

If

$$z=r(\cos\theta+i\sin\theta)$$

then we can return to rectangular form by multiplying out:

$$z=r\cos\theta+i(r\sin\theta)$$

So:

  • real part \(=r\cos\theta\)
  • imaginary part \(=r\sin\theta\)

4. Why Polar Form Is Useful

In rectangular form, multiplying two complex numbers can take several steps.

But in polar form, the rule is simple:

  • multiply the moduli
  • add the arguments

If

$$z_1=r_1(\cos\theta_1+i\sin\theta_1), \quad z_2=r_2(\cos\theta_2+i\sin\theta_2)$$

then

$$z_1z_2=r_1r_2\big(\cos(\theta_1+\theta_2)+i\sin(\theta_1+\theta_2)\big)$$

For division, the rule is:

  • divide the moduli
  • subtract the arguments

So

$$\frac{z_1}{z_2}=\frac{r_1}{r_2}\big(\cos(\theta_1-\theta_2)+i\sin(\theta_1-\theta_2)\big)$$

as long as \(z_2\neq 0\).

This is why polar form is so powerful.

5. Steps for Converting \(a+bi\) to Polar Form

  1. Identify \(a\) and \(b\).
  2. Find the modulus using \(r=\sqrt{a^2+b^2}\).
  3. Find the reference angle using \(\tan\theta=b/a\).
  4. Decide the correct quadrant.
  5. Write the answer as \(r(\cos\theta+i\sin\theta)\).

Worked Example 1: Convert \(3+4i\) to polar form

Step 1: Find the modulus.

$$r=\sqrt{3^2+4^2}=\sqrt{9+16}=\sqrt{25}=5$$

Step 2: Find the argument.

$$\tan\theta=\frac{4}{3}$$

So

$$\theta=\tan^{-1}\left(\frac{4}{3}\right)$$

This point is in Quadrant I, so the angle is already correct.

Step 3: Write in polar form.

$$z=5\left(\cos\theta+i\sin\theta\right)$$

where

$$\theta=\tan^{-1}\left(\frac{4}{3}\right)$$

So the polar form is

$$z=5\left(\cos\left(\tan^{-1}\frac{4}{3}\right)+i\sin\left(\tan^{-1}\frac{4}{3}\right)\right)$$

Using an approximate angle,

$$\theta\approx 53.13^\circ$$

so we can also write

$$z=5(\cos 53.13^\circ+i\sin 53.13^\circ)$$

Worked Example 2: Convert \(-2+2\sqrt{3}i\) to polar form

This example is important because the number is not in Quadrant I.

Step 1: Find the modulus.

$$r=\sqrt{(-2)^2+(2\sqrt{3})^2}=\sqrt{4+12}=\sqrt{16}=4$$

Step 2: Find the argument.

$$\tan\theta=\frac{2\sqrt{3}}{-2}=-\sqrt{3}$$

The reference angle is \(60^\circ\), because \(\tan 60^\circ=\sqrt{3}\).

The point \((-2,2\sqrt{3})\) lies in Quadrant II, so the correct angle is

$$\theta=120^\circ$$

Step 3: Write in polar form.

$$z=4(\cos 120^\circ+i\sin 120^\circ)$$

Worked Example 3: Multiply complex numbers in polar form

Suppose

$$z_1=2(\cos 30^\circ+i\sin 30^\circ)$$

and

$$z_2=3(\cos 45^\circ+i\sin 45^\circ)$$

To multiply, multiply the moduli and add the arguments.

$$|z_1z_2|=2\cdot 3=6$$

$$\arg(z_1z_2)=30^\circ+45^\circ=75^\circ$$

Therefore,

$$z_1z_2=6(\cos 75^\circ+i\sin 75^\circ)$$

That is much quicker than expanding with brackets in rectangular form.

Worked Example 4: Divide complex numbers in polar form

Suppose

$$z_1=8(\cos 150^\circ+i\sin 150^\circ)$$

and

$$z_2=2(\cos 30^\circ+i\sin 30^\circ)$$

To divide, divide the moduli and subtract the arguments.

$$\left|\frac{z_1}{z_2}\right|=\frac{8}{2}=4$$

$$\arg\left(\frac{z_1}{z_2}\right)=150^\circ-30^\circ=120^\circ$$

So,

$$\frac{z_1}{z_2}=4(\cos 120^\circ+i\sin 120^\circ)$$

6. Connecting Polar Form to the Complex Plane

Polar form matches the geometry of the complex plane.

  • The modulus \(r\) tells you how far the point is from the origin.
  • The argument \(\theta\) tells you the direction of the point.

So when we multiply by a complex number in polar form, two things happen:

  • the distance from the origin is scaled,
  • the point is rotated by an angle.

That is why multiplying complex numbers behaves so neatly in polar form.

7. Common Mistakes to Avoid

  • Forgetting the quadrant: \(\tan^{-1}(b/a)\) gives a reference angle, but you must check the signs of \(a\) and \(b\).
  • Mixing degrees and radians: stay consistent throughout a problem.
  • Using the wrong rule for division: arguments are subtracted, not added.
  • Forgetting the modulus: polar form must include both the modulus and the angle.

8. Quick Practice Ideas

Try these on your own:

  • Convert \(1+i\) to polar form.
  • Convert \(-\sqrt{3}+i\) to polar form.
  • Multiply \(2(\cos 20^\circ+i\sin 20^\circ)\) and \(5(\cos 40^\circ+i\sin 40^\circ)\).
  • Divide \(6(\cos 210^\circ+i\sin 210^\circ)\) by \(3(\cos 30^\circ+i\sin 30^\circ)\).

Brief Summary

A complex number \(z=a+bi\) can be written in polar form as

$$z=r(\cos\theta+i\sin\theta)$$

where \(r=\sqrt{a^2+b^2}\) is the modulus and \(\theta\) is the argument.

Polar form is useful because:

  • to multiply, multiply moduli and add arguments,
  • to divide, divide moduli and subtract arguments.

This makes polar form one of the most efficient ways to work with complex numbers, especially when trigonometry is involved.

Put what you read to the test

You've worked through Complex Numbers in Polar Form. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.

De Moivre's Theorem

De Moivre’s Theorem is a powerful result that helps us work with complex numbers written in trigonometric form. It makes it much easier to find high powers of complex numbers and to calculate their 410414th roots.

This idea connects algebra, trigonometry, and polar coordinates. A complex number can be seen as a point in the plane, and De Moivre’s Theorem tells us what happens when that point is repeatedly multiplied by itself: the distance from the origin changes by powers, and the angle changes by repeated rotation.

In this lesson, you will learn:

  • how to write a complex number in trigonometric form,
  • what De Moivre’s Theorem says,
  • how to use it to find powers of complex numbers,
  • how to use it to find all the 410414th roots of a complex number.

1. Complex numbers in trigonometric form

A complex number is usually written as

$$z=a+bi$$

where \(a\) is the real part and \(b\) is the imaginary part.

We can also represent \(z\) as a point \((a,b)\) on the complex plane. From this point, we define:

  • the modulus \(r\), which is the distance from the origin,
  • the argument \(\theta\), which is the angle measured from the positive real axis.

The modulus is

$$r=|z|=\sqrt{a^2+b^2}$$

If \(z=a+bi\), then

$$\cos\theta=\frac{a}{r}, \qquad \sin\theta=\frac{b}{r}$$

So the complex number can be written in trigonometric form as

$$z=r(\cos\theta+i\sin\theta)$$

This is sometimes shortened to \(\text{cis }\theta\), where

$$\text{cis }\theta=\cos\theta+i\sin\theta$$

So we may also write

$$z=r\,\text{cis }\theta$$

2. Statement of De Moivre’s Theorem

If

$$z=r(\cos\theta+i\sin\theta)$$

then for any positive integer \(n\),

$$z^n=r^n(\cos n\theta+i\sin n\theta)$$

This is De Moivre’s Theorem.

It tells us two important things when raising a complex number to a power:

  • the modulus \(r\) is raised to the power \(n\), becoming \(r^n\),
  • the argument \(\theta\) is multiplied by \(n\), becoming \(n\theta\).

So in geometric language:

  • the number is scaled by a factor of \(r^n\),
  • the angle is rotated to \(n\theta\).

3. Why this is useful

If you try to find \((a+bi)^n\) by expanding it directly, the work becomes long and messy when \(n\) is large. De Moivre’s Theorem gives a much faster method:

  1. convert the complex number to trigonometric form,
  2. apply the theorem,
  3. convert back to standard form if needed.

4. How to find powers using De Moivre’s Theorem

To compute \(z^n\):

  1. Write \(z\) in the form \(r(\cos\theta+i\sin\theta)\).
  2. Use De Moivre’s Theorem:

$$z^n=r^n(\cos n\theta+i\sin n\theta)$$

  1. Simplify the trigonometric values.
  2. If needed, rewrite the answer as \(a+bi\).

Worked Example 1: Find \((1+i)^4\)

Step 1: Write \(1+i\) in trigonometric form.

For \(z=1+i\), we have \(a=1\) and \(b=1\).

Its modulus is

$$r=\sqrt{1^2+1^2}=\sqrt{2}$$

The argument is

$$\theta=45^\circ \quad \text{or} \quad \frac{\pi}{4}$$

So

$$1+i=\sqrt{2}\left(\cos\frac{\pi}{4}+i\sin\frac{\pi}{4}\right)$$

Step 2: Apply De Moivre’s Theorem.

$$ (1+i)^4=\left[\sqrt{2}\left(\cos\frac{\pi}{4}+i\sin\frac{\pi}{4}\right)\right]^4 $$

$$=(\sqrt{2})^4\left(\cos\pi+i\sin\pi\right)$$

$$=4(-1+0i)$$

$$=-4$$

Answer: \((1+i)^4=-4\)

Worked Example 2: Find \((\sqrt{3}+i)^6\)

Step 1: Write the number in trigonometric form.

Let \(z=\sqrt{3}+i\).

The modulus is

$$r=\sqrt{(\sqrt{3})^2+1^2}=\sqrt{3+1}=2$$

Now find the argument:

$$\cos\theta=\frac{\sqrt{3}}{2}, \qquad \sin\theta=\frac{1}{2}$$

So \(\theta=30^\circ\) or \(\frac{\pi}{6}\).

Thus,

$$z=2\left(\cos\frac{\pi}{6}+i\sin\frac{\pi}{6}\right)$$

Step 2: Raise to the 6th power.

$$z^6=2^6\left(\cos\left(6\cdot\frac{\pi}{6}\right)+i\sin\left(6\cdot\frac{\pi}{6}\right)\right)$$

$$=64(\cos\pi+i\sin\pi)$$

$$=64(-1+0i)=-64$$

Answer: \((\sqrt{3}+i)^6=-64\)

5. Finding \(n\)th roots of complex numbers

De Moivre’s Theorem also helps us work backward. Instead of finding powers, we can find all numbers \(z\) such that

$$z^n=w$$

for a given complex number \(w\).

Suppose

$$w=r(\cos\theta+i\sin\theta)$$

We want the \(n\)th roots of \(w\). These are all complex numbers of the form

$$z=\sqrt[n]{r}\left(\cos\frac{\theta+2k\pi}{n}+i\sin\frac{\theta+2k\pi}{n}\right)$$

where \(k=0,1,2,\dots,n-1\).

Why do we add \(2k\pi\)?

Angles that differ by \(2\pi\) represent the same direction. Because complex arguments repeat every full turn, we must include all possible angles

$$\theta, \theta+2\pi, \theta+4\pi, \dots$$

before dividing by \(n\).

This gives exactly \(n\) distinct roots, equally spaced around a circle in the complex plane.

6. How to find \(n\)th roots step by step

To find all \(n\)th roots of \(w\):

  1. Write \(w\) in trigonometric form: \(w=r(\cos\theta+i\sin\theta)\).
  2. Take the \(n\)th root of the modulus: \(\sqrt[n]{r}\).
  3. Find the arguments:

$$\frac{\theta+2k\pi}{n}, \qquad k=0,1,2,\dots,n-1$$

  1. Write each root in trigonometric form.
  2. Convert to \(a+bi\) form if required.

Worked Example 3: Find all cube roots of \(8\)

We want all solutions of

$$z^3=8$$

Step 1: Write 8 in trigonometric form.

The number 8 lies on the positive real axis, so its modulus is 8 and one argument is 0.

$$8=8(\cos 0+i\sin 0)$$

Step 2: Use the root formula.

The cube roots have modulus

$$\sqrt[3]{8}=2$$

The arguments are

$$\frac{0+2k\pi}{3}, \qquad k=0,1,2$$

So the three roots are:

For \(k=0\):

$$z=2\left(\cos 0+i\sin 0\right)=2$$

For \(k=1\):

$$z=2\left(\cos\frac{2\pi}{3}+i\sin\frac{2\pi}{3}\right)$$

$$=2\left(-\frac{1}{2}+i\frac{\sqrt{3}}{2}\right)=-1+i\sqrt{3}$$

For \(k=2\):

$$z=2\left(\cos\frac{4\pi}{3}+i\sin\frac{4\pi}{3}\right)$$

$$=2\left(-\frac{1}{2}-i\frac{\sqrt{3}}{2}\right)=-1-i\sqrt{3}$$

Answer: The cube roots of 8 are

$$2, \quad -1+i\sqrt{3}, \quad -1-i\sqrt{3}$$

Worked Example 4: Find all fourth roots of \(-16\)

We want all solutions of

$$z^4=-16$$

Step 1: Write \(-16\) in trigonometric form.

The modulus is 16. The number lies on the negative real axis, so one argument is \(\pi\).

$$-16=16(\cos\pi+i\sin\pi)$$

Step 2: Apply the root formula.

The fourth roots have modulus

$$\sqrt[4]{16}=2$$

The arguments are

$$\frac{\pi+2k\pi}{4}, \qquad k=0,1,2,3$$

Now compute each one:

For \(k=0\):

$$\frac{\pi}{4}$$

$$z=2\left(\cos\frac{\pi}{4}+i\sin\frac{\pi}{4}\right)=\sqrt{2}+i\sqrt{2}$$

For \(k=1\):

$$\frac{3\pi}{4}$$

$$z=2\left(\cos\frac{3\pi}{4}+i\sin\frac{3\pi}{4}\right)=-\sqrt{2}+i\sqrt{2}$$

For \(k=2\):

$$\frac{5\pi}{4}$$

$$z=2\left(\cos\frac{5\pi}{4}+i\sin\frac{5\pi}{4}\right)=-\sqrt{2}-i\sqrt{2}$$

For \(k=3\):

$$\frac{7\pi}{4}$$

$$z=2\left(\cos\frac{7\pi}{4}+i\sin\frac{7\pi}{4}\right)=\sqrt{2}-i\sqrt{2}$$

Answer: The fourth roots of \(-16\) are

$$\sqrt{2}+i\sqrt{2}, \quad -\sqrt{2}+i\sqrt{2}, \quad -\sqrt{2}-i\sqrt{2}, \quad \sqrt{2}-i\sqrt{2}$$

7. Geometric meaning in polar coordinates

De Moivre’s Theorem is especially meaningful in polar form. If a complex number is written as

$$z=r(\cos\theta+i\sin\theta)$$

then:

  • multiplying complex numbers multiplies their moduli,
  • and adds their arguments.

So when we multiply \(z\) by itself \(n\) times, we multiply the modulus by itself \(n\) times and add the angle \(\theta\) to itself \(n\) times. That is why

$$z^n=r^n(\cos n\theta+i\sin n\theta)$$

For roots, the opposite happens:

  • the modulus becomes the \(n\)th root of \(r\),
  • the angle is divided by \(n\),
  • and we must include all coterminal angles to get every root.

This is why the roots are equally spaced around a circle.

8. Common mistakes to avoid

  • Forgetting to convert to trigonometric form correctly. Always find both the modulus and the correct argument.
  • Using the wrong angle. Check which quadrant the complex number is in.
  • For roots, forgetting the \(2k\pi\). Without it, you will miss some of the roots.
  • Using too many values of \(k\). For \(n\)th roots, use exactly \(k=0,1,2,\dots,n-1\).
  • Not simplifying trig values carefully. Use exact values when angles are standard angles.

9. Quick problem-solving checklist

  • Write the complex number in the form \(r(\cos\theta+i\sin\theta)\).
  • If finding powers, use

$$z^n=r^n(\cos n\theta+i\sin n\theta)$$

  • If finding roots, use

$$z=\sqrt[n]{r}\left(\cos\frac{\theta+2k\pi}{n}+i\sin\frac{\theta+2k\pi}{n}\right)$$

  • Substitute \(k=0,1,2,\dots,n-1\).
  • Convert back to \(a+bi\) if needed.

Brief Summary

De Moivre’s Theorem says that if \(z=r(\cos\theta+i\sin\theta)\), then

$$z^n=r^n(\cos n\theta+i\sin n\theta)$$

This makes it much easier to compute high powers of complex numbers because the modulus is raised to a power and the angle is multiplied by that power.

It also helps us find all \(n\)th roots of a complex number using

$$z=\sqrt[n]{r}\left(\cos\frac{\theta+2k\pi}{n}+i\sin\frac{\theta+2k\pi}{n}\right)$$

Once you understand the ideas of scaling the modulus and rotating the angle, De Moivre’s Theorem becomes a very efficient and visual tool for working with complex numbers.

Put what you read to the test

You've worked through De Moivre's Theorem. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.

Parametric Equations

Parametric Equations are a way to describe a curve by writing the coordinates of a point as separate functions of a third variable, called a parameter.

Usually, we use the letter \(t\) for the parameter. In many real-life situations, \(t\) represents time. Instead of writing \(y\) directly as a function of \(x\), we write

$$x=f(t), \qquad y=g(t).$$

This means that as \(t\) changes, the point \((x,y)\) moves along a path in the plane.

This idea is especially useful when studying motion, because horizontal and vertical positions often change at different rates. Parametric equations also help describe curves that are difficult or impossible to write as a single equation of the form \(y=f(x)\).

1. Why use parametric equations?

In rectangular form, we usually connect \(x\) and \(y\) directly. For example, a line might be written as \(y=2x+1\).

But sometimes it is more natural to describe how \(x\) and \(y\) each change with time or with another variable. For example, if an object moves so that

$$x=3t+1, \qquad y=2t-4,$$

then both coordinates depend on \(t\). The pair of equations tells us the position of the object at every moment.

Parametric equations are helpful for:

  • Modeling motion of objects
  • Describing paths in the plane
  • Representing curves like circles more easily
  • Tracking direction as the parameter increases

2. Basic form of a parametric equation

A parametric curve is often written as

$$x=f(t), \qquad y=g(t), \qquad a\le t\le b.$$

The interval for \(t\) matters. It tells us which part of the curve is traced and in what direction.

To graph a parametric curve, you can:

  1. Choose values of \(t\)
  2. Find the corresponding \(x\) and \(y\) values
  3. Plot the points \((x,y)\)
  4. Connect them in the order of increasing \(t\)

That last step is important because parametric equations describe not only the shape of the curve, but also how the point moves along it.

3. Eliminating the parameter

Sometimes we want to convert parametric equations into a rectangular equation involving only \(x\) and \(y\). This process is called eliminating the parameter.

The idea is:

  • Solve one equation for \(t\)
  • Substitute into the other equation
  • Write an equation in terms of only \(x\) and \(y\)

This gives the rectangular trajectory of the motion or path.

Worked Example 1: Converting a simple parametric equation

Suppose

$$x=2t+1, \qquad y=3t-2.$$

Step 1: Solve for \(t\) from one equation.

From \(x=2t+1\),

$$t=\frac{x-1}{2}.$$

Step 2: Substitute into the equation for \(y\).

$$y=3\left(\frac{x-1}{2}\right)-2.$$

Simplify:

$$y=\frac{3x-3}{2}-2=\frac{3x-3-4}{2}=\frac{3x-7}{2}.$$

So the rectangular equation is

$$y=\frac{3x-7}{2}.$$

This is a line. The parametric equations describe a point moving along that line as \(t\) changes.

4. Making a table of values

Another good way to understand a parametric curve is to build a table.

For the equations

$$x=t+1, \qquad y=t^2,$$

let us choose a few values of \(t\):

For \(t=-2\): \(x=-1\), \(y=4\)

For \(t=-1\): \(x=0\), \(y=1\)

For \(t=0\): \(x=1\), \(y=0\)

For \(t=1\): \(x=2\), \(y=1\)

For \(t=2\): \(x=3\), \(y=4\)

So the plotted points are \((-1,4)\), \((0,1)\), \((1,0)\), \((2,1)\), and \((3,4)\).

If we eliminate the parameter, we get:

From \(x=t+1\),

$$t=x-1.$$

Substitute into \(y=t^2\):

$$y=(x-1)^2.$$

So the path is a parabola.

Worked Example 2: A parabola from parametric equations

Given

$$x=t, \qquad y=t^2+2,$$

find the rectangular equation and describe the motion.

Step 1: Eliminate the parameter.

Since \(x=t\), we can directly replace \(t\) with \(x\):

$$y=x^2+2.$$

Step 2: Describe the motion.

As \(t\) increases, \(x\) increases. So the point moves from left to right along the parabola \(y=x^2+2\).

If \(t\) takes all real values, then the whole parabola is traced.

5. Parametric equations and direction

Two different sets of parametric equations can produce the same rectangular equation but trace the curve in different directions.

For example,

$$x=t, \qquad y=t^2$$

and

$$x=-t, \qquad y=t^2$$

both describe the parabola \(y=x^2\).

However, the direction is different:

  • For \(x=t\), the curve is traced from left to right as \(t\) increases.
  • For \(x=-t\), the curve is traced from right to left as \(t\) increases.

So in parametric equations, direction matters.

6. Parametric equations for circles

Parametric equations are especially useful for curves like circles.

A circle centered at the origin with radius \(r\) can be written as

$$x=r\cos t, \qquad y=r\sin t.$$

Using the identity

$$\sin^2 t+\cos^2 t=1,$$

we can eliminate the parameter:

$$\left(\frac{x}{r}\right)^2+\left(\frac{y}{r}\right)^2=\cos^2 t+\sin^2 t=1.$$

So the rectangular form is

$$x^2+y^2=r^2.$$

As \(t\) increases from \(0\) to \(2\pi\), the point moves once around the circle in the counterclockwise direction.

Worked Example 3: A circle

Given

$$x=4\cos t, \qquad y=4\sin t, \qquad 0\le t\le 2\pi,$$

find the rectangular equation and describe the graph.

Step 1: Eliminate the parameter.

$$\frac{x}{4}=\cos t, \qquad \frac{y}{4}=\sin t.$$

Square both equations and add:

$$\left(\frac{x}{4}\right)^2+\left(\frac{y}{4}\right)^2=\cos^2 t+\sin^2 t=1.$$

So

$$\frac{x^2}{16}+\frac{y^2}{16}=1,$$

which simplifies to

$$x^2+y^2=16.$$

Step 2: Describe the graph.

This is a circle centered at the origin with radius \(4\).

Step 3: Describe the motion.

At \(t=0\), the point is \((4,0)\). As \(t\) increases, the point moves counterclockwise around the circle and returns to \((4,0)\) when \(t=2\pi\).

7. Modeling motion with parametric equations

One of the most important applications of parametric equations is modeling motion.

If an object’s horizontal position is given by \(x=f(t)\) and vertical position by \(y=g(t)\), then the object’s location at time \(t\) is \((x,y)\).

This helps us answer questions like:

  • Where is the object at a certain time?
  • What path does it follow?
  • What rectangular equation describes its trajectory?

For example, a moving object might have position

$$x=5t, \qquad y=20-4t^2.$$

This means the horizontal position increases steadily, while the vertical position changes in a quadratic way.

Worked Example 4: Motion and trajectory

A particle moves according to

$$x=2t, \qquad y=12-t^2, \qquad t\ge 0.$$

Find:

  1. the position when \(t=3\)
  2. the rectangular equation of the path
  3. the part of the path that is traced

Step 1: Find the position at \(t=3\).

$$x=2(3)=6, \qquad y=12-3^2=12-9=3.$$

So the position is

$$ (6,3). $$

Step 2: Eliminate the parameter.

From \(x=2t\),

$$t=\frac{x}{2}.$$

Substitute into \(y=12-t^2\):

$$y=12-\left(\frac{x}{2}\right)^2=12-\frac{x^2}{4}.$$

So the rectangular equation is

$$y=12-\frac{x^2}{4}.$$

Step 3: Determine the part traced.

Since \(t\ge 0\), we have \(x=2t\ge 0\). That means only the right half of the parabola is traced.

As time increases, the point moves to the right and downward along the curve.

8. Important ideas to remember

When working with parametric equations, keep these key ideas in mind:

  • Parameter: A third variable, often \(t\), controls both \(x\) and \(y\).
  • Position: At each value of \(t\), the point has coordinates \((x(t),y(t))\).
  • Elimination: Solve for \(t\) and substitute to get a rectangular equation.
  • Direction: Always notice how the point moves as \(t\) increases.
  • Domain of \(t\): The allowed values of \(t\) determine how much of the curve is traced.

9. Common mistakes

Students often make a few common errors when learning parametric equations.

  • Ignoring direction: A graph may have the correct shape, but the motion along it may be wrong.
  • Forgetting the interval for \(t\): This can change whether the full curve or only part of it is traced.
  • Making algebra mistakes when eliminating \(t\): Solve carefully and substitute correctly.
  • Assuming every curve can be written easily as \(y=f(x)\): Parametric form is often more useful than rectangular form.

10. Step-by-step strategy

If you are given parametric equations and asked to analyze them, use this method:

  1. Write down the equations clearly.
  2. If needed, make a small table of values of \(t\).
  3. Plot several points.
  4. Check the direction as \(t\) increases.
  5. Eliminate the parameter to find the rectangular equation.
  6. Use the restriction on \(t\) to decide whether the whole curve or only part of it is traced.

Brief Summary

Parametric equations describe a curve by giving \(x\) and \(y\) as separate functions of a parameter, usually \(t\). They are especially useful for modeling motion and for graphing curves such as circles and parabolas.

To connect parametric form to rectangular form, eliminate the parameter. Always pay attention to the direction of motion and the interval of the parameter, because these tell you how the curve is traced.

Put what you read to the test

You've worked through Parametric Equations. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.