AP Calculus BC Quiz: Integrating Using Substitution
20 questions · exam conditions
0:00
Integrating Using SubstitutionQuestion 1 of 20

In a geometry scaling, compute 10x(x2+1)2dx\int \dfrac{10x}{(x^2+1)^2}\,dx.

10x2+1+C\dfrac{10}{x^2+1}+C
5x2+1+C-\dfrac{5}{x^2+1}+C
10x2+1+C-\dfrac{10}{x^2+1}+C
5x2+1+C\dfrac{5}{x^2+1}+C
5(x2+1)2+C-\dfrac{5}{(x^2+1)^2}+C
← Back to quizzes

AP Calculus BC Quiz

AP Calculus BC Quiz: Integrating Using Substitution

Practice Integrating Using Substitution in AP Calculus BC with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Integrating Using Substitution, giving you a quick way to practice the rules, question types, and explanations that matter most for AP Calculus BC.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

In a geometry scaling, compute 10x(x2+1)2dx\int \dfrac{10x}{(x^2+1)^2}\,dx.

  1. 10x2+1+C\dfrac{10}{x^2+1}+C
  2. 5x2+1+C-\dfrac{5}{x^2+1}+C (correct answer)
  3. 10x2+1+C-\dfrac{10}{x^2+1}+C
  4. 5x2+1+C\dfrac{5}{x^2+1}+C
  5. 5(x2+1)2+C-\dfrac{5}{(x^2+1)^2}+C

Explanation: This integral requires u-substitution for a rational function with a quadratic denominator raised to a power. Let u = x² + 1, so du = 2x dx, which means 10x dx = 5 du. The integral becomes ∫(5/u²) du = 5∫u^(-2) du = 5(-1/u) = -5/u = -5/(x² + 1). The antiderivative of u^(-2) is -1/u. Choice A has the wrong sign, while choice E represents the derivative rather than the antiderivative. When the numerator is a multiple of the derivative of the base of a power in the denominator, use u-substitution.

Question 2

A control system uses 6(3x+2)dx\int \dfrac{6}{(3x+2)}\,dx; compute the integral.

  1. 6ln3x+2+C6\ln|3x+2|+C
  2. 2ln3x+2+C2\ln|3x+2|+C (correct answer)
  3. ln3x+2+C\ln|3x+2|+C
  4. 12ln3x+2+C\dfrac{1}{2}\ln|3x+2|+C
  5. 63x+2+C\dfrac{6}{3x+2}+C

Explanation: This integral uses u-substitution for a rational function with a linear denominator. Let u = 3x + 2, so du = 3 dx, which means 6 dx = 2 du. The integral becomes ∫(2/u) du = 2 ln|u| + C = 2 ln|3x + 2| + C. The coefficient 6 divided by the derivative factor 3 gives 2. Choice A incorrectly multiplies by 6, while choice C omits the adjustment factor. When integrating a constant over a linear expression ax + b, divide the constant by a.

Question 3

A system response uses 5(x2+1)2xdx\int \dfrac{5}{(x^2+1)}\cdot 2x\,dx; compute it.

  1. 5ln(x2+1)+C5\ln(x^2+1)+C (correct answer)
  2. 52ln(x2+1)+C\dfrac{5}{2}\ln(x^2+1)+C
  3. 10ln(x2+1)+C10\ln(x^2+1)+C
  4. 5arctanx+C5\arctan x+C
  5. 5x2+1+C\dfrac{5}{x^2+1}+C

Explanation: This integral uses u-substitution for a rational function where the numerator is a multiple of the derivative of the denominator. Let u = x² + 1, so du = 2x dx, which means 5(2x) dx = 10x dx becomes ∫(5/u) du = 5 ln|u| + C = 5 ln(x² + 1) + C. Since x² + 1 > 0, we can omit absolute value bars. Choice B uses 5/2 incorrectly, while choice D would result from an arctangent substitution. When the numerator is a multiple of the derivative of the denominator, use logarithmic integration.

