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: Integrating Using Integration By Parts

Practice Integrating Using Integration By Parts 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

A sensor’s cumulative output is modeled by ∫xex dx\int x e^{x}\,dx∫xexdx; which expression is an antiderivative?

Select an answer to continue

What this quiz covers

This quiz focuses on Integrating Using Integration By Parts, 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

A sensor’s cumulative output is modeled by ∫xex dx\int x e^{x}\,dx∫xexdx; which expression is an antiderivative?

  1. ex(x+1)+Ce^{x}(x+1)+Cex(x+1)+C
  2. ex(x−1)+Ce^{x}(x-1)+Cex(x−1)+C (correct answer)
  3. xex−∫ex dxxe^{x}-\int e^{x}\,dxxex−∫exdx
  4. x22ex+C\frac{x^{2}}{2}e^{x}+C2x2​ex+C
  5. ex+x22+Ce^{x}+\frac{x^{2}}{2}+Cex+2x2​+C

Explanation: This integral requires integration by parts to handle the product of x and e^x. For integration by parts, we use ∫u dv = uv - ∫v du, choosing u = x (so du = dx) and dv = e^x dx (so v = e^x). Applying the formula: ∫xe^x dx = xe^x - ∫e^x dx = xe^x - e^x + C = e^x(x-1) + C. Choice C shows the incomplete form before finishing the integration, which is a common error when students forget to complete the final integral. When using integration by parts with polynomial times exponential, always let u be the polynomial part to reduce its degree.

Question 2

For a growth model, find \int \sqrt{x}\,\ln x\,dx for x>0x>0x>0 using integration by parts.

  1. 23x3/2ln⁡x−49x3/2+C\frac{2}{3}x^{3/2}\ln x-\frac{4}{9}x^{3/2}+C32​x3/2lnx−94​x3/2+C (correct answer)
  2. 23x3/2ln⁡x+49x3/2+C\frac{2}{3}x^{3/2}\ln x+\frac{4}{9}x^{3/2}+C32​x3/2lnx+94​x3/2+C
  3. 23x3/2(ln⁡x)2+C\frac{2}{3}x^{3/2}(\ln x)^2+C32​x3/2(lnx)2+C
  4. x1/2ln⁡x−2x1/2+Cx^{1/2}\ln x-2x^{1/2}+Cx1/2lnx−2x1/2+C
  5. 32x1/2ln⁡x−32x1/2+C\frac{3}{2}x^{1/2}\ln x-\frac{3}{2}x^{1/2}+C23​x1/2lnx−23​x1/2+C

Explanation: This problem requires integration by parts to find the antiderivative of \sqrt{x} ln x for x > 0. To apply integration by parts, choose u = ln x because it differentiates to 1/x, and dv = x^{1/2} dx because it integrates to (2/3) x^{3/2}. Then du = (1/x) dx and v = (2/3) x^{3/2}. Substituting into the formula gives (2/3) x^{3/2} ln x - ∫ (2/3) x^{3/2} (1/x) dx, which simplifies to (2/3) x^{3/2} ln x - (4/9) x^{3/2} + C. A tempting distractor might be (2/3) x^{3/2} ln x + (4/9) x^{3/2} + C, from neglecting the negative sign in parts. A transferable strategy for integration by parts is to select u as the log for rational derivative, and dv as the power function, adjusting exponents carefully in the process.

Question 3

A damping model requires ∫xe−x dx\int x e^{-x}\,dx∫xe−xdx; which expression is an antiderivative?

  1. −e−x(x+1)+C-e^{-x}(x+1)+C−e−x(x+1)+C (correct answer)
  2. −e−x(x−1)+C-e^{-x}(x-1)+C−e−x(x−1)+C
  3. e−x(x+1)+Ce^{-x}(x+1)+Ce−x(x+1)+C
  4. xe−x−∫e−x dxxe^{-x}-\int e^{-x}\,dxxe−x−∫e−xdx
  5. x22e−x+C\frac{x^{2}}{2}e^{-x}+C2x2​e−x+C

