009A Sample Midterm 3, Problem 2 Detailed Solution

From Grad Wiki
Revision as of 17:01, 11 November 2017 by Kayla Murray (talk | contribs)
Jump to navigation Jump to search

Sketch the graph of    At each point of discontinuity, state whether  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}   is left or right continuous.

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)=\begin{array}{cc} \Bigg\{ & \begin{array}{cc} x^3+1 & x\leq 0 \\ -x+1 & 0< x< 2 \\ -x^2+10x-15 & x\ge 2 \end{array} \end{array}}

Background Information:  
Suppose  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)}   is discontinuous at  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 x=a.}
Now,  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}   is left continuous at  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 x=a}   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 \lim_{x\rightarrow a^-} f(x)=f(a).}
Similarly,  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}   is right continuous at  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 x=a}   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 \lim_{x\rightarrow a^+} f(x)=f(a).}


Solution:

Step 1:  
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 f(x)=\frac{1+x}{3x}.}
Using the limit definition of derivative, 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} \displaystyle{f'(x)} & = & \displaystyle{\lim_{h\rightarrow 0} \frac{f(x+h)-f(x)}{h}}\\ &&\\ & = & \displaystyle{\lim_{h\rightarrow 0} \frac{(\frac{1+(x+h)}{3(x+h)})-(\frac{1+x}{3x})}{h}}\\ &&\\ & = & \displaystyle{\lim_{h\rightarrow 0} \frac{(\frac{1+x+h}{3x+3h})-(\frac{1+x}{h})}{h}.} \end{array}}
Step 2:  
Now, we get a common denominator for the fractions in the numerator.
Hence, 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} \displaystyle{f'(x)} & = & \displaystyle{\lim_{h\rightarrow 0}\frac{\frac{(1+x+h)3x}{(3x+3h)(3x)}-\frac{(1+x)(3x+3h)}{(3x+3h)(3x)}}{h}}\\ &&\\ & = & \displaystyle{\lim_{h\rightarrow 0}\frac{\frac{3x+3x^2+3xh-(3x+3h+3x^2+3hx)}{(3x+3h)(3x)}}{h}}\\ &&\\ & = & \displaystyle{\lim_{h\rightarrow 0} \frac{-3h}{h(3x+3h)(3x)}}\\ &&\\ & = & \displaystyle{\lim_{h\rightarrow 0} \frac{-3}{(3x+3h)(3x)}}\\ &&\\ & = & \displaystyle{\frac{-3}{(3x)(3x)}}\\ & = & \displaystyle{-\frac{1}{3x^2}.} \end{array}}


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{dy}{dx}=-\frac{1}{3x^2}}

Return to Sample Exam