Browse papers
LevelAP Calculus AB
SubjectAP Calculus AB
Year2025 BS
Exam sessionModel questions
Full marks108
Time allowed105 minutes
Questions10, all with step-by-step solutions
A

Multiple Choice (No Calculator)

Solve each problem without a calculator.

10 questions·1 mark each
1Multiple choice1 mark

Evaluate the following limit.

limx3x29x3\lim_{x \to 3} \frac{x^2 - 9}{x - 3}
  • a
    00
  • b
    66
  • c
    33
  • d

    The limit does not exist

Correct answer: b
66

Direct substitution gives 32933=00\frac{3^2 - 9}{3 - 3} = \frac{0}{0}, which is indeterminate. We factor the numerator:

x29x3=(x3)(x+3)x3\frac{x^2 - 9}{x - 3} = \frac{(x - 3)(x + 3)}{x - 3}

For x3x \neq 3, we can cancel the common factor (x3)(x - 3):

limx3(x3)(x+3)x3=limx3(x+3)=3+3=6\lim_{x \to 3} \frac{(x - 3)(x + 3)}{x - 3} = \lim_{x \to 3} (x + 3) = 3 + 3 = 6

The correct answer is (b) 6.

limitsalgebraic-evaluation
2Multiple choice1 mark

Consider the function

f(x)=x24x2x2f(x) = \frac{x^2 - 4}{x^2 - x - 2}

At which value of xx does ff have a removable discontinuity?

  • a
    x=2x = -2
  • b
    x=1x = -1
  • c
    x=2x = 2
  • d
    x=1x = 1
Correct answer: c
x=2x = 2

We factor both the numerator and the denominator:

  • Numerator: x24=(x2)(x+2)x^2 - 4 = (x - 2)(x + 2)
  • Denominator: x2x2=(x2)(x+1)x^2 - x - 2 = (x - 2)(x + 1)

So f(x)=(x2)(x+2)(x2)(x+1)f(x) = \frac{(x - 2)(x + 2)}{(x - 2)(x + 1)}.

The function is undefined at x=2x = 2 and x=1x = -1 (where the denominator is zero).

At x=2x = 2: both the numerator and denominator are zero, and the common factor (x2)(x - 2) can be cancelled. So limx2f(x)=2+22+1=43\lim_{x \to 2} f(x) = \frac{2 + 2}{2 + 1} = \frac{4}{3}. Since the limit exists but f(2)f(2) is undefined, this is a removable discontinuity.

At x=1x = -1: the numerator equals (1)24=30(-1)^2 - 4 = -3 \neq 0 while the denominator is zero, so this is a non-removable (vertical asymptote) discontinuity.

The correct answer is (c) x=2x = 2.

continuitydiscontinuities
3Multiple choice1 mark

Using the limit definition of the derivative, which of the following represents f(a)f'(a)?

  • a
    f(a+h)f(a)h\frac{f(a+h) - f(a)}{h}
  • b
    limh0f(a+h)f(a)h\lim_{h \to 0} \frac{f(a+h) - f(a)}{h}
  • c
    aa+hf(x)dx\int_a^{a+h} f(x)\,dx
  • d
    limh0f(a)f(a+h)h\lim_{h \to 0} \frac{f(a) - f(a+h)}{h}
Correct answer: b
limh0f(a+h)f(a)h\lim_{h \to 0} \frac{f(a+h) - f(a)}{h}

The limit definition of the derivative at a point x=ax = a is:

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

This represents the slope of the tangent line to the curve y=f(x)y = f(x) at the point where x=ax = a. It is derived from the difference quotient by taking the limit as the interval width hh approaches zero.

Option (a) is the difference quotient without the limit. Option (c) is a definite integral, not a derivative. Option (d) has the wrong sign in the numerator, which would give f(a)-f'(a) instead of f(a)f'(a).

The correct answer is (b).

derivative-definitionlimit-definition
4Multiple choice1 mark

If f(x)=3x52x3+7x4f(x) = 3x^5 - 2x^3 + 7x - 4, what is f(x)f'(x)?

  • a
    15x46x2+715x^4 - 6x^2 + 7
  • b
    15x46x2+7x15x^4 - 6x^2 + 7x
  • c
    5x43x2+75x^4 - 3x^2 + 7
  • d
    15x56x3+715x^5 - 6x^3 + 7
Correct answer: a
15x46x2+715x^4 - 6x^2 + 7

