Business Calculus Quiz: U Substitution
20 questions · exam conditions
0:00
U SubstitutionQuestion 1 of 20

A company's revenue rate is R(t)=1200t(4t2+9)3/2R'(t) = \frac{1200t}{(4t^2 + 9)^{3/2}} thousand dollars per month. Using u-substitution to find R(t)R(t), if u=4t2+9u = 4t^2 + 9, what is the coefficient that appears in front of the integral after substitution?

300300
150150
600600
12001200
← Back to quizzes

Business Calculus Quiz

Business Calculus Quiz: U Substitution

Practice U Substitution in Business Calculus with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on U Substitution, giving you a quick way to practice the rules, question types, and explanations that matter most for Business Calculus.

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 company's revenue rate is R(t)=1200t(4t2+9)3/2R'(t) = \frac{1200t}{(4t^2 + 9)^{3/2}} thousand dollars per month. Using u-substitution to find R(t)R(t), if u=4t2+9u = 4t^2 + 9, what is the coefficient that appears in front of the integral after substitution?

  1. 300300
  2. 150150 (correct answer)
  3. 600600
  4. 12001200
Explanation: When you encounter a u-substitution problem, you need to transform both the function and the differential to match your substitution. This question tests whether you can properly handle the coefficient that emerges during this transformation process. Given u=4t2+9u = 4t^2 + 9, you first find du=8tdtdu = 8t \, dt, which means dt=du8tdt = \frac{du}{8t}. Now you need to rewrite the original integral 1200t(4t2+9)3/2dt\int \frac{1200t}{(4t^2 + 9)^{3/2}} dt in terms of uu. Substituting u=4t2+9u = 4t^2 + 9 and dt=du8tdt = \frac{du}{8t}: 1200tu3/2du8t=1200tduu3/28t=12008u3/2du=150u3/2du\int \frac{1200t}{u^{3/2}} \cdot \frac{du}{8t} = \int \frac{1200t \cdot du}{u^{3/2} \cdot 8t} = \int \frac{1200}{8u^{3/2}} du = \int \frac{150}{u^{3/2}} du The coefficient in front of the integral after substitution is 150, making B correct. Looking at the wrong answers: A (300) likely comes from incorrectly calculating 12008\frac{1200}{8} or making an error with the differential substitution. C (600) might result from dividing 1200 by 2 instead of 8, perhaps confusing the derivative calculation. D (1200) suggests no recognition that substitution changes the coefficient—this would be the original coefficient before any transformation. Study tip: In u-substitution problems, always write out both u=u = and du=du = explicitly, then carefully substitute both parts. The coefficient almost always changes, so double-check your arithmetic when simplifying original coefficientcoefficient from du\frac{\text{original coefficient}}{\text{coefficient from } du}.

Question 2

If the substitution u=5x+2u = 5x+2 is used to evaluate the integral 35x+2dx\int \frac{3}{\sqrt{5x+2}} dx, which of the following integrals is obtained?

  1. 3udu\int \frac{3}{\sqrt{u}} du
  2. 15udu\int \frac{15}{\sqrt{u}} du
  3. 35udu\int \frac{3}{5\sqrt{u}} du (correct answer)
  4. 3(u2)5udu\int \frac{3(u-2)}{5\sqrt{u}} du
Explanation: When you encounter an integral that requires substitution, the key is remembering that you must substitute for both the variable AND the differential. The substitution affects every part of the integral. Given u=5x+2u = 5x + 2, you need to find what dxdx becomes in terms of dudu. Taking the derivative: dudx=5\frac{du}{dx} = 5, so dx=15dudx = \frac{1}{5}du. Now substitute everything into the original integral 35x+2dx\int \frac{3}{\sqrt{5x+2}} dx:
  • Replace 5x+25x + 2 with uu
  • Replace dxdx with 15du\frac{1}{5}du
This gives you: 3u15du=35udu\int \frac{3}{\sqrt{u}} \cdot \frac{1}{5} du = \int \frac{3}{5\sqrt{u}} du Looking at the wrong answers: Choice A forgot to account for the dxdx substitution entirely—it kept the coefficient as 3 instead of adjusting for the 15\frac{1}{5} factor. Choice B made the opposite error, multiplying by 5 instead of dividing by it (3×5=153 \times 5 = 15). Choice D unnecessarily complicated things by trying to express part of the integrand in terms of both uu and xx, which defeats the purpose of substitution. Study tip: Always remember the substitution formula: if u=g(x)u = g(x), then du=g(x)dxdu = g'(x)dx, so dx=dug(x)dx = \frac{du}{g'(x)}. The derivative of your substitution function becomes the reciprocal of your adjustment factor. Practice identifying g(x)g'(x) quickly—it's usually a constant in business calculus problems.

Question 3

