007B Sample Midterm 3, Problem 3 Detailed Solution

From Grad Wiki
Jump to navigation Jump to search

For a fish that starts life with a length of 1cm and has a maximum length of 30cm, the von Bertalanffy growth model predicts that the growth rate is    cm/year where    is the age of the fish. What is the average length of the fish over its first five years?


Background Information:  
The average value of a function    on an interval  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 [a,b]}   is given by
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_{\text{avg}}=\frac{1}{b-a} \int_a^b f(x)~dx.}


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 L(t)}   be the length of the fish at age  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 t.}
Given the information in the problem, we know
       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 L'(t)=29e^{-t}}   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 L(0)=1.}
First, we 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 L(t).}  
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{L(t)} & = & \displaystyle{\int L'(t)~dt}\\ &&\\ & = & \displaystyle{\int 29e^{-t}~dt}\\ &&\\ & = & \displaystyle{-29e^{-t}+C.} \end{array}}

Step 2:  
Next, we need to solve 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 C.}
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{1} & = & \displaystyle{L(0)}\\ &&\\ & = & \displaystyle{-29e^{0}+C}\\ &&\\ & = & \displaystyle{-29+C.} \end{array}}
So, 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 C=30.}
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 L(t)=-29e^{-t}+30.}

Step 3:  
Finally, we need to find the average value 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 L(t)}   over the interval  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 [0,5].}
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{L_{\text{avg}}} & = & \displaystyle{\frac{1}{5-0}\int_0^5 L(t)~dt}\\ &&\\ & = & \displaystyle{\frac{1}{5}\int_0^5 -29e^{-t}+30~dt}\\ &&\\ & = & \displaystyle{\frac{1}{5}(29e^{-t}+30t)\bigg|_0^5}\\ &&\\ & = & \displaystyle{\frac{1}{5}(29e^{-5}+30(5))-\frac{1}{5}(29e^0+0)}\\ &&\\ & = & \displaystyle{\frac{1}{5}(29e^{-5}+121)\text{ cm}.} \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{1}{5}(29e^{-5}+121) \text{ cm}}

Return to Sample Exam