---
title: "AP Precalculus 3.13: Trigonometry and Polar Coordinates"
description: "Review AP Precalculus polar coordinates, including rectangular conversions, r and theta, multiple polar representations, and complex numbers."
canonical: "https://fiveable.me/ap-pre-calc/unit-3/trigonometry-polar-coordinates/study-guide/vrD8KOuadisEAqeZVaQS"
type: "study-guide"
subject: "AP Pre-Calculus"
unit: "Unit 3 – Trigonometric and Polar Functions"
lastUpdated: "2026-06-09"
---

# AP Precalculus 3.13: Trigonometry and Polar Coordinates

## Summary

Review AP Precalculus polar coordinates, including rectangular conversions, r and theta, multiple polar representations, and complex numbers.

## Guide

[Polar coordinates](/ap-pre-calc/unit-3/polar-function-graphs/study-guide/4Con24QzKXI6SrwldHmX "fv-autolink") locate a point using a radius and an angle, written as (r, θ), instead of the rectangular (x, y) you already know. You convert between the two systems with x = r cos θ, y = r sin θ, r = √(x² + y²), and θ = arctan(y/x) with a [quadrant](/ap-pre-calc/key-terms/quadrant "fv-autolink") check.

## Why This Matters for the AP Precalculus Exam

This topic connects the trigonometry you built earlier in [Unit 3](/ap-pre-calc/unit-3 "fv-autolink") to a new way of describing location. On the AP Precalculus exam, you should be ready to convert points between rectangular and polar coordinates, recognize that one point has multiple polar representations, and express [complex numbers](/ap-pre-calc/key-terms/complex-numbers "fv-autolink") using polar form. Some exam questions allow a graphing calculator, so knowing when to compute by hand versus when to use technology helps you work efficiently. Getting comfortable here also sets up Topics 3.14 and 3.15, where you graph polar functions and analyze how the radius changes.

## Key Takeaways

- A polar coordinate (r, θ) gives a radius from the origin and an angle in standard position from the positive x-axis.
- The same point has many polar names: (r, θ) equals (r, θ + 2π) and equals (-r, θ + π).
- Convert polar to rectangular with x = r cos θ and y = r sin θ.
- Convert rectangular to polar with r = √(x² + y²) and θ = arctan(y/x), adding π when x is negative.
- A complex number a + bi can be written in polar form as (r cos θ) + i(r sin θ).
- Always check the quadrant before trusting an [arctangent](/ap-pre-calc/key-terms/arctangent "fv-autolink") [output](/ap-pre-calc/unit-1/change-tandem/study-guide/eQFiTo22fpkDFsnj "fv-autolink").

## The Polar Coordinate System

The (x, y) system you already use is the rectangular (Cartesian) coordinate system. The **polar coordinate system** is a different way to describe location in two dimensions. Instead of left-right and up-down, it uses a distance from the origin and an angle.

Each point is written as an [ordered pair](/ap-pre-calc/unit-2/inverses-exponential-functions/study-guide/7mdx6zi19alJ4hK3 "fv-autolink") (r, θ):

- **r** is the radial distance from the origin (sometimes called the radius or [magnitude](/ap-pre-calc/key-terms/magnitude "fv-autolink")).
- **θ** is the measure of an angle in standard position whose [terminal ray](/ap-pre-calc/key-terms/terminal-ray "fv-autolink") passes through the point.

The polar plane is built from circles centered at the origin and lines through the origin. The origin itself is called the **pole**, the point (0, 0). The **polar axis** is the positive x-axis, the line where θ = 0. Angles are measured counterclockwise from the polar axis, just like on the [unit circle](/ap-pre-calc/key-terms/unit-circle "fv-autolink"). The difference is that on the unit circle the distance from the origin is always 1, while in the polar plane that distance can be any value of r.

### One Point, Many Names

In the rectangular system, a point has exactly one set of coordinates. The point (3, 4) is only (3, 4).

In the polar system, a single point can be written **many different ways**. This happens because you can add full revolutions to the angle or flip the sign of r.

Consider point P with polar coordinates (-2, 30°). The same point can also be written as:

