🎓 BookMCQ
← Back to 6. Integration

📝 U substitution for nonlinear functions (25 MCQs)

📖 From Calculus • 6. Integration • 25 questions available

What is U substitution for nonlinear functions?

Definition:
Nonlinear u-substitution handles cases where uu is a quadratic or higher-degree polynomial. Success depends on the derivative dudu being proportional to the non-u part of the integrand, often requiring algebraic manipulation or factoring constants.

Example:
Integrate xx2+4dx\int x\sqrt{x^2+4} \, dx. Let u=x2+4u = x^2+4, du=2xdxxdx=du/2du = 2x \, dx \Rightarrow x \, dx = du/2. Integral: udu2=1223u3/2+C=13(x2+4)3/2+C\int \sqrt{u} \frac{du}{2} = \frac{1}{2} \cdot \frac{2}{3}u^{3/2} + C = \frac{1}{3}(x^2+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\int 12x^2(2x^3+5)^4 \, dx.

A.(2x3+5)515+C\frac{(2x^3+5)^5}{15} + C
B.(2x3+5)55+C\frac{(2x^3+5)^5}{5} + C
C.25(2x3+5)5+C\frac{2}{5}(2x^3+5)^5 + C
D.12(2x3+5)5+C12(2x^3+5)^5 + C
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: The correct substitution is u=2x3+5u = 2x^3 + 5, so du=6x2dxdu = 6x^2 \, dx. The integral becomes 2u4du=2u55+C=25(2x3+5)5+C\int 2u^4 \, du = \frac{2u^5}{5} + C = \frac{2}{5}(2x^3+5)^5 + C. Option A is missing the factor of 2, option B incorrectly divides by 5 instead of 25\frac{2}{5}, and option D fails to account for the chain rule.

Q2. Which substitution would be most effective for evaluating x3ex4dx\int x^3 e^{x^4} \, dx?

A.u=x3u = x^3
B.u=ex4u = e^{x^4}
C.u=x4u = x^4
D.u=4x3u = 4x^3
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: The presence of x3x^3 and ex4e^{x^4} suggests that the derivative of x4x^4 is 4x34x^3, which is present in the integrand up to a constant factor. Letting u=x4u = x^4 makes du=4x3dxdu = 4x^3 dx, perfectly matching the x3dxx^3 dx part. The other options either don't simplify the exponential argument or don't produce dudu in the integrand.

Q3. Evaluate 016x(3x2+1)2dx\int_0^1 6x(3x^2+1)^2 \, dx.

A.1414
B.2828
C.77
D.2121
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Using u=3x2+1u = 3x^2+1, du=6xdxdu = 6x dx. When x=0,u=1x=0, u=1; when x=1,u=4x=1, u=4. The integral becomes 14u2du=u3314=6413=21\int_1^4 u^2 du = \frac{u^3}{3} \big|_1^4 = \frac{64-1}{3} = 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=sinxu = \sin x for the integral cosxsin2xdx\int \cos x \, \sin^2 x \, dx. What is the resulting integral?

A.u2du\int u^2 \, du
B.cosxu2du\int \cos x \, u^2 \, du
C.u2cosxdu\int \frac{u^2}{\cos x} \, du
D.u2du\int u^{-2} \, du
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: If u=sinxu = \sin x, then du=cosxdxdu = \cos x dx. The cosx\cos x in the integrand is exactly dudu. Therefore the integral simplifies directly to u2du\int u^2 du. Options B and C incorrectly leave cosx\cos x in the expression; Option D is the result of an incorrect derivation, not an Easy of chain rule.

Q5. Evaluate x4x2dx\int \frac{x}{\sqrt{4-x^2}} \, dx.

A.4x2+C\sqrt{4-x^2} + C
B.4x2+C-\sqrt{4-x^2} + C
C.124x2+C\frac{1}{2} \sqrt{4-x^2} + C
D.124x2+C-\frac{1}{2} \sqrt{4-x^2} + C
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: Let u=4x2u = 4-x^2, du=2xdxdu = -2x dx. Then xdx=12dux dx = -\frac{1}{2} du. The integral becomes 12u1/2du=u+C=4x2+C-\frac{1}{2} \int u^{-1/2} du = -\sqrt{u} + C = -\sqrt{4-x^2} + 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\int \tan x \, dx using substitution.

A.lncosx+C-\ln|\cos x| + C
B.lnsinx+C\ln|\sin x| + C
C.lnsecx+C\ln|\sec x| + C
D.lnsinx+C-\ln|\sin x| + C
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Rewriting the integrand as sinxcosxdx\int \frac{\sin x}{\cos x} dx, we let u=cosxu = \cos x, du=sinxdxdu = -\sin x dx. The integral becomes duu=lnu+C=lncosx+C-\int \frac{du}{u} = -\ln|u| + C = -\ln|\cos x| + C. Option B is a common mistake from using u=sinxu = \sin x. 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\int x\sqrt{2x+1} \, dx.

A.(2x+1)5/210(2x+1)3/26+C\frac{(2x+1)^{5/2}}{10} - \frac{(2x+1)^{3/2}}{6} + C
B.(2x+1)3/26+C\frac{(2x+1)^{3/2}}{6} + C
C.(2x+1)5/25+C\frac{(2x+1)^{5/2}}{5} + C
D.(2x+1)3/26(x+1)+C\frac{(2x+1)^{3/2}}{6} (x+1) + C
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Let u=2x+1u = 2x+1, so x=u12x = \frac{u-1}{2}, dx=12dudx = \frac{1}{2}du. The integral becomes 14(u1)u1/2du=14(u3/2u1/2)du=(2x+1)5/210(2x+1)3/26+C\frac{1}{4} \int (u-1)u^{1/2} du = \frac{1}{4} \int (u^{3/2} - u^{1/2}) du = \frac{(2x+1)^{5/2}}{10} - \frac{(2x+1)^{3/2}}{6} + C. Option A is the only one that correctly handles both the xx and dxdx transformations, highlighting the need to express the entire integrand in terms of uu.

Q8. A student attempts to evaluate x2ex3dx\int x^2 e^{x^3} dx by setting u=x2u = x^2. Why does this substitution fail?

A.Because du=2xdxdu = 2x dx, which doesn't account for the x3x^3 in the exponent. ✅
B.Because u=x2u = x^2 makes the integral too complex.
C.Because it fails to eliminate the x3x^3 term.
D.Because dudu is not a multiple of x2dxx^2 dx.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: For a substitution to work, the derivative of uu must appear in the integrand. If u=x2u = x^2, du=2xdxdu = 2x dx, leaving ex3e^{x^3} which cannot be expressed in terms of uu. The correct substitution is u=x3u = x^3, because its derivative 3x2dx3x^2 dx is present. Option A correctly identifies the failure of this substitution.

Q9. Evaluate exe2x+2ex+1dx\int \frac{e^x}{e^{2x}+2e^x+1} \, dx.

A.1ex+1+C-\frac{1}{e^x+1} + C
B.1ex+1+C\frac{1}{e^x+1} + C
C.ln(ex+1)+C\ln(e^x+1) + C
D.ex(ex+1)2+C\frac{e^x}{(e^x+1)^2} + C
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Let u=ex+1u = e^x+1, then du=exdxdu = e^x dx. The integral becomes duu2=1u+C=1ex+1+C\int \frac{du}{u^2} = -\frac{1}{u} + C = -\frac{1}{e^x+1} + C. Option B is the negative of the correct answer, a sign error. Option C would result from integrating 1/u1/u instead of 1/u21/u^2. 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=u = the entire function inside a composition. ✅
B.Set u=f(x)u = f(x).
C.Set u = f'(x).
D.Set u=xu = 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 2x+3(x2+3x+5)2dx\int \frac{2x+3}{(x^2+3x+5)^2} \, dx.

A.1x2+3x+5+C-\frac{1}{x^2+3x+5} + C
B.1x2+3x+5+C\frac{1}{x^2+3x+5} + C
C.12(x2+3x+5)2+C-\frac{1}{2(x^2+3x+5)^2} + C
D.ln(x2+3x+5)2+C\ln|(x^2+3x+5)^2| + C
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Let u=x2+3x+5u = x^2+3x+5, du=(2x+3)dxdu = (2x+3) dx. The integral simplifies to u2du=u1+C=1x2+3x+5+C\int u^{-2} du = -u^{-1} + C = -\frac{1}{x^2+3x+5} + C. Option B is a sign error. Option C incorrectly integrates with respect to uu 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)y = x \sin(x^2) from x=0x=0 to x=πx=\sqrt{\pi}.

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\int_0^{\sqrt{\pi}} x \sin(x^2) dx. Let u=x2u = x^2, du=2xdxdu = 2x dx. When x=0,u=0x=0, u=0; when x=π,u=πx=\sqrt{\pi}, u=\pi. The integral becomes 120πsinudu=12[cosu]0π=12(1(1))=1\frac{1}{2} \int_0^\pi \sin u du = \frac{1}{2} [-\cos u]_0^\pi = \frac{1}{2} (1 - (-1)) = 1. Option B is 0, which would be the result of a sign error or integration of a different function.