Evaluate the definite integral: 0ax(a2x2)3dx\int_{0}^{a} x(a^2 - x^2)^3 dx, where aa is a positive constant.

  1. a88-\frac{a^8}{8}
  2. a88\frac{a^8}{8} (correct answer)
  3. a84\frac{a^8}{4}
  4. a66\frac{a^6}{6}
Explanation: When you encounter a definite integral with a polynomial expression raised to a power, look for substitution opportunities that can simplify the problem dramatically. For 0ax(a2x2)3dx\int_{0}^{a} x(a^2 - x^2)^3 dx, notice that the derivative of (a2x2)(a^2 - x^2) is 2x-2x, which relates directly to the xx factor outside the parentheses. This suggests using uu-substitution with u=a2x2u = a^2 - x^2. Setting up the substitution: u=a2x2u = a^2 - x^2, so du=2xdxdu = -2x \, dx, which means xdx=12dux \, dx = -\frac{1}{2}du. For the limits: when x=0x = 0, u=a202=a2u = a^2 - 0^2 = a^2; when x=ax = a, u=a2a2=0u = a^2 - a^2 = 0. The integral becomes: a20u3(12)du=120a2u3du\int_{a^2}^{0} u^3 \left(-\frac{1}{2}\right) du = \frac{1}{2}\int_{0}^{a^2} u^3 du Evaluating: 12[u44]0a2=12(a2)44=12a84=a88\frac{1}{2} \left[\frac{u^4}{4}\right]_0^{a^2} = \frac{1}{2} \cdot \frac{(a^2)^4}{4} = \frac{1}{2} \cdot \frac{a^8}{4} = \frac{a^8}{8} This confirms answer B is correct. Answer A (a88-\frac{a^8}{8}) results from forgetting to flip the limits when substituting or making a sign error. Answer C (a84\frac{a^8}{4}) comes from missing the factor of 12\frac{1}{2} in the substitution. Answer D (a66\frac{a^6}{6}) suggests incorrectly integrating the original expression without proper substitution. Strategy tip: When you see xx multiplied by an expression containing x2x^2, immediately check if uu-substitution can eliminate the xx factor—it often transforms complex-looking integrals into simple polynomial integration.

Question 4

Consider ln(x)xdx\int \frac{\ln(x)}{x}\,dx. If we use the substitution u=ln(x)u = \ln(x), what is the resulting integral in terms of uu?

  1. 1udu\int \frac{1}{u}\,du
  2. uxdu\int \frac{u}{x}\,du
  3. ueudu\int u \cdot e^u\,du
  4. udu\int u\,du (correct answer)
Explanation: When you encounter an integral with a natural logarithm like this one, substitution is often the right approach. The key is systematically transforming both the integrand and the differential. Starting with u=ln(x)u = \ln(x), you need to find dudu. Taking the derivative: dudx=1x\frac{du}{dx} = \frac{1}{x}, so du=1xdxdu = \frac{1}{x}dx. This is crucial because 1xdx\frac{1}{x}dx appears in your original integral. Now substitute into ln(x)xdx\int \frac{\ln(x)}{x}dx. Replace ln(x)\ln(x) with uu and 1xdx\frac{1}{x}dx with dudu: ux1xdx=udu=udu\int \frac{u}{x} \cdot \frac{1}{x}dx = \int u \cdot du = \int u\,du. The answer is D. Let's see why the other options miss the mark. Choice A (1udu\int \frac{1}{u}du) incorrectly assumes the ln(x)\ln(x) in the numerator disappears, but our substitution replaces it with uu. Choice B (uxdu\int \frac{u}{x}du) makes a common error—it partially substitutes but leaves xx in the denominator instead of recognizing that 1xdx=du\frac{1}{x}dx = du. Choice C (ueudu\int u \cdot e^u du) incorrectly introduces an exponential function that doesn't exist in the original problem. Remember this pattern: when you see ln(x)x\frac{\ln(x)}{x}, the substitution u=ln(x)u = \ln(x) works perfectly because du=1xdxdu = \frac{1}{x}dx matches the remaining factor. Always ensure both the function and differential are completely transformed in your substitution.

Question 5

Evaluate the definite integral: 126x(x2+2)3dx\int_{1}^{2} \frac{6x}{(x^2+2)^3} dx

  1. 124\frac{1}{24}
  2. 98\frac{9}{8}
  3. 18-\frac{1}{8}
  4. 18\frac{1}{8} (correct answer)
