Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games


Sign up

Log in

Opening subject page...

Loading your content

Practice

  • All Subjects
  • Algebra Flashcards
  • SAT Math Practice Tests
  • Math Question of the Day
  • Live Classes
  • On-Demand Courses

Varsity Tutors

  • Find a Tutor
  • Test Prep
  • Online Classes
  • K-12 Learning
  • College Search
  • VarsityTutors.com

© 2026 Varsity Tutors. All rights reserved.

← Back to quizzes

AP Calculus BC Quiz

AP Calculus BC Quiz: Selecting Techniques For Antidifferentiation

Practice Selecting Techniques For Antidifferentiation 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

To compute energy, you need ∫e2xsin⁡(2x) dx\int e^{2x}\sin(2x)\,dx∫e2xsin(2x)dx; which technique is most appropriate?

Select an answer to continue

What this quiz covers

This quiz focuses on Selecting Techniques For Antidifferentiation, 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

To compute energy, you need ∫e2xsin⁡(2x) dx\int e^{2x}\sin(2x)\,dx∫e2xsin(2x)dx; which technique is most appropriate?

  1. Partial fraction decomposition
  2. Substitution using u=sin⁡(2x)u=\sin(2x)u=sin(2x)
  3. Repeated integration by parts (correct answer)
  4. Trigonometric substitution
  5. Long division then integrate

Explanation: Selecting an appropriate integration technique requires recognizing products of exponential and trigonometric functions. The integrand e2xsin⁡(2x)e^{2x}\sin(2x)e2xsin(2x) is a product where both functions have the same argument coefficient (2). This structure requires repeated integration by parts, typically applied twice to obtain a system that can be solved for the original integral. Substitution using u=sin⁡(2x)u = \sin(2x)u=sin(2x) wouldn't work effectively because the exponential function doesn't integrate to something involving sine. When you have products of exponential and trigonometric functions with matching coefficients, expect to use integration by parts repeatedly until a pattern emerges that allows solving for the original integral.

Question 2

An engineer computes work as ∫02xe3x dx\int_0^2 x e^{3x}\,dx∫02​xe3xdx; which integration technique is most appropriate?

  1. Integration by parts (correct answer)
  2. u‑substitution
  3. Partial fraction decomposition
  4. Trigonometric substitution
  5. Use a trig identity to rewrite the integrand

Explanation: Selecting the appropriate technique for antidifferentiation is crucial for evaluating integrals efficiently. For the integral ∫ x e^{3x} dx from 0 to 2, integration by parts is most appropriate because the integrand is a product of a polynomial and an exponential function. Set u = x and dv = e^{3x} dx, so du = dx and v = (1/3) e^{3x}, leading to uv - ∫ v du, which simplifies easily. This method reduces the power of x, making the remaining integral straightforward. A tempting distractor like u-substitution might be considered if one mistakes the exponential for a composite function, but it fails because there's no clear inner function whose derivative matches the rest of the integrand. Recognize products of polynomials and exponentials or trig functions as prime candidates for integration by parts.

Question 3

An economics surplus uses ∫2x+1x2+x dx\int \frac{2x+1}{\sqrt{x^2+x}}\,dx∫x2+x​2x+1​dx; which technique is most appropriate?

  1. Partial fractions
  2. Substitution using u=x2+xu=x^2+xu=x2+x (correct answer)
  3. Integration by parts
  4. Trigonometric substitution
  5. Use a Taylor series

Explanation: Selecting an appropriate integration technique requires identifying substitution patterns in radical expressions. The integrand 2x+1x2+x\frac{2x+1}{\sqrt{x^2+x}}x2+x​2x+1​ suggests substitution because the numerator 2x+12x+12x+1 is the derivative of the expression under the radical (since ddx[x2+x]=2x+1\frac{d}{dx}[x^2+x] = 2x+1dxd​[x2+x]=2x+1). Using u=x2+xu = x^2+xu=x2+x gives du=(2x+1)dxdu = (2x+1)dxdu=(2x+1)dx, transforming the integral to ∫u−1/2 du\int u^{-1/2}\,du∫u−1/2du. Partial fractions isn't applicable to radical expressions, and trigonometric substitution would be more complex. When the numerator is the derivative of the expression under a radical, substitution using that expression provides the most direct solution path.

