Difference between revisions of "009B Sample Midterm 3, Problem 3"
Jump to navigation
Jump to search
Kayla Murray (talk | contribs) |
Kayla Murray (talk | contribs) |
||
| 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?} |
|
|
Solution:
(a)
| Step 1: |
|---|
| We proceed using 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^3} . 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=3x^2dx} and 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}{3}=x^2dx} . |
| Therefore, 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 \int x^2\sin (x^3) ~dx=\int \frac{\sin(u)}{3}~du} |
| Step 2: |
|---|
| We integrate to get |
| 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=\frac{-1}{3}\cos(u)+C=\frac{-1}{3}\cos(x^3)+C} |
(b)
| Step 1: |
|---|
| Again, we proceed using 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=\cos(x)} . 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=-\sin(x)dx} . |
| Since this is a definite integral, we need to change the bounds of integration. |
| 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 u_1=\cos\bigg(-\frac{\pi}{4}\bigg)=\frac{\sqrt{2}}{2}} and 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_2=\cos\bigg(\frac{\pi}{4}\bigg)=\frac{\sqrt{2}}{2}} . |
| Step 2: |
|---|
| So, we get |
| 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=\int_{\frac{\sqrt{2}}{2}}^{\frac{\sqrt{2}}{2}} -u^2~du=\left.\frac{-u^3}{3}\right|_{\frac{\sqrt{2}}{2}}^{\frac{\sqrt{2}}{2}}=0} |
| Final Answer: |
|---|
| (a) |
| (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 0} |