Explanation: To evaluate the integral, we use u-substitution. Let u=x2+2u = x^2+2. Then, the derivative is du=2xdxdu = 2x \, dx. The term 6xdx6x \, dx in the integrand can be written as 3(2xdx)=3du3 \cdot (2x \, dx) = 3 \, du. We must also change the limits of integration from xx-values to uu-values. The lower bound is x=1x=1, so u=12+2=3u = 1^2+2 = 3. The upper bound is x=2x=2, so u=22+2=6u = 2^2+2 = 6. The integral transforms to: 363u3du=363u3du\int_{3}^{6} \frac{3}{u^3} du = \int_{3}^{6} 3u^{-3} du Integrating with respect to uu gives: 3[u22]36=32[1u2]363 \left[ \frac{u^{-2}}{-2} \right]_{3}^{6} = -\frac{3}{2} \left[ \frac{1}{u^2} \right]_{3}^{6} Now, we evaluate at the new bounds: 32(162132)=32(13619)=32(136436)=32(336)=32(112)=324=18-\frac{3}{2} \left( \frac{1}{6^2} - \frac{1}{3^2} \right) = -\frac{3}{2} \left( \frac{1}{36} - \frac{1}{9} \right) = -\frac{3}{2} \left( \frac{1}{36} - \frac{4}{36} \right) = -\frac{3}{2} \left( -\frac{3}{36} \right) = -\frac{3}{2} \left( -\frac{1}{12} \right) = \frac{3}{24} = \frac{1}{8}

Question 6

Evaluate the indefinite integral: 5x3x2+7dx\int \frac{5x}{\sqrt{3x^2 + 7}} dx

  1. 533x2+7+C\frac{5}{3}\sqrt{3x^2 + 7} + C (correct answer)
  2. 103x2+7+C10\sqrt{3x^2 + 7} + C
  3. 59(3x2+7)3/2+C-\frac{5}{9}(3x^2 + 7)^{-3/2} + C
  4. 133x2+7+C\frac{1}{3}\sqrt{3x^2 + 7} + C
Explanation: Let uu be the expression inside the square root: u=3x2+7u = 3x^2 + 7. Then du=6xdxdu = 6x \, dx. We can solve for xdxx \, dx to get xdx=du6x \, dx = \frac{du}{6}. Now substitute into the integral: 5u(du6)=56u1/2du\int \frac{5}{\sqrt{u}} \left(\frac{du}{6}\right) = \frac{5}{6} \int u^{-1/2} du Apply the power rule for integration: 56(u1/21/2)+C=56(2u1/2)+C=53u1/2+C\frac{5}{6} \left( \frac{u^{1/2}}{1/2} \right) + C = \frac{5}{6} (2u^{1/2}) + C = \frac{5}{3}u^{1/2} + C Substitute back u=3x2+7u = 3x^2 + 7: 533x2+7+C\frac{5}{3}\sqrt{3x^2 + 7} + C Distractor B results from forgetting the 16\frac{1}{6} from the dudu term. Distractor C arises from an incorrect application of the power rule, subtracting 1 from the exponent instead of adding 1. Distractor D results from forgetting the factor of 5 from the original numerator.

Question 7

The rate of change of a company's revenue is modeled by R(t)=(t+1)e0.2t2+0.4tR'(t) = (t+1)e^{0.2t^2+0.4t} thousand dollars per year, where tt is the number of years from the present. Find the total revenue generated during the first 2 years (from t=0t=0 to t=2t=2).

  1. 0.4(e1.61)0.4(e^{1.6} - 1)
  2. 2.5(e1.61)2.5(e^{1.6} - 1) (correct answer)
  3. e1.61e^{1.6} - 1
  4. 2.5e1.62.5e^{1.6}
Explanation: When you see a rate of change function and need to find total change over an interval, you're dealing with the Fundamental Theorem of Calculus. Since R(t)R'(t) represents the rate of revenue change, the total revenue over time is found by integrating: 02R(t)dt=02(t+1)e0.2t2+0.4tdt\int_0^2 R'(t) \, dt = \int_0^2 (t+1)e^{0.2t^2+0.4t} \, dt To solve this integral, notice that the exponent 0.2t2+0.4t0.2t^2 + 0.4t has a derivative of 0.4t+0.4=0.4(t+1)0.4t + 0.4 = 0.4(t+1). This suggests substitution: let u=0.2t2+0.4tu = 0.2t^2 + 0.4t, so du=0.4(t+1)dtdu = 0.4(t+1)dt, which means (t+1)dt=10.4du=2.5du(t+1)dt = \frac{1}{0.4}du = 2.5du. When t=0t = 0: u=0u = 0 When t=2t = 2: u=0.2(4)+0.4(2)=0.8+0.8=1.6u = 0.2(4) + 0.4(2) = 0.8 + 0.8 = 1.6 The integral becomes: 01.62.5eudu=2.5[eu]01.6=2.5(e1.6e0)=2.5(e1.61)\int_0^{1.6} 2.5e^u \, du = 2.5[e^u]_0^{1.6} = 2.5(e^{1.6} - e^0) = 2.5(e^{1.6} - 1) Answer A uses the wrong coefficient (0.4 instead of 2.5). Answer C omits the coefficient entirely. Answer D forgets to subtract 1, missing the evaluation at the lower limit of integration. Study tip: When you see (t+1)(t+1) multiplied by an exponential where the exponent's derivative involves (t+1)(t+1), immediately think u-substitution. Always remember that definite integrals require evaluating at both limits and subtracting.