Question 4

For arc length, you encounter ∫9+x2 dx\int \sqrt{9+x^2}\,dx∫9+x2​dx; which technique is most appropriate?

  1. Partial fraction decomposition
  2. Substitution using u=9+x2u=9+x^2u=9+x2
  3. Trigonometric substitution (correct answer)
  4. Integration by parts
  5. Use a Taylor polynomial

Explanation: Selecting an appropriate integration technique requires recognizing radical expressions with quadratic forms. The integrand 9+x2\sqrt{9+x^2}9+x2​ has the form a2+x2\sqrt{a^2+x^2}a2+x2​ where a=3a = 3a=3. This structure specifically calls for trigonometric substitution using x=3tan⁡θx = 3\tan\thetax=3tanθ, which transforms the radical into 3sec⁡θ3\sec\theta3secθ. Substitution using u=9+x2u = 9+x^2u=9+x2 wouldn't work because we don't have 2x2x2x as a factor in the integrand. Integration by parts isn't suitable since we don't have a clear product structure. When encountering a2+x2\sqrt{a^2+x^2}a2+x2​, a2−x2\sqrt{a^2-x^2}a2−x2​, or x2−a2\sqrt{x^2-a^2}x2−a2​, trigonometric substitution is the standard technique for eliminating the radical.

Question 5

A rate equation includes ∫4x(x2+1)3 dx\int \frac{4x}{(x^2+1)^3}\,dx∫(x2+1)34x​dx; which technique is most appropriate?

  1. Integration by parts
  2. Substitution using u=x2+1u=x^2+1u=x2+1 (correct answer)
  3. Partial fractions
  4. Trigonometric substitution
  5. Use a power series

Explanation: Selecting the right integration technique requires identifying substitution opportunities. The integrand 4x(x2+1)3\frac{4x}{(x^2+1)^3}(x2+1)34x​ contains 4x4x4x in the numerator, which is twice the derivative of x2+1x^2+1x2+1 (since ddx[x2+1]=2x\frac{d}{dx}[x^2+1] = 2xdxd​[x2+1]=2x). Using substitution u=x2+1u = x^2+1u=x2+1 gives du=2x dxdu = 2x\,dxdu=2xdx, so 4x dx=2du4x\,dx = 2du4xdx=2du. The integral becomes 2∫u−3 du2\int u^{-3}\,du2∫u−3du, which is straightforward. Trigonometric substitution would be much more complex and unnecessary given this clean substitution. When the numerator is a constant multiple of the derivative of an expression in the denominator, substitution using that expression is the most efficient approach.

Question 6

A model for charge uses ∫x3x2+1 dx\int \frac{x^3}{x^2+1}\,dx∫x2+1x3​dx; which technique is most appropriate?

  1. Integration by parts
  2. Trigonometric substitution
  3. Polynomial long division then integrate (correct answer)
  4. Partial fraction decomposition
  5. Substitution using u=x2+1u=x^2+1u=x2+1

Explanation: Selecting the right integration technique involves recognizing improper rational functions. The integrand x3x2+1\frac{x^3}{x^2+1}x2+1x3​ has a numerator degree greater than the denominator degree, requiring polynomial long division first. Dividing gives x3x2+1=x−xx2+1\frac{x^3}{x^2+1} = x - \frac{x}{x^2+1}x2+1x3​=x−x2+1x​, creating ∫x dx−∫xx2+1 dx\int x\,dx - \int \frac{x}{x^2+1}\,dx∫xdx−∫x2+1x​dx where the second integral uses substitution. Integration by parts would be unnecessarily complex for this rational function structure. When dealing with improper rational functions (numerator degree ≥ denominator degree), always perform polynomial long division before applying other integration techniques.

Question 7

A mechanics integral is ∫arctan⁡x dx\int \arctan x\,dx∫arctanxdx; which technique is most appropriate?

  1. Integration by parts (correct answer)
  2. Partial fractions
  3. Trigonometric substitution
  4. Substitution using u=arctan⁡xu=\arctan xu=arctanx
  5. Long division then integrate