Explanation: This integral requires integration by parts for xe^(-x). Choose u = x (so du = dx) and dv = e^(-x) dx (so v = -e^(-x)), noting the negative from integrating e^(-x). Applying the formula: ∫xe^(-x) dx = x(-e^(-x)) - ∫(-e^(-x)) dx = -xe^(-x) + ∫e^(-x) dx = -xe^(-x) - e^(-x) + C = -e^(-x)(x + 1) + C. Choice C has the wrong overall sign, missing the negative that comes from integrating e^(-x). When integrating products with e^(-x), remember that ∫e^(-x) dx = -e^(-x), introducing a crucial negative sign.

Question 4

In a heat-transfer derivation, compute ∫xln⁡x dx\int x\ln x\,dx∫xlnxdx for x>0x>0x>0.

  1. x22ln⁡x−x24+C\tfrac{x^2}{2}\ln x-\tfrac{x^2}{4}+C2x2​lnx−4x2​+C (correct answer)
  2. x22ln⁡x+x24+C\tfrac{x^2}{2}\ln x+\tfrac{x^2}{4}+C2x2​lnx+4x2​+C
  3. xln⁡x−x+Cx\ln x-x+Cxlnx−x+C
  4. x22ln⁡x−x2+C\tfrac{x^2}{2}\ln x-\tfrac{x}{2}+C2x2​lnx−2x​+C
  5. (ln⁡x)22+C\tfrac{(\ln x)^2}{2}+C2(lnx)2​+C

Explanation: Integration by parts is the key skill for evaluating ∫ x ln x dx, based on the formula ∫ u dv = u v - ∫ v du. Choose u = ln x so du = (1/x) dx, and dv = x dx so v = (1/2) x^2. This choice works well as ln x simplifies upon differentiation, pairing with the polynomial growth in dv. The result is (1/2) x^2 ln x - ∫ (1/2) x^2 (1/x) dx, simplifying to (1/2) x^2 ln x - (1/4) x^2 + C. A tempting distractor like choice B fails with a positive (1/4) x^2 term, likely from neglecting the subtraction in the parts formula. A transferable strategy for integration by parts is to prioritize u as the part that simplifies most upon differentiation, such as polynomials over exponentials or logarithms.

Question 5

For x>0x>0x>0, compute ∫ln⁡xx2 dx\int \frac{\ln x}{x^2}\,dx∫x2lnx​dx using integration by parts.

  1. −ln⁡x+1x+C-\tfrac{\ln x+1}{x}+C−xlnx+1​+C (correct answer)
  2. −ln⁡x−1x+C-\tfrac{\ln x-1}{x}+C−xlnx−1​+C
  3. ln⁡x+1x+C\tfrac{\ln x+1}{x}+Cxlnx+1​+C
  4. −(ln⁡x)22+C-\tfrac{(\ln x)^2}{2}+C−2(lnx)2​+C
  5. 1x+C\tfrac{1}{x}+Cx1​+C

Explanation: Integration by parts is the key skill for evaluating ∫ (ln x)/x^2 dx, based on the formula ∫ u dv = u v - ∫ v du. Choose u = ln x so du = (1/x) dx, and dv = x^{-2} dx so v = -x^{-1}. This selection simplifies the logarithmic part, leaving a rational integral. The computation yields - (ln x)/x - ∫ - (1/x) (1/x) dx, simplifying to - (ln x + 1)/x + C. A tempting distractor like choice C fails by having a positive overall sign, possibly from forgetting the negative v in the initial product. A transferable strategy for integration by parts is to prioritize u as the part that simplifies most upon differentiation, such as polynomials over exponentials or logarithms.

Question 6