Question 8

The marginal profit, in dollars per unit, for a new product is given by P(x)=18xx2+9P'(x) = \frac{18x}{x^2+9}, where xx is the number of units produced.

What is the total increase in profit when production increases from 0 to 4 units?

  1. 18ln(53)18 \ln(\frac{5}{3}) (correct answer)
  2. 2ln(53)2 \ln(\frac{5}{3})
  3. 9ln(16)9 \ln(16)
  4. 89-\frac{8}{9}
Explanation: The total increase in profit is the definite integral of the marginal profit function from x=0x=0 to x=4x=4: 0418xx2+9dx\int_{0}^{4} \frac{18x}{x^2+9} dx Let u=x2+9u = x^2+9. Then du=2xdxdu = 2x \, dx. The term 18xdx18x \, dx can be written as 9(2xdx)=9du9(2x \, dx) = 9 \, du. Change the limits of integration: when x=0x=0, u=02+9=9u=0^2+9=9; when x=4x=4, u=42+9=25u=4^2+9=25. The integral becomes: 9259udu=9[lnu]925\int_{9}^{25} \frac{9}{u} du = 9 [\ln|u|]_{9}^{25} Evaluate at the new bounds: 9(ln(25)ln(9))=9ln(259)=9ln((53)2)=92ln(53)=18ln(53)9(\ln(25) - \ln(9)) = 9\ln(\frac{25}{9}) = 9\ln((\frac{5}{3})^2) = 9 \cdot 2\ln(\frac{5}{3}) = 18\ln(\frac{5}{3}) Distractor B results from forgetting the factor of 9 from the substitution. Distractor C arises from the incorrect logarithm property ln(a)ln(b)=ln(ab)\ln(a) - \ln(b) = \ln(a-b). Distractor D comes from incorrectly integrating 1u\frac{1}{u} as 1u2-\frac{1}{u^2} and evaluating.

Question 9

A student attempts to evaluate 2xcos(x2+1)dx\int 2x\cos(x^2 + 1)\,dx and writes: "Let u=x2+1u = x^2 + 1, so du=2xdxdu = 2x\,dx. The integral becomes cos(u)du=sin(u)+C=sin(x2+1)+C\int \cos(u)\,du = \sin(u) + C = \sin(x^2 + 1) + C." What can be concluded about this solution?

  1. The substitution setup is wrong, but the integration technique is appropriate for this problem.
  2. The substitution is correct, but the final integration step contains an error.
  3. The solution is completely correct and well-executed throughout all steps. (correct answer)
  4. Both the substitution and the integration steps contain errors that affect the final answer.
Explanation: When you encounter an integral with a function and its derivative present, substitution is often the right approach. This problem tests your ability to recognize and execute the substitution method correctly. Let's verify each step of the student's work. The substitution u=x2+1u = x^2 + 1 is well-chosen because the derivative of x2+1x^2 + 1 is 2x2x, which appears as a factor in the integrand. When u=x2+1u = x^2 + 1, then dudx=2x\frac{du}{dx} = 2x, so du=2xdxdu = 2x\,dx. This perfectly matches the 2xdx2x\,dx portion of the original integral. Substituting gives us cos(u)du\int \cos(u)\,du, which is a basic integral that equals sin(u)+C\sin(u) + C. Converting back to the original variable yields sin(x2+1)+C\sin(x^2 + 1) + C. You can verify this by differentiating: ddx[sin(x2+1)]=cos(x2+1)2x=2xcos(x2+1)\frac{d}{dx}[\sin(x^2 + 1)] = \cos(x^2 + 1) \cdot 2x = 2x\cos(x^2 + 1), which matches our original integrand. Answer choice A is incorrect because the substitution setup is actually perfect—u=x2+1u = x^2 + 1 and du=2xdxdu = 2x\,dx are both correct. Answer choice B is wrong since cos(u)du=sin(u)+C\int \cos(u)\,du = \sin(u) + C is the correct antiderivative. Answer choice D is incorrect because neither step contains errors. The correct answer is C—the solution is completely correct throughout all steps. Study tip: When you see an integral containing both a function and what looks like its derivative, always check if substitution will work. Look for the "inside function" and its derivative appearing together.

Question 10

To evaluate x(3x2+7)4dx\int \frac{x}{(3x^2 + 7)^4}\,dx, a substitution u=3x2+7u = 3x^2 + 7 is used. After substitution, the integral becomes 16u4du\int \frac{1}{6u^4}\,du. What is the final answer?

  1. 118u3+C=118(3x2+7)3+C\frac{1}{18u^3} + C = \frac{1}{18(3x^2 + 7)^3} + C
  2. 16u3+C=16(3x2+7)3+C-\frac{1}{6u^3} + C = -\frac{1}{6(3x^2 + 7)^3} + C
  3. 118u3+C=118(3x2+7)3+C-\frac{1}{18u^3} + C = -\frac{1}{18(3x^2 + 7)^3} + C (correct answer)
  4. 118u5+C=118(3x2+7)5+C-\frac{1}{18u^5} + C = -\frac{1}{18(3x^2 + 7)^5} + C
