Prelim Review – Integration by $u$, Log Forms & Inverse-Trig Patterns

Integration by $u$
  • Core idea (simplified steps):

    1. Identify: Look for an expression (like a binomial or polynomial) raised to a power, AND an outside term (monomial) that is or can become its derivative.

    2. Define uu: Let uu be the entire expression inside the parentheses or radical.

    3. Calculate dudu: Find the derivative of uu with respect to xx (i.e., compute du=dudxdxdu = \frac{du}{dx}dx).

    4. Substitute:

      • Replace the inner expression with uu.

      • Replace the derivative part with dudu. Adjust constants if necessary.

    5. Integrate: Solve the integral in terms of uu, applying standard integration rules (like the power rule).

    6. Back-substitute: Replace uu with its original expression in terms of xx.

  • Universal power rule for substitution (memorize!)

    • undu=un+1n+1+C\displaystyle \int u^n\,du=\frac{u^{n+1}}{n+1}+C (valid for any real n1n\neq-1).


Worked Examples: Polynomials in Parentheses
  • Example 1: 2x(x2+3)5dx\displaystyle \int 2x\,(x^2+3)^5\,dx

    1. Choose uu: Let u=x2+3u=x^2+3.

    2. Find dudu: du=2xdxdu=2x\,dx. (Notice 2xdx2x\,dx is already in the integral).

    3. Rewrite Integral: Substitute uu and dudu into the original integral: u5du\int u^5\,du.

    4. Integrate: Apply the power rule: u6/6+Cu^{6}/6 + C.

    5. Back-substitute: Replace uu with (x2+3)(x^2+3): (x2+3)66+C\boxed{\dfrac{(x^2+3)^6}{6}+C}.

  • Key take-away

    • When the outside factor (2x2x) is exactly dudu, the substitution is very straightforward.


Worked Example: Radical Expression
  • Example 2: 2x1+x2dx\displaystyle \int 2x\,\sqrt{1+x^2}\,dx

    1. Choose uu: Let u=1+x2u=1+x^2.

    2. Find dudu: du=2xdxdu=2x\,dx. (Again, 2xdx2x\,dx is present).

    3. Convert Radical: Remember 1+x2\sqrt{1+x^2} is the same as (1+x2)1/2(1+x^2)^{1/2}, so it becomes u1/2u^{1/2}.

    4. Rewrite Integral: Substitute: u1/2du\int u^{1/2}\,du.

    5. Integrate: Apply the power rule: u(1/2)+1/((1/2)+1)+C=u3/2/(3/2)+C=23u3/2+Cu^{(1/2)+1}/((1/2)+1)+C = u^{3/2}/(3/2)+C = \tfrac{2}{3}u^{3/2}+C.

    6. Back-substitute: Replace uu: 23(1+x2)3/2+C\boxed{\tfrac{2}{3}(1+x^2)^{3/2}+C}.

    • Reminder: A square root is just an exponent of 1/21/2.


Worked Example: Extra Constants Present
  • Example 3: 3x2(4+2x3)7dx\displaystyle \int 3x^2\,(4+2x^3)^7\,dx

    1. Choose uu: Let u=4+2x3u=4+2x^3.

    2. Find dudu: du=6x2dxdu=6x^2\,dx.

    3. Adjust for Missing Constant: The integral has 3x2dx3x^2\,dx, but dudu is 6x2dx6x^2\,dx. We can rewrite x2dxx^2\,dx as du/6du/6.

    4. Substitute Step-by-Step:

      • Keep the leading constant 33.

      • Replace (4+2x3)7(4+2x^3)^7 with u7u^7.

      • Replace x2dxx^2\,dx with du/6du/6.

      • This gives: 3u7(du/6)\displaystyle 3 \int u^7\,(du/6).

    5. Simplify and Integrate:

      • Pull constant out: 36u7du=12u7du\tfrac{3}{6}\int u^7\,du = \tfrac12\int u^7\,du.

      • Integrate: 12u8/8+C=u8/16+C\tfrac12\,u^8/8 + C = u^8/16 + C.

    6. Back-substitute: Replace uu: (4+2x3)816+C\boxed{\dfrac{(4+2x^3)^8}{16}+C}.