For a cost model, evaluate ∫ln⁡x dx\int \ln x\,dx∫lnxdx (for x>0x>0x>0) using integration by parts.

  1. xln⁡x−x+Cx\ln x - x + Cxlnx−x+C (correct answer)
  2. xln⁡x+x+Cx\ln x + x + Cxlnx+x+C
  3. (ln⁡x)22+C\tfrac{(\ln x)^2}{2}+C2(lnx)2​+C
  4. ln⁡x−x+C\ln x - x + Clnx−x+C
  5. 1x+C\tfrac{1}{x}+Cx1​+C

Explanation: Integration by parts is the key skill for evaluating ∫ ln x dx, based on the formula ∫ u dv = u v - ∫ v du. Choose u = ln x so du = (1/x) dx, and dv = dx so v = x. This selection is ideal because ln x differentiates to a simple rational function, while dv is basic. The result is x ln x - ∫ x (1/x) dx, simplifying to x ln x - x + C. A tempting distractor like choice B fails with a positive x term, which would result from forgetting the negative sign in the parts formula. A transferable strategy for integration by parts is to prioritize u as the part that simplifies most upon differentiation, such as polynomials over exponentials or logarithms.

Question 7

A model uses ∫x2ex dx\int x^{2}e^{x}\,dx∫x2exdx; which expression is a correct antiderivative?

  1. ex(x2−2x+2)+Ce^{x}(x^{2}-2x+2)+Cex(x2−2x+2)+C (correct answer)
  2. ex(x2+2x+2)+Ce^{x}(x^{2}+2x+2)+Cex(x2+2x+2)+C
  3. x33ex+C\frac{x^{3}}{3}e^{x}+C3x3​ex+C
  4. x2ex−∫2xex dxx^{2}e^{x}-\int 2xe^{x}\,dxx2ex−∫2xexdx
  5. exx2−2ex+Ce^{x}x^{2}-2e^{x}+Cexx2−2ex+C

Explanation: This integral requires integration by parts twice for x2exx^2 e^xx2ex. First, let u=x2u = x^2u=x2 (so du=2x dxdu = 2x \, dxdu=2xdx) and dv=ex dxdv = e^x \, dxdv=exdx (so v=exv = e^xv=ex), giving ∫x2ex dx=x2ex−∫2xex dx∫ x^2 e^x \, dx = x^2 e^x - ∫ 2x e^x \, dx∫x2exdx=x2ex−∫2xexdx. For the remaining integral ∫2xex dx∫ 2x e^x \, dx∫2xexdx, apply parts again with u=2xu = 2xu=2x and dv=ex dxdv = e^x \, dxdv=exdx, yielding 2xex−2ex2x e^x - 2 e^x2xex−2ex. Combining: ∫x2ex dx=x2ex−2xex+2ex+C=ex(x2−2x+2)+C∫ x^2 e^x \, dx = x^2 e^x - 2x e^x + 2 e^x + C = e^x (x^2 - 2x + 2) + C∫x2exdx=x2ex−2xex+2ex+C=ex(x2−2x+2)+C. Choice D shows only the first application of parts without completing the process. For polynomial times exponential, repeated integration by parts reduces the polynomial degree to zero.

Question 8

A signal’s accumulated energy is ∫excos⁡x dx\int e^{x}\cos x\,dx∫excosxdx; which is an antiderivative?

  1. ex2(sin⁡x−cos⁡x)+C\frac{e^{x}}{2}(\sin x-\cos x)+C2ex​(sinx−cosx)+C
  2. ex2(sin⁡x+cos⁡x)+C\frac{e^{x}}{2}(\sin x+\cos x)+C2ex​(sinx+cosx)+C (correct answer)
  3. exsin⁡x+Ce^{x}\sin x+Cexsinx+C
  4. excos⁡x−∫ex(−sin⁡x) dxe^{x}\cos x-\int e^{x}(-\sin x)\,dxexcosx−∫ex(−sinx)dx
  5. sin⁡x+ex+C\sin x+e^{x}+Csinx+ex+C