Question 4

A periodic motion needs 6sin(3x)cos(3x)dx\int \dfrac{6\sin(3x)}{\cos(3x)}\,dx; evaluate the integral.

  1. 2lncos(3x)+C-2\ln|\cos(3x)|+C (correct answer)
  2. 2lncos(3x)+C2\ln|\cos(3x)|+C
  3. 6lncos(3x)+C-6\ln|\cos(3x)|+C
  4. 2lnsin(3x)+C2\ln|\sin(3x)|+C
  5. 2tan(3x)+C2\tan(3x)+C

Explanation: This integral requires u-substitution for a rational trigonometric function. The integrand 6sin(3x)/cos(3x) = 6tan(3x) can be rewritten, but it's better to use u = cos(3x), so du = -3sin(3x) dx. This gives us ∫6sin(3x)/cos(3x) dx = ∫(-2/u) du = -2ln|u| = -2ln|cos(3x)|. The factor 6 divided by -3 gives -2. Choice B has the wrong sign, while choice E represents the derivative form. When integrating f'(x)/f(x), use u-substitution to get ln|f(x)| + C.

Question 5

A tank's inflow rate is modeled by r(t)=6tt2+4r(t)=\dfrac{6t}{t^2+4}; find 6tt2+4dt\int \dfrac{6t}{t^2+4}\,dt.

  1. 3ln(t2+4)+C3\ln\left(t^2+4\right)+C (correct answer)
  2. ln(t2+4)+C\ln\left(t^2+4\right)+C
  3. 3t2+4+C\dfrac{3}{t^2+4}+C
  4. 3arctan(t2)+C3\arctan\left(\dfrac{t}{2}\right)+C
  5. 3lnt+C3\ln|t|+C

Explanation: This integral requires u-substitution to handle the rational function with a quadratic denominator. Let u = t² + 4, so du = 2t dt, which means 6t dt = 3 du. The integral becomes ∫(3/u) du = 3 ln|u| + C. Substituting back gives 3 ln(t² + 4) + C (absolute value bars can be dropped since t² + 4 > 0). Choice D might tempt students who think of arctangent formulas, but that applies to ∫1/(t² + 4) dt, not our integral with t in the numerator. When the numerator contains the derivative of the denominator (up to a constant), use u-substitution with the denominator as u.

Question 6

A decay model uses 12e6tdt\int 12e^{-6t}\,dt; find an antiderivative.

  1. 2e6t+C-2e^{-6t}+C (correct answer)
  2. 2e6t+C2e^{-6t}+C
  3. 12e6t+C-12e^{-6t}+C
  4. 12e6t+C-\dfrac{1}{2}e^{-6t}+C
  5. 16e6t+C\dfrac{1}{6}e^{-6t}+C

Explanation: This integral uses u-substitution for an exponential function with a negative linear exponent. Let u = -6t, so du = -6 dt, which means dt = -(1/6) du. The integral becomes ∫12e^u(-1/6) du = -2∫e^u du = -2e^u = -2e^(-6t). The factor 12 combined with -1/6 gives -2. Choice B has the wrong sign, while choice C incorrectly multiplies by -12. For exponential functions with negative exponents, the antiderivative will be negative times the exponential divided by the coefficient.

Question 7

A cost function involves (x2+4x+5)3(2x+4)dx\int (x^2+4x+5)^3(2x+4)\,dx; find an antiderivative.

  1. 14(x2+4x+5)4+C\dfrac{1}{4}(x^2+4x+5)^4+C (correct answer)
  2. (x2+4x+5)4+C(x^2+4x+5)^4+C
  3. 18(x2+4x+5)4+C\dfrac{1}{8}(x^2+4x+5)^4+C
  4. 12(x2+4x+5)4+C\dfrac{1}{2}(x^2+4x+5)^4+C
  5. 14(x2+4x+5)3+C\dfrac{1}{4}(x^2+4x+5)^3+C

