Fatskills
Practice. Master. Repeat.
Study Guide: Calculus 1: Integration Techniques u-Substitution Choosing u Changing Limits for Definite Integrals
Source: https://www.fatskills.com/calculus/chapter/calculus-1-calculus-1-integration-techniques-u-substitution-choosing-u-changing-limits-for-definite-integrals

Calculus 1: Integration Techniques u-Substitution Choosing u Changing Limits for Definite Integrals

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~7 min read

What Is This?

U-substitution is a technique used to simplify integrals by changing variables. It involves choosing a function ( u ) and rewriting the integral in terms of ( u ) and ( du ). This topic appears in exams to test your ability to manipulate integrals and solve them efficiently. Typical questions involve identifying the correct ( u ), changing the limits of integration, and solving the resulting integral.

Why It Matters

U-substitution is tested in calculus exams, particularly in Calculus I and II, and is a fundamental skill for engineering, physics, and mathematics majors. It frequently appears in integration problems and can carry a significant portion of the marks. This skill tests your understanding of integral calculus and your ability to manipulate functions.

Core Concepts

  1. Choosing ( u ): Identify a part of the integrand (including its differential) that, when substituted, simplifies the integral.
  2. Differential ( du ): Compute ( du ) from ( u ) and ensure it matches part of the integrand.
  3. Changing Limits: For definite integrals, adjust the limits of integration according to the new variable ( u ).
  4. Rewriting the Integral: Substitute ( u ) and ( du ) into the integral and solve the new, simpler integral.
  5. Back-Substitution: After integrating, substitute back to the original variable if necessary.

Prerequisites

  1. Understanding of Integration: You must know basic integration techniques and the fundamental theorem of calculus.
  2. Differentiation: You need to be comfortable with finding derivatives, as ( du ) is derived from ( u ).
  3. Algebraic Manipulation: Strong algebra skills are essential for rewriting and simplifying expressions.

The Rule-Book (How It Works)

  1. Primary Rule: Choose ( u ) as a function within the integrand that simplifies the integral.
  2. Compute ( du ): Differentiate ( u ) to find ( du ).
  3. Substitute and Simplify: Replace parts of the integrand with ( u ) and ( du ).
  4. Change Limits: For definite integrals, convert the original limits of integration to new limits in terms of ( u ).
  5. Integrate: Solve the new integral in terms of ( u ).
  6. Back-Substitute: Replace ( u ) with the original variable if needed.

Visual Pattern: Think of ( u ) as a "wrapper" that simplifies the integral. The process is like unwrapping and rewrapping the integral.

Exam / Job / Audit Weighting

  • Frequency: Common
  • Difficulty Rating: Intermediate
  • Question Type: Multiple-choice, short answer, or problem-solving

Difficulty Level

Intermediate

Must-Know Rules, Formulas, Standards, or Principles

  1. Integral Substitution Formula:
    [
    \int f(g(x)) g'(x) \, dx = \int f(u) \, du \quad \text{where} \quad u = g(x) \quad \text{and} \quad du = g'(x) \, dx
    ]
  2. Changing Limits:
    [
    \int_a^b f(g(x)) g'(x) \, dx = \int_{g(a)}^{g(b)} f(u) \, du
    ]
  3. Back-Substitution: After integrating, replace ( u ) with ( g(x) ) to get the answer in terms of the original variable.

Worked Examples (Step-by-Step)


Easy

Question: Evaluate ( \int (2x+3)^5 \, dx ).


  1. Choose ( u ): Let ( u = 2x + 3 ).
  2. Compute ( du ): ( du = 2 \, dx ) or ( dx = \frac{1}{2} \, du ).
  3. Substitute:
    [
    \int (2x+3)^5 \, dx = \int u^5 \cdot \frac{1}{2} \, du = \frac{1}{2} \int u^5 \, du
    ]
  4. Integrate:
    [
    \frac{1}{2} \int u^5 \, du = \frac{1}{2} \cdot \frac{u^6}{6} + C = \frac{u^6}{12} + C
    ]
  5. Back-Substitute:
    [
    \frac{(2x+3)^6}{12} + C
    ]

Answer: ( \frac{(2x+3)^6}{12} + C )

Medium

Question: Evaluate ( \int_0^1 (3x+2)^4 \, dx ).


  1. Choose ( u ): Let ( u = 3x + 2 ).
  2. Compute ( du ): ( du = 3 \, dx ) or ( dx = \frac{1}{3} \, du ).
  3. Change Limits: When ( x = 0 ), ( u = 2 ); when ( x = 1 ), ( u = 5 ).
  4. Substitute:
    [
    \int_0^1 (3x+2)^4 \, dx = \int_2^5 u^4 \cdot \frac{1}{3} \, du = \frac{1}{3} \int_2^5 u^4 \, du
    ]
  5. Integrate:
    [
    \frac{1}{3} \int_2^5 u^4 \, du = \frac{1}{3} \left[ \frac{u^5}{5} \right]_2^5 = \frac{1}{3} \left( \frac{5^5}{5} - \frac{2^5}{5} \right) = \frac{1}{3} \left( 625 - \frac{32}{5} \right) = \frac{3093}{15}
    ]