Explanation: Selecting an appropriate integration technique involves recognizing inverse trigonometric integration by parts. The integrand arctan⁡x\arctan xarctanx is an inverse trigonometric function alone, which requires integration by parts with u=arctan⁡xu = \arctan xu=arctanx and dv=dxdv = dxdv=dx. This gives du=11+x2dxdu = \frac{1}{1+x^2}dxdu=1+x21​dx and v=xv = xv=x, leading to xarctan⁡x−∫x1+x2dxx\arctan x - \int \frac{x}{1+x^2}dxxarctanx−∫1+x2x​dx. The remaining integral is manageable with substitution. Substitution using u=arctan⁡xu = \arctan xu=arctanx alone wouldn't work since we don't have 11+x2\frac{1}{1+x^2}1+x21​ as a factor. For integrals of inverse trigonometric functions by themselves, integration by parts is the standard approach.

Question 8

A curve’s area requires ∫1x2−9 dx\int \frac{1}{x^2-9}\,dx∫x2−91​dx; which technique is most appropriate?

  1. Trigonometric substitution
  2. Integration by parts
  3. Partial fraction decomposition (correct answer)
  4. Substitution using u=x2−9u=x^2-9u=x2−9
  5. Use numerical integration

Explanation: Selecting an appropriate integration technique involves recognizing difference of squares patterns. The expression 1x2−9\frac{1}{x^2-9}x2−91​ has a denominator that factors as (x−3)(x+3)(x-3)(x+3)(x−3)(x+3), indicating partial fraction decomposition is needed. The partial fraction form is Ax−3+Bx+3\frac{A}{x-3} + \frac{B}{x+3}x−3A​+x+3B​, which leads to logarithmic terms after integration. Trigonometric substitution isn't the most direct approach here since the quadratic is factorable over the reals. When you have a rational function with a denominator that's a difference of squares (or any factorable quadratic), partial fractions typically provides a more straightforward path than trigonometric substitution.

Question 9

In evaluating ∫x1+x dx\int \frac{\sqrt{x}}{1+x}\,dx∫1+xx​​dx from a model, which technique is most appropriate?

  1. Substitution using u=xu=\sqrt{x}u=x​ (correct answer)
  2. Integration by parts
  3. Partial fraction decomposition
  4. Trigonometric substitution
  5. Long division then integrate

Explanation: Selecting an appropriate integration technique requires recognizing substitution with radicals involving square roots. The integrand x1+x\frac{\sqrt{x}}{1+x}1+xx​​ suggests substitution u=xu = \sqrt{x}u=x​, which gives x=u2x = u^2x=u2 and dx=2u dudx = 2u\,dudx=2udu. The integral transforms to ∫u1+u2⋅2u du=2∫u21+u2 du\int \frac{u}{1+u^2} \cdot 2u\,du = 2\int \frac{u^2}{1+u^2}\,du∫1+u2u​⋅2udu=2∫1+u2u2​du, which can be handled with polynomial division. Integration by parts would be complex due to the mixed radical and algebraic structure. When dealing with integrands involving square roots in both numerator and a function of the variable, substitution using the square root often simplifies the expression significantly.

Question 10

A geometry application requires ∫1+4x2 dx\int \sqrt{1+4x^2}\,dx∫1+4x2​dx; which technique is most appropriate?

  1. Partial fraction decomposition
  2. Integration by parts
  3. Trigonometric substitution (correct answer)
  4. Substitution using u=1+4x2u=1+4x^2u=1+4x2
  5. Use Simpson’s Rule

