Mathematical Architects · Pre-Calculus · Foundations

Get Ready: Module 5 — Analytic Geometry, Polar & Series

Everyone starts somewhere. Before we raise the building, we'll pour the floor. This page rebuilds the handful of skills Module 5 leans on — clearly, one step at a time, with nothing assumed. Go at your own pace. There's no rush and no wrong place to begin.

4 Foundation Skills Worked Examples Self-Paced

Module 5 takes the coordinate plane you already know and teaches it two new languages — conic sections and polar curves — then adds up infinitely many terms with series. If plotting points, completing the square, exponent rules, or graphing a function feel fuzzy right now, that's completely okay — we'll firm them up together below, then you'll be ready for the lab.


🧱

Skills to build first

Four short skills. Read the idea, follow the worked example, then try one yourself — the answer is one click away whenever you want it.

1 Skill

The coordinate plane

What it is: the grid where every point has an address \((x, y)\) — \(x\) tells you left/right, \(y\) tells you up/down. They meet at the origin \((0,0)\). Why you need it: conics live on this plane (a focus is a point, a directrix is a line), and polar coordinates are a second way to address the very same points — by distance \(r\) and angle \(\theta\). You'll convert between the two constantly, so the rectangular grid must be second nature.

Worked example — plot \((3, -2)\) and find its distance from the origin
  1. Start at the origin \((0,0)\), the center of the grid.
  2. Read \(x\) first (always): \(x = 3\) means move right \(3\) units.
  3. Then read \(y\): \(y = -2\) means move down \(2\) units — you land in Quadrant IV.
  4. Distance from origin uses \(r=\sqrt{x^2+y^2}=\sqrt{9+4}=\sqrt{13}\). That \(r\) is exactly the polar radius you'll meet in the lab.

Quick map: right + up = Quadrant I, left + up = II, left + down = III, right + down = IV.

Try it 1 — In which quadrant is \((-4, 5)\), and what is its distance from the origin?
Show answer

\(x=-4\) (left), \(y=5\) (up) → Quadrant II. Distance \(r=\sqrt{16+25}=\sqrt{41}\approx 6.4\).

Try it 2 — Give the coordinates of a point that is \(2\) left and \(3\) down from the origin.
Show answer

Left \(2\) makes \(x=-2\); down \(3\) makes \(y=-3\). The point is \((-2,-3)\) (Quadrant III).

Practice more (free) Khan Academy → IXL →
2 Skill

Completing the square

What it is: rewriting \(x^2 + bx\) as a perfect square \((x + \tfrac{b}{2})^2\) minus the bit you added. Why you need it: this is the move that turns a messy conic like \(x^2 + y^2 - 6x + 4y = 12\) into standard center-radius form \((x-h)^2 + (y-k)^2 = r^2\). Without it, you can't find the center \((h,k)\) of a circle, ellipse, or hyperbola.

Worked example — complete the square on \(x^2 - 6x\)
  1. Halve the middle coefficient. Here \(b=-6\), so \(\tfrac{b}{2} = -3\).
  2. Square it. \((-3)^2 = 9\). That's the number that completes the square.
  3. Write the perfect square, then subtract what you added: \(x^2 - 6x = (x-3)^2 - 9\).
  4. Check by expanding: \((x-3)^2 - 9 = x^2 - 6x + 9 - 9 = x^2 - 6x\). ✓

For a conic you do this for the \(x\)-terms and the \(y\)-terms separately, then move the constants to the other side.

Try it 1 — Complete the square on \(x^2 + 8x\).
Show answer

Half of \(8\) is \(4\); \(4^2 = 16\). So \(x^2 + 8x = (x+4)^2 - 16\).

Try it 2 — Write \(x^2 + y^2 - 6x + 4y = 12\) in center-radius form. (This is exactly a conic step.)
Show answer

Group: \((x^2-6x)+(y^2+4y)=12\). Complete both squares: \((x-3)^2-9+(y+2)^2-4=12\). Move constants: \((x-3)^2+(y+2)^2=25\). Center \((3,-2)\), radius \(5\).

Practice more (free) Khan Academy → IXL →
3 Skill

Exponent rules

What it is: the shortcuts for powers — \(x^m \cdot x^n = x^{m+n}\), \((x^m)^n = x^{mn}\), and \(x^0 = 1\). Why you need it: geometric series are built from powers of a common ratio \(r\): the terms are \(a, ar, ar^2, ar^3, \dots\). To find the \(n\)th term \(ar^{\,n-1}\) or sum a series, you have to be comfortable multiplying and simplifying those powers.