Explanation: This integral ∫e^x cos x dx requires integration by parts twice, creating a cyclic pattern. First, let u = cos x and dv = e^x dx, giving ∫e^x cos x dx = e^x cos x - ∫e^x(-sin x) dx = e^x cos x + ∫e^x sin x dx. For the new integral, use u = sin x and dv = e^x dx: ∫e^x sin x dx = e^x sin x - ∫e^x cos x dx. This gives us back our original integral, so combining both equations and solving: 2∫e^x cos x dx = e^x cos x + e^x sin x, thus ∫e^x cos x dx = (e^x/2)(sin x + cos x) + C. Choice D shows the incomplete first step without recognizing the cyclic pattern. For exponential times trig functions, expect to use parts twice and solve algebraically.

Question 9

A particle’s momentum term involves x2sin⁡xx^2\sin xx2sinx; find ∫x2sin⁡x dx\int x^2\sin x\,dx∫x2sinxdx.

  1. −x2cos⁡x+2xsin⁡x+2cos⁡x+C-x^2\cos x+2x\sin x+2\cos x+C−x2cosx+2xsinx+2cosx+C (correct answer)
  2. x2cos⁡x−2xsin⁡x−2cos⁡x+Cx^2\cos x-2x\sin x-2\cos x+Cx2cosx−2xsinx−2cosx+C
  3. −x2cos⁡x+2xsin⁡x−2cos⁡x+C-x^2\cos x+2x\sin x-2\cos x+C−x2cosx+2xsinx−2cosx+C
  4. −x2cos⁡x+sin⁡x+C-x^2\cos x+\sin x+C−x2cosx+sinx+C
  5. 2xsin⁡x+2cos⁡x+C2x\sin x+2\cos x+C2xsinx+2cosx+C

Explanation: Integration by parts is the key skill for evaluating ∫ x^2 sin x dx, based on the formula ∫ u dv = u v - ∫ v du, often applied repeatedly. Choose u = x^2 so du = 2x dx, and dv = sin x dx so v = -cos x for the first step. This leads to -x^2 cos x + 2 ∫ x cos x dx, requiring another parts application where u = x and dv = cos x dx. The full computation yields -x^2 cos x + 2x sin x + 2 cos x + C after integrating twice. A tempting distractor like choice C fails by having a negative 2 cos x term, possibly from a sign error in the second integration step. A transferable strategy for integration by parts is to prioritize u as the part that simplifies most upon differentiation, such as polynomials over exponentials or logarithms.

Question 10

A particle’s displacement involves \int x e^{2x}\,dx. Which expression is an antiderivative found using integration by parts?

  1. xe2x2+e2x4+C\frac{x e^{2x}}{2}+\frac{e^{2x}}{4}+C2xe2x​+4e2x​+C
  2. xe2x2−e2x4+C\frac{x e^{2x}}{2}-\frac{e^{2x}}{4}+C2xe2x​−4e2x​+C (correct answer)
  3. xe2x2−e2x2+C\frac{x e^{2x}}{2}-\frac{e^{2x}}{2}+C2xe2x​−2e2x​+C
  4. xe2x−e2x2+Cx e^{2x}-\frac{e^{2x}}{2}+Cxe2x−2e2x​+C
  5. x2e2x2+C\frac{x^2 e^{2x}}{2}+C2x2e2x​+C

Explanation: This problem requires integration by parts to find the antiderivative of x e^{2x}. To apply integration by parts, choose u = x because its derivative simplifies to 1, and dv = e^{2x} dx because exponentials are straightforward to integrate. Then du = dx and v = (1/2) e^{2x}. Substituting into the formula gives (x/2) e^{2x} - ∫ (1/2) e^{2x} dx, which evaluates to (x/2) e^{2x} - (1/4) e^{2x} + C. A tempting distractor might be the expression with a plus sign instead of minus, resulting from omitting the negative sign in the parts formula. A transferable strategy for integration by parts is to let u be the polynomial term that decreases in degree when differentiated, and dv the exponential or transcendental function that integrates easily.