Answer: ( \frac{3093}{15} )

Hard

Question: Evaluate ( \int_1^2 x \sqrt{2x-1} \, dx ).


  1. Choose ( u ): Let ( u = 2x - 1 ).
  2. Compute ( du ): ( du = 2 \, dx ) or ( dx = \frac{1}{2} \, du ).
  3. Change Limits: When ( x = 1 ), ( u = 1 ); when ( x = 2 ), ( u = 3 ).
  4. Substitute:
    [
    \int_1^2 x \sqrt{2x-1} \, dx = \int_1^3 \frac{u+1}{2} \sqrt{u} \cdot \frac{1}{2} \, du = \frac{1}{4} \int_1^3 (u^{3/2} + u^{1/2}) \, du
    ]
  5. Integrate:
    [
    \frac{1}{4} \int_1^3 (u^{3/2} + u^{1/2}) \, du = \frac{1}{4} \left[ \frac{2}{5} u^{5/2} + \frac{2}{3} u^{3/2} \right]_1^3
    ]
    [
    = \frac{1}{4} \left( \frac{2}{5} (3^{5/2} - 1^{5/2}) + \frac{2}{3} (3^{3/2} - 1^{3/2}) \right)
    ]
    [
    = \frac{1}{4} \left( \frac{2}{5} (9\sqrt{3} - 1) + \frac{2}{3} (3\sqrt{3} - 1) \right)
    ]
    [
    = \frac{1}{4} \left( \frac{18\sqrt{3} - 2}{5} + \frac{6\sqrt{3} - 2}{3} \right)
    ]
    [
    = \frac{1}{4} \left( \frac{54\sqrt{3} - 6 + 30\sqrt{3} - 10}{15} \right)
    ]
    [
    = \frac{1}{4} \left( \frac{84\sqrt{3} - 16}{15} \right)
    ]
    [
    = \frac{21\sqrt{3} - 4}{15}
    ]

Answer: ( \frac{21\sqrt{3} - 4}{15} )

Common Exam Traps & Mistakes

  1. Forgetting ( du ): Not computing ( du ) correctly or forgetting to include it in the substitution.
  2. Wrong Answer: ( \int (2x+3)^5 \, dx = \int u^5 \, du ) (missing ( \frac{1}{2} )).
  3. Correct Approach: Always compute ( du ) and include it.

  4. Incorrect Limits: Not changing the limits of integration correctly for definite integrals.

  5. Wrong Answer: ( \int_0^1 (3x+2)^4 \, dx = \int_0^1 u^4 \cdot \frac{1}{3} \, du ).
  6. Correct Approach: Change limits to ( u ) values: ( \int_2^5 u^4 \cdot \frac{1}{3} \, du ).

  7. Misplaced Constants: Incorrectly handling constants during substitution.

  8. Wrong Answer: ( \int x \sqrt{2x-1} \, dx = \int \frac{u+1}{2} \sqrt{u} \, du ).
  9. Correct Approach: Include ( \frac{1}{2} ) from ( dx = \frac{1}{2} \, du ).

  10. Back-Substitution Errors: Forgetting to substitute back to the original variable.

  11. Wrong Answer: ( \int (2x+3)^5 \, dx = \frac{u^6}{12} + C ).
  12. Correct Approach: Substitute ( u = 2x + 3 ) back into the answer.

