🎓 BookMCQ
← Back to 6. Integration

📝 Evaluating Definite Integrals by Substitution (25 MCQs)

📖 From Calculus • 6. Integration • 25 questions available

What is Evaluating Definite Integrals by Substitution?

Definition:
To evaluate abf(g(x))g(x)dx\int_a^b f(g(x))g'(x) \, dx by substitution, let u=g(x)u=g(x). Change limits: u(a)u(a) and u(b)u(b). Then compute u(a)u(b)f(u)du\int_{u(a)}^{u(b)} f(u) \, du. This avoids converting back to x.

Example:
012xex2dx\int_0^1 2x e^{x^2} \, dx. Let u=x2u=x^2. Limits: 00,110 \to 0, 1 \to 1. du=2xdxdu=2x dx. Integral: 01eudu=e1e0=e1\int_0^1 e^u du = e^1 - e^0 = e - 1.

Reason:
Changing limits simplifies the process by keeping the calculation in the u-domain, reducing algebraic errors associated with substituting back to the original variable.

12
Easy
11
Medium
2
Hard

📝 All Evaluating Definite Integrals by Substitution MCQs

Q1. Evaluate 0π/2sin3xcosxdx\int_{0}^{\pi/2} \sin^3 x \cos x \, dx.

A.01-Apr ✅
B.01-Feb
C.03-Apr
D.1
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Let u=sinxu = \sin x, so du=cosxdxdu = \cos x dx. When x=0,u=0x=0, u=0; when x=π/2,u=1x=\pi/2, u=1. The integral becomes 01u3du=[u4/4]01=1/4\int_{0}^{1} u^3 du = [u^4/4]_{0}^{1} = 1/4. This is a direct Easy of the substitution method for definite integrals, where changing the limits of integration is crucial to avoid back-substitution.

Q2. Which substitution would NOT simplify the evaluation of 1elnxxdx\int_{1}^{e} \frac{\ln x}{x} dx?

A.u=lnxu = \ln x
B.u=1/xu = 1/x
C.u=(lnx)2/2u = (\ln x)^2/2
D.u=exu = e^x
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The substitution u=exu = e^x would make the integral more complex because du=exdxdu = e^x dx and x=lnux = \ln u, leading to ln(lnu)udu\int \frac{\ln(\ln u)}{u} du. The other substitutions simplify the integrand. u=lnxu = \ln x gives du=dx/xdu = dx/x. u=1/xu = 1/x gives du=dx/x2du = -dx/x^2, leading to uln(1/u)du-\int u \ln(1/u) du. u=(lnx)2/2u = (\ln x)^2/2 is an antiderivative form.

Q3. A student evaluating 04x9x2dx\int_{0}^{4} x\sqrt{9-x^2} dx uses u=9x2u = 9-x^2. What is the correct transformed integral?

A.97udu\int_{9}^{-7} \sqrt{u} du
B.1297udu-\frac{1}{2}\int_{9}^{-7} \sqrt{u} du
C.12925udu\frac{1}{2}\int_{9}^{25} \sqrt{u} du
D.12925udu-\frac{1}{2}\int_{9}^{25} \sqrt{u} du
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: With u=9x2u=9-x^2, du=2xdxdu=-2x dx, so xdx=du/2x dx = -du/2. Limits: x=0u=9x=0 \to u=9, x=4u=7x=4 \to u=-7. The integral becomes 1297udu-\frac{1}{2}\int_{9}^{-7} \sqrt{u} du. The student might forget the negative sign or incorrectly transform the limits, leading to common errors like option C which has incorrect limits and sign.

Q4. Given that 02f(x)dx=5\int_{0}^{2} f(x) dx = 5 and ff is continuous, what is 01f(2x)dx\int_{0}^{1} f(2x) dx?