Question 11

In modeling work done, find an antiderivative of ∫xe2x dx\int x e^{2x}\,dx∫xe2xdx using integration by parts.

  1. 12xe2x−14e2x+C\tfrac{1}{2}xe^{2x}-\tfrac{1}{4}e^{2x}+C21​xe2x−41​e2x+C (correct answer)
  2. 12xe2x+14e2x+C\tfrac{1}{2}xe^{2x}+\tfrac{1}{4}e^{2x}+C21​xe2x+41​e2x+C
  3. 12x2e2x+C\tfrac{1}{2}x^2e^{2x}+C21​x2e2x+C
  4. 14xe2x−18e2x+C\tfrac{1}{4}x e^{2x}-\tfrac{1}{8}e^{2x}+C41​xe2x−81​e2x+C
  5. e2x(x−1)+Ce^{2x}(x-1)+Ce2x(x−1)+C

Explanation: Integration by parts is the key skill for evaluating ∫ x e^{2x} dx, based on the formula ∫ u dv = u v - ∫ v du. Choose u = x so du = dx, and dv = e^{2x} dx so v = (1/2) e^{2x}. This selection works because differentiating x simplifies the integrand, while integrating the exponential is straightforward. Applying the formula yields (1/2) x e^{2x} - ∫ (1/2) e^{2x} dx, which simplifies to (1/2) x e^{2x} - (1/4) e^{2x} + C. A tempting distractor like choice B fails because it has a positive (1/4) e^{2x} term, which would arise from an incorrect sign in the subtraction step. A transferable strategy for integration by parts is to prioritize u as the part that simplifies most upon differentiation, such as polynomials over exponentials or logarithms.

Question 12

A growth model uses ∫exsin⁡x dx\int e^x\sin x\,dx∫exsinxdx; choose the correct antiderivative.

  1. 12ex(sin⁡x−cos⁡x)+C\tfrac{1}{2}e^x(\sin x-\cos x)+C21​ex(sinx−cosx)+C (correct answer)
  2. 12ex(sin⁡x+cos⁡x)+C\tfrac{1}{2}e^x(\sin x+\cos x)+C21​ex(sinx+cosx)+C
  3. exsin⁡x+Ce^x\sin x+Cexsinx+C
  4. 12ex(cos⁡x−sin⁡x)+C\tfrac{1}{2}e^x(\cos x-\sin x)+C21​ex(cosx−sinx)+C
  5. −12ex(sin⁡x+cos⁡x)+C-\tfrac{1}{2}e^x(\sin x+\cos x)+C−21​ex(sinx+cosx)+C

Explanation: Integration by parts is the key skill for evaluating ∫ e^x sin x dx, based on the formula ∫ u dv = u v - ∫ v du, applied twice to cycle back. Choose u = sin x so du = cos x dx, and dv = e^x dx so v = e^x for the first step. This produces e^x sin x - ∫ e^x cos x dx, then repeat with u = cos x and dv = e^x dx. Solving the system yields (1/2) e^x (sin x - cos x) + C. A tempting distractor like choice B fails by having a positive cos x term, which might come from a sign error in resolving the cyclic integrals. A transferable strategy for integration by parts is to prioritize u as the part that simplifies most upon differentiation, such as polynomials over exponentials or logarithms.

Question 13

To compute an average value, find ∫xsin⁡(x) dx\int x\sin(x)\,dx∫xsin(x)dx. Which option gives a correct antiderivative?

  1. xcos⁡x−sin⁡x+Cx\cos x-\sin x+Cxcosx−sinx+C
  2. −xcos⁡x+sin⁡x+C-x\cos x+\sin x+C−xcosx+sinx+C (correct answer)
  3. xsin⁡x+cos⁡x+Cx\sin x+\cos x+Cxsinx+cosx+C
  4. −xsin⁡x−cos⁡x+C-x\sin x-\cos x+C−xsinx−cosx+C
  5. sin⁡x+C\sin x+Csinx+C