- (2, 210°)
- (-2, 390°)
- (2, -150°)

Two useful rules explain this:

- The points (r, θ) and (-r, θ + 180°) represent the same point. Changing the sign of r reflects the point across the origin, and adding 180° cancels that reflection.
- The points (r, θ) and (r, θ + 2π) represent the same point, because adding a full revolution lands you on the same terminal ray.

## Converting Polar to Rectangular

To go from **polar to rectangular** coordinates, use:

$$x = r \cos \theta$$

$$y = r \sin \theta$$

These come from right-triangle trigonometry. Drawing a right triangle from the origin to the point, r is the hypotenuse, and x and y are the legs. This is the same idea as the unit circle, except the hypotenuse is r instead of 1.

**Example.** Convert the polar coordinates (2, 60°) to rectangular form:

$$x = r\cos\theta = 2\cos(60°) = 2 \cdot \tfrac{1}{2} = 1$$

$$y = r\sin\theta = 2\sin(60°) = 2 \cdot \tfrac{\sqrt{3}}{2} = \sqrt{3}$$

So the polar point (2, 60°) is the rectangular point (1, √3).

## Converting Rectangular to Polar

To go from **rectangular to polar** coordinates, use:

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

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

The radius comes from the Pythagorean theorem, and the angle comes from the inverse [tangent](/ap-pre-calc/unit-3/tangent-function/study-guide/MmhWdpovNDRCpyBgCc0x "fv-autolink"). The relationship behind the angle is $\tan\theta = \frac{y}{x}$.

**Example.** Convert the rectangular point (3, 4) to polar form:

$$r = \sqrt{x^2 + y^2} = \sqrt{3^2 + 4^2} = \sqrt{25} = 5$$

$$\theta = \arctan\left(\frac{y}{x}\right) = \arctan\left(\frac{4}{3}\right) \approx 53.13°$$

Because x is positive here, the arctangent output is already in the correct quadrant, so the polar point is (5, 53.13°). Check whether the question wants degrees or [radians](/ap-pre-calc/key-terms/radians "fv-autolink"), and set your calculator to match before using arctangent.

### The Quadrant Check

The arctangent function only returns angles between $-\frac{\pi}{2}$ and $\frac{\pi}{2}$, which covers the right half of the plane (quadrants I and IV). But a point can land anywhere.

The rule:

- If x is positive, use the arctangent output as is.
- If x is negative, **add π (or 180°)** to the output.

When x is negative, the point is on the left side of the plane (quadrant II or III), so adding π rotates your angle to the correct side. Skipping this check is one of the easiest ways to land on the wrong point.

## Complex Numbers in Polar Form

**Complex numbers** extend the real numbers by adding an imaginary part. A complex number is written $a + bi$, where $a$ is the real part, $b$ is the imaginary part, and $i = \sqrt{-1}$.

You can treat a complex number as a point in the **[complex plane](/ap-pre-calc/key-terms/complex-plane "fv-autolink")**, where the horizontal axis is the real part and the vertical axis is the imaginary part. So $3 + 4i$ corresponds to the point (3, 4).

Because a complex number behaves like a point, it has both rectangular and polar coordinates. With polar coordinates (r, θ), the complex number can be written as:

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

Here r is the distance from the origin (the magnitude) and θ is the [direction](/ap-pre-calc/unit-4/vectors/study-guide/E38atN4oigqKq7in "fv-autolink") (the argument). The real part is $r\cos\theta$ and the imaginary part is $r\sin\theta$, which matches the same x = r cos θ and y = r sin θ conversions you used for points. This is just the rectangular-to-polar relationship applied to a + bi.

## How to Use This on the AP Precalculus Exam

### Problem Solving

- Read the coordinate type first. A pair labeled (r, θ) is polar; a pair labeled (x, y) is rectangular. Mixing them up changes everything.
- For polar to rectangular, plug straight into x = r cos θ and y = r sin θ. Keep exact values like √3/2 when you can.
- For rectangular to polar, find r with the Pythagorean theorem, then find θ with arctangent and apply the quadrant check.