A.2.5 ✅
B.5
C.10
D.Cannot be determined
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Let u=2xu = 2x, then du=2dxdu = 2dx, so dx=du/2dx = du/2. Limits: x=0u=0x=0 \to u=0, x=1u=2x=1 \to u=2. The integral becomes 1202f(u)du=12(5)=2.5\frac{1}{2}\int_{0}^{2} f(u) du = \frac{1}{2}(5) = 2.5. This tests the understanding that substitution changes the limits and scales the integral, which is a common Easy of the method.

Q5. Which of the following integrals requires a substitution beyond a simple linear function?

A.01(3x+2)4dx\int_{0}^{1} (3x+2)^4 dx
B.0π/2cos(2x)dx\int_{0}^{\pi/2} \cos(2x) dx
C.01xex2dx\int_{0}^{1} x e^{x^2} dx
D.02sin(4x1)dx\int_{0}^{2} \sin(4x-1) dx
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The integral 01xex2dx\int_{0}^{1} x e^{x^2} dx requires a non-linear substitution u=x2u=x^2. The others only require linear substitutions like u=3x+2u=3x+2, u=2xu=2x, or u=4x1u=4x-1. This question distinguishes between recognizing the need for a linear vs. a more complex substitution, testing Medium of the method.

Q6. Evaluate π/2π/2sin2xcosxdx\int_{-\pi/2}^{\pi/2} \sin^2 x \cos x \, dx.

A.0 ✅
B.02-Mar
C.01-Mar
D.04-Mar
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Let u=sinxu = \sin x, du=cosxdxdu = \cos x dx. Limits: x=π/2u=1x=-\pi/2 \to u=-1, x=π/2u=1x=\pi/2 \to u=1. The integral becomes 11u2du=[u3/3]11=1/3(1/3)=2/3\int_{-1}^{1} u^2 du = [u^3/3]_{-1}^{1} = 1/3 - (-1/3) = 2/3. Since the integrand is even, the result is twice the integral from 0 to 1, which is 2(1/3)=2/32(1/3)=2/3.

Q7. What is the most common error when applying substitution to definite integrals?

A.Choosing the wrong uu
B.Forgetting to change the limits of integration
C.Not multiplying by the derivative
D.Not finding the antiderivative
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The most frequent error is forgetting to change the limits of integration from xx-values to corresponding uu-values. Students often compute the antiderivative in terms of uu, evaluate at the original xx-limits, or forget to back-substitute for the final evaluation. This error leads to incorrect numerical answers and is a common misconception.

Q8. If ff is continuous and 14f(u)du=7\int_{1}^{4} f(u) du = 7, then 01xf(x2+1)dx=?\int_{0}^{1} x f(x^2+1) dx = ?

A.07-Feb ✅
B.14
C.07-Apr
D.Cannot be determined
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Let u=x2+1u = x^2+1, du=2xdxdu = 2x dx, so xdx=du/2x dx = du/2. Limits: x=0u=1x=0 \to u=1, x=1u=2x=1 \to u=2. The integral becomes 1212f(u)du\frac{1}{2}\int_{1}^{2} f(u) du. We are given 14f(u)du=7\int_{1}^{4} f(u) du = 7, but the limit is 2, not 4, so we cannot determine the exact value. Wait, the question says 14f(u)du=7\int_{1}^{4} f(u) du = 7. The new limits are 1 to 2, not 1 to 4. So the value is 1212f(u)du\frac{1}{2}\int_{1}^{2} f(u) du, which is not determined by the given information. Correct answer: Cannot be determined.

Q9. The substitution u=x2u = x^2 transforms 02x3x2+1dx\int_{0}^{2} x^3 \sqrt{x^2+1} dx into which integral?