Explanation: Selecting an appropriate integration technique requires recognizing trigonometric substitution with radicals. The integrand 1+4x2\sqrt{1+4x^2}1+4x2​ can be rewritten as 1+(2x)2\sqrt{1+(2x)^2}1+(2x)2​, which has the form a2+u2\sqrt{a^2+u^2}a2+u2​ where a=1a = 1a=1 and u=2xu = 2xu=2x. This suggests trigonometric substitution using 2x=tan⁡θ2x = \tan\theta2x=tanθ, which transforms the radical into sec⁡θ\sec\thetasecθ. Partial fractions doesn't apply to radical expressions, and simple substitution wouldn't eliminate the radical effectively. When encountering a2+u2\sqrt{a^2+u^2}a2+u2​ forms, trigonometric substitution with u=atan⁡θu = a\tan\thetau=atanθ is the standard technique for handling the radical expression.

Question 11

A velocity integral is ∫sec⁡2xtan⁡x dx\int \frac{\sec^2 x}{\tan x}\,dx∫tanxsec2x​dx; which technique is most appropriate?

  1. Integration by parts
  2. Substitution using u=tan⁡xu=\tan xu=tanx (correct answer)
  3. Trigonometric substitution
  4. Partial fractions
  5. Use a series expansion

Explanation: Selecting an appropriate integration technique requires identifying substitution opportunities with trigonometric functions. The integrand sec⁡2xtan⁡x\frac{\sec^2 x}{\tan x}tanxsec2x​ can be rewritten as sec⁡2xtan⁡x\frac{\sec^2 x}{\tan x}tanxsec2x​, where the numerator sec⁡2x\sec^2 xsec2x is the derivative of tan⁡x\tan xtanx. Using substitution u=tan⁡xu = \tan xu=tanx gives du=sec⁡2x dxdu = \sec^2 x\,dxdu=sec2xdx, transforming the integral to ∫1u du=ln⁡∣u∣+C\int \frac{1}{u}\,du = \ln|u| + C∫u1​du=ln∣u∣+C. Trigonometric substitution isn't needed when a simpler algebraic substitution works. When the numerator is the derivative of the denominator (or a constant multiple), substitution using the denominator expression is the most efficient approach.

Question 12

During a lab, a student models concentration change by ∫03t et2 dt\int_0^3 t\,e^{t^2}\,dt∫03​tet2dt; which technique is most appropriate?

  1. Integration by parts
  2. Trigonometric substitution
  3. Simple uuu-substitution (correct answer)
  4. Partial fraction decomposition
  5. Trigonometric identities (power-reduction)

Explanation: This question tests the skill of selecting the appropriate technique for antidifferentiation. The integral ∫tet2 dt\int t e^{t^2} \, dt∫tet2dt features a product where t is the derivative of t2t^2t2, which appears in the exponent, making it ideal for substitution. By letting u=t2u = t^2u=t2, then du=2t dtdu = 2t \, dtdu=2tdt, so t dt=du2t \, dt = \frac{du}{2}tdt=2du​, transforming the integral into 12∫eu du\frac{1}{2} \int e^u \, du21​∫eudu, which is straightforward. This simple u-substitution directly matches the structure where the integrand is a composite function with its derivative present. A tempting distractor like integration by parts might seem applicable due to the product, but it would complicate things unnecessarily since no reduction formula is needed here. Always look for substitution opportunities when the integrand includes a function and its derivative multiplied together.

Question 13

A particle’s momentum is proportional to ∫14xln⁡(x) dx\int_1^4 x\ln(x)\,dx∫14​xln(x)dx; which integration technique is most appropriate?

  1. Integration by parts (correct answer)
  2. Simple uuu-substitution
  3. Partial fraction decomposition
  4. Trigonometric substitution
  5. Improper integral comparison test

Explanation: This question tests the skill of selecting the appropriate technique for antidifferentiation. The integral ∫ x ln(x) dx is a product of x and ln(x), where ln(x) is not easily substituted but can be handled by assigning u = ln(x) and dv = x dx in integration by parts. This yields du = (1/x) dx and v = (1/2)x², leading to (1/2)x² ln(x) - ∫ (1/2)x dx, which simplifies nicely. Integration by parts is fitting because it reduces the logarithmic term effectively when paired with a polynomial. Simple u-substitution might tempt if one lets u = ln(x), but then du = (1/x) dx lacks the extra x factor, making it ineffective. Recognize products involving logs, inverse trig, or exponentials with polynomials as prime candidates for integration by parts.

