Skip to content

Diagnostics | AP Mathematics - Wyatt's Notes

sources:

  • text: Standard textbook reference

This section provides study materials and resources for diagnostics. Browse the topics below to find the specific area you need to revise.

Diagnostic tests in AP Mathematics (Calculus) help you identify which areas of the curriculum you have already mastered and which require further study. Mathematics is inherently cumulative — you cannot understand integration without differentiation, and you cannot solve differential equations without both. Diagnosing your current level ensures you spend your study time where it will have the greatest impact.

The AP Calculus exam (whether AB or BC) tests your ability to apply calculus concepts to solve problems, interpret results, and connect ideas across topics. A diagnostic test across all major topic areas reveals not just what you know, but how well you can apply it under exam conditions.

Prerequisites: Review the prerequisite topics before attempting this section.

  • Understand the core principles and definitions covered in this section
  • Apply key concepts to solve problems and answer exam-style questions
  • Connect this material to prerequisite topics and related sections
  • Identify specific knowledge gaps across the AP Calculus curriculum
  • Develop a targeted study plan based on diagnostic results

Begin with the topic summaries, then work through the practice problems to test your understanding. Use the cross-references to link related concepts across subjects where applicable.

Before the diagnostic:

  • Do not study specifically for the diagnostic — the point is to reveal your true current state
  • Ensure you have scratch paper, a pencil, and a timer
  • Treat it like a real exam: no notes, no calculator (unless the diagnostic specifies calculator use)

During the diagnostic:

  • Attempt every question, even if you are unsure — partial knowledge is still knowledge
  • Show your working clearly — this helps you (and your teacher) identify where errors occur
  • Do not spend too long on any single question — mark it and move on

After the diagnostic:

  • Mark your answers using the provided mark scheme
  • Categorise your errors: computational mistakes, conceptual misunderstandings, or incomplete knowledge
  • Identify the weakest topics and create a study plan
  • Retake the diagnostic after targeted study to measure improvement

This section introduces fundamental concepts that form the foundation for advanced study. Understanding these core ideas is essential before progressing to more complex topics.

Limits are the foundation of calculus. The limit limxaf(x)=L\lim_{x \to a} f(x) = L means that as xx approaches aa (from either side, but not equal to aa), f(x)f(x) approaches LL.

Key limit laws:

  • limxa[f(x)+g(x)]=limxaf(x)+limxag(x)\lim_{x \to a} [f(x) + g(x)] = \lim_{x \to a} f(x) + \lim_{x \to a} g(x)
  • limxa[f(x)g(x)]=limxaf(x)limxag(x)\lim_{x \to a} [f(x) \cdot g(x)] = \lim_{x \to a} f(x) \cdot \lim_{x \to a} g(x)
  • limxaf(x)g(x)=limxaf(x)limxag(x)\lim_{x \to a} \frac{f(x)}{g(x)} = \frac{\lim_{x \to a} f(x)}{\lim_{x \to a} g(x)} (provided limxag(x)0\lim_{x \to a} g(x) \neq 0)

Special limits to memorise:

  • limx0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1
  • limx01cosxx=0\lim_{x \to 0} \frac{1 - \cos x}{x} = 0
  • limx(1+1x)x=e\lim_{x \to \infty} \left(1 + \frac{1}{x}\right)^x = e

Continuity: A function ff is continuous at x=ax = a if:

  1. f(a)f(a) is defined
  2. limxaf(x)\lim_{x \to a} f(x) exists
  3. limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a)

The Intermediate Value Theorem (IVT): If ff is continuous on [a,b][a, b] and NN is any value between f(a)f(a) and f(b)f(b), then there exists c(a,b)c \in (a, b) such that f(c)=Nf(c) = N.

The derivative of a function ff at x=ax = a is defined as:

f(a)=limh0f(a+h)f(a)hf'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}

The derivative represents the instantaneous rate of change of ff at x=ax = a, or equivalently, the slope of the tangent line to the graph at that point.