Explanation: When you encounter an integral with a complex expression raised to a power, substitution is often the key technique. Here, the substitution u=3x2+7u = 3x^2 + 7 transforms the messy original integral into the simpler form 16u4du\int \frac{1}{6u^4}\,du. To evaluate 16u4du\int \frac{1}{6u^4}\,du, rewrite it as 16u4du\frac{1}{6}\int u^{-4}\,du. Using the power rule for integration, undu=un+1n+1+C\int u^n\,du = \frac{u^{n+1}}{n+1} + C (when n1n \neq -1), you get: 16u4+14+1+C=16u33+C=1613u3+C=118u3+C\frac{1}{6} \cdot \frac{u^{-4+1}}{-4+1} + C = \frac{1}{6} \cdot \frac{u^{-3}}{-3} + C = \frac{1}{6} \cdot \frac{-1}{3u^3} + C = -\frac{1}{18u^3} + C Substituting back u=3x2+7u = 3x^2 + 7 gives 118(3x2+7)3+C-\frac{1}{18(3x^2 + 7)^3} + C. Answer A has the wrong sign—it's positive instead of negative, missing the negative that comes from integrating u4u^{-4}. Answer B correctly identifies the negative sign but uses the wrong coefficient; it shows 16-\frac{1}{6} instead of 118-\frac{1}{18}, forgetting to multiply by the 13\frac{1}{3} from the power rule. Answer D has the wrong exponent entirely—it shows u5u^{-5} instead of u3u^{-3}, indicating confusion about how the power rule works. Study tip: When integrating unu^n where n<0n < 0, the result will have exponent n+1n+1 (which is less negative) and be divided by n+1n+1 (which is negative when n<1n < -1). Always double-check your arithmetic with the coefficients and signs.

Question 11

Find the indefinite integral: 8x4x2x+5dx\int \frac{8x - 4}{x^2 - x + 5} dx

  1. 4lnx2x+5+C4 \ln|x^2 - x + 5| + C (correct answer)
  2. lnx2x+5+C\ln|x^2 - x + 5| + C
  3. 2(x2x+5)2+C-2(x^2 - x + 5)^{-2} + C
  4. 4x24x13x312x2+5x+C\frac{4x^2 - 4x}{\frac{1}{3}x^3 - \frac{1}{2}x^2 + 5x} + C
Explanation: This integral is in a form that leads to a natural logarithm. Let uu be the denominator, u=x2x+5u = x^2 - x + 5. Then the differential is du=(2x1)dxdu = (2x - 1) \, dx. We can factor the numerator of the integrand to relate it to dudu: 8x4=4(2x1)8x - 4 = 4(2x - 1). Now, we can rewrite the integral and substitute: 4(2x1)x2x+5dx=4udu\int \frac{4(2x - 1)}{x^2 - x + 5} dx = \int \frac{4}{u} du Integrate with respect to uu: 41udu=4lnu+C4 \int \frac{1}{u} du = 4 \ln|u| + C Finally, substitute back u=x2x+5u=x^2-x+5: 4lnx2x+5+C4 \ln|x^2 - x + 5| + C Distractor B results from correctly identifying the substitution but forgetting the constant factor of 4. Distractor C arises from incorrectly applying the power rule to (x2x+5)1(x^2 - x + 5)^{-1}. Distractor D is the result of improperly integrating the numerator and denominator separately.

Question 12

A company's marginal cost function is given by C(x)=6x(2x2+5)3C'(x) = 6x(2x^2 + 5)^3 dollars per unit. What substitution should be used to find the total cost function C(x)C(x)?

  1. Let u=2x2+5u = 2x^2 + 5, so du=4xdxdu = 4x\,dx and xdx=14dux\,dx = \frac{1}{4}du (correct answer)
  2. Let u=6xu = 6x, so du=6dxdu = 6\,dx and xdx=16udux\,dx = \frac{1}{6}u\,du
  3. Let u=(2x2+5)3u = (2x^2 + 5)^3, so du=3(2x2+5)24xdxdu = 3(2x^2 + 5)^2 \cdot 4x\,dx
  4. Let u=2x2u = 2x^2, so du=4xdxdu = 4x\,dx and the integral becomes 6(u+5)3du6\int (u + 5)^3\,du
