Practice exam · Calculus I · Units 1–3A

Calculus I Practice Final Exam with Complete Solutions

A balanced twenty-five-question cumulative final with point values, study map, and complete solutions.

25 problems120 min estimated timeCumulative progression

What is included

Prepare for a Calculus I final with a timed BetterGrades practice exam covering limits through integral foundations.

Skills assessed

  • course synthesis
  • method selection
  • mathematical communication

Prerequisites

  • Calculus I Units 1 through 3A

Exam conditions

Suggested time: 120 minutes

Points: 4 points per question; 100 points total

Calculator: Scientific calculator permitted; computer algebra is not required.

This is an original BetterGrades practice exam, not a released institutional exam.

Printable and accessible

Download this resource

No email address or account is required.

Device-only study control

Ready for an honest first attempt?

This control sends only the resource id and type—never your answers or identity.

Printable preview

  1. Evaluate limx2(x2+3x1)\lim_{x\to2}(x^2+3x-1).
  2. Evaluate limx4(x216)/(x4)\lim_{x\to4}(x^2-16)/(x-4).
  3. Choose k so f(x)=kx+1f(x)=kx+1 for x<2 and f(x)=7f(x)=7 for x≥2 is continuous.
  4. Use the limit definition to find the derivative of x².
  5. Differentiate 4x53x2+74x^5-3x^2+7.
  6. Differentiate x2sinxx^2\sin x.
  7. Differentiate (x+1)/(x1)(x+1)/(x-1).
  8. Differentiate (3x2+1)4(3x^2+1)^4.
  9. For x²+y²=25, find dy/dx.
  10. Find the tangent line to y=x³ at x=2.
  11. Find c guaranteed by MVT for f(x)=x² on [1,3].
  12. Find critical numbers of x³-3x.
  13. Where is x³-3x increasing?
  14. Find the inflection point of x³-6x².
  15. A rectangle has perimeter 40. Find maximum area.
  16. A circle radius grows at 2 cm/s. Find dA/dt at r=5.
  17. Use linearization at 9 to approximate √9.2.
  18. Find (6x24)dx\int(6x^2-4)dx.
  19. Evaluate 023x2dx\int_0^2 3x^2dx.
  20. Differentiate F(x)=1xcos(t2)dtF(x)=\int_1^x\cos(t^2)dt.
  21. Evaluate 2x(x2+1)3dx\int2x(x^2+1)^3dx.
  22. Find the area under y=x on [0,3].
  23. Find the average value of x² on [0,3].
  24. If v(t)=3t²-6t, find displacement from 0 to 3.
  25. Explain why a differentiable function is continuous.

Complete worked solutions

Every problem has a source-matched answer and independently reviewed derivation.

01

Problem 1: Evaluate limx2(x2+3x1)\lim_{x\to2}(x^2+3x-1).

Answer: 99

Why this method: Course synthesis matches the mathematical structure before any algebraic cleanup.

  1. The polynomial is continuous, so substitution gives 22+3(2)1=4+61=92^2+3(2)-1=4+6-1=9.
  2. The verified result is 99.
02

Problem 2: Evaluate limx4(x216)/(x4)\lim_{x\to4}(x^2-16)/(x-4).

Answer: 88

Why this method: Course synthesis matches the mathematical structure before any algebraic cleanup.

  1. For x4x\ne4, (x216)/(x4)=x+4(x^2-16)/(x-4)=x+4; therefore the limit is 4+4=84+4=8.
  2. The verified result is 88.
03

Problem 3: Choose k so f(x)=kx+1f(x)=kx+1 for x<2 and f(x)=7f(x)=7 for x≥2 is continuous.

Answer: k=3k=3

Why this method: Course synthesis matches the mathematical structure before any algebraic cleanup.

  1. Continuity requires 2k+1=72k+1=7, so 2k=62k=6 and k=3k=3.
  2. The verified result is k=3k=3.
04

Problem 4: Use the limit definition to find the derivative of x².

Answer: 2x2x

Why this method: Course synthesis matches the mathematical structure before any algebraic cleanup.

  1. f(x)=limh0((x+h)2x2)/h=limh0(2x+h)=2xf'(x)=\lim_{h\to0}((x+h)^2-x^2)/h=\lim_{h\to0}(2x+h)=2x.
  2. The verified result is 2x2x.
05

Problem 5: Differentiate 4x53x2+74x^5-3x^2+7.

Answer: 20x46x20x^4-6x