A.1204uu+1du\frac{1}{2}\int_{0}^{4} u \sqrt{u+1} du
B.1204u2u+1du\frac{1}{2}\int_{0}^{4} u^2 \sqrt{u+1} du
C.1202uu+1du\frac{1}{2}\int_{0}^{2} u \sqrt{u+1} du
D.04uu+1du\int_{0}^{4} u \sqrt{u+1} du
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Let u=x2u=x^2, then du=2xdxdu=2x dx, so xdx=du/2x dx = du/2. The integrand x3x2+1dx=x2x2+1(xdx)=uu+1(du/2)x^3\sqrt{x^2+1} dx = x^2 \sqrt{x^2+1} (x dx) = u \sqrt{u+1} (du/2). Limits: x=0u=0x=0 \to u=0, x=2u=4x=2 \to u=4. So the integral is 1204uu+1du\frac{1}{2}\int_{0}^{4} u \sqrt{u+1} du. The challenge is correctly identifying x3dxx^3 dx as x2(xdx)x^2 (x dx).

Q10. Which of the following is the correct evaluation of 01x1x2dx\int_{0}^{1} \frac{x}{\sqrt{1-x^2}} dx using substitution?

A.[1x2]01[-\sqrt{1-x^2}]_{0}^{1}
B.[1x2]01[-\sqrt{1-x^2}]_{0}^{1} and equals 1
C.[1x2]01[-\sqrt{1-x^2}]_{0}^{1} and equals -1
D.[1x2]10[-\sqrt{1-x^2}]_{1}^{0}
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Let u=1x2u=1-x^2, du=2xdxdu=-2x dx, so xdx=du/2x dx = -du/2. Limits: x=0u=1x=0 \to u=1, x=1u=0x=1 \to u=0. The integral becomes 1210u1/2du=1201u1/2du=[u]01=1-\frac{1}{2}\int_{1}^{0} u^{-1/2} du = \frac{1}{2}\int_{0}^{1} u^{-1/2} du = [\sqrt{u}]_{0}^{1} = 1. Or directly, the antiderivative is 1x2-\sqrt{1-x^2}, evaluated from 0 to 1 gives 0(1)=1-0 - (-1) = 1. Option B correctly states the antiderivative and the value.

Q11. If F(x)F(x) is an antiderivative of f(x)f(x), what is abxf(x2)dx\int_{a}^{b} x f(x^2) dx in terms of FF?

A.12[F(b2)F(a2)]\frac{1}{2}[F(b^2)-F(a^2)]
B.F(b2)F(a2)F(b^2)-F(a^2)
C.12[F(b)F(a)]\frac{1}{2}[F(b)-F(a)]
D.F(b)F(a)F(b)-F(a)
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Let u=x2u=x^2, du=2xdxdu=2x dx, so xdx=du/2x dx = du/2. Limits: x=au=a2x=a \to u=a^2, x=bu=b2x=b \to u=b^2. The integral becomes 12a2b2f(u)du=12[F(b2)F(a2)]\frac{1}{2}\int_{a^2}^{b^2} f(u) du = \frac{1}{2}[F(b^2)-F(a^2)]. This demonstrates the chain rule in reverse and the change of limits, requiring an understanding that the argument of FF must match the new limits of integration.

Q12. Evaluate 0π/4tanxsec2xdx\int_{0}^{\pi/4} \tan x \sec^2 x dx.

A.01-Feb ✅
B.1
C.21\sqrt{2}-1
D.01-Apr
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Let u=tanxu = \tan x, then du=sec2xdxdu = \sec^2 x dx. Limits: x=0u=0x=0 \to u=0, x=π/4u=1x=\pi/4 \to u=1. The integral becomes 01udu=[u2/2]01=1/2\int_{0}^{1} u du = [u^2/2]_{0}^{1} = 1/2. This is a straightforward Easy where the derivative of the chosen uu is present in the integrand, making the substitution obvious and the integration simple.

Q13. A student evaluates 12dxxlnx\int_{1}^{2} \frac{dx}{x \ln x} and gets ln(ln2)\ln(\ln 2). What is the student's mistake?