Explanation: For this integral of x sin(x), we apply integration by parts with u = x and dv = sin(x) dx. This gives du = dx and v = -cos(x) after integrating sin(x). Using the parts formula: ∫x sin(x) dx = x(-cos(x)) - ∫(-cos(x)) dx = -x cos(x) + ∫cos(x) dx = -x cos(x) + sin(x) + C. Option A has the wrong signs throughout, showing x cos(x) - sin(x) instead of -x cos(x) + sin(x). When integrating products involving sine or cosine, remember that ∫sin(x) dx = -cos(x) and ∫cos(x) dx = sin(x), and track signs carefully through each step.

Question 14

To compute average power, find ∫xsec⁡2x dx\int x\sec^2 x\,dx∫xsec2xdx using integration by parts.

  1. xtan⁡x−ln⁡∣sec⁡x∣+Cx\tan x-\ln|\sec x|+Cxtanx−ln∣secx∣+C (correct answer)
  2. xtan⁡x+ln⁡∣sec⁡x∣+Cx\tan x+\ln|\sec x|+Cxtanx+ln∣secx∣+C
  3. tan⁡x+ln⁡∣sec⁡x∣+C\tan x+\ln|\sec x|+Ctanx+ln∣secx∣+C
  4. xsec⁡2x−tan⁡x+Cx\sec^2 x-\tan x+Cxsec2x−tanx+C
  5. x22sec⁡2x+C\tfrac{x^2}{2}\sec^2 x+C2x2​sec2x+C

Explanation: Integration by parts is the key skill for evaluating ∫ x sec^2 x dx, based on the formula ∫ u dv = u v - ∫ v du. Choose u = x so du = dx, and dv = sec^2 x dx so v = tan x. This selection is effective because the polynomial x simplifies, leaving a trigonometric integral. The computation gives x tan x - ∫ tan x dx, which integrates to x tan x - ln|sec x| + C. A tempting distractor like choice B fails with a positive ln|sec x| term, possibly from inverting the sign when integrating tan x. A transferable strategy for integration by parts is to prioritize u as the part that simplifies most upon differentiation, such as polynomials over exponentials or logarithms.

Question 15

A damping term leads to ∫arctan⁡x dx\int \arctan x\,dx∫arctanxdx; select the correct antiderivative.

  1. xarctan⁡x−12ln⁡(1+x2)+Cx\arctan x-\tfrac{1}{2}\ln(1+x^2)+Cxarctanx−21​ln(1+x2)+C (correct answer)
  2. xarctan⁡x+12ln⁡(1+x2)+Cx\arctan x+\tfrac{1}{2}\ln(1+x^2)+Cxarctanx+21​ln(1+x2)+C
  3. 11+x2+C\tfrac{1}{1+x^2}+C1+x21​+C
  4. arctan⁡x−12ln⁡(1+x2)+C\arctan x-\tfrac{1}{2}\ln(1+x^2)+Carctanx−21​ln(1+x2)+C
  5. 12(arctan⁡x)2+C\tfrac{1}{2}(\arctan x)^2+C21​(arctanx)2+C

Explanation: Integration by parts is the key skill for evaluating ∫ arctan x dx, based on the formula ∫ u dv = u v - ∫ v du. Choose u = arctan x so du = 1/(1+x^2) dx, and dv = dx so v = x. This choice leverages the derivative of arctan x, which pairs nicely with the remaining integral. The result is x arctan x - ∫ x/(1+x^2) dx, simplifying to x arctan x - (1/2) ln(1+x^2) + C. A tempting distractor like choice B fails with a positive ln term, which could stem from a sign mistake in the parts subtraction. A transferable strategy for integration by parts is to prioritize u as the part that simplifies most upon differentiation, such as polynomials over exponentials or logarithms.