Explanation: To integrate 6x(2x2+5)3dx\int 6x(2x^2 + 5)^3\,dx, we need to identify that xdxx\,dx appears as a factor and (2x2+5)(2x^2 + 5) is raised to a power. Setting u=2x2+5u = 2x^2 + 5 gives du=4xdxdu = 4x\,dx, so xdx=14dux\,dx = \frac{1}{4}du. This transforms the integral to 614u3du=32u3du\int 6 \cdot \frac{1}{4} u^3\,du = \frac{3}{2}\int u^3\,du. Choice B incorrectly substitutes for the coefficient. Choice C substitutes for the entire expression raised to the third power, making the integral more complex. Choice D only substitutes part of the expression inside the parentheses.

Question 13

Determine the indefinite integral: 4x2ex3dx\int 4x^2 e^{x^3} dx

  1. 4ex3+C4e^{x^3} + C
  2. 12ex3+C12e^{x^3} + C
  3. 43ex3+C\frac{4}{3}e^{x^3} + C (correct answer)
  4. 43x3ex3+C\frac{4}{3}x^3 e^{x^3} + C
Explanation: We use u-substitution. Let u=x3u = x^3, the exponent of ee. The derivative is du=3x2dxdu = 3x^2 \, dx. To match the integrand, we can solve for x2dxx^2 \, dx, which gives x2dx=du3x^2 \, dx = \frac{du}{3}. Now substitute into the integral: 4eu(du3)=43eudu\int 4 e^u \left(\frac{du}{3}\right) = \frac{4}{3} \int e^u du The integral of eue^u is just eue^u. So, we have: 43eu+C\frac{4}{3} e^u + C Substituting back u=x3u=x^3 yields the final answer: 43ex3+C\frac{4}{3} e^{x^3} + C Distractor A results from forgetting the constant factor 13\frac{1}{3} that arises from the substitution. Distractor B results from incorrectly multiplying by 33 instead of dividing. Distractor D is the result of incorrectly integrating the x2x^2 term separately from the exponential term.

Question 14

Find the indefinite integral: x(x+3)4dx\int x(x+3)^4 dx

  1. 16(x+3)635(x+3)5+C\frac{1}{6}(x+3)^6 - \frac{3}{5}(x+3)^5 + C (correct answer)
  2. 35(x+3)516(x+3)6+C\frac{3}{5}(x+3)^5 - \frac{1}{6}(x+3)^6 + C
  3. x22(x+3)55+C\frac{x^2}{2} \cdot \frac{(x+3)^5}{5} + C
  4. 15(x+3)514(x+3)4+C\frac{1}{5}(x+3)^5 - \frac{1}{4}(x+3)^4 + C
Explanation: This integral requires u-substitution where the remaining variable must also be expressed in terms of uu. Let u=x+3u = x+3. This implies that du=dxdu = dx and also that x=u3x = u-3. Substituting these into the integral gives: (u3)u4du\int (u-3)u^4 du Distribute u4u^4: (u53u4)du\int (u^5 - 3u^4) du Integrate term-by-term using the power rule: u663u55+C\frac{u^6}{6} - \frac{3u^5}{5} + C Finally, substitute back u=x+3u=x+3: 16(x+3)635(x+3)5+C\frac{1}{6}(x+3)^6 - \frac{3}{5}(x+3)^5 + C Distractor B results from a sign error, using x=3ux=3-u instead of x=u3x=u-3. Distractor C incorrectly integrates the parts of the product separately. Distractor D results from an error in distributing u4u^4 across (u3)(u-3).

Question 15

Which of the following is the result of evaluating (x2+1)2dx\int (x^2 + 1)^2 dx?

  1. 13(x2+1)3+C\frac{1}{3}(x^2+1)^3 + C
  2. 12x(x2+1)33+C\frac{1}{2x} \frac{(x^2+1)^3}{3} + C
  3. x55+x+C\frac{x^5}{5} + x + C
  4. x55+2x33+x+C\frac{x^5}{5} + \frac{2x^3}{3} + x + C (correct answer)
Explanation: This integral should not be solved with u-substitution. Attempting to set u=x2+1u = x^2+1 yields du=2xdxdu = 2x \, dx. Since there is no factor of xx in the integrand, substitution is not effective. Instead, the integrand should be expanded algebraically: (x2+1)2=(x2)2+2(x2)(1)+12=x4+2x2+1(x^2 + 1)^2 = (x^2)^2 + 2(x^2)(1) + 1^2 = x^4 + 2x^2 + 1 Now, integrate the expanded polynomial term by term: (x4+2x2+1)dx=x55+2x33+x+C\int (x^4 + 2x^2 + 1) dx = \frac{x^5}{5} + \frac{2x^3}{3} + x + C Distractor A is a common error from misapplying the power rule directly to a composite function without accounting for the chain rule. Distractor B is an incorrect attempt to force a u-substitution. Distractor C results from forgetting the middle term when expanding the binomial square.

Question 16