Explanation: This integral uses u-substitution for a power function with a quadratic inner expression. Let u = x² + 4x + 5, so du = (2x + 4) dx, making the integral ∫u³ du = u⁴/4 = (1/4)(x² + 4x + 5)⁴. The derivative of the inner function 2x + 4 exactly matches the linear factor in the integrand. Choice B omits the factor of 1/4, while choice C has an incorrect denominator. When the linear factor exactly matches the derivative of a quadratic expression, use u-substitution with the quadratic as u.

Question 8

A chemical concentration uses 214xdx\int \dfrac{2}{\sqrt{1-4x}}\,dx; find the antiderivative.

  1. 14x+C-\sqrt{1-4x}+C (correct answer)
  2. 14x+C\sqrt{1-4x}+C
  3. 1214x+C-\dfrac{1}{2}\sqrt{1-4x}+C
  4. arcsin(2x)+C\arcsin(2x)+C
  5. 114x+C-\dfrac{1}{\sqrt{1-4x}}+C

Explanation: This integral uses u-substitution for a function involving a square root with a linear expression inside. Let u=14xu = 1 - 4x, so du=4dxdu = -4 \, dx, which means dx=14dudx = -\dfrac{1}{4} \, du. The integral becomes 2u1/2(1/4)du=12u1/2du=12(2u)=u=14x\int 2 u^{-1/2} (-1/4) \, du = -\dfrac{1}{2} \int u^{-1/2} \, du = -\dfrac{1}{2} (2 \sqrt{u}) = -\sqrt{u} = -\sqrt{1-4x}. The antiderivative of u1/2u^{-1/2} is 2u1/2=2u2 u^{1/2} = 2 \sqrt{u}, and we include the negative sign from the substitution. Choice C has an extra factor of 1/2, while choice D would result from an inverse trigonometric substitution. For integrals of the form f(x)f(x)\dfrac{f'(x)}{\sqrt{f(x)}}, use u-substitution with u=f(x)u = f(x).

Question 9

A damping term requires 10x3x4+2dx\int \dfrac{10x^3}{x^4+2}\,dx; find the antiderivative.

  1. 10lnx4+2+C10\ln|x^4+2|+C
  2. 52lnx4+2+C\dfrac{5}{2}\ln|x^4+2|+C (correct answer)
  3. 104lnx4+2+C\dfrac{10}{4}\ln|x^4+2|+C
  4. 14lnx4+2+C\dfrac{1}{4}\ln|x^4+2|+C
  5. 10x4+2+C\dfrac{10}{x^4+2}+C

Explanation: This integral uses u-substitution for a rational function where the numerator is a multiple of the derivative of the denominator. Let u = x⁴ + 2, so du = 4x³ dx, which means 10x³ dx = (10/4) du = (5/2) du. The integral becomes ∫(5/2)(1/u) du = (5/2) ln|u| + C = (5/2) ln|x⁴ + 2| + C. Choice A incorrectly uses 10 instead of 5/2, while choice C uses 10/4 = 5/2 but writes it as a fraction. When the numerator is a multiple of the derivative of the denominator, divide by the appropriate factor.

Question 10

In a statistics transform, compute 3(1+2x)dx\int \dfrac{3}{(1+2x)}\,dx.

  1. 32ln1+2x+C\dfrac{3}{2}\ln|1+2x|+C (correct answer)
  2. 3ln1+2x+C3\ln|1+2x|+C
  3. ln1+2x+C\ln|1+2x|+C
  4. 23ln1+2x+C\dfrac{2}{3}\ln|1+2x|+C
  5. 31+2x+C\dfrac{3}{1+2x}+C

Explanation: This integral uses u-substitution for a rational function with a linear denominator. Let u=1+2xu = 1 + 2x, so du=2dxdu = 2 \, dx, which means 3dx=32du3 \, dx = \frac{3}{2} du. The integral becomes 321udu=32lnu+C=32ln1+2x+C\int \frac{3}{2} \frac{1}{u} \, du = \frac{3}{2} \ln|u| + C = \frac{3}{2} \ln|1 + 2x| + C. The coefficient 3 divided by the derivative factor 2 gives 3/2. Choice B incorrectly multiplies by 3 instead of dividing by 2, while choice C omits the adjustment factor. When integrating over a linear expression ax+bax + b, divide the coefficient by a.

Question 11

A spring's potential energy involves (3x+1)7dx\int (3x+1)^7\,dx; compute the integral.

  1. (3x+1)88+C\dfrac{(3x+1)^8}{8}+C
  2. (3x+1)824+C\dfrac{(3x+1)^8}{24}+C (correct answer)
  3. (3x+1)83+C\dfrac{(3x+1)^8}{3}+C
  4. (3x+1)77+C\dfrac{(3x+1)^7}{7}+C
  5. (3x+1)89+C\dfrac{(3x+1)^8}{9}+C

Explanation: This integral requires u-substitution for a power function with a linear inner expression. Let u = 3x + 1, so du = 3 dx, which means dx = 13\frac{1}{3} du. The integral becomes u713du=13(u88)=124u8=124(3x+1)8\int u^7 \cdot \frac{1}{3} \, du = \frac{1}{3} \left( \frac{u^8}{8} \right) = \frac{1}{24} u^8 = \frac{1}{24} (3x+1)^8. The chain rule adjustment divides by 3, and the power rule gives u^8/8, resulting in the coefficient 1/24. Choice A omits the chain rule factor, while choice C uses the wrong denominator. For power functions with linear arguments, substitute the linear expression and adjust for its derivative.

Question 12

A signal processing step needs 79xdx\int \dfrac{7}{\sqrt{9- x}}\,dx; find the antiderivative.

  1. 149x+C-14\sqrt{9-x}+C (correct answer)
  2. 149x+C14\sqrt{9-x}+C
  3. 79x+C-7\sqrt{9-x}+C
  4. 729x+C-\dfrac{7}{2}\sqrt{9-x}+C
  5. 7arcsin(x9)+C7\arcsin\left(\dfrac{x}{9}\right)+C

Explanation: This integral uses u-substitution for a function with a square root and linear inner expression. Let u = 9 - x, so du = -dx, which means 7 dx = -7 du. The integral becomes ∫(7/√u)(-1) du = -7∫u^(-1/2) du = -7(2√u) = -14√u = -14√(9 - x). The antiderivative of u^(-1/2) is 2u^(1/2), and we include the negative from the substitution. Choice B omits the negative sign that comes from the chain rule. When the inner function has a negative derivative, include the negative sign in the result.

Question 13

In modeling charge, compute 6(x4)dx\int \dfrac{6}{(x-4)}\,dx.

  1. lnx4+C\ln|x-4|+C
  2. 6lnx4+C6\ln|x-4|+C (correct answer)
  3. 16lnx4+C\dfrac{1}{6}\ln|x-4|+C
  4. 6x4+C\dfrac{6}{x-4}+C
  5. 6lnx+C6\ln|x|+C

Explanation: This integral uses u-substitution for a simple rational function with a linear denominator. Let u = x - 4, so du = dx, making the integral ∫(6/u) du = 6 ln|u| + C = 6 ln|x - 4| + C. The constant 6 remains as a coefficient in front of the natural logarithm. Choice A omits the coefficient 6, while choice C incorrectly divides by 6. When integrating a constant over a linear expression of the form x - a, the result is the constant times ln|x - a| + C.

Question 14

A model for volume uses 2x+1(x2+x+3)dx\int \dfrac{2x+1}{(x^2+x+3)}\,dx; evaluate it.

  1. ln(x2+x+3)+C\ln\left(x^2+x+3\right)+C (correct answer)
  2. 12ln(x2+x+3)+C\dfrac{1}{2}\ln\left(x^2+x+3\right)+C
  3. 2ln(x2+x+3)+C2\ln\left(x^2+x+3\right)+C
  4. ln2x+1+C\ln|2x+1|+C
  5. 2x+1x2+x+3+C\dfrac{2x+1}{x^2+x+3}+C

Explanation: This integral requires u-substitution for a rational function where the numerator is the derivative of the denominator. Let u=x2+x+3u = x^2 + x + 3, so du=(2x+1)dxdu = (2x + 1) \, dx, making the integral 1udu=lnu+C=ln(x2+x+3)+C\int \frac{1}{u} \, du = \ln|u| + C = \ln(x^2 + x + 3) + C. Since x2+x+3=(x+12)2+114>0x^2 + x + 3 = (x + \frac{1}{2})^2 + \frac{11}{4} > 0, we can omit absolute value bars. Choice B incorrectly includes a factor of 1/2, while choice D loses the quadratic terms. When the numerator exactly equals the derivative of the denominator, use logarithmic integration.

Question 15

A kinematics substitution arises in (1+sinx)cosxdx\int (1+\sin x)\cos x\,dx; find an antiderivative.

  1. 12(1+sinx)2+C\dfrac{1}{2}(1+\sin x)^2+C (correct answer)
  2. (1+sinx)2+C(1+\sin x)^2+C
  3. 12(1+cosx)2+C\dfrac{1}{2}(1+\cos x)^2+C
  4. sinx+12sin2x+C\sin x+\dfrac{1}{2}\sin^2 x+C
  5. 12(1+sinx)2+C-\dfrac{1}{2}(1+\sin x)^2+C

Explanation: This integral uses u-substitution for a trigonometric function where we can identify the inner function. Let u = 1 + sin x, so du = cos x dx, making the integral ∫u du = u²/2 = (1/2)(1 + sin x)². This expands to (1/2)(1 + 2sin x + sin²x), which includes both linear and quadratic sine terms. Choice B omits the factor of 1/2 from integration, while choice C incorrectly substitutes cosine. When integrating a function times the derivative of an inner function, substitute the inner function.

Question 16

A growth model uses g(x)=4xlnxg(x)=\dfrac{4}{x\ln x}; compute 4xlnxdx\int \dfrac{4}{x\ln x}\,dx.

  1. 4lnlnx+C4\ln|\ln x|+C (correct answer)
  2. lnlnx+C\ln|\ln x|+C
  3. 4lnx+C4\ln|x|+C
  4. 4lnx+C\dfrac{4}{\ln x}+C
  5. 4x+C\dfrac{4}{x}+C

Explanation: This integral requires u-substitution to handle the compound logarithmic function. Let u = ln x, so du = (1/x) dx, making the integral ∫(4/u) du = 4 ln|u| + C. Substituting back gives 4 ln|ln x| + C, which correctly handles the natural logarithm of a logarithm. The absolute value is necessary since ln x can be negative for 0 < x < 1. Choice B omits the constant 4, while choice C would result from incorrectly substituting just x instead of ln x. When the integrand has the form f'(x)/f(x), use u-substitution with u = f(x) to get ln|f(x)| + C.

Question 17

A wave speed computation involves 8e2x1dx\int 8e^{2x-1}\,dx; find an antiderivative.

  1. 4e2x1+C4e^{2x-1}+C (correct answer)
  2. 8e2x1+C8e^{2x-1}+C
  3. 14e2x1+C\dfrac{1}{4}e^{2x-1}+C
  4. 82e2x1+C\dfrac{8}{2}e^{2x-1}+C
  5. 4ex1+C4e^{x-1}+C

Explanation: This integral uses u-substitution for an exponential function with a linear exponent. Let u = 2x - 1, so du = 2 dx, which means 8 dx = 4 du. The integral becomes ∫4eᵘ du = 4eᵘ = 4e^(2x-1). The chain rule adjustment divides 8 by 2 to give the coefficient 4. Choice B incorrectly keeps the factor 8, while choice C has the wrong coefficient. For exponential functions with linear exponents ax + b, substitute u = ax + b and divide by a.

Question 18

A motion equation uses 4(2x+1)3dx\int \dfrac{4}{(2x+1)^3}\,dx; evaluate the integral.

  1. 2(2x+1)2+C-\dfrac{2}{(2x+1)^2}+C
  2. 1(2x+1)2+C-\dfrac{1}{(2x+1)^2}+C (correct answer)
  3. 2(2x+1)2+C\dfrac{2}{(2x+1)^2}+C
  4. 1(2x+1)2+C\dfrac{1}{(2x+1)^2}+C
  5. 4(2x+1)2+C-\dfrac{4}{(2x+1)^2}+C

Explanation: This integral uses u-substitution for a function with a linear expression raised to a negative power. Let u=2x+1u = 2x + 1, so du=2dxdu = 2 \, dx, which means 4dx=2du4 \, dx = 2 \, du. The integral becomes 2u3du=2u3du=2(12u2)=1u2=1(2x+1)2\int \frac{2}{u^3} \, du = 2 \int u^{-3} \, du = 2 \left( -\frac{1}{2} u^{-2} \right) = - \frac{1}{u^2} = -\frac{1}{(2x + 1)^2}. The antiderivative of u3u^{-3} is 12u2-\frac{1}{2} u^{-2}. Choice A doubles the coefficient incorrectly. When integrating powers of linear expressions, substitute and use the power rule with chain rule adjustment.

Question 19

A signal has amplitude A(x)=sin(5x)5A(x)=\sin(5x)\cdot 5; compute 5sin(5x)dx\int 5\sin(5x)\,dx.

  1. cos(5x)+C-\cos(5x)+C (correct answer)
  2. cos(5x)+C\cos(5x)+C
  3. 5cos(5x)+C-5\cos(5x)+C
  4. 15cos(5x)+C\dfrac{1}{5}\cos(5x)+C
  5. sin(5x)+C\sin(5x)+C

Explanation: This integral requires u-substitution for a trigonometric function with a linear argument. Let u = 5x, so du = 5 dx, making the integral ∫sin(u) du = -cos(u) + C = -cos(5x) + C. The antiderivative of sin(u) is -cos(u), and we don't need to adjust for the chain rule here since we already have the factor 5 in front. Choice B has the wrong sign, while choice C incorrectly keeps the factor 5 with the cosine. When integrating sin(ax), the result is -(1/a)cos(ax) + C, but here we have the full derivative factor already present.

Question 20

To model displacement, evaluate 8xx2+9dx\int \dfrac{8x}{x^2+9}\,dx.

  1. 4ln(x2+9)+C4\ln\left(x^2+9\right)+C (correct answer)
  2. 8ln(x2+9)+C8\ln\left(x^2+9\right)+C
  3. 4arctan(x3)+C4\arctan\left(\dfrac{x}{3}\right)+C
  4. 4x2+9+C\dfrac{4}{x^2+9}+C
  5. 4lnx+C4\ln|x|+C

Explanation: This integral uses u-substitution to handle a rational function where the numerator is the derivative of the denominator. Let u = x² + 9, so du = 2x dx, which means 8x dx = 4 du. The integral becomes ∫(4/u) du = 4 ln|u| + C = 4 ln(x² + 9) + C. Since x² + 9 > 0 for all real x, we can drop the absolute value bars. Choice C might tempt students thinking of arctangent formulas, but those apply when the numerator is constant, not when it contains x. When the numerator is a constant multiple of the derivative of the denominator, use ln of the denominator.