Question 14

For a signal filter, evaluate conceptually ∫0π/2sin⁡5(x)cos⁡2(x) dx\int_0^{\pi/2} \sin^5(x)\cos^2(x)\,dx∫0π/2​sin5(x)cos2(x)dx; which technique is most appropriate?

  1. Partial fraction decomposition
  2. Use trigonometric identities and substitution for odd/even powers (correct answer)
  3. Integration by parts
  4. Trigonometric substitution
  5. Simple uuu-substitution only (no identities needed)

Explanation: This question tests the skill of selecting the appropriate technique for antidifferentiation. The integral ∫ sin^5(x) cos^2(x) dx has odd power on sin(x) and even on cos(x), so save one sin(x) for du and use the identity sin²(x) = 1 - cos²(x) for the rest. Letting u = cos(x), du = -sin(x) dx transforms it into a polynomial in u, integrable directly. This combines trigonometric identities for power reduction with substitution, matching the structure of odd-even trig power products. Integration by parts might seem appealing for repeated application, but it's more cumbersome than the identity-substitution method here. When integrating powers of sine and cosine, check for odd powers to guide the use of identities and substitution.

Question 15

For a probability density, consider ∫0π11+sin⁡x dx\int_0^{\pi} \frac{1}{1+\sin x}\,dx∫0π​1+sinx1​dx; which technique is most appropriate?

  1. Integration by parts
  2. Trigonometric substitution
  3. Simple uuu-substitution
  4. Multiply by a conjugate and use algebraic simplification (correct answer)
  5. Partial fraction decomposition

Explanation: This question tests the skill of selecting the appropriate technique for antidifferentiation. The integral ∫ 1/(1 + sin(x)) dx can be simplified by multiplying numerator and denominator by the conjugate 1 - sin(x), yielding (1 - sin(x))/cos²(x) = sec²(x) - sec(x) tan(x). This algebraic manipulation allows direct integration to tan(x) - sec(x) + C. The technique fits because it rationalizes the trigonometric denominator without substitution. Simple u-substitution might tempt with u = sin(x), but du = cos(x) dx doesn't match the denominator directly, leaving it unresolved. When facing trig functions in denominators, consider multiplying by conjugates or using Weierstrass substitution as algebraic strategies before other methods.

Question 16

A probability density involves ∫0111−x2 dx\int_0^1 \frac{1}{\sqrt{1-x^2}}\,dx∫01​1−x2​1​dx; which technique is most appropriate?

  1. Partial fraction decomposition
  2. Trigonometric substitution (correct answer)
  3. Integration by parts
  4. u-substitution with u=1−x2u=1-x^2u=1−x2
  5. Long division then integrate

Explanation: This problem requires selecting the technique for ∫₀¹ 1/√(1-x²) dx, which involves recognizing a specific antidifferentiation pattern. The integrand 1/√(1-x²) is the derivative of arcsin(x), making this integral evaluate directly to arcsin(x) from 0 to 1, which equals π/2. However, if we didn't recognize this standard form, trigonometric substitution with x = sin(θ) would transform √(1-x²) into √(1-sin²θ) = cos(θ), converting the integral to ∫dθ = θ + C = arcsin(x) + C. The substitution u = 1-x² (option D) would fail because du = -2x dx, and we don't have an x in the numerator to absorb. The recognition strategy is that expressions of the form √(a²-x²), √(x²+a²), or √(x²-a²) typically call for trigonometric substitution, with the specific substitution determined by the sign pattern.

Question 17

A tank’s inflow model uses ∫(x2+1)ex dx\int (x^2+1)e^{x}\,dx∫(x2+1)exdx; which antidifferentiation technique is most appropriate?

  1. Integration by parts (correct answer)
  2. u-substitution
  3. Trigonometric substitution
  4. Partial fraction decomposition
  5. Use a trig identity then integrate directly