Q13. Evaluate x2x6+1dx\int \frac{x^2}{\sqrt{x^6+1}} \, dx.

A.13sinh1(x3)+C\frac{1}{3} \sinh^{-1}(x^3) + C
B.13tan1(x3)+C\frac{1}{3} \tan^{-1}(x^3) + C
C.sinh1(x3)+C\sinh^{-1}(x^3) + C
D.13lnx3+x6+1+C\frac{1}{3} \ln|x^3+\sqrt{x^6+1}| + C
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Let u=x3u = x^3, so du=3x2dxdu = 3x^2 dx. The integral becomes 13duu2+1=13sinh1(u)+C=13sinh1(x3)+C\frac{1}{3} \int \frac{du}{\sqrt{u^2+1}} = \frac{1}{3} \sinh^{-1}(u) + C = \frac{1}{3} \sinh^{-1}(x^3) + C. Option A is correct. Option D is an equivalent expression since sinh1(z)=ln(z+z2+1)\sinh^{-1}(z) = \ln(z+\sqrt{z^2+1}), but option A is the most direct and elegant answer.

Q14. A common error is to forget to substitute the differential when using uu-substitution. Which integral represents the result of setting u=x2+1u = x^2+1 for 2xx2+1dx\int 2x \sqrt{x^2+1} dx without a differential correction?