A.They used u=lnxu = \ln x correctly ✅
B.They forgot the constant of integration
C.They evaluated at wrong limits
D.They made no mistake; the answer is correct
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Let u=lnxu = \ln x, du=dx/xdu = dx/x. Limits: x=1u=0x=1 \to u=0, x=2u=ln2x=2 \to u=\ln 2. The integral becomes 0ln2duu=[lnu]0ln2\int_{0}^{\ln 2} \frac{du}{u} = [\ln |u|]_{0}^{\ln 2}. However, ln(0)\ln(0) is undefined, so the integral is improper. The correct evaluation would be limϵ0+ϵln2duu=\lim_{\epsilon \to 0^+} \int_{\epsilon}^{\ln 2} \frac{du}{u} = \infty. The student likely ignored the singularity at x=1x=1. This is a common error in analyzing the domain of the integrand.

Q14. Which of the following is NOT a valid step in evaluating 01x(1x)3dx\int_{0}^{1} x(1-x)^3 dx using substitution?

A.u=1xu = 1-x, du=dxdu = -dx
B.x=1ux = 1-u
C.Limits: 0 to 1 become 1 to 0
D.01x(1x)3dx=10(1u)u3du\int_{0}^{1} x(1-x)^3 dx = -\int_{1}^{0} (1-u)u^3 du
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: All steps are correct. Let u=1xu=1-x, du=dxdu=-dx, x=1ux=1-u. Limits: x=0u=1x=0 \to u=1, x=1u=0x=1 \to u=0. So 01x(1x)3dx=10(1u)u3(du)=10(1u)u3du=01(1u)u3du\int_{0}^{1} x(1-x)^3 dx = \int_{1}^{0} (1-u)u^3 (-du) = -\int_{1}^{0} (1-u)u^3 du = \int_{0}^{1} (1-u)u^3 du. This is correct. The question asks which is NOT a valid step, but all are valid, implying the student must recognize the equivalence.

Q15. If 01f(x)dx=3\int_{0}^{1} f(x) dx = 3, what is 01f(1x)dx\int_{0}^{1} f(1-x) dx?

A.3
B.-3
C.1
D.Cannot be determined ✅
💡 Difficulty: hard | ✅ Correct: D

📖 Explanation: Let u=1xu = 1-x, du=dxdu = -dx. Limits: x=0u=1x=0 \to u=1, x=1u=0x=1 \to u=0. The integral becomes 10f(u)(du)=01f(u)du=3\int_{1}^{0} f(u) (-du) = \int_{0}^{1} f(u) du = 3. This shows that the integral is invariant under the substitution x1xx \to 1-x. It tests the understanding that the value of the integral does not depend on the variable name and how substitution affects the limits.

Q16. Evaluate 11x31x2dx\int_{-1}^{1} x^3 \sqrt{1-x^2} dx.

A.0 ✅
B.01-Feb
C.02-Mar
D.1
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The function f(x)=x31x2f(x) = x^3 \sqrt{1-x^2} is odd because f(x)=x31x2=f(x)f(-x) = -x^3 \sqrt{1-x^2} = -f(x). The interval [1,1][-1,1] is symmetric about the origin. The definite integral of an odd function over a symmetric interval is 0. This can also be checked by substitution u=1x2u=1-x^2 or x=sinθx = \sin \theta, but the symmetry argument is most efficient. This is a classic Easy reasoning question.

Q17. The integral 0πsinxcos(cosx)dx\int_{0}^{\pi} \sin x \cos(\cos x) dx equals:

A.0 ✅
B.2sin(1)\sin(1)
C.sin(2)\sin(2)
D.sin(1)\sin(1)
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Let u=cosxu = \cos x, du=sinxdxdu = -\sin x dx. Limits: x=0u=1x=0 \to u=1, x=πu=1x=\pi \to u=-1. The integral becomes 11cosudu=11cosudu=[sinu]11=sin(1)sin(1)=2sin(1)-\int_{1}^{-1} \cos u du = \int_{-1}^{1} \cos u du = [\sin u]_{-1}^{1} = \sin(1) - \sin(-1) = 2\sin(1). Wait, the correct answer is 2sin(1)2\sin(1). But option B is 2sin(1)2\sin(1). Let's check: 11cosudu=11cosudu=[sinu]11=sin1(sin1)=2sin1-\int_{1}^{-1} \cos u du = \int_{-1}^{1} \cos u du = [\sin u]_{-1}^{1} = \sin 1 - (-\sin 1) = 2\sin 1. So the correct answer is B.