Why this method: Course synthesis matches the mathematical structure before any algebraic cleanup.

  1. d(4x5)/dx=20x4d(4x^5)/dx=20x^4, d(3x2)/dx=6xd(-3x^2)/dx=-6x, and the constant derivative is zero.
  2. The verified result is 20x46x20x^4-6x.
06

Problem 6: Differentiate x2sinxx^2\sin x.

Answer: 2xsinx+x2cosx2x\sin x+x^2\cos x

Why this method: Course synthesis matches the mathematical structure before any algebraic cleanup.

  1. The product rule gives (x2)sinx+x2(sinx)=2xsinx+x2cosx(x^2)'\sin x+x^2(\sin x)'=2x\sin x+x^2\cos x.
  2. The verified result is 2xsinx+x2cosx2x\sin x+x^2\cos x.
07

Problem 7: Differentiate (x+1)/(x1)(x+1)/(x-1).

Answer: 2/(x1)2-2/(x-1)^2

Why this method: Course synthesis matches the mathematical structure before any algebraic cleanup.

  1. The quotient rule gives ((x1)(x+1))/(x1)2=2/(x1)2((x-1)-(x+1))/(x-1)^2=-2/(x-1)^2, for x1x\ne1.
  2. The verified result is 2/(x1)2-2/(x-1)^2.
08

Problem 8: Differentiate (3x2+1)4(3x^2+1)^4.

Answer: 24x(3x2+1)324x(3x^2+1)^3

Why this method: Course synthesis matches the mathematical structure before any algebraic cleanup.

  1. With u=3x2+1u=3x^2+1, d(u4)/dx=4u3(6x)=24x(3x2+1)3d(u^4)/dx=4u^3(6x)=24x(3x^2+1)^3.
  2. The verified result is 24x(3x2+1)324x(3x^2+1)^3.
09

Problem 9: For x²+y²=25, find dy/dx.

Answer: x/y-x/y

Why this method: Course synthesis matches the mathematical structure before any algebraic cleanup.

  1. Differentiating gives 2x+2ydy/dx=02x+2y\,dy/dx=0, hence dy/dx=x/ydy/dx=-x/y where y0y\ne0.
  2. The verified result is x/y-x/y.
10

Problem 10: Find the tangent line to y=x³ at x=2.

Answer: y8=12(x2)y-8=12(x-2)

Why this method: Course synthesis matches the mathematical structure before any algebraic cleanup.

  1. At x=2x=2, y=8y=8 and y=3x2=12y'=3x^2=12, so point-slope form is y8=12(x2)y-8=12(x-2).
  2. The verified result is y8=12(x2)y-8=12(x-2).
11

Problem 11: Find c guaranteed by MVT for f(x)=x² on [1,3].

Answer: c=2c=2

Why this method: Course synthesis matches the mathematical structure before any algebraic cleanup.

  1. The secant slope is (91)/(31)=4(9-1)/(3-1)=4; solving f(c)=2c=4f'(c)=2c=4 gives c=2(1,3)c=2\in(1,3).
  2. The verified result is c=2c=2.
12

Problem 12: Find critical numbers of x³-3x.

Answer: x=±1x=\pm1

Why this method: Course synthesis matches the mathematical structure before any algebraic cleanup.

  1. f(x)=3x23=3(x1)(x+1)f'(x)=3x^2-3=3(x-1)(x+1), so the critical numbers are x=1,1x=-1,1.
  2. The verified result is x=±1x=\pm1.
13

Problem 13: Where is x³-3x increasing?

Answer: (,1)(1,)(-\infty,-1)\cup(1,\infty)

Why this method: Course synthesis matches the mathematical structure before any algebraic cleanup.

  1. Since f(x)=3(x21)>0f'(x)=3(x^2-1)>0 exactly when x>1|x|>1, the function increases on (,1)(1,)( -\infty,-1)\cup(1,\infty).
  2. The verified result is (,1)(1,)(-\infty,-1)\cup(1,\infty).
14

Problem 14: Find the inflection point of x³-6x².

Answer: (2,16)(2,-16)

Why this method: Course synthesis matches the mathematical structure before any algebraic cleanup.

  1. f(x)=6x12f''(x)=6x-12 changes from negative to positive at x=2x=2, and f(2)=824=16f(2)=8-24=-16.
  2. The verified result is (2,16)(2,-16).
15

Problem 15: A rectangle has perimeter 40. Find maximum area.

Answer: 100100