Question 16

In a probability derivation, evaluate ∫x3ex dx\int x^3 e^x \, dx∫x3exdx.

  1. ex(x3−3x2+6x−6)+Ce^x(x^3-3x^2+6x-6)+Cex(x3−3x2+6x−6)+C (correct answer)
  2. ex(x3+3x2+6x+6)+Ce^x(x^3+3x^2+6x+6)+Cex(x3+3x2+6x+6)+C
  3. ex(x3−3x2−6x−6)+Ce^x(x^3-3x^2-6x-6)+Cex(x3−3x2−6x−6)+C
  4. x3ex+Cx^3e^x+Cx3ex+C
  5. 14x4ex+C\tfrac{1}{4}x^4e^x+C41​x4ex+C

Explanation: Integration by parts is the key skill for evaluating ∫x3ex dx\int x^3 e^x \, dx∫x3exdx, based on the formula ∫u dv=uv−∫v du\int u \, dv = u v - \int v \, du∫udv=uv−∫vdu, repeated for the polynomial. Choose u=x3u = x^3u=x3 so du=3x2 dxdu = 3x^2 \, dxdu=3x2dx, and dv=ex dxdv = e^x \, dxdv=exdx so v=exv = e^xv=ex, then repeat for lower powers. This tabular approach reduces the degree each time, leading to subsequent integrals of x2exx^2 e^xx2ex, xexx e^xxex, and exe^xex. The full expansion yields ex(x3−3x2+6x−6)+Ce^x (x^3 - 3x^2 + 6x - 6) + Cex(x3−3x2+6x−6)+C. A tempting distractor like choice B fails with all positive coefficients, likely from consistent sign errors in the repeated subtractions. A transferable strategy for integration by parts is to prioritize uuu as the part that simplifies most upon differentiation, such as polynomials over exponentials or logarithms.

Question 17

A temperature function includes \int e^x\cos x\,dx. Which is an antiderivative obtained by integration by parts twice?

  1. 12ex(cos⁡x−sin⁡x)+C\frac{1}{2}e^x(\cos x-\sin x)+C21​ex(cosx−sinx)+C
  2. ex(cos⁡x+sin⁡x)+Ce^x(\cos x+\sin x)+Cex(cosx+sinx)+C
  3. 12ex(cos⁡x+sin⁡x)+C\frac{1}{2}e^x(\cos x+\sin x)+C21​ex(cosx+sinx)+C (correct answer)
  4. 12ex(sin⁡x−cos⁡x)+C\frac{1}{2}e^x(\sin x-\cos x)+C21​ex(sinx−cosx)+C
  5. exsin⁡x+Ce^x\sin x+Cexsinx+C

Explanation: This problem requires integration by parts to find the antiderivative of e^x cos x, applied twice. To apply integration by parts, choose u = cos x and dv = e^x dx for the first step, as the exponential integrates to itself; then du = -sin x dx and v = e^x. This leads to e^x cos x + ∫ e^x sin x dx; repeating with u = sin x and dv = e^x dx gives e^x sin x - ∫ e^x cos x dx, resulting in the original integral on both sides and solving to (1/2) e^x (cos x + sin x) + C. A tempting distractor might be without the 1/2 factor, from forgetting to divide after solving the equation. A transferable strategy for integration by parts is to alternate choices of u and dv for products of exponentials and trig functions, leading to a solvable equation when the integral reappears.

Question 18