Find the indefinite integral: x3x2+4dx\int x^3 \sqrt{x^2+4} \, dx

  1. 15(x2+4)5/2+C\frac{1}{5}(x^2+4)^{5/2} + C
  2. 25(x2+4)5/283(x2+4)3/2+C\frac{2}{5}(x^2+4)^{5/2} - \frac{8}{3}(x^2+4)^{3/2} + C
  3. 15(x2+4)5/243(x2+4)3/2+C\frac{1}{5}(x^2+4)^{5/2} - \frac{4}{3}(x^2+4)^{3/2} + C (correct answer)
  4. 14x423(x2+4)3/2+C\frac{1}{4}x^4 \cdot \frac{2}{3}(x^2+4)^{3/2} + C
Explanation: When you encounter an integral with a polynomial multiplied by a square root expression, substitution is typically your best approach. Here, the presence of x3x2+4x^3 \sqrt{x^2+4} suggests using u=x2+4u = x^2 + 4. Let u=x2+4u = x^2 + 4, so du=2xdxdu = 2x \, dx or xdx=12dux \, dx = \frac{1}{2}du. Since we have x3x^3, we can rewrite it as x2x=(u4)xx^2 \cdot x = (u-4) \cdot x. The integral becomes: x3x2+4dx=x2xx2+4dx=(u4)u12du\int x^3 \sqrt{x^2+4} \, dx = \int x^2 \cdot x \sqrt{x^2+4} \, dx = \int (u-4) \sqrt{u} \cdot \frac{1}{2} du =12(u4)u1/2du=12(u3/24u1/2)du= \frac{1}{2} \int (u-4) u^{1/2} \, du = \frac{1}{2} \int (u^{3/2} - 4u^{1/2}) \, du =12[u5/25/24u3/23/2]+C=15u5/243u3/2+C= \frac{1}{2}\left[\frac{u^{5/2}}{5/2} - 4 \cdot \frac{u^{3/2}}{3/2}\right] + C = \frac{1}{5}u^{5/2} - \frac{4}{3}u^{3/2} + C Substituting back: 15(x2+4)5/243(x2+4)3/2+C\frac{1}{5}(x^2+4)^{5/2} - \frac{4}{3}(x^2+4)^{3/2} + C Answer A missing the negative term shows incomplete integration—likely forgetting to distribute the (u4)(u-4) properly. Answer B has the correct structure but wrong coefficients, possibly from arithmetic errors in the substitution. Answer D attempts integration by parts incorrectly and doesn't complete the process. Study tip: For integrals involving xnax2+bx^n \sqrt{ax^2 + b}, always try u=ax2+bu = ax^2 + b first. Remember to express all powers of xx in terms of your substitution variable before integrating.

Question 17

To evaluate the integral (lnx)3xdx\int \frac{(\ln x)^3}{x} dx, what is the most appropriate choice for uu and the resulting dudu?

  1. u=1xu = \frac{1}{x}, du=1x2dxdu = -\frac{1}{x^2} dx
  2. u=lnxu = \ln x, du=1xdxdu = \frac{1}{x} dx (correct answer)
  3. u=(lnx)3u = (\ln x)^3, du=3(lnx)2xdxdu = \frac{3(\ln x)^2}{x} dx
  4. u=xu = x, du=dxdu = dx
Explanation: The goal of u-substitution is to choose a part of the integrand, uu, such that its derivative, dudu, also appears in the integrand (up to a constant factor). In the integral (lnx)3xdx=(lnx)31xdx\int \frac{(\ln x)^3}{x} dx = \int (\ln x)^3 \cdot \frac{1}{x} dx, we can see two main functional parts: (lnx)3(\ln x)^3 and 1x\frac{1}{x}. If we choose u=lnxu = \ln x, its derivative is du=1xdxdu = \frac{1}{x} dx. This perfectly matches the remaining part of the integrand. The integral then simplifies to u3du\int u^3 du, which is easily solvable. Choice A is a possible substitution but does not simplify the integral effectively. Choice C is too complex; the resulting dudu includes (lnx)2(\ln x)^2, which is not present in the original integrand to be substituted. Choice D is a trivial substitution that does not simplify the problem.

Question 18

The integral x2(x34)7dx\int x^2(x^3 - 4)^7\,dx can be evaluated using u-substitution. What is the value of this integral?

  1. 3(x34)8+C3(x^3 - 4)^8 + C
  2. 18(x34)8+C\frac{1}{8}(x^3 - 4)^8 + C
  3. 38(x34)8+C\frac{3}{8}(x^3 - 4)^8 + C
  4. 124(x34)8+C\frac{1}{24}(x^3 - 4)^8 + C (correct answer)