Why this method: Course synthesis matches the mathematical structure before any algebraic cleanup.

  1. If the sides are xx and 20x20-x, then A=x(20x)A=x(20-x); A=202x=0A'=20-2x=0 at x=10x=10, giving A=100A=100.
  2. The verified result is 100100.
17

Problem 17: Use linearization at 9 to approximate √9.2.

Answer: 3+0.2/63.03333+0.2/6\approx3.0333

Why this method: Course synthesis matches the mathematical structure before any algebraic cleanup.

  1. For f(x)=xf(x)=\sqrt{x}, f(9)=3f(9)=3 and f(9)=1/6f'(9)=1/6, so L(9.2)=3+0.2/63.0333L(9.2)=3+0.2/6\approx3.0333.
  2. The verified result is 3+0.2/63.03333+0.2/6\approx3.0333.
18

Problem 18: Find (6x24)dx\int(6x^2-4)dx.

Answer: 2x34x+C2x^3-4x+C

Why this method: Course synthesis matches the mathematical structure before any algebraic cleanup.

  1. Termwise integration gives 6x3/34x+C=2x34x+C6x^3/3-4x+C=2x^3-4x+C.
  2. The verified result is 2x34x+C2x^3-4x+C.
19

Problem 19: Evaluate 023x2dx\int_0^2 3x^2dx.

Answer: 88

Why this method: Course synthesis matches the mathematical structure before any algebraic cleanup.

  1. An antiderivative is x3x^3, so [x3]02=80=8[x^3]_0^2=8-0=8.
  2. The verified result is 88.
20

Problem 20: Differentiate F(x)=1xcos(t2)dtF(x)=\int_1^x\cos(t^2)dt.

Answer: cos(x2)\cos(x^2)

Why this method: Course synthesis matches the mathematical structure before any algebraic cleanup.

  1. FTC Part I evaluates the integrand at the variable upper bound: F(x)=cos(x2)F'(x)=\cos(x^2).
  2. The verified result is cos(x2)\cos(x^2).
21

Problem 21: Evaluate 2x(x2+1)3dx\int2x(x^2+1)^3dx.

Answer: (x2+1)4/4+C(x^2+1)^4/4+C

Why this method: Course synthesis matches the mathematical structure before any algebraic cleanup.

  1. Let u=x2+1u=x^2+1, so du=2xdxdu=2x\,dx; then u3du=u4/4+C=(x2+1)4/4+C\int u^3du=u^4/4+C=(x^2+1)^4/4+C.
  2. The verified result is (x2+1)4/4+C(x^2+1)^4/4+C.
22

Problem 22: Find the area under y=x on [0,3].

Answer: 9/29/2

Why this method: Course synthesis matches the mathematical structure before any algebraic cleanup.

  1. A=03xdx=[x2/2]03=9/2A=\int_0^3x\,dx=[x^2/2]_0^3=9/2.
  2. The verified result is 9/29/2.
23

Problem 23: Find the average value of x² on [0,3].

Answer: 33

Why this method: Course synthesis matches the mathematical structure before any algebraic cleanup.

  1. favg=13003x2dx=13[x3/3]03=3f_{\rm avg}=\frac1{3-0}\int_0^3x^2dx=\frac13[x^3/3]_0^3=3.
  2. The verified result is 33.
24

Problem 24: If v(t)=3t²-6t, find displacement from 0 to 3.

Answer: 00

Why this method: Course synthesis matches the mathematical structure before any algebraic cleanup.

  1. 03(3t26t)dt=[t33t2]03=(2727)0=0\int_0^3(3t^2-6t)dt=[t^3-3t^2]_0^3=(27-27)-0=0.
  2. The verified result is 00.
25

Problem 25: Explain why a differentiable function is continuous.

Answer: The derivative limit forces f(x)f(a) to approach 0.\text{The derivative limit forces }f(x)-f(a)\text{ to approach }0.

Why this method: Course synthesis matches the mathematical structure before any algebraic cleanup.

  1. Write f(x)f(a)=((f(x)f(a))/(xa))(xa)f(x)-f(a)=((f(x)-f(a))/(x-a))(x-a); differentiability makes the first factor approach f(a)f'(a) while the second approaches zero.
  2. The verified result is The derivative limit forces f(x)f(a) to approach 0.\text{The derivative limit forces }f(x)-f(a)\text{ to approach }0..

Common errors

  • Starting with a formula before identifying the structure.
  • Skipping hypotheses or endpoint checks.
  • Giving an answer without enough reasoning to audit it.