Difference between revisions of "022 Exam 2 Sample A, Problem 6"

From Math Wiki
Jump to navigation Jump to search
(Created page with "<span class="exam">Find the area under the curve of  <math style="vertical-align: -60%">y\,=\,\frac{8}{\sqrt{x}}</math>  between <math style="vertical-align: -5%...")
 
Line 47: Line 47:
 
|-
 
|-
 
|
 
|
::<math>
+
::<math>\begin{array}{rcl}
\begin{array}{rcl}
+
\int_1^4 \frac{8}{\sqrt{x}}dx & = & \frac{8 x^{1/2}}{2} \vert_1^4\\
\int_1^4 \frac{8}{\sqrt{x}}dx & = & \frac{x^{1/2}}
+
& = & 4x^{1/2} \vert_1^4
 
\end{array}</math>
 
\end{array}</math>
 
|}
 
|}
Line 56: Line 56:
 
!Step 3: &nbsp;
 
!Step 3: &nbsp;
 
|-
 
|-
| Now we need to substitute back into our original variables using our original substitution <math>u = 3x + 2</math>
+
| Now we need to evaluate to get:
 
|-
 
|-
| to get <math>\frac{\log(u)}{3} = \frac{\log(3x + 2}{3}</math>
+
| <math>4\cdot 4^{1/2} - 4\cdot 1^{1/2} = 8 - 4 = 4</math>  
|}
 
 
 
{| class="mw-collapsible mw-collapsed" style = "text-align:left;"
 
!Step 4: &nbsp;
 
|-
 
| Since this integral is an indefinite integral we have to remember to add ''' "+ C" ''' at the end.
 
 
|}
 
|}
  
Line 70: Line 64:
 
!Final Answer: &nbsp;
 
!Final Answer: &nbsp;
 
|-
 
|-
|<math>\int \frac{1}{3x + 2} dx = \frac{\ln(3x + 2)}{3} + C</math>
+
|4
 
|}
 
|}
  
 
[[022_Exam_2_Sample_A|'''<u>Return to Sample Exam</u>''']]
 
[[022_Exam_2_Sample_A|'''<u>Return to Sample Exam</u>''']]

Revision as of 09:37, 15 May 2015

Find the area under the curve of    between and .

Foundations:  
This problem requires two rules of integration. In particular, you need
Integration by substitution (U - sub): If and are differentiable functions, then

    

The Product Rule: If 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 f} 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 g} are differentiable functions, 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 (fg)'(x) = f'(x)\cdot g(x)+f(x)\cdot g'(x).}

The Quotient Rule: If 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 f} 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 g} are differentiable functions 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 g(x) \neq 0}  , 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 \left(\frac{f}{g}\right)'(x) = \frac{f'(x)\cdot g(x)-f(x)\cdot g'(x)}{\left(g(x)\right)^2}. }
Additionally, we will need our power rule for differentiation:
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 \left(x^n\right)'\,=\,nx^{n-1},} for 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 n\neq 0} ,
as well as the derivative of natural log:
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 \left(\ln x\right)'\,=\,\frac{1}{x}.}

 Solution:

Step 1:  
Set up the integral:
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_1^4 \frac{8}{\sqrt{x}} dx}
Step 2:  
Using the power rule 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 \begin{array}{rcl} \int_1^4 \frac{8}{\sqrt{x}}dx & = & \frac{8 x^{1/2}}{2} \vert_1^4\\ & = & 4x^{1/2} \vert_1^4 \end{array}}
Step 3:  
Now we need to evaluate 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 4\cdot 4^{1/2} - 4\cdot 1^{1/2} = 8 - 4 = 4}
Final Answer:  
4

Return to Sample Exam