Difference between revisions of "009B Sample Midterm 1, Problem 4"
Jump to navigation
Jump to search
Kayla Murray (talk | contribs) |
Kayla Murray (talk | contribs) |
||
| Line 7: | Line 7: | ||
!Foundations: | !Foundations: | ||
|- | |- | ||
| − | | | + | |Recall the trig identity: <math>\sin^2x+\cos^2x=1</math>. |
|- | |- | ||
| − | | | + | |How would you integrate <math>\int \sin^2x\cos x~dx</math>? |
| + | |- | ||
| + | | | ||
| + | ::You could use <math>u</math>-substitution. Let <math>u=\sin x</math>. Then, <math>du=\cos xdx</math>. | ||
| + | |- | ||
| + | | | ||
| + | ::Thus, <math>\int \sin^2x\cos x~dx=\int u^2~du=\frac{u^3}{3}+C=\frac{\sin^3x}{3}+C</math>. | ||
|} | |} | ||
Revision as of 11:03, 28 March 2016
Evaluate the integral:
| Foundations: |
|---|
| Recall the trig identity: Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \sin ^{2}x+\cos ^{2}x=1} . |
| How would you integrate Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \int \sin ^{2}x\cos x~dx} ? |
|
|
Solution:
| Step 1: |
|---|
| First, we write . |
| Using the identity , we get . If we use this identity, we have |
| . |
| Step 2: |
|---|
| Now, we use -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} . Therefore, |
| 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\sin^3x\cos^2x~dx=\int -(u^2-u^4)~du=\frac{-u^3}{3}+\frac{u^5}{5}+C=\frac{\cos^5x}{5}-\frac{\cos^3x}{3}+C} . |
| Final Answer: |
|---|
| 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{\cos^5x}{5}-\frac{\cos^3x}{3}+C} |