Difference between revisions of "009B Sample Midterm 1, Problem 3"

From Grad Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
!Foundations:    
 
!Foundations:    
 
|-
 
|-
|Review integration by parts.
+
|Integration by parts tells us that <math>\int u~dv=uv-\int v~du</math>.
 +
|-
 +
|How would you integrate <math>\int x\ln x~dx</math>?
 +
|-
 +
|
 +
::You could use integration by parts.
 +
|-
 +
|
 +
::Let <math>u=\ln x</math> and <math>dv=xdx</math>. Then, <math>du=\frac{1}{x}dx</math> and <math>v=\frac{x^2}{2}</math>.
 +
|-
 +
|
 +
::Thus, <math>\int x\ln x~dx=\frac{x^2\ln x}{2}-\int \frac{x}{2}~dx=\frac{x^2\ln x}{2}-\frac{x^2}{4}+C</math>.
 
|}
 
|}
  

Revision as of 10:27, 28 March 2016

Evaluate the indefinite and definite integrals.

a)
b)


Foundations:  
Integration by parts tells us that Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \int u~dv=uv-\int v~du} .
How would you integrate ?
You could use integration by parts.
Let and Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle dv=xdx} . Then, and Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle v={\frac {x^{2}}{2}}} .
Thus, Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \int x\ln x~dx={\frac {x^{2}\ln x}{2}}-\int {\frac {x}{2}}~dx={\frac {x^{2}\ln x}{2}}-{\frac {x^{2}}{4}}+C} .

Solution:

(a)

Step 1:  
We proceed using integration by parts. Let and . Then, and .
Therefore, we have
   .
Step 2:  
Now, we need to use integration by parts again. Let and . Then, and .
Building on the previous step, we have
   .

(b)

Step 1:  
We proceed using integration by parts. Let and . Then, and .
Therefore, we have
   Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \int _{1}^{e}x^{3}\ln x~dx=\left.\ln x{\bigg (}{\frac {x^{4}}{4}}{\bigg )}\right|_{1}^{e}-\int _{1}^{e}{\frac {x^{3}}{4}}~dx=\left.\ln x{\bigg (}{\frac {x^{4}}{4}}{\bigg )}-{\frac {x^{4}}{16}}\right|_{1}^{e}} .
Step 2:  
Now, we evaluate to get
   Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \int _{1}^{e}x^{3}\ln x~dx={\bigg (}(\ln e){\frac {e^{4}}{4}}-{\frac {e^{4}}{16}}{\bigg )}-{\bigg (}(\ln 1){\frac {1^{4}}{4}}-{\frac {1^{4}}{16}}{\bigg )}={\frac {e^{4}}{4}}-{\frac {e^{4}}{16}}+{\frac {1}{16}}={\frac {3e^{4}+1}{16}}} .
Final Answer:  
(a)  
(b)  

Return to Sample Exam