A.udx\int \sqrt{u} \, dx
B.2xudx\int 2x \sqrt{u} \, dx
C.udu\int \sqrt{u} \, du
D.2xx2+1dx\int 2x \sqrt{x^2+1} dx
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: If you set u=x2+1u = x^2+1 and incorrectly keep dxdx instead of converting to dudu, you'd get u2xdx=udx\int \sqrt{u} \cdot 2x dx = \int \sqrt{u} \, dx, which is not in terms of uu 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\int_{\sqrt{\pi}/2}^{\sqrt{\pi}} 2x \cos(x^2) \, dx.

A.22-\frac{\sqrt{2}}{2}
B.22\frac{\sqrt{2}}{2}
C.00
D.11
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: Let u=x2u = x^2, du=2xdxdu = 2x dx. The limits become: when x=π/2x = \sqrt{\pi}/2, u=π/4u = \pi/4; when x=πx = \sqrt{\pi}, u=πu = \pi. The integral is π/4πcosudu=[sinu]π/4π=sinπsin(π/4)=022=22\int_{\pi/4}^{\pi} \cos u du = [\sin u]_{\pi/4}^{\pi} = \sin\pi - \sin(\pi/4) = 0 - \frac{\sqrt{2}}{2} = -\frac{\sqrt{2}}{2}. 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\int x \sec^2(x^2) \, dx?

A.12tan(x2)+C\frac{1}{2} \tan(x^2) + C
B.tan(x2)+C\tan(x^2) + C
C.12sec(x2)+C\frac{1}{2} \sec(x^2) + C
D.sec(x2)+C\sec(x^2) + C
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Let u=x2u = x^2, du=2xdxdu = 2x dx. Then xsec2(x2)dx=12sec2udu=12tanu+C=12tan(x2)+C\int x \sec^2(x^2) dx = \frac{1}{2} \int \sec^2 u du = \frac{1}{2} \tan u + C = \frac{1}{2} \tan(x^2) + C. Option B is missing the 1/21/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(4x2)3/2dx\int x(4-x^2)^{3/2} dx.

