Difference between revisions of "022 Exam 2 Sample B, Problem 1"

From Math Wiki
Jump to navigation Jump to search
(Created page with "<span style="font-size:80%"> Problem 1 </span></span>]] == <span class="exam">Find the derivative of  <math style="vertical-align: -60%">y\,=\,\ln \frac{(x+1)...")
 
Line 1: Line 1:
<span style="font-size:80%">&nbsp;Problem 1&nbsp;</span></span>]] ==
 
 
<span class="exam">Find the derivative of &thinsp;<math style="vertical-align: -60%">y\,=\,\ln \frac{(x+1)^4}{(2x - 5)(x + 4)}.</math>
 
<span class="exam">Find the derivative of &thinsp;<math style="vertical-align: -60%">y\,=\,\ln \frac{(x+1)^4}{(2x - 5)(x + 4)}.</math>
  

Revision as of 16:54, 15 May 2015

Find the derivative of  

Foundations:  
This problem requires several advanced rules of differentiation. In particular, you need
The Chain Rule: If and are differentiable functions, then

    

The Product Rule: If and are differentiable functions, then

    

The Quotient Rule: If and are differentiable functions and  , then

    
Additionally, we will need our power rule for differentiation:
for ,
as well as the derivative of natural log:

 Solution:

Step 1:  
We need to identify the composed functions in order to apply the chain rule. Note that if we set , and
we then have  Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle y\,=\,g\circ f(x)\,=\,g\left(f(x)\right).}
Step 2:  
We can now apply all three advanced techniques. For Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle f'(x)} , we must use both the quotient and product rule to find

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} f'(x) & = & \displaystyle{\frac{\left((x+5)(x-1)\right)'x-(x+5)(x-1)(x)'}{x^{2}}}\\ \\ & = & \displaystyle{\frac{\left[x^{2}+4x-5\right]'x-(x^{2}+4x-5)(x)'}{x^{2}}}\\ \\ & = & \displaystyle{\frac{(2x+5)x-(x^{2}+4x-5)(1)}{x^{2}}}\\ \\ & = & \displaystyle{\frac{2x^{2}-5x-x^{2}-4x+5}{x^{2}}}\\ \\ & = & \displaystyle{\frac{x^{2}-9x+5}{x^{2}}}. \end{array}}
Step 3:  
We can now use the chain rule to find
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} y' & = & \left(g\circ f\right)'(x)\\ \\ & = & g'\left(f(x)\right)\cdot f'(x)\\ \\& = & \displaystyle{\frac{x}{(x+5)(x-1)}\cdot\frac{x^{2}-9x+5}{x^{2}}}\\ \\ & = & \displaystyle{\frac{x^{2}-9x+5}{x^{3}+4x^{2}-5x}.} \end{array}}

Note that many teachers do not prefer a cleaned up answer, and may request that you do not simplify. In this case, we could write the answer as

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 y'=\displaystyle {\frac{x}{(x+5)(x-1)}\cdot\frac{(2x+5)x-(x^{2}+4x-5)(1)}{x^{2}}.}}
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 y'\,=\,\displaystyle{\frac{x^{2}-9x+5}{x^{3}+4x^{2}-5x}.}}

Return to Sample Exam