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

From Grad Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
!Foundations:    
 
!Foundations:    
 
|-
 
|-
| <math>u</math>-substitution
+
|How would you integrate <math>2x(x^2+1)^3~dx?</math>
 +
|-
 +
|
 +
::You could use <math>u</math>-substitution. Let <math>u=x^2+1</math>. Then, <math>du=2xdx</math>.
 +
|-
 +
|
 +
::Thus, <math>\int 2x(x^2+1)^3~dx=\int u^3~du=\frac{u^4}{4}+C=\frac{(x^2+1)^4}{4}+C</math>.
 
|}
 
|}
  

Revision as of 16:49, 28 March 2016

Compute the following integrals:

a) 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^2\sin (x^3) ~dx}
b) 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_{-\frac{\pi}{4}}^{\frac{\pi}{4}} \cos^2(x)\sin (x)~dx}


Foundations:  
How would you integrate 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 2x(x^2+1)^3~dx?}
You could use 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} -substitution. 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^2+1} . Then, .
Thus, Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \int 2x(x^{2}+1)^{3}~dx=\int u^{3}~du={\frac {u^{4}}{4}}+C={\frac {(x^{2}+1)^{4}}{4}}+C} .

Solution:

(a)

Step 1:  
We proceed using -substitution. Let . Then, and .
Therefore, we have
Step 2:  
We integrate to get

(b)

Step 1:  
Again, we proceed using u substitution. Let . Then, .
Since this is a definite integral, we need to change the bounds of integration.
We have and .
Step 2:  
So, we get
Final Answer:  
(a)
(b)

Return to Sample Exam