Key differentiation rules:

  • Power rule: ddx[xn]=nxn1\frac{d}{dx}[x^n] = nx^{n-1}
  • Product rule: ddx[f(x)g(x)]=f(x)g(x)+f(x)g(x)\frac{d}{dx}[f(x)g(x)] = f'(x)g(x) + f(x)g'(x)
  • Quotient rule: ddx[f(x)g(x)]=f(x)g(x)f(x)g(x)[g(x)]2\frac{d}{dx}\left[\frac{f(x)}{g(x)}\right] = \frac{f'(x)g(x) - f(x)g'(x)}{[g(x)]^2}
  • Chain rule: ddx[f(g(x))]=f(g(x))g(x)\frac{d}{dx}[f(g(x))] = f'(g(x)) \cdot g'(x)

Common derivatives:

FunctionDerivative
xnx^nnxn1nx^{n-1}
sinx\sin xcosx\cos x
cosx\cos xsinx-\sin x
tanx\tan xsec2x\sec^2 x
exe^xexe^x
lnx\ln x1x\frac{1}{x}

Applications of derivatives:

  • Critical points: f(c)=0f'(c) = 0 or f(c)f'(c) does not exist. Use the first or second derivative test to classify as local maximum, local minimum, or neither.
  • Increasing/decreasing: ff is increasing where f(x)>0f'(x) > 0 and decreasing where f(x)<0f'(x) < 0.
  • Concavity: ff is concave up where f(x)>0f''(x) > 0 and concave down where f(x)<0f''(x) < 0. Inflection points occur where concavity changes.
  • Optimization: Find critical points, evaluate the function at critical points and endpoints, compare values.
  • Related rates: Differentiate an equation relating multiple variables with respect to time tt, then substitute known values.

The definite integral abf(x)dx\int_a^b f(x) \, dx represents the signed area under the curve y=f(x)y = f(x) from x=ax = a to x=bx = b.

The Fundamental Theorem of Calculus:

  1. If F(x)=axf(t)dtF(x) = \int_a^x f(t) \, dt, then F(x)=f(x)F'(x) = f(x)
  2. abf(x)dx=F(b)F(a)\int_a^b f(x) \, dx = F(b) - F(a) where FF is any antiderivative of ff

Key integration rules:

  • xndx=xn+1n+1+C\int x^n \, dx = \frac{x^{n+1}}{n+1} + C (for n1n \neq -1)
  • 1xdx=lnx+C\int \frac{1}{x} \, dx = \ln|x| + C
  • exdx=ex+C\int e^x \, dx = e^x + C
  • sinxdx=cosx+C\int \sin x \, dx = -\cos x + C
  • cosxdx=sinx+C\int \cos x \, dx = \sin x + C

Integration techniques (BC only):

  • Integration by parts: udv=uvvdu\int u \, dv = uv - \int v \, du
  • Partial fractions: Decompose rational functions into simpler fractions
  • Trigonometric substitution: Use substitutions like x=asinθx = a\sin\theta for integrals involving a2x2\sqrt{a^2 - x^2}

