In a geometry scaling, compute .
Opening subject page...
Loading your content
AP Calculus BC Quiz
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.
Question 1 / 20
0 of 20 answered
In a geometry scaling, compute ∫(x2+1)210xdx.
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.
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.
In a geometry scaling, compute ∫(x2+1)210xdx.
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.
A control system uses ∫(3x+2)6dx; compute the integral.
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.
A system response uses ∫(x2+1)5⋅2xdx; compute it.
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.
A periodic motion needs ∫cos(3x)6sin(3x)dx; evaluate the integral.
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.
A tank’s inflow rate is modeled by r(t)=t2+46t; find ∫t2+46tdt.
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.
A decay model uses ∫12e−6tdt; find an antiderivative.
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.
A cost function involves ∫(x2+4x+5)3(2x+4)dx; find an antiderivative.
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.
A chemical concentration uses ∫1−4x2dx; find the antiderivative.
Explanation: This integral uses u-substitution for a function involving a square root with a linear expression inside. Let u=1−4x, so du=−4dx, which means dx=−41du. The integral becomes ∫2u−1/2(−1/4)du=−21∫u−1/2du=−21(2u)=−u=−1−4x. The antiderivative of u−1/2 is 2u1/2=2u, 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), use u-substitution with u=f(x).
A damping term requires ∫x4+210x3dx; find the antiderivative.
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.
In a statistics transform, compute ∫(1+2x)3dx.
Explanation: This integral uses u-substitution for a rational function with a linear denominator. Let u=1+2x, so du=2dx, which means 3dx=23du. The integral becomes ∫23u1du=23ln∣u∣+C=23ln∣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+b, divide the coefficient by a.
A spring’s potential energy involves ∫(3x+1)7dx; compute the integral.
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 = 31 du. The integral becomes ∫u7⋅31du=31(8u8)=241u8=241(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.
A signal processing step needs ∫9−x7dx; find the antiderivative.
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.
In modeling charge, compute ∫(x−4)6dx.
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.
A model for volume uses ∫(x2+x+3)2x+1dx; evaluate it.
Explanation: This integral requires u-substitution for a rational function where the numerator is the derivative of the denominator. Let u=x2+x+3, so du=(2x+1)dx, making the integral ∫u1du=ln∣u∣+C=ln(x2+x+3)+C. Since x2+x+3=(x+21)2+411>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.
A kinematics substitution arises in ∫(1+sinx)cosxdx; find an antiderivative.
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.
A growth model uses g(x)=xlnx4; compute ∫xlnx4dx.
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.
A wave speed computation involves ∫8e2x−1dx; find an antiderivative.
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.
A motion equation uses ∫(2x+1)34dx; evaluate the integral.
Explanation: This integral uses u-substitution for a function with a linear expression raised to a negative power. Let u=2x+1, so du=2dx, which means 4dx=2du. The integral becomes ∫u32du=2∫u−3du=2(−21u−2)=−u21=−(2x+1)21. The antiderivative of u−3 is −21u−2. Choice A doubles the coefficient incorrectly. When integrating powers of linear expressions, substitute and use the power rule with chain rule adjustment.
A signal has amplitude A(x)=sin(5x)⋅5; compute ∫5sin(5x)dx.
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.
To model displacement, evaluate ∫x2+98xdx.
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.