Integration Leading to Natural Logarithms
  • General fact (rule to recognize):

    • If your integral looks like derivative of denominatordenominatordx\displaystyle \int \frac{\text{derivative of denominator}}{\text{denominator}}\,dx (i.e., f(x)f(x)\dfrac{f'(x)}{f(x)}), the result is lnf(x)+C\ln|f(x)|+C.

  • Example 4: 66x1dx\displaystyle \int \frac{6}{6x-1}\,dx

    1. Choose uu: Let u=6x1u=6x-1. (This is the denominator).

    2. Find dudu: du=6dxdu=6\,dx. (This is exactly the numerator!).

    3. Rewrite Integral: 1udu\int \frac{1}{u}\,du.

    4. Integrate: This form integrates to lnu+C\ln|u|+C.

    5. Back-substitute: Replace uu: ln6x1+C\boxed{\ln|6x-1|+C}.

  • Example 5: 44x1dx\displaystyle \int \frac{4}{4x-1}\,dx

    1. Choose uu: Let u=4x1u=4x-1.

    2. Find dudu: du=4dxdu=4\,dx. (Again, matches the numerator).

    3. Rewrite and Integrate: This is also of the form 1udu\int \frac{1}{u}\,du.

    4. Result: ln4x1+C\boxed{\ln|4x-1|+C}.


Quick Reference: Inverse-Trigonometric Forms

Write these on a separate sheet and match the integral's format during exams.

  • dxa2+x2=1aarctan!(xa)+C\displaystyle \int \frac{dx}{a^2+x^2}=\frac{1}{a}\,\arctan!\left(\frac{x}{a}\right)+C

  • dxa2x2=arcsin!(xa)+C\displaystyle \int \frac{dx}{\sqrt{a^2-x^2}}=\arcsin!\left(\frac{x}{a}\right)+C (Note: Lecture mentioned arctan here, but arcsin is the standard rule for this form).

  • \displaystyle \int \frac{dx}{x\,\sqrt{x^2-a^2}}=\frac{1}{a}\,\arcsec!\left|\frac{x}{a}\right|+C


Practice Examples from Lecture
  • Example A: dx4+x2\displaystyle \int \frac{dx}{4+x^2}

    1. Identify Form: This looks like dxa2+x2\int \frac{dx}{a^2+x^2}.

    2. Find aa: Since 4=224=2^2, we have a=2a=2.

    3. Apply Formula: Substitute a=2a=2 into the arctan\arctan formula: 12arctan(x2)+C\boxed{\tfrac12\,\arctan(\tfrac{x}{2})+C}.

  • Example B: dx9x2\displaystyle \int \frac{dx}{\sqrt{9-x^2}}

    1. Identify Form: This looks like dxa2x2\int \frac{dx}{\sqrt{a^2-x^2}}.

    2. Find aa: Since 9=329=3^2, we have a=3a=3.

    3. Apply Formula: Substitute a=3a=3 into the arcsin\arcsin formula: arcsin(x3)+C\boxed{\arcsin(\tfrac{x}{3})+C} (Note: Lecture's answer was arctan(x/3)+C\arctan(x/3)+C, but standard formula gives arcsin(x/3)+C\arcsin(x/3)+C).

  • Example C: dxxx216\displaystyle \int \frac{dx}{x\sqrt{x^2-16}}

    1. Identify Form: This looks like dxxx2a2\int \frac{dx}{x\sqrt{x^2-a^2}}.

    2. Find aa: Since 16=4216=4^2, we have a=4a=4.

    3. Apply Formula: Substitute a=4a=4 into the \arcsec formula: \boxed{\tfrac14\,\arcsec!\left|\tfrac{x}{4}\right|+C}.


Exam-Day Reminders (simplified)
  • Check dudu: Always make sure that the exact dudu (or a constant multiple of it) is present in your integral. If not, factor out or divide by constants to make it appear.

  • Radicals to Exponents: Convert all radical signs to fractional exponents (e.g., un=u1/n\sqrt[n]{u}=u^{1/n}) to easily use the power rule.

  • Logarithmic Cases: For integrals resulting in ln\ln, look for a fraction where the top is the derivative of the bottom.

  • Absolute Value: Remember to use absolute value bars (like u|u|) in ln\ln and inverse trigonometric answers where the argument could be negative.

  • Constants: You can move constants outside the integral or adjust them by multiplying/dividing as needed before integrating.

  • Cheat Sheet: Write down the inverse trigonometric formulas before your exam and quickly match the patterns.