LALO'S CHEAT SHEET

LEVEL 1: COORDINATE CONVERSION

Switching between coordinate systems. This is the foundation.

Cartesian (x, y) to Polar (r, θ)

Polar (r, θ) to Cartesian (x, y)

LEVEL 2: EQUATION CONVERSION

The four key strategies for converting entire equations.

FINAL BOSS: CALCULUS WITH POLAR

The most important formulas for the test.

Slope of a Tangent Line

This is the big one. You MUST memorize it.

$$\frac{dy}{dx} = \frac{\frac{dr}{d\theta}\sin\theta + r\cos\theta}{\frac{dr}{d\theta}\cos\theta - r\sin\theta}$$

Horizontal & Vertical Tangents

Finding Key Points (Optimization)