### Common Trap

- The arctangent shortcut fails when x is negative. Always look at which quadrant the point is in before reporting θ.
- When a problem asks for "another" polar representation, remember you can add 2π to θ or use the (-r, θ + π) form.

### Calculator Use

- Some questions let you use a graphing calculator. Match the mode (degrees or radians) to the problem before computing arctangent or trig values.
- When values are exact and come from common angles like π/6, π/4, and π/3, work by hand so you keep precise answers instead of rounded decimals.

## Common Misconceptions

- **"Each point has one polar name."** Unlike rectangular coordinates, a polar point has infinitely many names. You can add full turns to θ or flip the sign of r using (-r, θ + π).
- **"Arctangent always gives the right angle."** It only returns angles in quadrants I and IV. If x is negative, add π to land in the correct quadrant.
- **"A negative r is invalid."** A negative r is allowed. It points in the opposite direction of θ, the same as reflecting the point through the origin.
- **"Degrees and radians are interchangeable on the calculator."** They are not. Set the correct mode before using trig or inverse trig functions, or your conversions will be wrong.
- **"Polar and rectangular are unrelated systems."** They describe the same plane. The conversion formulas come directly from the right triangle formed by r, x, and y.
- **"The argument of a complex number is something new."** The argument θ is just the same angle you find when converting (a, b) to polar form, and the magnitude r is its distance from the origin.

## Related AP Precalculus Guides

- [3.3 Sine and Cosine Function Values](/ap-pre-calc/unit-3/sine-cosine-function-values/study-guide/lz6lqowpANg0eU40lNHH)
- [3.6 Sinusoidal Function Transformations](/ap-pre-calc/unit-3/sinusoidal-function-transformations/study-guide/1xRAbpsfqkTOU10kPQ4p)
- [3.9 Inverse Trigonometric Functions](/ap-pre-calc/unit-3/inverse-trigonometric-functions/study-guide/y9F3Wve0ZJEuOeKJvpP3)
- [3.8 The Tangent Function](/ap-pre-calc/unit-3/tangent-function/study-guide/MmhWdpovNDRCpyBgCc0x)
- [3.11 The Secant, Cosecant, and Cotangent Functions](/ap-pre-calc/unit-3/secant-cosecant-cotangent-functions/study-guide/nhIcN0Whx8hECmPVKlvK)
- [3.12 Equivalent Representations of Trigonometric Functions](/ap-pre-calc/unit-3/equivalent-representations-trigonometric-functions/study-guide/ElEOcRdfZByN7kekt68Z)

## Vocabulary

- **angle in standard position**: An angle positioned in the coordinate plane with its vertex at the origin and one ray coinciding with the positive x-axis.
- **complex number**: A number of the form a + bi, where a and b are real numbers and i is the imaginary unit.
- **complex plane**: A coordinate system where complex numbers are represented as points, with the real part on the horizontal axis and the imaginary part on the vertical axis.
- **origin**: The central point in a polar coordinate system from which all distances (radii) are measured.
- **polar coordinate**: A coordinate system in which points are located by their distance from the origin (radius r) and their angle measure (θ) from the positive x-axis.
- **polar coordinate system**: A coordinate system based on circles centered at the origin and lines through the origin, where points are located using an ordered pair (r, θ).
- **radius**: In polar coordinates, the distance from the origin to a point, represented by |r|.
- **rectangular coordinate**: An ordered pair (x, y) representing the horizontal and vertical position of a point in the plane.
- **rectangular coordinate system**: A coordinate system where points are located using an ordered pair (x, y) representing horizontal and vertical distances from the origin.
- **terminal ray**: The ray that forms the final side of an angle in standard position.

## FAQs

### What are polar coordinates in AP Precalculus?

Polar coordinates locate a point using (r, theta), where the absolute value of r gives the distance from the origin and theta gives the angle from the positive x-axis.

### How do I convert polar coordinates to rectangular coordinates?

Use x = r cos(theta) and y = r sin(theta). These formulas come from the right triangle formed by the radius, the x-coordinate, and the y-coordinate.

