022 Exam 2 Sample A, Problem 1

From Math Wiki
Revision as of 07:43, 16 May 2015 by MathAdmin (talk | contribs)
Jump to navigation Jump to search

Find the derivative of  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\,=\,\ln \frac{(x+5)(x-1)}{x}.}

Foundations:  
This problem requires several advanced rules of differentiation. In particular, you need
The Chain 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 (f\circ g)'(x) = f'(g(x))\cdot g'(x).}

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 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
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(x)\,=\,\frac{(x+5)(x-1)}{x},}
we then 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 y\,=\,g\circ f(x)\,=\,g\left(f(x)\right).}
Step 2:  
We can now apply all three advanced techniques. 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 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+4)x-(x^{2}+4x-5)(1)}{x^{2}}}\\ \\ & = & \displaystyle{\frac{2x^{2}+4x-x^{2}-4x+5}{x^{2}}}\\ \\ & = & \displaystyle{\frac{x^{2}+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}+5}{x^{2}}}\\ \\ & = & \displaystyle{\frac{x^{2}+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+4)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}+5}{x^{3}+4x^{2}-5x}.}}

Return to Sample Exam