Explanation: This problem asks for the best technique to evaluate ∫(x²+1)eˣ dx, which requires selecting an appropriate antidifferentiation method. The integrand is a product of a polynomial (x²+1) and an exponential function eˣ, which is the classic structure for integration by parts. Using the LIATE hierarchy (Logarithmic, Inverse trig, Algebraic, Trig, Exponential), we choose u = x²+1 (algebraic) and dv = eˣ dx (exponential). This requires applying integration by parts twice: first to reduce x²+1 to 2x, then again to reduce 2x to 2, ultimately yielding (x²-2x+3)eˣ + C. U-substitution (option B) fails here because there's no composite function structure where one part is the derivative of another. The recognition principle is that products of different function types, especially polynomial times exponential or trigonometric, typically require integration by parts.

Question 18

For ∫2x2+3x−1x3−x dx\int \frac{2x^2+3x-1}{x^3-x}\,dx∫x3−x2x2+3x−1​dx, which technique is most appropriate?

  1. Use a trigonometric identity, then integrate directly
  2. Integration by parts
  3. Trigonometric substitution
  4. Partial fraction decomposition (correct answer)
  5. Reverse chain rule (u-substitution)

Explanation: This problem requires choosing a technique for a rational function. The integrand 2x2+3x−1x3−x\frac{2x^2+3x-1}{x^3-x}x3−x2x2+3x−1​ is a proper rational function since the degree of the numerator is less than the degree of the denominator. The denominator factors as x(x2−1)=x(x−1)(x+1)x(x^2-1) = x(x-1)(x+1)x(x2−1)=x(x−1)(x+1), giving us three distinct linear factors. This structure is ideal for partial fraction decomposition, where we express the fraction as Ax+Bx−1+Cx+1\frac{A}{x} + \frac{B}{x-1} + \frac{C}{x+1}xA​+x−1B​+x+1C​ and solve for the constants. Trigonometric identities are irrelevant here since we have no trigonometric functions present. When dealing with rational functions where the denominator can be factored, partial fraction decomposition is the standard approach.

Question 19

To find total growth from t=1t=1t=1 to t=4t=4t=4, which technique best fits ∫14tln⁡(t) dt\int_{1}^{4} t\ln(t)\,dt∫14​tln(t)dt?

  1. Integration by parts (correct answer)
  2. Reverse chain rule (u-substitution)
  3. Partial fraction decomposition
  4. Trigonometric substitution
  5. Recognize as an improper integral and use limits only

Explanation: This problem asks for the best technique to evaluate an integral with a product structure. The integrand tln(t)tln(t)tln(t) consists of a polynomial factor ttt and a logarithmic factor ln(t)ln(t)ln(t), which is a classic setup for integration by parts. Using the LIATE hierarchy (Logarithmic, Inverse trig, Algebraic, Trig, Exponential), we choose u=ln(t)u = ln(t)u=ln(t) and dv=t,dtdv = t,dtdv=t,dt, which leads to a simpler integral after applying the parts formula. U-substitution fails here because neither factor is the derivative of the other, making it impossible to find a suitable substitution. When you encounter products involving logarithms multiplied by polynomials, integration by parts is typically the most effective approach.

Question 20

For ∫ln⁡xx2 dx\int \frac{\ln x}{x^2}\,dx∫x2lnx​dx arising in an entropy calculation, which technique is most appropriate?

  1. Partial fraction decomposition
  2. Integration by parts (correct answer)
  3. Trigonometric substitution
  4. Use a trigonometric identity, then integrate directly
  5. Recognize as a geometric series and integrate term-by-term

Explanation: This problem asks for the appropriate technique for integrating a quotient involving a logarithm. The integrand ln⁡xx2\frac{\ln x}{x^2}x2lnx​ can be rewritten as x−2ln⁡xx^{-2}\ln xx−2lnx, which is a product of a power function and a logarithmic function. Following the LIATE hierarchy for integration by parts, we set u=ln⁡xu = \ln xu=lnx (giving du=1xdxdu = \frac{1}{x}dxdu=x1​dx) and dv=x−2dxdv = x^{-2}dxdv=x−2dx (giving v=−x−1v = -x^{-1}v=−x−1). Partial fraction decomposition is not applicable here since we don't have a rational function with a factorable denominator. When integrating products involving logarithms and powers of x, integration by parts is the standard technique.