### How do I convert rectangular coordinates to polar coordinates?

Use r = sqrt(x^2 + y^2) and theta = arctan(y/x), then check the quadrant. If x is negative, add pi to place the angle on the correct side of the plane.

### Why can one point have multiple polar coordinates?

Polar coordinates are not unique because you can add full rotations to theta or use a negative r with an angle shifted by pi. For example, (r, theta) and (-r, theta + pi) name the same point.

### How are complex numbers connected to polar coordinates?

A complex number a + bi can be treated as the point (a, b) in the complex plane. In polar form, it can be written as (r cos theta) + i(r sin theta).

### What is the most common AP Precalculus mistake with polar coordinates?

The most common mistake is trusting arctangent without checking the quadrant. Arctangent alone only returns angles on the right half of the plane, so points with x < 0 need adjustment.

## Structured Data

```json
{"@context":"https://schema.org","@type":"FAQPage","inLanguage":"en","mainEntity":[{"@type":"Question","@id":"https://fiveable.me/ap-pre-calc/unit-3/trigonometry-polar-coordinates/study-guide/vrD8KOuadisEAqeZVaQS#what-are-polar-coordinates-in-ap-precalculus","name":"What are polar coordinates in AP Precalculus?","acceptedAnswer":{"@type":"Answer","text":"Polar coordinates locate a point using (r, theta), where the absolute value of r gives the distance from the origin and theta gives the angle from the positive x-axis."}},{"@type":"Question","@id":"https://fiveable.me/ap-pre-calc/unit-3/trigonometry-polar-coordinates/study-guide/vrD8KOuadisEAqeZVaQS#how-do-i-convert-polar-coordinates-to-rectangular-coordinates","name":"How do I convert polar coordinates to rectangular coordinates?","acceptedAnswer":{"@type":"Answer","text":"Use x = r cos(theta) and y = r sin(theta). These formulas come from the right triangle formed by the radius, the x-coordinate, and the y-coordinate."}},{"@type":"Question","@id":"https://fiveable.me/ap-pre-calc/unit-3/trigonometry-polar-coordinates/study-guide/vrD8KOuadisEAqeZVaQS#how-do-i-convert-rectangular-coordinates-to-polar-coordinates","name":"How do I convert rectangular coordinates to polar coordinates?","acceptedAnswer":{"@type":"Answer","text":"Use r = sqrt(x^2 + y^2) and theta = arctan(y/x), then check the quadrant. If x is negative, add pi to place the angle on the correct side of the plane."}},{"@type":"Question","@id":"https://fiveable.me/ap-pre-calc/unit-3/trigonometry-polar-coordinates/study-guide/vrD8KOuadisEAqeZVaQS#why-can-one-point-have-multiple-polar-coordinates","name":"Why can one point have multiple polar coordinates?","acceptedAnswer":{"@type":"Answer","text":"Polar coordinates are not unique because you can add full rotations to theta or use a negative r with an angle shifted by pi. For example, (r, theta) and (-r, theta + pi) name the same point."}},{"@type":"Question","@id":"https://fiveable.me/ap-pre-calc/unit-3/trigonometry-polar-coordinates/study-guide/vrD8KOuadisEAqeZVaQS#how-are-complex-numbers-connected-to-polar-coordinates","name":"How are complex numbers connected to polar coordinates?","acceptedAnswer":{"@type":"Answer","text":"A complex number a + bi can be treated as the point (a, b) in the complex plane. In polar form, it can be written as (r cos theta) + i(r sin theta)."}},{"@type":"Question","@id":"https://fiveable.me/ap-pre-calc/unit-3/trigonometry-polar-coordinates/study-guide/vrD8KOuadisEAqeZVaQS#what-is-the-most-common-ap-precalculus-mistake-with-polar-coordinates","name":"What is the most common AP Precalculus mistake with polar coordinates?","acceptedAnswer":{"@type":"Answer","text":"The most common mistake is trusting arctangent without checking the quadrant. Arctangent alone only returns angles on the right half of the plane, so points with x < 0 need adjustment."}}]}
```