Explanation: When you encounter an integral with a composition of functions like this, u-substitution is your go-to technique. The key is identifying the "inner function" and its derivative present in the integrand. Looking at x2(x34)7dx\int x^2(x^3 - 4)^7\,dx, notice that we have (x34)(x^3 - 4) raised to a power, and separately we have x2x^2. This suggests setting u=x34u = x^3 - 4, which means dudx=3x2\frac{du}{dx} = 3x^2, or du=3x2dxdu = 3x^2\,dx. Since our integrand contains x2dxx^2\,dx, we can write x2dx=13dux^2\,dx = \frac{1}{3}du. Substituting: x2(x34)7dx=u713du=13u7du\int x^2(x^3 - 4)^7\,dx = \int u^7 \cdot \frac{1}{3}\,du = \frac{1}{3}\int u^7\,du Using the power rule: 13u88=u824=(x34)824\frac{1}{3} \cdot \frac{u^8}{8} = \frac{u^8}{24} = \frac{(x^3 - 4)^8}{24} Therefore, the answer is 124(x34)8+C\frac{1}{24}(x^3 - 4)^8 + C, which is choice D. Choice A ignores the coefficient entirely and gets the wrong power. Choice B correctly identifies the power but misses the factor of 3 from the derivative. Choice C includes the factor of 3 in the numerator but forgets it should be in the denominator, suggesting someone multiplied by 3 instead of dividing. Study tip: In u-substitution problems, always check that the derivative of your chosen uu appears (possibly with a constant multiple) elsewhere in the integrand. Don't forget to account for any constant factors when converting dxdx terms.

Question 19

Which of the following integrals can be evaluated using a single u-substitution, and which substitution should be used?

  1. x2ex2dx\int x^2 e^{x^2}\,dx with u=x2u = x^2, but x2ex3dx\int x^2 e^{x^3}\,dx cannot use simple substitution
  2. x2ex3dx\int x^2 e^{x^3}\,dx with u=x3u = x^3, but x2ex2dx\int x^2 e^{x^2}\,dx requires integration by parts (correct answer)
  3. Both integrals can use u-substitution: u=x3u = x^3 and u=x2u = x^2 respectively
  4. x2ex3dx\int x^2 e^{x^3}\,dx with u=x3u = x^3, but x2ex2dx\int x^2 e^{x^2}\,dx needs u=x2u = x^2 plus integration by parts
Explanation: When evaluating integrals involving exponentials and polynomials, the key is checking whether the derivative of the exponent appears as a factor in the integrand. This determines if u-substitution will work cleanly. For x2ex3dx\int x^2 e^{x^3}\,dx, let's try u=x3u = x^3. Then du=3x2dxdu = 3x^2\,dx, so x2dx=13dux^2\,dx = \frac{1}{3}du. The integral becomes 13eudu=13eu=13ex3\frac{1}{3}\int e^u\,du = \frac{1}{3}e^u = \frac{1}{3}e^{x^3}. This works perfectly because the x2x^2 factor is exactly what we need (up to a constant) for the substitution. For x2ex2dx\int x^2 e^{x^2}\,dx, if we try u=x2u = x^2, then du=2xdxdu = 2x\,dx. We have x2x^2 in our integrand, but we need just xx for the substitution. We can't cleanly separate out the extra factor of xx, so simple u-substitution fails. This integral requires integration by parts. Choice A incorrectly claims the first integral works with u=x2u = x^2 - this substitution doesn't match the exponent x3x^3. Choice C wrongly states both integrals work with simple substitution. Choice D correctly identifies the substitution for the first integral but incorrectly suggests the second integral can use u-substitution followed by integration by parts. Study tip: For integrals like f(x)eg(x)dx\int f(x)e^{g(x)}\,dx, u-substitution works when f(x)f(x) is a constant multiple of g(x)g'(x). If not, you'll likely need integration by parts or other advanced techniques.

Question 20

If f(g(x))g(x)dx=F(g(x))+C\int f'(g(x)) \cdot g'(x)\,dx = F(g(x)) + C where F(u)=f(u)F'(u) = f'(u), then 3x2ex3+2dx\int 3x^2 e^{x^3 + 2}\,dx equals:

  1. ex3+2+Ce^{x^3 + 2} + C (correct answer)
  2. 3ex3+2+C3e^{x^3 + 2} + C
  3. 13ex3+2+C\frac{1}{3}e^{x^3 + 2} + C
  4. ex3+2x+Ce^{x^3} + 2x + C
Explanation: This integral has the form f(g(x))g(x)dx\int f'(g(x)) \cdot g'(x)\,dx where g(x)=x3+2g(x) = x^3 + 2 and g(x)=3x2g'(x) = 3x^2, and f(u)=euf'(u) = e^u so F(u)=euF(u) = e^u. Using u-substitution with u=x3+2u = x^3 + 2, we get du=3x2dxdu = 3x^2\,dx. The integral becomes eudu=eu+C=ex3+2+C\int e^u\,du = e^u + C = e^{x^3 + 2} + C. Choice B incorrectly includes the coefficient 3 from the derivative. Choice C incorrectly applies 13\frac{1}{3} as if compensating for a missing factor. Choice D incorrectly separates the exponent.