Shortcut Strategies & Exam Hacks

  • Pattern Recognition: Look for expressions inside the integrand that can be easily differentiated (e.g., ( 2x+3 ) in ( (2x+3)^5 )).
  • Memory Aid: Remember the substitution formula ( \int f(g(x)) g'(x) \, dx = \int f(u) \, du ).
  • Elimination Strategy: If a choice doesn't match the substitution pattern, eliminate it.

Question-Type Taxonomy

  1. Multiple-Choice: Identify the correct ( u ) and ( du ) from options.
  2. Example: What is ( u ) and ( du ) for ( \int (4x+1)^3 \, dx )?
    • A: ( u = 4x+1 ), ( du = 4 \, dx )
    • B: ( u = 4x+1 ), ( du = dx )
    • C: ( u = x ), ( du = dx )
    • D: ( u = 4x ), ( du = 4 \, dx )
  3. Favored By: Calculus I exams.

  4. Short Answer: Compute the integral using u-substitution.

  5. Example: Evaluate ( \int (5x+2)^4 \, dx ).
  6. Favored By: Calculus II exams.

  7. Problem-Solving: Apply u-substitution to a more complex integral.

  8. Example: Evaluate ( \int_0^1 x^2 \sqrt{3x+1} \, dx ).
  9. Favored By: Engineering and physics exams.

Practice Set (MCQs)


Question 1

Question: What is ( u ) and ( du ) for ( \int (7x+3)^2 \, dx )? - A: ( u = 7x+3 ), ( du = 7 \, dx ) - B: ( u = 7x+3 ), ( du = dx ) - C: ( u = x ), ( du = dx ) - D: ( u = 7x ), ( du = 7 \, dx )

Correct Answer: A Explanation: ( u = 7x+3 ) and ( du = 7 \, dx ) match the integrand pattern.
Why the Distractors Are Tempting: B and D miss the correct ( du ); C is too simplistic.

Question 2

Question: Evaluate ( \int (2x+1)^3 \, dx ).
- A: ( \frac{(2x+1)^4}{8} + C ) - B: ( \frac{(2x+1)^4}{4} + C ) - C: ( \frac{(2x+1)^4}{16} + C ) - D: ( \frac{(2x+1)^4}{32} + C )

Correct Answer: A Explanation: ( u = 2x+1 ), ( du = 2 \, dx ), ( \int u^3 \cdot \frac{1}{2} \, du = \frac{u^4}{8} + C ).
Why the Distractors Are Tempting: B, C, and D have incorrect constants.

Question 3

Question: Evaluate ( \int_0^1 (4x+3)^2 \, dx ).
- A: ( \frac{125}{6} ) - B: ( \frac{125}{12} ) - C: ( \frac{125}{24} ) - D: ( \frac{125}{48} )

Correct Answer: B Explanation: ( u = 4x+3 ), ( du = 4 \, dx ), change limits to ( u = 3 ) to ( u = 7 ), ( \int_3^7 u^2 \cdot \frac{1}{4} \, du = \frac{125}{12} ).
Why the Distractors Are Tempting: A, C, and D have incorrect integration results.

Question 4

Question: Evaluate ( \int x \sqrt{3x+1} \, dx ).
- A: ( \frac{2}{15} (3x+1)^{5/2} - \frac{2}{9} (3x+1)^{3/2} + C ) - B: ( \frac{2}{15} (3x+1)^{5/2} + \frac{2}{9} (3x+1)^{3/2} + C ) - C: ( \frac{2}{15} (3x+1)^{5/2} - \frac{2}{3} (3x+1)^{3/2} + C ) - D: ( \frac{2}{15} (3x+1)^{5/2} + \frac{2}{3} (3x+1)^{3/2} + C )

Correct Answer: A Explanation: ( u = 3x+1 ), ( du = 3 \, dx ), ( \int \frac{u-1}{3} \sqrt{u} \cdot \frac{1}{3} \, du ).
Why the Distractors Are Tempting: B, C, and D have incorrect constants or signs.

Question 5

Question: Evaluate ( \int_1^2 (5x-2)^3 \, dx ).
- A: ( \frac{117625}{24} ) - B: ( \frac{117625}{48} ) - C: ( \frac{117625}{96} ) - D: ( \frac{117625}{192} )

Correct Answer: B Explanation: ( u = 5x-2 ), ( du = 5 \, dx ), change limits to ( u = 3 ) to ( u = 8 ), ( \int_3^8 u^3 \cdot \frac{1}{5} \, du = \frac{117625}{48} ).
Why the Distractors Are Tempting: A, C, and D have incorrect integration results.

30-Second Cheat Sheet

  • Choose ( u ) as a function within the integrand that simplifies it.
  • Compute ( du ) from ( u ) and ensure it matches part of the integrand.
  • Change Limits for definite integrals according to the new variable ( u ).
  • Rewrite the Integral in terms of ( u ) and ( du ).
  • Integrate the new, simpler integral.
  • Back-Substitute to the original variable if necessary.
  • Pattern Recognition: Look for expressions inside the integrand that can be easily differentiated.

Learning Path

  1. Beginner Foundation: Review basic integration and differentiation.
  2. Core Rules: Understand the u-substitution formula and practice simple integrals.
  3. Practice: Solve a variety of u-substitution problems, increasing in difficulty.
  4. Timed Drills: Practice under exam conditions to build speed and accuracy.
  5. Mock Tests: Take full-length practice exams to simulate real test conditions.

Related Topics

  1. Integration by Parts: Often used alongside u-substitution for more complex integrals.
  2. Trigonometric Substitution: Another substitution method for integrals involving square roots.
  3. Partial Fractions: Used to simplify rational functions before integrating.