We apply the power rule ddx[xn]=nxn1\frac{d}{dx}[x^n] = nx^{n-1} to each term:

  • ddx[3x5]=35x4=15x4\frac{d}{dx}[3x^5] = 3 \cdot 5x^4 = 15x^4
  • ddx[2x3]=23x2=6x2\frac{d}{dx}[-2x^3] = -2 \cdot 3x^2 = -6x^2
  • ddx[7x]=7\frac{d}{dx}[7x] = 7
  • ddx[4]=0\frac{d}{dx}[-4] = 0

Therefore: f(x)=15x46x2+7f'(x) = 15x^4 - 6x^2 + 7

The correct answer is (a) 15x46x2+715x^4 - 6x^2 + 7.

differentiationpower-rule
5Multiple choice1 mark

If g(x)=x2sin(x)g(x) = x^2 \cdot \sin(x), what is g(x)g'(x)?

  • a
    2xcos(x)2x\cos(x)
  • b
    2xsin(x)+x2cos(x)2x\sin(x) + x^2\cos(x)
  • c
    x2cos(x)2xsin(x)x^2\cos(x) - 2x\sin(x)
  • d
    2xsin(x)x2cos(x)2x\sin(x) - x^2\cos(x)
Correct answer: b
2xsin(x)+x2cos(x)2x\sin(x) + x^2\cos(x)

We apply the product rule: if g(x)=u(x)v(x)g(x) = u(x) \cdot v(x), then g(x)=u(x)v(x)+u(x)v(x)g'(x) = u'(x) \cdot v(x) + u(x) \cdot v'(x).

Here u(x)=x2u(x) = x^2 and v(x)=sin(x)v(x) = \sin(x), so:

  • u(x)=2xu'(x) = 2x
  • v(x)=cos(x)v'(x) = \cos(x)

Applying the product rule:

g(x)=2xsin(x)+x2cos(x)g'(x) = 2x \cdot \sin(x) + x^2 \cdot \cos(x)

This can also be written as 2xsin(x)+x2cos(x)2x\sin(x) + x^2\cos(x).

The correct answer is (b) 2xsin(x)+x2cos(x)2x\sin(x) + x^2\cos(x).

differentiationproduct-rule
6Multiple choice1 mark

If h(x)=(3x2+1)4h(x) = (3x^2 + 1)^4, what is h(x)h'(x)?

  • a
    4(3x2+1)34(3x^2 + 1)^3
  • b
    12x(3x2+1)312x(3x^2 + 1)^3
  • c
    24x(3x2+1)424x(3x^2 + 1)^4
  • d
    24x(3x2+1)324x(3x^2 + 1)^3
Correct answer: d
24x(3x2+1)324x(3x^2 + 1)^3

We apply the chain rule. Let u=3x2+1u = 3x^2 + 1, so h(x)=u4h(x) = u^4.

By the chain rule: h(x)=4u3dudxh'(x) = 4u^3 \cdot \frac{du}{dx}

We compute: dudx=6x\frac{du}{dx} = 6x

Substituting back:

h(x)=4(3x2+1)36x=24x(3x2+1)3h'(x) = 4(3x^2 + 1)^3 \cdot 6x = 24x(3x^2 + 1)^3

The correct answer is (d) 24x(3x2+1)324x(3x^2 + 1)^3.

differentiationchain-rule
7Multiple choice1 mark

A spherical balloon is being inflated so that its volume increases at a constant rate of 12π12\pi cubic centimeters per second. At the instant when the radius of the balloon is 33 cm, what is the rate of change of the radius with respect to time?

(The volume of a sphere is V=43πr3V = \frac{4}{3}\pi r^3.)

  • a

    $$\frac{1}{3}cm/s cm/s

  • b

    $$1cm/s cm/s

  • c

    $$3cm/s cm/s

  • d

    $$\frac{4}{3}cm/s cm/s

Correct answer: a

$$\frac{1}{3}cm/s cm/s

We are given dVdt=12π\frac{dV}{dt} = 12\pi cm3^3/s and need to find drdt\frac{dr}{dt} when r=3r = 3 cm.

Starting with the volume formula V=43πr3V = \frac{4}{3}\pi r^3, we differentiate both sides with respect to time tt:

dVdt=4πr2drdt\frac{dV}{dt} = 4\pi r^2 \cdot \frac{dr}{dt}

Substituting the known values:

12π=4π(3)2drdt12\pi = 4\pi (3)^2 \cdot \frac{dr}{dt} 12π=36πdrdt12\pi = 36\pi \cdot \frac{dr}{dt} drdt=12π36π=13\frac{dr}{dt} = \frac{12\pi}{36\pi} = \frac{1}{3}

