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

From Grad Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
!Foundations:    
 
!Foundations:    
 
|-
 
|-
| Review <math style="vertical-align: 0px">u</math>-substitution, and
+
|Recall the trig identity: <math>\sin^2x+\cos^2x=1</math>.
 
|-
 
|-
|Trig identities.
+
|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 10:03, 28 March 2016

Evaluate the integral:


Foundations:  
Recall the trig identity: .
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 \int \sin^2x\cos x~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=\sin 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=\cos xdx} .
Thus, 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^2x\cos x~dx=\int u^2~du=\frac{u^3}{3}+C=\frac{\sin^3x}{3}+C} .

Solution:

Step 1:  
First, we write 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 (\sin x) \sin^2x\cos^2x~dx} .
Using the identity 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 \sin^2x+\cos^2x=1} , 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 \sin^2x=1-\cos^2x} . If we use this identity, 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\sin^3x\cos^2x~dx=\int (\sin x) (1-\cos^2x)\cos^2x~dx=\int (\cos^2x-\cos^4x)\sin(x)~dx} .
Step 2:  
Now, we 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=\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}

Return to Sample Exam