While finding area, you need \int x^2\ln x\,dx for x>0x>0x>0. Which is an antiderivative?

  1. x33ln⁡x−x39+C\frac{x^3}{3}\ln x-\frac{x^3}{9}+C3x3​lnx−9x3​+C (correct answer)
  2. x33(ln⁡x)2+C\frac{x^3}{3}(\ln x)^2+C3x3​(lnx)2+C
  3. x33ln⁡x+x39+C\frac{x^3}{3}\ln x+\frac{x^3}{9}+C3x3​lnx+9x3​+C
  4. x22ln⁡x−x24+C\frac{x^2}{2}\ln x-\frac{x^2}{4}+C2x2​lnx−4x2​+C
  5. x2ln⁡x−2x+Cx^2\ln x-2x+Cx2lnx−2x+C

Explanation: This problem requires integration by parts to find the antiderivative of x^2 ln x for x > 0. To apply integration by parts, choose u = ln x because it differentiates to 1/x, and dv = x^2 dx because it integrates to (1/3) x^3. Then du = (1/x) dx and v = (1/3) x^3. Substituting into the formula gives (1/3) x^3 ln x - ∫ (1/3) x^3 (1/x) dx, which simplifies to (1/3) x^3 ln x - (1/9) x^3 + C. A tempting distractor might be (1/3) x^3 ln x + (1/9) x^3 + C, stemming from a sign error in the parts formula. A transferable strategy for integration by parts is to select u as the logarithm to simplify, and dv as the higher-power polynomial to integrate.

Question 19

In a probability derivation, compute \int \ln(2x)\,dx for x>0x>0x>0 using integration by parts.

  1. xln⁡(2x)−x+Cx\ln(2x)-x+Cxln(2x)−x+C (correct answer)
  2. ln⁡(2x)+C\ln(2x)+Cln(2x)+C
  3. xln⁡(2x)+x+Cx\ln(2x)+x+Cxln(2x)+x+C
  4. (ln⁡(2x))22+C\frac{(\ln(2x))^2}{2}+C2(ln(2x))2​+C
  5. ln⁡(2x)x+C\frac{\ln(2x)}{x}+Cxln(2x)​+C

Explanation: This problem requires integration by parts to find the antiderivative of ln(2x) for x > 0. To apply integration by parts, choose u = ln(2x) because its derivative is 1/x, and dv = dx because it integrates to x. Then du = (1/x) dx and v = x. Substituting into the formula gives x ln(2x) - ∫ x (1/x) dx, which simplifies to x ln(2x) - x + C. A tempting distractor might be x ln(2x) + x + C, which could arise from mishandling the sign in the subtraction step. A transferable strategy for integration by parts is to let u be the logarithmic term for differentiation to a rational function, and dv the constant or simple term for easy integration.

Question 20

In a model for work, evaluate the indefinite integral \int x\ln x\,dx for x>0x>0x>0.

  1. x22ln⁡x−x24+C\frac{x^2}{2}\ln x-\frac{x^2}{4}+C2x2​lnx−4x2​+C (correct answer)
  2. xln⁡x−x+Cx\ln x-x+Cxlnx−x+C
  3. x22ln⁡x−x2+C\frac{x^2}{2}\ln x-\frac{x}{2}+C2x2​lnx−2x​+C
  4. x22(ln⁡x)2+C\frac{x^2}{2}(\ln x)^2+C2x2​(lnx)2+C
  5. x22ln⁡x+x24+C\frac{x^2}{2}\ln x+\frac{x^2}{4}+C2x2​lnx+4x2​+C

Explanation: This problem requires integration by parts to find the antiderivative of x ln x for x > 0. To apply integration by parts, choose u = ln x because its derivative is 1/x, and dv = x dx because polynomials integrate easily. Then du = (1/x) dx and v = (1/2) x^2. Substituting into the formula gives (1/2) x^2 ln x - ∫ (1/2) x^2 (1/x) dx, which simplifies to (1/2) x^2 ln x - (1/4) x^2 + C. A tempting distractor might be an expression like (1/2) x^2 ln x + (1/4) x^2 + C, which arises from flipping the sign after integration. A transferable strategy for integration by parts is to let u be the logarithmic function since it simplifies upon differentiation, and dv the polynomial to integrate directly.