AP Calculus Portfolio

A collection of my strongest work, worked problems, and reflections from AP Calculus — limits through the Fundamental Theorem, in my own words.

Intro About This Portfolio

Why I built it, and what to expect in each section.

This portfolio tracks my work across the major units of AP Calculus. For each unit I've included a representative problem, the reasoning I used to solve it, and a short reflection on what clicked (or didn't, at first). The goal isn't just to show correct answers — it's to show how my understanding of the ideas developed over the course.

  • Limits & Continuity
  • Differentiation Rules
  • Related Rates
  • Optimization
  • Riemann Sums
  • Fundamental Theorem of Calculus
  • Differential Equations
  • Free Response Writing

Unit 1 Limits & Continuity

Where calculus starts: making sense of behavior "as we approach," not just "at."

Featured Problem

Evaluating an indeterminate limit

Evaluate \( \displaystyle \lim_{x \to 3} \frac{x^2 - 9}{x - 3} \).

Direct substitution gives \( \frac{0}{0} \), an indeterminate form, so I factored the numerator: \[ \frac{x^2-9}{x-3} = \frac{(x-3)(x+3)}{x-3} = x+3 \quad (x \ne 3) \] Since the limit only cares about behavior near \(x=3\), not at it, I can cancel the common factor and substitute: \[ \lim_{x \to 3} (x+3) = 6 \]

Reflection This was the problem that made limits click for me. I used to think a limit was just "plug in the number," so \( \frac{0}{0} \) looked like a wall. Realizing a limit describes a trend near a point — not the value at the point — is the idea the rest of the course builds on.

Unit 2–3 Derivatives & Differentiation Rules

From the limit definition to the chain rule, product rule, and implicit differentiation.

Featured Problem

Derivative from first principles

Find \( f'(x) \) for \( f(x) = x^2 \) using the limit definition.

\[ f'(x) = \lim_{h \to 0} \frac{f(x+h)-f(x)}{h} = \lim_{h \to 0} \frac{(x+h)^2 - x^2}{h} \] \[ = \lim_{h \to 0} \frac{2xh + h^2}{h} = \lim_{h \to 0} (2x + h) = 2x \]

Reflection Doing this by hand before learning the power rule was worth it — the shortcut \( \frac{d}{dx}x^n = nx^{n-1} \) stopped being a rule to memorize and became a fact I'd already proven for myself.
Featured Problem

Chain rule + implicit differentiation

Find \( \frac{dy}{dx} \) if \( x^2 + y^2 = 25 \).

Differentiating both sides with respect to \(x\), treating \(y\) as a function of \(x\): \[ 2x + 2y\frac{dy}{dx} = 0 \implies \frac{dy}{dx} = -\frac{x}{y} \]

Reflection Implicit differentiation felt like a trick until I connected it to the chain rule: \( \frac{d}{dx}[y^2] = 2y \cdot \frac{dy}{dx} \) is just the chain rule with \(y\) as the inner function.

Unit 4–5 Applications of Derivatives

Related rates, optimization, and curve sketching — where derivatives answer real questions.

Related Rates

Ladder sliding down a wall

A 10–ft ladder leans against a wall. The base slides away at 2 ft/s. How fast is the top sliding down when the base is 6 ft from the wall?

With \(x^2+y^2=100\), differentiate: \(2x\frac{dx}{dt}+2y\frac{dy}{dt}=0\). At \(x=6\), \(y=8\), and \(\frac{dx}{dt}=2\): \[ 6(2) + 8\frac{dy}{dt} = 0 \implies \frac{dy}{dt} = -\tfrac{3}{2} \text{ ft/s} \]

Optimization

Maximizing enclosed area

With 100 ft of fencing, maximize the area of a rectangular pen.

\(A = x(50-x)\). Setting \(A'(x)=50-2x=0\) gives \(x=25\), so the maximum area is a \(25 \times 25\) square, \(A = 625\) sq ft.

Reflection These two problems are the same skill wearing different clothes: set up a relationship between quantities, differentiate, then solve for the rate or the extremum. Once I saw the pattern, "which formula do I use?" stopped being the hard part — setting up the equation was.

Unit 6 Integrals & Riemann Sums

Approximating area under a curve, then making the approximation exact.

Featured Problem

Right Riemann sum vs. exact integral

Approximate \( \int_0^4 x^2\,dx \) with a right Riemann sum, \(n=4\), then find the exact value.

With \(\Delta x = 1\), heights at \(x=1,2,3,4\): \(1+4+9+16 = 30\). The exact value: \[ \int_0^4 x^2\,dx = \left[\frac{x^3}{3}\right]_0^4 = \frac{64}{3} \approx 21.33 \]

Reflection The right Riemann sum (30) overestimates because \(x^2\) is increasing on this interval — each rectangle uses its tallest corner. Seeing the gap between 30 and 21.33 made "as \(n \to \infty\), the sum converges to the integral" feel concrete instead of abstract.

Unit 6–7 Fundamental Theorem & Accumulation

Connecting derivatives and integrals as inverse operations, then applying it to accumulation and differential equations.

Featured Problem

Accumulation function

If \( g(x) = \int_0^x t^2+1 \, dt \), find \(g'(x)\).

By the Fundamental Theorem of Calculus (Part 1), differentiating an integral with respect to its upper limit just gives back the integrand: \[ g'(x) = x^2 + 1 \]

Reflection This is the moment the whole course connects: differentiation and integration undo each other. Once that clicked, accumulation-function FRQ questions stopped feeling like a separate topic and started feeling like FTC Part 1 in a word problem.

Practice Free Response Reflections

A running log of what full free-response practice has taught me about communicating calculus, not just computing it.

Practice Set — Particle Motion

Lost points for finding velocity correctly but never stating whether the particle was moving left or right using the sign of \(v(t)\). Lesson: a computed number isn't a complete answer without a sentence connecting it back to the question.

Practice Set — Area Between Curves

Set up \(\int (f(x)-g(x))\,dx\) with the functions in the wrong order on part of the interval. Now I always sketch the region first and check which curve is on top before writing the integral.

Practice Set — Justification with the First Derivative Test

Learned that "the answer is x = 3" isn't a justification — the rubric wants the sign change of \(f'(x)\) stated explicitly. Writing full sentences instead of just symbols has fixed most of my lost justification points.

Closing How My Thinking Has Grown

Looking back at the start of the year versus now.

At the start of the course, calculus felt like a long list of unrelated rules — a limit rule here, a derivative shortcut there. What changed is seeing the connections: limits define derivatives, derivatives describe rates and shapes, and integrals reverse the process to recover accumulated change. The Fundamental Theorem of Calculus is the moment that stitched all of it into one idea instead of four separate units.

Going forward, the thing I want to keep practicing is justification — writing the sentence that explains why an answer is correct, not just producing the number.