The radius is increasing at a rate of 13\frac{1}{3} cm/s.

The correct answer is (a) 13\frac{1}{3} cm/s.

related-rates
8Multiple choice1 mark

Evaluate the definite integral.

14(3x22x+1)dx\int_1^4 (3x^2 - 2x + 1)\,dx
  • a
    4848
  • b
    5252
  • c
    5151
  • d
    5454
Correct answer: c
5151

We find the antiderivative of 3x22x+13x^2 - 2x + 1:

(3x22x+1)dx=x3x2+x+C\int (3x^2 - 2x + 1)\,dx = x^3 - x^2 + x + C

Now we evaluate using the Fundamental Theorem of Calculus:

[x3x2+x]14=(4342+4)(1312+1)\left[ x^3 - x^2 + x \right]_1^4 = (4^3 - 4^2 + 4) - (1^3 - 1^2 + 1) =(6416+4)(11+1)= (64 - 16 + 4) - (1 - 1 + 1) =521=51= 52 - 1 = 51

The correct answer is (c) 51.

integrationdefinite-integral
9Multiple choice1 mark

Let F(x)=2x(t34t)dtF(x) = \int_2^x (t^3 - 4t)\,dt. What is F(x)F'(x)?

  • a
    x34xx^3 - 4x
  • b
    x34x(88)x^3 - 4x - (8 - 8)
  • c
    3x243x^2 - 4
  • d
    x442x2\frac{x^4}{4} - 2x^2
Correct answer: a
x34xx^3 - 4x

By the Fundamental Theorem of Calculus (Part 1), if F(x)=axf(t)dtF(x) = \int_a^x f(t)\,dt, then F(x)=f(x)F'(x) = f(x).

Here, f(t)=t34tf(t) = t^3 - 4t, so:

F(x)=x34xF'(x) = x^3 - 4x

This is a direct application of the theorem -- the derivative of an integral with a variable upper limit equals the integrand evaluated at that upper limit.

Option (c) would be the second derivative F(x)=3x24F''(x) = 3x^2 - 4. Option (d) is the antiderivative x442x2\frac{x^4}{4} - 2x^2, which is not what the question asks for.

The correct answer is (a) x34xx^3 - 4x.

fundamental-theorem-of-calculus
10Multiple choice1 mark

What is the area of the region enclosed between the curves y=x2y = x^2 and y=2xy = 2x for 0x20 \leq x \leq 2?

  • a
    23\frac{2}{3}
  • b
    43\frac{4}{3}
  • c
    22
  • d
    83\frac{8}{3}
Correct answer: b
43\frac{4}{3}

First, we determine which function is greater on the interval [0,2][0, 2]. Setting x2=2xx^2 = 2x gives x22x=0x^2 - 2x = 0, so x(x2)=0x(x - 2) = 0, meaning x=0x = 0 or x=2x = 2. For 0<x<20 < x < 2, we check x=1x = 1: y=12=1y = 1^2 = 1 and y=2(1)=2y = 2(1) = 2, so 2x>x22x > x^2 on this interval.

The area between the curves is:

A=02(2xx2)dxA = \int_0^2 (2x - x^2)\,dx =[x2x33]02= \left[ x^2 - \frac{x^3}{3} \right]_0^2 =(483)(00)= \left( 4 - \frac{8}{3} \right) - \left( 0 - 0 \right) =12383=43= \frac{12}{3} - \frac{8}{3} = \frac{4}{3}

The correct answer is (b) 43\frac{4}{3}.

area-between-curvesintegration

Frequently asked questions

Where can I find the AP Calculus AB AP Calculus AB question paper 2025?
The full AP Calculus AB AP Calculus AB 2025 (Model questions) question paper is available free on Kekkei. You can read every question online and attempt the paper under timed exam conditions.
Does the AP Calculus AB 2025 paper come with solutions?
Yes. Every question on this AP Calculus AB past paper includes a step-by-step solution, plus instant AI feedback when you attempt it on Kekkei.
How many marks is the AP Calculus AB AP Calculus AB 2025 paper?
The AP Calculus AB AP Calculus AB 2025 paper carries 108 full marks and is meant to be completed in 105 minutes, across 10 questions.
Is practising this AP Calculus AB past paper free?
Yes — reading and attempting this AP Calculus AB past paper on Kekkei is completely free.