Difference between revisions of "Integration by Substitution"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
Line 49: Line 49:
 
|}
 
|}
  
<p>'''Ex. 1'''</p>
+
===Example 1===
  
 
<p><math>\int_{0}^{2} x(x^2+1)^2 \operatorname {d}x</math></p>
 
<p><math>\int_{0}^{2} x(x^2+1)^2 \operatorname {d}x</math></p>
Line 99: Line 99:
 
<p><br>As you can see this all simplified fairly nice.  Using substitution will be hard, for most people, at first.  Once you get the hang of doing this it should come to you faster and faster each time.</br></p>
 
<p><br>As you can see this all simplified fairly nice.  Using substitution will be hard, for most people, at first.  Once you get the hang of doing this it should come to you faster and faster each time.</br></p>
  
<p>I'll give you some other problems to work on as well.</p>
+
===Example 2===
  
<p>'''Ex. 2'''</p>
+
:<math>\int 3x^2(x^3+1)^5dx</math>
  
<p><math>\int_{0}^{\frac {\pi}{2}} \sin (x) \cos (x) \operatorname {d}x</math></p>
+
we see that <math>3x^2</math> is the derivative of <math>x^3+1</math> . Letting
  
<p>'''Ex. 3'''</p>
+
:<math>u=x^3+1</math>
  
<p><math>\int_{-1}^{2} \sqrt {x^2+4} (2x) \operatorname {d}x</math></p>
+
we have
 +
 
 +
:<math>\frac{du}{dx}=3x^2</math>
 +
 
 +
or, in order to apply it to the integral,
 +
 
 +
:<math>du=3x^2dx</math>
 +
 
 +
With this we may write
 +
 
 +
:<math>\int 3x^2(x^3+1)^5dx=\int u^5du=\frac{u^6}{6}+C=\frac{(x^3+1)^6}{6}+C</math>
 +
 
 +
Note that it was not necessary that we had <i>exactly</i> the derivative of <math>u</math> in our integrand. It would have been sufficient to have any constant multiple of the derivative.
 +
 
 +
For instance, to treat the integral
 +
 
 +
:<math>\int x^4\sin(x^5)dx</math>
 +
 
 +
we may let <math>u=x^5</math> . Then
 +
:<math>du=5x^4dx</math>
 +
and so
 +
:<math>\frac{du}{5}=x^4dx</math>
 +
the right-hand side of which is a factor of our integrand. Thus,
 +
:<math>\int x^4\sin(x^5)dx=\int\frac{\sin(u)}{5}du=-\frac{\cos(u)}{5}+C=-\frac{\cos(x^5)}{5}+C</math>
  
 
==Resources==
 
==Resources==

Revision as of 12:33, 6 October 2021

Integration by Substitution

There is a theorem that will help you with substitution for integration. It is called Change of Variables for Definite Integrals.

what the theorem looks like is this

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \int_{a}^{b} f(x)\operatorname {d}x = \int_{\alpha}^{\beta} f(g(u))g\prime (u)\operatorname {d}u}


In order to get you must plug a into the function g and to get you must plug b into the function g.

The tricky part is trying to identify what you want to make your u to be. Some times substitution will not be enough and you will have to use the rules for integration by parts. That will be covered in a different section

Steps

(1) i.e.
(2) i.e.
(3) i.e.
(4) i.e. Now equate with
(5) i.e.
(6) i.e.
(7) i.e. We have achieved our desired result

Example 1

Instead of making this a big polynomial we will just use the substitution method.

Step 1

Identify your u

Let

Step 2


Identify




Step 3

Now we plug in our limits of integration to our u to find our new limits of integration

When

and when

Now our integration problem looks something like this

Step 4

write your new integration problem


When we plug in our u it looks like


Step 5

Evaluate the Integral










As you can see this all simplified fairly nice. Using substitution will be hard, for most people, at first. Once you get the hang of doing this it should come to you faster and faster each time.

Example 2

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \int 3x^2(x^3+1)^5dx}

we see that Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 3x^2} is the derivative of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x^3+1} . Letting

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle u=x^3+1}

we have

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \frac{du}{dx}=3x^2}

or, in order to apply it to the integral,

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle du=3x^2dx}

With this we may write

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \int 3x^2(x^3+1)^5dx=\int u^5du=\frac{u^6}{6}+C=\frac{(x^3+1)^6}{6}+C}

Note that it was not necessary that we had exactly the derivative of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle u} in our integrand. It would have been sufficient to have any constant multiple of the derivative.

For instance, to treat the integral

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \int x^4\sin(x^5)dx}

we may let Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle u=x^5} . Then

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle du=5x^4dx}

and so

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \frac{du}{5}=x^4dx}

the right-hand side of which is a factor of our integrand. Thus,

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \int x^4\sin(x^5)dx=\int\frac{\sin(u)}{5}du=-\frac{\cos(u)}{5}+C=-\frac{\cos(x^5)}{5}+C}

Resources

Example 1. Produced by Professor Zachary Sharon, UTSA

Example 2. Produced by TA Catherine Sporer, UTSA

Indefinite Integrals Using Substitution


Definite Integrals Using Substitution