Product Rule and Quotient Rule

From Grad Wiki
Jump to navigation Jump to search

Introduction

Taking the derivatives of simple functions (i.e. polynomials) is easy using the power rule. For example, if

The method of  -substitution is used to simplify the function you are integrating so that you can easily recognize it's antiderivative.

This method is closely related to the chain rule for derivatives.

One question that is frequently asked is "How do you know what substitution to make?" In general, this is a difficult question to answer since it is dependent on the integral. The best way to master  -substitution is to work out as many problems as possible. This will help you:

(1) understand the  -substitution method and

(2) correctly identify the necessary substitution.

NOTE: After you plug-in your substitution, all of the  's in your integral should be gone. The only variables remaining in your integral should be  's.

Warm-Up

Evaluate the following indefinite integrals.

1)  

Solution:  
Let    Then,  
Plugging these into our integral, we get    which we know how to integrate.
So, we get
Final Answer:  
       

2)  

Solution:  
Let    Then,    Hence,   
Plugging these into our integral, we get
Final Answer:  
       

3)  

Solution:  
Let    Then,  
Plugging these into our integral, we get
Final Answer:  
       

4)  

Solution:  
Let    Then,    and   
Plugging these into our integral, we get
Final Answer:  
       

Exercise 1

Evaluate the indefinite integral  

First, we factor out    out of the denominator.

So, we have

Now, we use  -substitution. Let  

Then,  Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle du={\frac {1}{2}}~dy}   and  Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle 2~du=dy.}

Plugging these into our integral, we get

Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle {\begin{array}{rcl}\displaystyle {\int {\frac {2}{y^{2}+4}}~dy}&=&\displaystyle {{\frac {1}{2}}\int {\frac {2}{u^{2}+1}}~du}\\&&\\&=&\displaystyle {\int {\frac {1}{u^{2}+1}}~du}\\&&\\&=&\displaystyle {\arctan(u)+C}\\&&\\&=&\displaystyle {\arctan {\bigg (}{\frac {y}{2}}{\bigg )}+C.}\\\end{array}}}

So, we have

Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \int {\frac {2}{y^{2}+4}}~dy=\arctan {\bigg (}{\frac {y}{2}}{\bigg )}+C.}

Exercise 2

Evaluate the indefinite integral  Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \int {\frac {\cos(x)}{(5+\sin x)^{2}}}~dx.}

Let    Then,  Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle u=\cos(x)~dx.}

Plugging these into our integral, we get

So, we have

Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \int {\frac {\cos(x)}{(5+\sin x)^{2}}}~dx=-{\frac {1}{5+\sin(x)}}+C.}

Exercise 3

Evaluate the indefinite integral  Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \int {\frac {x+5}{2x+3}}~dx.}

Here, the substitution is not obvious.

Let  Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle u=2x+3.}   Then,    and  

Now, we need a way of getting rid of  Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle x+5}   in the numerator.

Solving for    in the first equation, we get  Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle x={\frac {1}{2}}u-{\frac {3}{2}}.}

Plugging these into our integral, we get

Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle {\begin{array}{rcl}\displaystyle {\int {\frac {x+5}{2x+3}}~dx}&=&\displaystyle {\int {\frac {({\frac {1}{2}}u-{\frac {3}{2}})+5}{2u}}~du}\\&&\\&=&\displaystyle {{\frac {1}{2}}\int {\frac {{\frac {1}{2}}u+{\frac {7}{2}}}{u}}~du}\\&&\\&=&\displaystyle {{\frac {1}{4}}\int {\frac {u+7}{u}}~du}\\&&\\&=&\displaystyle {{\frac {1}{4}}\int 1+{\frac {7}{u}}~du}\\&&\\&=&\displaystyle {{\frac {1}{4}}(u+7\ln |u|)+C}\\&&\\&=&\displaystyle {{\frac {1}{4}}(2x+3+7\ln |2x+3|)+C.}\\\end{array}}}

So, we get

Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \int {\frac {x+5}{2x+3}}~dx={\frac {1}{4}}(2x+3+7\ln |2x+3|)+C.}

Exercise 4

Evaluate the indefinite integral  

Let  Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle u=x+2.}   Then,  

Now, we need a way of replacing  Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle x^{2}+4.}

If we solve for    in our first equation, we get  Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle x=u-2.}

Now, we square both sides of this last equation to get  Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle x^{2}=(u-2)^{2}.}

Plugging in to our integral, we get

Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle {\begin{array}{rcl}\displaystyle {\int {\frac {x^{2}+4}{x+2}}~dx}&=&\displaystyle {\int {\frac {(u-2)^{2}+4}{u}}~du}\\&&\\&=&\displaystyle {\int {\frac {u^{2}-4u+4+4}{u}}~du}\\&&\\&=&\displaystyle {\int {\frac {u^{2}-4u+8}{u}}~du}\\&&\\&=&\displaystyle {\int u-4+{\frac {8}{u}}~du}\\&&\\&=&\displaystyle {{\frac {u^{2}}{2}}-4u+8\ln |u|+C}\\&&\\&=&\displaystyle {{\frac {(x+2)^{2}}{2}}-4(x+2)+8\ln |x+2|+C.}\\\end{array}}}

So, we have