A.15(4x2)5/2+C-\frac{1}{5}(4-x^2)^{5/2} + C
B.15(4x2)5/2+C\frac{1}{5}(4-x^2)^{5/2} + C
C.110(4x2)5/2+C-\frac{1}{10}(4-x^2)^{5/2} + C
D.110(4x2)5/2+C\frac{1}{10}(4-x^2)^{5/2} + C
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Let u=4x2u = 4-x^2, du=2xdxdu = -2x dx. Then xdx=12dux dx = -\frac{1}{2} du. The integral becomes 12u3/2du=15u5/2+C=15(4x2)5/2+C-\frac{1}{2} \int u^{3/2} du = -\frac{1}{5} u^{5/2} + C = -\frac{1}{5}(4-x^2)^{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 dxxlnx\int \frac{dx}{x \ln x} using u=lnxu = \ln x, getting lnlnx+C\ln|\ln x| + C. What is the best way to check the answer?

A.Differentiate lnlnx\ln|\ln x|. ✅
B.Set u=1/xu = 1/x.
C.Check the domain of lnx\ln x.
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 lnlnx\ln|\ln x| gives 1lnx1x=1xlnx\frac{1}{\ln x} \cdot \frac{1}{x} = \frac{1}{x\ln x}, confirming the answer. Option B suggests a different approach but isn't a verification method. Option C is unrelated.

Q19. Which substitution would transform x31x4dx\int \frac{x^3}{\sqrt{1-x^4}} dx into a simpler form?

A.u=x4u = x^4
B.u=1x4u = 1-x^4
C.u=1x4u = \sqrt{1-x^4}
D.u=x2u = x^2
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: The integrand's structure x3dxx^3 dx is almost a multiple of the derivative of x4x^4, but the presence of x4x^4 under the square root suggests u=1x4u = 1-x^4. Then du=4x3dxdu = -4x^3 dx, exactly matching the x3dxx^3 dx part. Option A would make du=4x3dxdu = 4x^3 dx, 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=xex2y = x e^{x^2}, x=0x = 0, x=1x = 1, and y=0y = 0 is rotated about the x-axis. The volume is given by π01x2e2x2dx\pi \int_0^1 x^2 e^{2x^2} dx. To evaluate this, which substitution is most appropriate?

A.u=x2u = x^2
B.u=2x2u = 2x^2
C.u=e2x2u = e^{2x^2}
D.u=xu = x
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: The integral involves xex2x e^{x^2}. The derivative of x2x^2 is 2xdx2x dx, which is present. Setting u=2x2u = 2x^2 gives du=4xdxdu = 4x dx, which also works. However, for x2e2x2x^2 e^{2x^2}, letting u=2x2u = 2x^2 gives du=4xdxdu = 4x dx and the integrand becomes x2eu=(u/2)eux^2 e^u = (u/2) e^u, making the integral straightforward. Option A leaves a u/2u/2 as well, but B is more direct for the exponential argument. Option C would require solving for dxdx in terms of uu and xx, making it messy.

Q21. What is the error in the following solution? xcos(x2)dx=cosudu=sin(x2)+C\int x \cos(x^2) dx = \int \cos u du = \sin(x^2) + C, where u=x2u = x^2.

A.The differential du=2xdxdu = 2x dx was omitted, so a factor of 1/21/2 is missing. ✅
B.The substitution u=x2u = x^2 is incorrect.
C.The derivative of cos(x2)\cos(x^2) 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=x2u = x^2, then du=2xdxdu = 2x dx, so xdx=12dux dx = \frac{1}{2} du. The correct integral is 12cosudu=12sin(x2)+C\frac{1}{2} \int \cos u du = \frac{1}{2} \sin(x^2) + C. The student omitted the factor of 1/21/2. Option A accurately identifies the missing factor. Option B is false because the substitution is appropriate.

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

A.14\frac{1}{4}
B.12\frac{1}{2}
C.00
D.34\frac{3}{4}
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Let u=sinxu = \sin x, 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=u4401=14\int_0^1 u^3 du = \frac{u^4}{4} \big|_0^1 = \frac{1}{4}. 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 x21x6dx\int \frac{x^2}{\sqrt{1-x^6}} dx solvable.

A.u=x2u = x^2
B.u=x3u = x^3
C.u=1x6u = \sqrt{1-x^6}
D.u=x6u = x^6
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: The integral has x2dxx^2 dx and a square root involving (x3)2(x^3)^2. Let u=x3u = x^3, then du=3x2dxdu = 3x^2 dx. The integral becomes 13du1u2=13sin1(u)+C=13sin1(x3)+C\frac{1}{3} \int \frac{du}{\sqrt{1-u^2}} = \frac{1}{3} \sin^{-1}(u) + C = \frac{1}{3} \sin^{-1}(x^3) + 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 xx and dxdx, which is cumbersome.

Q24. A graph of the function y=2xsin(x2)y = 2x \sin(x^2) is given. The area under the curve from x=0x = 0 to x=πx = \sqrt{\pi} is best found by:

A.Using uu-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, uu-substitution provides an exact analytical solution for this function. Since the derivative of x2x^2 is 2x2x, 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 sinxcos3xdx\int \frac{\sin x}{\cos^3 x} dx.

A.12sec2x+C\frac{1}{2} \sec^2 x + C
B.12tan2x+C\frac{1}{2} \tan^2 x + C
C.12sec2x+C-\frac{1}{2} \sec^2 x + C
D.12cos2x+C-\frac{1}{2} \cos^{-2} x + C
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Let u=cosxu = \cos x, du=sinxdxdu = -\sin x dx. The integral becomes u3du=12u2+C=12sec2x+C-\int u^{-3} du = \frac{1}{2} u^{-2} + C = \frac{1}{2} \sec^2 x + 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 uu, option A is the most direct. Option C has a sign error. This problem tests substitution with trigonometric functions and power reduction.

🔗 Related Topics (MCQs)