Q18. A student uses u=x+1u = x+1 to evaluate 02xx+1dx\int_{0}^{2} x\sqrt{x+1} dx. What is the transformed integral?

A.13(u1)udu\int_{1}^{3} (u-1)\sqrt{u} du
B.02(u1)udu\int_{0}^{2} (u-1)\sqrt{u} du
C.13uu1du\int_{1}^{3} u\sqrt{u-1} du
D.13udu\int_{1}^{3} \sqrt{u} du
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: With u=x+1u=x+1, du=dxdu=dx, and x=u1x=u-1. Limits: x=0u=1x=0 \to u=1, x=2u=3x=2 \to u=3. The integral becomes 13(u1)udu\int_{1}^{3} (u-1)\sqrt{u} du. This is a correct Easy where the student must express xx in terms of uu and change the limits. Option A is correct. Common errors include not changing limits (B) or incorrectly expressing xx (C).

Q19. Which of the following is the correct antiderivative for dx19x2\int \frac{dx}{\sqrt{1-9x^2}}?

A.13sin1(3x)+C\frac{1}{3}\sin^{-1}(3x) + C
B.sin1(3x)+C\sin^{-1}(3x) + C
C.13sin1(x)+C\frac{1}{3}\sin^{-1}(x) + C
D.19sin1(3x)+C\frac{1}{9}\sin^{-1}(3x) + C
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Let u=3xu = 3x, du=3dxdu = 3 dx, so dx=du/3dx = du/3. Then du/31u2=13du1u2=13sin1(u)+C=13sin1(3x)+C\int \frac{du/3}{\sqrt{1-u^2}} = \frac{1}{3}\int \frac{du}{\sqrt{1-u^2}} = \frac{1}{3}\sin^{-1}(u) + C = \frac{1}{3}\sin^{-1}(3x) + C. This requires recognizing the standard integral du1u2=sin1u+C\int \frac{du}{\sqrt{1-u^2}} = \sin^{-1} u + C and correctly handling the coefficient of xx.

Q20. Evaluate 01exex+1dx\int_{0}^{1} \frac{e^x}{e^x+1} dx.

A.ln(2)\ln(2)
B.ln(e+12)\ln(\frac{e+1}{2})
C.1ln21 - \ln 2
D.ln(e+1)\ln(e+1)
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Let u=ex+1u = e^x+1, du=exdxdu = e^x dx. Limits: x=0u=2x=0 \to u=2, x=1u=e+1x=1 \to u=e+1. The integral becomes 2e+1duu=[lnu]2e+1=ln(e+1)ln2=ln(e+12)\int_{2}^{e+1} \frac{du}{u} = [\ln u]_{2}^{e+1} = \ln(e+1) - \ln 2 = \ln(\frac{e+1}{2}). This tests the substitution uu and the properties of logarithms. Option B is correct. A common error is to incorrectly evaluate ln(e+1)\ln(e+1) as 1+ln11+\ln 1, leading to option A or C.

Q21. What is the average value of f(x)=xex2f(x) = x e^{x^2} on the interval [0, 1]?

A.e12\frac{e-1}{2}
B.e1e-1
C.e2\frac{e}{2}
D.e14\frac{e-1}{4}
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: The average value is 11001xex2dx\frac{1}{1-0}\int_{0}^{1} x e^{x^2} dx. Let u=x2u=x^2, du=2xdxdu=2x dx, so xdx=du/2x dx = du/2. Limits: 0 to 1 become 0 to 1. The integral becomes 1201eudu=12(e1)\frac{1}{2}\int_{0}^{1} e^u du = \frac{1}{2}(e-1). The average value is e12\frac{e-1}{2}. This combines the concept of average value with the substitution method, making it a Easy problem.