Applications of integration:

  • Area between curves: abf(x)g(x)dx\int_a^b |f(x) - g(x)| \, dx
  • Volume of revolution: πab[f(x)]2dx\pi \int_a^b [f(x)]^2 \, dx (disk method)
  • Arc length: ab1+[f(x)]2dx\int_a^b \sqrt{1 + [f'(x)]^2} \, dx
  • Average value: 1baabf(x)dx\frac{1}{b-a} \int_a^b f(x) \, dx

A differential equation relates a function to its derivatives. The goal is to find a function that satisfies the equation.

Separable equations (AB and BC): An equation of the form dydx=g(x)h(y)\frac{dy}{dx} = g(x)h(y) can be solved by separating variables:

1h(y)dy=g(x)dx\int \frac{1}{h(y)} \, dy = \int g(x) \, dx

Example: Solve dydx=xy\frac{dy}{dx} = xy with y(0)=1y(0) = 1.

Separate: 1ydy=xdx\frac{1}{y} \, dy = x \, dx

Integrate: lny=x22+C\ln|y| = \frac{x^2}{2} + C

Apply initial condition: ln1=0+CC=0\ln 1 = 0 + C \Rightarrow C = 0

Solution: y=ex2/2y = e^{x^2/2}

Slope fields: A graphical representation of a differential equation. At each point (x,y)(x, y) in the plane, a short line segment with slope dydx\frac{dy}{dx} is drawn. Solution curves follow these line segments.

Euler’s method (BC only): A numerical technique for approximating solutions to differential equations. Starting from (x0,y0)(x_0, y_0) with step size hh:

yn+1=yn+hf(xn,yn)y_{n+1} = y_n + h \cdot f(x_n, y_n) xn+1=xn+hx_{n+1} = x_n + h

A sequence is an ordered list of numbers {an}n=1\{a_n\}_{n=1}^{\infty}. A series is the sum of a sequence: n=1an\sum_{n=1}^{\infty} a_n.

Key convergence tests:

TestWhen to UseResult
Geometric seriesarn\sum ar^nConverges if $
p-series1np\sum \frac{1}{n^p}Converges if p>1p > 1
Divergence testAny seriesIf limnan0\lim_{n \to \infty} a_n \neq 0, series diverges
Integral testPositive, decreasing ff with an=f(n)a_n = f(n)Series converges iff integral converges
Comparison testCompare with known seriesIf 0anbn0 \leq a_n \leq b_n and bn\sum b_n converges, then an\sum a_n converges
Ratio testFactorials, exponentialsIf $\lim \left
Alternating series(1)nbn\sum (-1)^n b_n with bn>0b_n > 0Converges if bnb_n is decreasing and limbn=0\lim b_n = 0

Taylor series: The Taylor series of ff centred at aa is:

f(x)=n=0f(n)(a)n!(xa)nf(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!}(x-a)^n

Important Taylor series to know:

  • ex=n=0xnn!=1+x+x22!+x33!+e^x = \sum_{n=0}^{\infty} \frac{x^n}{n!} = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \cdots
  • sinx=n=0(1)nx2n+1(2n+1)!=xx33!+x55!\sin x = \sum_{n=0}^{\infty} \frac{(-1)^n x^{2n+1}}{(2n+1)!} = x - \frac{x^3}{3!} + \frac{x^5}{5!} - \cdots
  • cosx=n=0(1)nx2n(2n)!=1x22!+x44!\cos x = \sum_{n=0}^{\infty} \frac{(-1)^n x^{2n}}{(2n)!} = 1 - \frac{x^2}{2!} + \frac{x^4}{4!} - \cdots
  • 11x=n=0xn=1+x+x2+x3+\frac{1}{1-x} = \sum_{n=0}^{\infty} x^n = 1 + x + x^2 + x^3 + \cdots (for x<1|x| < 1)

Worked Example: Diagnostic Question on Derivatives

Section titled “Worked Example: Diagnostic Question on Derivatives”

Question: Find the derivative of f(x)=x3sinxf(x) = x^3 \sin x.

Solution:

This requires the product rule since f(x)=x3sinxf(x) = x^3 \cdot \sin x.

Let u=x3u = x^3 and v=sinxv = \sin x. Then u=3x2u' = 3x^2 and v=cosxv' = \cos x.

By the product rule: f(x)=uv+uv=3x2sinx+x3cosxf'(x) = u'v + uv' = 3x^2 \sin x + x^3 \cos x

We can factor: f(x)=x2(3sinx+xcosx)f'(x) = x^2(3\sin x + x\cos x)

Verification: At x=0x = 0, f(0)=0f'(0) = 0. The function f(x)=x3sinxf(x) = x^3 \sin x has a horizontal tangent at the origin, which makes sense since x3x^3 dominates near zero.

Worked Example: Diagnostic Question on Integration

Section titled “Worked Example: Diagnostic Question on Integration”

Question: Evaluate 0π/2cos2xdx\int_0^{\pi/2} \cos^2 x \, dx.

Solution:

Use the identity cos2x=1+cos2x2\cos^2 x = \frac{1 + \cos 2x}{2}:

0π/2cos2xdx=0π/21+cos2x2dx\int_0^{\pi/2} \cos^2 x \, dx = \int_0^{\pi/2} \frac{1 + \cos 2x}{2} \, dx

=120π/2(1+cos2x)dx= \frac{1}{2} \int_0^{\pi/2} (1 + \cos 2x) \, dx

=12[x+sin2x2]0π/2= \frac{1}{2} \left[x + \frac{\sin 2x}{2}\right]_0^{\pi/2}

=12[(π2+sinπ2)(0+sin02)]= \frac{1}{2} \left[\left(\frac{\pi}{2} + \frac{\sin \pi}{2}\right) - \left(0 + \frac{\sin 0}{2}\right)\right]

=12π2=π4= \frac{1}{2} \cdot \frac{\pi}{2} = \frac{\pi}{4}

Worked Example: Diagnostic Question on Differential Equations

Section titled “Worked Example: Diagnostic Question on Differential Equations”

Question: Find the general solution to dydx=2xy\frac{dy}{dx} = \frac{2x}{y}.

Solution:

This is a separable differential equation. Separate the variables:

ydy=2xdxy \, dy = 2x \, dx

Integrate both sides:

ydy=2xdx\int y \, dy = \int 2x \, dx

y22=x2+C\frac{y^2}{2} = x^2 + C

Multiply through by 2:

y2=2x2+Cy^2 = 2x^2 + C'

where C=2CC' = 2C. This is the equation of a hyperbola (for C0C' \neq 0) or a pair of lines through the origin (for C=0C' = 0).

  • Skipping prerequisite material before attempting this section: If you struggle with algebra, trigonometry, or function notation, calculus will be unnecessarily difficult. Ensure your precalculus foundations are solid.

  • Not practising problems after reading the theory: Calculus is learned by doing, not by reading. You must work through problems to develop fluency with differentiation and integration techniques.

  • Failing to connect concepts across different topics: The Fundamental Theorem of Calculus connects differentiation and integration. The chain rule connects differentiation to composition of functions. Differential equations use both differentiation and integration. Look for these connections.

  • Forgetting the constant of integration: Every indefinite integral requires +C+C. Forgetting it is one of the most common errors and costs marks on exams.

  • Confusing the chain rule with the product rule: The chain rule applies to composition (f(g(x))f(g(x))); the product rule applies to multiplication (f(x)g(x)f(x) \cdot g(x)). Know when to use each.

  • Not checking answers: After finding a derivative, check by substituting a value. After finding an integral, differentiate your answer to see if you get the original integrand. After solving a differential equation, verify that your solution satisfies the equation.

  • Ignoring domain restrictions: Logarithms are only defined for positive arguments. Square roots require non-negative radicands. Arctangent has a restricted range. Always consider the domain of your functions.

  • Check if you can evaluate limits algebraically (factoring, rationalisation, special limits)
  • Verify you understand the definition of continuity and can identify discontinuities
  • Ensure you can apply the IVT to prove existence of roots
  • Confirm you can differentiate polynomials, trigonometric functions, exponentials, and logarithms
  • Check your ability to apply the chain rule, product rule, and quotient rule
  • Verify you can find critical points and classify them using the first or second derivative test
  • Ensure you can find antiderivatives of common functions
  • Check your ability to evaluate definite integrals using the Fundamental Theorem
  • Verify you can set up integrals for area, volume, and arc length problems
  • Confirm you can separate variables and integrate both sides
  • Check your ability to apply initial conditions to find particular solutions
  • Ensure you can interpret slope fields and match them to differential equations
  • Verify you can apply all major convergence tests
  • Check your ability to find Taylor series and determine their interval of convergence
  • Ensure you can manipulate series (add, subtract, multiply, differentiate, integrate term by term)

For deeper understanding, consult the recommended textbooks and additional resources linked throughout the topic pages.

  • Calculus: Early Transcendentals by James Stewart — The standard AP Calculus textbook
  • Thomas’ Calculus — Another excellent comprehensive calculus textbook
  • AP Calculus Premium by Barron’s — Exam preparation with practice tests
  • The Calculus Lifesaver by Adrian Banner — Accessible supplementary guide with worked examples

This section provides comprehensive study materials and resources. Content is organised to build understanding progressively, from foundational concepts to advanced applications.

  • Core concepts and definitions
  • Worked examples with step-by-step solutions
  • Practice problems for self-assessment
  • Cross-references to related topics

Begin with the introductory material before progressing to advanced topics. Use the practice problems to test your understanding and identify areas for further study.