Worked example — simplify \(2 \cdot 3^{\,4}\) and the geometric term \(ar^{\,n-1}\)
  1. A power means repeated multiplication. \(3^4 = 3\cdot3\cdot3\cdot3 = 81\), so \(2\cdot3^4 = 162\).
  2. Product rule: \(r^2 \cdot r^3 = r^{2+3} = r^5\) — add exponents when the base matches.
  3. Read a geometric term. With first term \(a=5\) and ratio \(r=2\), the 4th term is \(ar^{\,4-1}=5\cdot2^{3}=5\cdot 8 = 40\).
  4. Watch fractions: if \(r=\tfrac12\), then \(r^3 = \tfrac{1}{8}\) — powers of a fraction shrink, which is exactly why \(|r|<1\) lets an infinite series settle to a finite total.
Try it 1 — Simplify \(x^5 \cdot x^2\) and \((x^3)^2\).
Show answer

\(x^5\cdot x^2 = x^{7}\) (add exponents). \((x^3)^2 = x^{6}\) (multiply exponents).

Try it 2 — A geometric sequence has \(a=3\), \(r=2\). Find the 5th term \(ar^{\,4}\).
Show answer

\(ar^{\,4} = 3\cdot 2^{4} = 3\cdot 16 = 48\). (Terms: \(3, 6, 12, 24, 48\) — each is double the last.)

Practice more (free) Khan Academy → IXL →
4 Skill

Graphing functions

What it is: making a table of inputs and outputs, plotting the \((x, y)\) pairs, and connecting them into a smooth curve. Why you need it: parametric and polar curves are graphed the same way — you feed in a value (a parameter \(t\), or an angle \(\theta\)), compute the point, and plot it. The lab animates exactly this process; doing a couple by hand first makes the animation make sense.

Worked example — graph \(y = x^2\) from a table
  1. Choose inputs around 0: \(x = -2, -1, 0, 1, 2\).
  2. Compute outputs: \(y = 4, 1, 0, 1, 4\) — square each input.
  3. Plot the pairs \((-2,4), (-1,1), (0,0), (1,1), (2,4)\).
  4. Connect with a smooth U-shaped curve (a parabola). The same table-then-plot habit works for \(\theta\) in polar mode — pick angles, compute \(r\), plot.
Try it 1 — Make a 3-point table for \(y = 2x + 1\) and describe the graph.
Show answer

\(x=-1,0,1 \Rightarrow y=-1,1,3\). Points \((-1,-1),(0,1),(1,3)\) lie on a straight line rising to the right (slope \(2\), \(y\)-intercept \(1\)).

Try it 2 — For \(r = 2\cos\theta\), find the point at \(\theta = 0\) and at \(\theta = \tfrac{\pi}{2}\). (A taste of polar plotting.)
Show answer

At \(\theta=0\): \(r = 2\cos 0 = 2\), point \((r,\theta)=(2,0)\). At \(\theta=\tfrac{\pi}{2}\): \(r = 2\cos\tfrac{\pi}{2} = 0\), so the curve passes through the pole. Plotting more angles traces a circle.

Practice more (free) Khan Academy → IXL →

Quick Readiness Check

Six short questions spanning all four skills. Try each one first, then reveal the answer to check yourself.

  1. In which quadrant is the point \((5, -3)\), and what is its distance from the origin?
    Show answer
    Show answer

    Right and down → Quadrant IV. Distance \(r=\sqrt{25+9}=\sqrt{34}\approx 5.83\).

  2. Complete the square on \(x^2 + 10x\).
    Show answer
    Show answer

    Half of \(10\) is \(5\); \(5^2 = 25\). So \(x^2 + 10x = (x+5)^2 - 25\).

  3. Write \(x^2 + y^2 + 2x - 8y = 8\) in center-radius form.
    Show answer
    Show answer

    \((x+1)^2-1+(y-4)^2-16=8 \Rightarrow (x+1)^2+(y-4)^2=25\). Center \((-1,4)\), radius \(5\).

  4. Simplify \(r^3 \cdot r^4\) and evaluate \(\left(\tfrac12\right)^3\).
    Show answer
    Show answer

    \(r^3\cdot r^4 = r^{7}\). \(\left(\tfrac12\right)^3 = \tfrac{1}{8}\).

  5. A geometric sequence has \(a=4\), \(r=3\). Find the 3rd term \(ar^{\,2}\).
    Show answer
    Show answer

    \(ar^{2} = 4\cdot 3^{2} = 4\cdot 9 = 36\). (Terms: \(4, 12, 36\).)

  6. For \(r = 1 + \cos\theta\), find \(r\) at \(\theta = 0\) and at \(\theta = \pi\).
    Show answer
    Show answer

    At \(\theta=0\): \(r=1+1=2\). At \(\theta=\pi\): \(r=1+(-1)=0\). (That \(r=0\) is the cardioid's dimple!)

If these feel comfortable, you're ready for the module. If one or two felt shaky, that's your cue — scroll back up to that skill, re-read the worked example, and try a couple from the free practice links. No score to hit, no clock running. Come back when it clicks.

Floor poured. When the skills above feel steady, step into the module — the Visual Lab lets you see every one of these ideas move at once.