What is Evaluating Definite Integrals by Substitution?
Definition: To evaluate ∫abf(g(x))g′(x)dx by substitution, let u=g(x). Change limits: u(a) and u(b). Then compute ∫u(a)u(b)f(u)du. This avoids converting back to x.
Example: ∫012xex2dx. Let u=x2. Limits: 0→0,1→1. du=2xdx. Integral: ∫01eudu=e1−e0=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.
A.01-Apr ✅
B.01-Feb
C.03-Apr
D.1
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Let u=sinx, so du=cosxdx. When x=0,u=0; when x=π/2,u=1. The integral becomes ∫01u3du=[u4/4]01=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 ∫1exlnxdx?
A.u=lnx ✅
B.u=1/x
C.u=(lnx)2/2
D.u=ex
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: The substitution u=ex would make the integral more complex because du=exdx and x=lnu, leading to ∫uln(lnu)du. The other substitutions simplify the integrand. u=lnx gives du=dx/x. u=1/x gives du=−dx/x2, leading to −∫uln(1/u)du. u=(lnx)2/2 is an antiderivative form.
Q3. A student evaluating ∫04x9−x2dx uses u=9−x2. What is the correct transformed integral?
A.∫9−7udu ✅
B.−21∫9−7udu
C.21∫925udu
D.−21∫925udu
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: With u=9−x2, du=−2xdx, so xdx=−du/2. Limits: x=0→u=9, x=4→u=−7. The integral becomes −21∫9−7udu. 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 and f is continuous, what is ∫01f(2x)dx?
A.2.5 ✅
B.5
C.10
D.Cannot be determined
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Let u=2x, then du=2dx, so dx=du/2. Limits: x=0→u=0, x=1→u=2. The integral becomes 21∫02f(u)du=21(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 ✅
B.∫0π/2cos(2x)dx
C.∫01xex2dx
D.∫02sin(4x−1)dx
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: The integral ∫01xex2dx requires a non-linear substitution u=x2. The others only require linear substitutions like u=3x+2, u=2x, or u=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.
A.0 ✅
B.02-Mar
C.01-Mar
D.04-Mar
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Let u=sinx, du=cosxdx. Limits: x=−π/2→u=−1, x=π/2→u=1. The integral becomes ∫−11u2du=[u3/3]−11=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/3.
Q7. What is the most common error when applying substitution to definite integrals?
A.Choosing the wrong u ✅
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 x-values to corresponding u-values. Students often compute the antiderivative in terms of u, evaluate at the original x-limits, or forget to back-substitute for the final evaluation. This error leads to incorrect numerical answers and is a common misconception.
Q8. If f is continuous and ∫14f(u)du=7, then ∫01xf(x2+1)dx=?
A.07-Feb ✅
B.14
C.07-Apr
D.Cannot be determined
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Let u=x2+1, du=2xdx, so xdx=du/2. Limits: x=0→u=1, x=1→u=2. The integral becomes 21∫12f(u)du. We are given ∫14f(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. The new limits are 1 to 2, not 1 to 4. So the value is 21∫12f(u)du, which is not determined by the given information. Correct answer: Cannot be determined.
Q9. The substitution u=x2 transforms ∫02x3x2+1dx into which integral?
A.21∫04uu+1du ✅
B.21∫04u2u+1du
C.21∫02uu+1du
D.∫04uu+1du
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Let u=x2, then du=2xdx, so xdx=du/2. The integrand x3x2+1dx=x2x2+1(xdx)=uu+1(du/2). Limits: x=0→u=0, x=2→u=4. So the integral is 21∫04uu+1du. The challenge is correctly identifying x3dx as x2(xdx).
Q10. Which of the following is the correct evaluation of ∫011−x2xdx using substitution?
A.[−1−x2]01 ✅
B.[−1−x2]01 and equals 1
C.[−1−x2]01 and equals -1
D.[−1−x2]10
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: Let u=1−x2, du=−2xdx, so xdx=−du/2. Limits: x=0→u=1, x=1→u=0. The integral becomes −21∫10u−1/2du=21∫01u−1/2du=[u]01=1. Or directly, the antiderivative is −1−x2, evaluated from 0 to 1 gives −0−(−1)=1. Option B correctly states the antiderivative and the value.
Q11. If F(x) is an antiderivative of f(x), what is ∫abxf(x2)dx in terms of F?
A.21[F(b2)−F(a2)] ✅
B.F(b2)−F(a2)
C.21[F(b)−F(a)]
D.F(b)−F(a)
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: Let u=x2, du=2xdx, so xdx=du/2. Limits: x=a→u=a2, x=b→u=b2. The integral becomes 21∫a2b2f(u)du=21[F(b2)−F(a2)]. This demonstrates the chain rule in reverse and the change of limits, requiring an understanding that the argument of F must match the new limits of integration.
Q12. Evaluate ∫0π/4tanxsec2xdx.
A.01-Feb ✅
B.1
C.2−1
D.01-Apr
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Let u=tanx, then du=sec2xdx. Limits: x=0→u=0, x=π/4→u=1. The integral becomes ∫01udu=[u2/2]01=1/2. This is a straightforward Easy where the derivative of the chosen u is present in the integrand, making the substitution obvious and the integration simple.
Q13. A student evaluates ∫12xlnxdx and gets ln(ln2). What is the student's mistake?
A.They used u=lnx 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=lnx, du=dx/x. Limits: x=1→u=0, x=2→u=ln2. The integral becomes ∫0ln2udu=[ln∣u∣]0ln2. However, ln(0) is undefined, so the integral is improper. The correct evaluation would be limϵ→0+∫ϵln2udu=∞. The student likely ignored the singularity at x=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(1−x)3dx using substitution?
A.u=1−x, du=−dx ✅
B.x=1−u
C.Limits: 0 to 1 become 1 to 0
D.∫01x(1−x)3dx=−∫10(1−u)u3du
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: All steps are correct. Let u=1−x, du=−dx, x=1−u. Limits: x=0→u=1, x=1→u=0. So ∫01x(1−x)3dx=∫10(1−u)u3(−du)=−∫10(1−u)u3du=∫01(1−u)u3du. 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, what is ∫01f(1−x)dx?
A.3
B.-3
C.1
D.Cannot be determined ✅
💡 Difficulty: hard | ✅ Correct: D
📖 Explanation: Let u=1−x, du=−dx. Limits: x=0→u=1, x=1→u=0. The integral becomes ∫10f(u)(−du)=∫01f(u)du=3. This shows that the integral is invariant under the substitution x→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 ∫−11x31−x2dx.
A.0 ✅
B.01-Feb
C.02-Mar
D.1
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: The function f(x)=x31−x2 is odd because f(−x)=−x31−x2=−f(x). The interval [−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=1−x2 or x=sinθ, but the symmetry argument is most efficient. This is a classic Easy reasoning question.
Q17. The integral ∫0πsinxcos(cosx)dx equals:
A.0 ✅
B.2sin(1)
C.sin(2)
D.sin(1)
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Let u=cosx, du=−sinxdx. Limits: x=0→u=1, x=π→u=−1. The integral becomes −∫1−1cosudu=∫−11cosudu=[sinu]−11=sin(1)−sin(−1)=2sin(1). Wait, the correct answer is 2sin(1). But option B is 2sin(1). Let's check: −∫1−1cosudu=∫−11cosudu=[sinu]−11=sin1−(−sin1)=2sin1. So the correct answer is B.
Q18. A student uses u=x+1 to evaluate ∫02xx+1dx. What is the transformed integral?
A.∫13(u−1)udu ✅
B.∫02(u−1)udu
C.∫13uu−1du
D.∫13udu
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: With u=x+1, du=dx, and x=u−1. Limits: x=0→u=1, x=2→u=3. The integral becomes ∫13(u−1)udu. This is a correct Easy where the student must express x in terms of u and change the limits. Option A is correct. Common errors include not changing limits (B) or incorrectly expressing x (C).
Q19. Which of the following is the correct antiderivative for ∫1−9x2dx?
A.31sin−1(3x)+C ✅
B.sin−1(3x)+C
C.31sin−1(x)+C
D.91sin−1(3x)+C
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Let u=3x, du=3dx, so dx=du/3. Then ∫1−u2du/3=31∫1−u2du=31sin−1(u)+C=31sin−1(3x)+C. This requires recognizing the standard integral ∫1−u2du=sin−1u+C and correctly handling the coefficient of x.
Q20. Evaluate ∫01ex+1exdx.
A.ln(2) ✅
B.ln(2e+1)
C.1−ln2
D.ln(e+1)
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Let u=ex+1, du=exdx. Limits: x=0→u=2, x=1→u=e+1. The integral becomes ∫2e+1udu=[lnu]2e+1=ln(e+1)−ln2=ln(2e+1). This tests the substitution u and the properties of logarithms. Option B is correct. A common error is to incorrectly evaluate ln(e+1) as 1+ln1, leading to option A or C.
Q21. What is the average value of f(x)=xex2 on the interval [0, 1]?
A.2e−1 ✅
B.e−1
C.2e
D.4e−1
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: The average value is 1−01∫01xex2dx. Let u=x2, du=2xdx, so xdx=du/2. Limits: 0 to 1 become 0 to 1. The integral becomes 21∫01eudu=21(e−1). The average value is 2e−1. This combines the concept of average value with the substitution method, making it a Easy problem.
Q22. If ∫01f(x)dx=4, then ∫01xf(x2)dx is:
A.1
B.2
C.4 ✅
D.8
💡 Difficulty: medium | ✅ Correct: C
📖 Explanation: Let u=x2, du=2xdx, so xdx=du/2. Limits: x=0→u=0, x=1→u=1. The integral becomes 21∫01f(u)du=21(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) 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?
A.u=sinx ✅
B.u=cosx
C.u=tanx
D.u=sin2x
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: Both u=sinx and u=cosx would work, but u=sinx is more direct because du=cosxdx, and the remaining cos4x can be expressed as (1−sin2x)2=(1−u2)2. If u=cosx, du=−sinxdx, and the remaining sin3x is not a simple power of u without introducing a square root. u=sinx leads to ∫u4(1−u2)2du, which is a polynomial.
Q24. Evaluate ∫01x4+1x3dx.
A.2−1 ✅
B.22−1
C.22
D.21
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Let u=x4+1, du=4x3dx, so x3dx=du/4. Limits: x=0→u=1, x=1→u=2. The integral becomes 41∫12u−1/2du=41[2u1/2]12=21(2−1). This is a non-linear substitution where the derivative of u is exactly present in the integrand. Option B is correct. Option A is missing the factor of 1/2.
Q25. A student claims that ∫02x4−x2dx=38 by using u=4−x2. The student's answer is:
A.Correct ✅
B.Incorrect; the correct value is −38
C.Incorrect; the correct value is 34
D.Incorrect; the correct value is 0
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: Let u=4−x2, du=−2xdx, so xdx=−du/2. Limits: x=0→u=4, x=2→u=0. The integral becomes −21∫40udu=21∫04u1/2du=21[32u3/2]04=31(8)=38. 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.