Q22. If 01f(x)dx=4\int_{0}^{1} f(x) dx = 4, then 01xf(x2)dx\int_{0}^{1} x f(x^2) dx is:

A.1
B.2
C.4 ✅
D.8
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: Let u=x2u = x^2, du=2xdxdu = 2x dx, so xdx=du/2x dx = du/2. Limits: x=0u=0x=0 \to u=0, x=1u=1x=1 \to u=1. The integral becomes 1201f(u)du=12(4)=2\frac{1}{2}\int_{0}^{1} f(u) du = \frac{1}{2}(4) = 2. This is a straightforward Easy of substitution, but the trick is recognizing that the limits remain 0 to 1 and that the integral of f(u)f(u) from 0 to 1 is given. This is a classic problem that tests the understanding that the variable of integration is a dummy variable.

Q23. Which of the following substitutions is most appropriate for 0π/2sin4xcos5xdx\int_{0}^{\pi/2} \sin^4 x \cos^5 x dx?

A.u=sinxu = \sin x
B.u=cosxu = \cos x
C.u=tanxu = \tan x
D.u=sin2xu = \sin^2 x
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Both u=sinxu = \sin x and u=cosxu = \cos x would work, but u=sinxu = \sin x is more direct because du=cosxdxdu = \cos x dx, and the remaining cos4x\cos^4 x can be expressed as (1sin2x)2=(1u2)2(1-\sin^2 x)^2 = (1-u^2)^2. If u=cosxu = \cos x, du=sinxdxdu = -\sin x dx, and the remaining sin3x\sin^3 x is not a simple power of uu without introducing a square root. u=sinxu = \sin x leads to u4(1u2)2du\int u^4 (1-u^2)^2 du, which is a polynomial.

Q24. Evaluate 01x3x4+1dx\int_{0}^{1} \frac{x^3}{\sqrt{x^4+1}} dx.

A.21\sqrt{2}-1
B.212\frac{\sqrt{2}-1}{2}
C.22\frac{\sqrt{2}}{2}
D.12\frac{1}{2}
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Let u=x4+1u = x^4+1, du=4x3dxdu = 4x^3 dx, so x3dx=du/4x^3 dx = du/4. Limits: x=0u=1x=0 \to u=1, x=1u=2x=1 \to u=2. The integral becomes 1412u1/2du=14[2u1/2]12=12(21)\frac{1}{4}\int_{1}^{2} u^{-1/2} du = \frac{1}{4}[2u^{1/2}]_{1}^{2} = \frac{1}{2}(\sqrt{2}-1). This is a non-linear substitution where the derivative of uu is exactly present in the integrand. Option B is correct. Option A is missing the factor of 1/2.

Q25. A student claims that 02x4x2dx=83\int_{0}^{2} x\sqrt{4-x^2} dx = \frac{8}{3} by using u=4x2u=4-x^2. The student's answer is:

A.Correct ✅
B.Incorrect; the correct value is 83-\frac{8}{3}
C.Incorrect; the correct value is 43\frac{4}{3}
D.Incorrect; the correct value is 0
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Let u=4x2u=4-x^2, du=2xdxdu=-2x dx, so xdx=du/2x dx = -du/2. Limits: x=0u=4x=0 \to u=4, x=2u=0x=2 \to u=0. The integral becomes 1240udu=1204u1/2du=12[23u3/2]04=13(8)=83-\frac{1}{2}\int_{4}^{0} \sqrt{u} du = \frac{1}{2}\int_{0}^{4} u^{1/2} du = \frac{1}{2}[\frac{2}{3}u^{3/2}]_{0}^{4} = \frac{1}{3}(8) = \frac{8}{3}. The student's answer is correct. This question tests the student's ability to verify an answer and identify that the negative sign and changing limits are handled correctly.

🔗 Related Topics (MCQs)