Definition: Nonlinear u-substitution handles cases where u is a quadratic or higher-degree polynomial. Success depends on the derivative du being proportional to the non-u part of the integrand, often requiring algebraic manipulation or factoring constants.
Example: Integrate ∫xx2+4dx. Let u=x2+4, du=2xdx⇒xdx=du/2. Integral: ∫u2du=21⋅32u3/2+C=31(x2+4)3/2+C.
Reason: This extends substitution utility to radical and rational functions, demonstrating how variable changes can simplify seemingly difficult integrals into standard power rule applications.
10
Easy
14
Medium
1
Hard
📝 All U substitution for nonlinear functions MCQs
Q1. Evaluate ∫12x2(2x3+5)4dx.
A.15(2x3+5)5+C
B.5(2x3+5)5+C
C.52(2x3+5)5+C ✅
D.12(2x3+5)5+C
💡 Difficulty: medium | ✅ Correct: C
📖 Explanation: The correct substitution is u=2x3+5, so du=6x2dx. The integral becomes ∫2u4du=52u5+C=52(2x3+5)5+C. Option A is missing the factor of 2, option B incorrectly divides by 5 instead of 52, and option D fails to account for the chain rule.
Q2. Which substitution would be most effective for evaluating ∫x3ex4dx?
A.u=x3
B.u=ex4
C.u=x4 ✅
D.u=4x3
💡 Difficulty: medium | ✅ Correct: C
📖 Explanation: The presence of x3 and ex4 suggests that the derivative of x4 is 4x3, which is present in the integrand up to a constant factor. Letting u=x4 makes du=4x3dx, perfectly matching the x3dx part. The other options either don't simplify the exponential argument or don't produce du in the integrand.
Q3. Evaluate ∫016x(3x2+1)2dx.
A.14 ✅
B.28
C.7
D.21
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Using u=3x2+1, du=6xdx. When x=0,u=1; when x=1,u=4. The integral becomes ∫14u2du=3u314=364−1=21. Option A is 14, which is the correct answer if one mistakenly evaluates the integral without changing limits, a common error. This question tests the understanding of changing limits for definite integrals.
Q4. A student makes the substitution u=sinx for the integral ∫cosxsin2xdx. What is the resulting integral?
A.∫u2du ✅
B.∫cosxu2du
C.∫cosxu2du
D.∫u−2du
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: If u=sinx, then du=cosxdx. The cosx in the integrand is exactly du. Therefore the integral simplifies directly to ∫u2du. Options B and C incorrectly leave cosx in the expression; Option D is the result of an incorrect derivation, not an Easy of chain rule.
Q5. Evaluate ∫4−x2xdx.
A.4−x2+C
B.−4−x2+C ✅
C.214−x2+C
D.−214−x2+C
💡 Difficulty: easy | ✅ Correct: B
📖 Explanation: Let u=4−x2, du=−2xdx. Then xdx=−21du. The integral becomes −21∫u−1/2du=−u+C=−4−x2+C. Option A misses the negative sign introduced by the derivative. This is a classic case where students forget to account for the negative sign from the chain rule during substitution.
Q6. Evaluate ∫tanxdx using substitution.
A.−ln∣cosx∣+C ✅
B.ln∣sinx∣+C
C.ln∣secx∣+C
D.−ln∣sinx∣+C
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Rewriting the integrand as ∫cosxsinxdx, we let u=cosx, du=−sinxdx. The integral becomes −∫udu=−ln∣u∣+C=−ln∣cosx∣+C. Option B is a common mistake from using u=sinx. Option C is equivalent to A only if you ignore the constant, but option A is the most direct standard form.
Q7. Find ∫x2x+1dx.
A.10(2x+1)5/2−6(2x+1)3/2+C ✅
B.6(2x+1)3/2+C
C.5(2x+1)5/2+C
D.6(2x+1)3/2(x+1)+C
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: Let u=2x+1, so x=2u−1, dx=21du. The integral becomes 41∫(u−1)u1/2du=41∫(u3/2−u1/2)du=10(2x+1)5/2−6(2x+1)3/2+C. Option A is the only one that correctly handles both the x and dx transformations, highlighting the need to express the entire integrand in terms of u.
Q8. A student attempts to evaluate ∫x2ex3dx by setting u=x2. Why does this substitution fail?
A.Because du=2xdx, which doesn't account for the x3 in the exponent. ✅
B.Because u=x2 makes the integral too complex.
C.Because it fails to eliminate the x3 term.
D.Because du is not a multiple of x2dx.
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: For a substitution to work, the derivative of u must appear in the integrand. If u=x2, du=2xdx, leaving ex3 which cannot be expressed in terms of u. The correct substitution is u=x3, because its derivative 3x2dx is present. Option A correctly identifies the failure of this substitution.
Q9. Evaluate ∫e2x+2ex+1exdx.
A.−ex+11+C ✅
B.ex+11+C
C.ln(ex+1)+C
D.(ex+1)2ex+C
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: Let u=ex+1, then du=exdx. The integral becomes ∫u2du=−u1+C=−ex+11+C. Option B is the negative of the correct answer, a sign error. Option C would result from integrating 1/u instead of 1/u2. This problem tests recognition of perfect square trinomials and the Easy of substitution to rational functions.
Q10. Given the graph of f'(x), knowing the chain rule, which substitution would you propose to solve an integral that results in a 'u-substitution'?
A.Set u= the entire function inside a composition. ✅
B.Set u=f(x).
C.Set u = f'(x).
D.Set u=x.
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: In general, if an integral involves a composition of functions, we look for an 'inner function' whose derivative appears elsewhere in the integrand. This inner function is typically a nonlinear expression. While options B and C might be specific cases, option A is the general principle that guides the choice, and is the most comprehensive.
Q11. Evaluate ∫(x2+3x+5)22x+3dx.
A.−x2+3x+51+C ✅
B.x2+3x+51+C
C.−2(x2+3x+5)21+C
D.ln∣(x2+3x+5)2∣+C
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: Let u=x2+3x+5, du=(2x+3)dx. The integral simplifies to ∫u−2du=−u−1+C=−x2+3x+51+C. Option B is a sign error. Option C incorrectly integrates with respect to u and then substitutes back. The correct approach is to recognize that the numerator is exactly the derivative of the denominator.
Q12. Find the area under the curve y=xsin(x2) from x=0 to x=π.
A.1 ✅
B.0
C.-1
D.2
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: To find the area, evaluate the definite integral ∫0πxsin(x2)dx. Let u=x2, du=2xdx. When x=0,u=0; when x=π,u=π. The integral becomes 21∫0πsinudu=21[−cosu]0π=21(1−(−1))=1. Option B is 0, which would be the result of a sign error or integration of a different function.
Q13. Evaluate ∫x6+1x2dx.
A.31sinh−1(x3)+C ✅
B.31tan−1(x3)+C
C.sinh−1(x3)+C
D.31ln∣x3+x6+1∣+C
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: Let u=x3, so du=3x2dx. The integral becomes 31∫u2+1du=31sinh−1(u)+C=31sinh−1(x3)+C. Option A is correct. Option D is an equivalent expression since sinh−1(z)=ln(z+z2+1), but option A is the most direct and elegant answer.
Q14. A common error is to forget to substitute the differential when using u-substitution. Which integral represents the result of setting u=x2+1 for ∫2xx2+1dx without a differential correction?
A.∫udx ✅
B.∫2xudx
C.∫udu
D.∫2xx2+1dx
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: If you set u=x2+1 and incorrectly keep dx instead of converting to du, you'd get ∫u⋅2xdx=∫udx, which is not in terms of u alone. This is a common mistake, especially for students transitioning from basic to more complex substitutions. Option A clearly shows the incomplete substitution, making it the correct answer.
Q15. Evaluate ∫π/2π2xcos(x2)dx.
A.−22
B.22 ✅
C.0
D.1
💡 Difficulty: easy | ✅ Correct: B
📖 Explanation: Let u=x2, du=2xdx. The limits become: when x=π/2, u=π/4; when x=π, u=π. The integral is ∫π/4πcosudu=[sinu]π/4π=sinπ−sin(π/4)=0−22=−22. Option B is the negative of the correct answer, likely from swapping limits or a sign error. This problem tests careful substitution of limits and attention to signs.
Q16. What is ∫xsec2(x2)dx?
A.21tan(x2)+C ✅
B.tan(x2)+C
C.21sec(x2)+C
D.sec(x2)+C
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Let u=x2, du=2xdx. Then ∫xsec2(x2)dx=21∫sec2udu=21tanu+C=21tan(x2)+C. Option B is missing the 1/2 factor. Option C incorrectly integrates a derivative of a different trigonometric function. Option D has the same issue with the factor of 1/2 and uses the wrong trigonometric function.
Q17. Evaluate ∫x(4−x2)3/2dx.
A.−51(4−x2)5/2+C ✅
B.51(4−x2)5/2+C
C.−101(4−x2)5/2+C
D.101(4−x2)5/2+C
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: Let u=4−x2, du=−2xdx. Then xdx=−21du. The integral becomes −21∫u3/2du=−51u5/2+C=−51(4−x2)5/2+C. Option A is correct. Option B would be the result if the negative sign was forgotten. Option C or D would be the result of a factor error.
Q18. A student evaluated ∫xlnxdx using u=lnx, getting ln∣lnx∣+C. What is the best way to check the answer?
A.Differentiate ln∣lnx∣. ✅
B.Set u=1/x.
C.Check the domain of lnx.
D.None, the answer is correct.
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: The fundamental theorem of calculus states that differentiation and integration are inverse processes. The best way to verify an antiderivative is to differentiate it and see if you get back the original integrand. Differentiating ln∣lnx∣ gives lnx1⋅x1=xlnx1, confirming the answer. Option B suggests a different approach but isn't a verification method. Option C is unrelated.
Q19. Which substitution would transform ∫1−x4x3dx into a simpler form?
A.u=x4
B.u=1−x4 ✅
C.u=1−x4
D.u=x2
💡 Difficulty: medium | ✅ Correct: B
📖 Explanation: The integrand's structure x3dx is almost a multiple of the derivative of x4, but the presence of x4 under the square root suggests u=1−x4. Then du=−4x3dx, exactly matching the x3dx part. Option A would make du=4x3dx, which would require adjusting signs. Option B is the most direct and cleaner substitution. Option C would involve more complex differentiation.
Q20. The region bounded by y=xex2, x=0, x=1, and y=0 is rotated about the x-axis. The volume is given by π∫01x2e2x2dx. To evaluate this, which substitution is most appropriate?
A.u=x2
B.u=2x2 ✅
C.u=e2x2
D.u=x
💡 Difficulty: easy | ✅ Correct: B
📖 Explanation: The integral involves xex2. The derivative of x2 is 2xdx, which is present. Setting u=2x2 gives du=4xdx, which also works. However, for x2e2x2, letting u=2x2 gives du=4xdx and the integrand becomes x2eu=(u/2)eu, making the integral straightforward. Option A leaves a u/2 as well, but B is more direct for the exponential argument. Option C would require solving for dx in terms of u and x, making it messy.
Q21. What is the error in the following solution? ∫xcos(x2)dx=∫cosudu=sin(x2)+C, where u=x2.
A.The differential du=2xdx was omitted, so a factor of 1/2 is missing. ✅
B.The substitution u=x2 is incorrect.
C.The derivative of cos(x2) is incorrect.
D.There is no error; the solution is correct.
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: The solution shows a classic error of not completely substituting all parts of the integrand. If u=x2, then du=2xdx, so xdx=21du. The correct integral is 21∫cosudu=21sin(x2)+C. The student omitted the factor of 1/2. Option A accurately identifies the missing factor. Option B is false because the substitution is appropriate.
Q22. Evaluate ∫0π/2sin3xcosxdx.
A.41 ✅
B.21
C.0
D.43
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Let u=sinx, du=cosxdx. When x=0,u=0; when x=π/2,u=1. The integral becomes ∫01u3du=4u401=41. Option B or D would be the result of integrating a different power. Option C would be the result of a sign error. This problem tests substitution with definite limits and a simple polynomial after substitution.
Q23. Identify the substitution that will make ∫1−x6x2dx solvable.
A.u=x2
B.u=x3 ✅
C.u=1−x6
D.u=x6
💡 Difficulty: hard | ✅ Correct: B
📖 Explanation: The integral has x2dx and a square root involving (x3)2. Let u=x3, then du=3x2dx. The integral becomes 31∫1−u2du=31sin−1(u)+C=31sin−1(x3)+C. Option B correctly identifies the inner function that, when squared, matches the radical term. Option A would not simplify the radical. Option C would require solving for x and dx, which is cumbersome.
Q24. A graph of the function y=2xsin(x2) is given. The area under the curve from x=0 to x=π is best found by:
A.Using u-substitution to evaluate the integral analytically. ✅
B.Using a midpoint rule with a large number of subintervals.
C.Using a right endpoint approximation.
D.Reading the graph's scale to estimate the area.
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: While numerical methods can approximate the area, u-substitution provides an exact analytical solution for this function. Since the derivative of x2 is 2x, the substitution is straightforward. Relying solely on graph reading or Riemann sums would be inefficient and less accurate for such a function with a clear substitution pattern. Option A is the most mathematically sound approach.
Q25. Evaluate ∫cos3xsinxdx.
A.21sec2x+C ✅
B.21tan2x+C
C.−21sec2x+C
D.−21cos−2x+C
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: Let u=cosx, du=−sinxdx. The integral becomes −∫u−3du=21u−2+C=21sec2x+C. Option A is correct. Option B is an alternative form since \frac{1}{2} \tan^2 x + C = \frac{1}{2}(\sec^2 x - 1) + C = \frac{1}{2} \sec^2 x + C', but in terms of u, option A is the most direct. Option C has a sign error. This problem tests substitution with trigonometric functions and power reduction.