Difference between revisions of "009B Sample Final 3, Problem 3"

From Math Wiki
Jump to navigation Jump to search
Line 54: Line 54:
 
|-
 
|-
 
|&nbsp; &nbsp; &nbsp; &nbsp;<math>\rho(x) = \left\{
 
|&nbsp; &nbsp; &nbsp; &nbsp;<math>\rho(x) = \left\{
     \begin{array}{lr}
+
     \begin{array}{ll}
 
       -x^2+6x+16 &  \text{if }0\le x \le 8\\
 
       -x^2+6x+16 &  \text{if }0\le x \le 8\\
       x^2-6x-16 & \text{if }8<x\le 12
+
       \,\,\,\,x^2-6x-16\qquad & \text{if }8<x\le 12
 
     \end{array}
 
     \end{array}
 
   \right.
 
   \right.

Revision as of 15:09, 23 May 2017

The population density of trout in a stream is

where    is measured in trout per mile and    is measured in miles.    runs from 0 to 12.

(a) Graph    and find the minimum and maximum.

(b) Find the total number of trout in the stream.

Foundations:  
What is the relationship between population density    and the total populations?
       The total population is equal to  
       for appropriate choices of  


Solution:

(a)

Step 1:  
To graph    we need to find out when    is negative.
To do this, we set
       Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle -x^{2}+6x+16=0.}
So, we have
       
Hence, we get    and   
But,    is outside of the domain of  
Using test points, we can see that    is positive in the interval  
and negative in the interval  
Hence, we have
       Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \rho (x)=\left\{{\begin{array}{ll}-x^{2}+6x+16&{\text{if }}0\leq x\leq 8\\\,\,\,\,x^{2}-6x-16\qquad &{\text{if }}8<x\leq 12\end{array}}\right.}
The graph of    is displayed below.
Step 2:  
We need to find the absolute maximum and minimum of  
We begin by finding the critical points of
       Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle -x^{2}+6x+16.}
Taking the derivative, we get
       
Solving  Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle -2x+6=0,}   we get a critical point at
       
Now, we calculate  
We have
       
Therefore, the minimum of    is  Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle 16}   and the maximum of    is  

(b)

Step 1:  
To calculate the total number of trout, we need to find
       
Using the information from Step 1 of (a), we have
       Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \int _{0}^{12}\rho (x)~dx=\int _{0}^{8}(-x^{2}+6x+16)~dx+\int _{8}^{12}(x^{2}-6x-16)~dx.}
Step 2:  
We integrate to get
       
Thus, there are approximately    trout.


Final Answer:  
    (a)     The minimum of    is    and the maximum of    is   (See above for graph.)
    (b)     There are approximately    trout.

Return to Sample Exam