Difference between revisions of "009A Sample Midterm 1, Problem 2"

From Grad Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<span class="exam">Consider the following function &nbsp;<math style="vertical-align: -5px"> f:</math>
+
<span class="exam">Suppose the size of a population at time &nbsp;<math style="vertical-align: 0px">t</math>&nbsp; is given by
::<math>f(x) = \left\{
 
    \begin{array}{lr}
 
      x^2 & \text{if }x < 1\\
 
      \sqrt{x} & \text{if }x \geq 1
 
    \end{array}
 
  \right.
 
</math>
 
  
<span class="exam">(a) Find &nbsp;<math style="vertical-align: -15px"> \lim_{x\rightarrow 1^-} f(x).</math>
+
::<math>N(t)=\frac{1000t}{5+t},~t\ge 0.</math>
  
<span class="exam">(b) Find &nbsp;<math style="vertical-align: -15px"> \lim_{x\rightarrow 1^+} f(x).</math>
+
<span class="exam">(a) Determine the size of the population as &nbsp;<math style="vertical-align: -1px">t\rightarrow \infty.</math>&nbsp; We call this the limiting population size.
  
<span class="exam">(c) Find &nbsp;<math style="vertical-align: -13px"> \lim_{x\rightarrow 1} f(x).</math>
+
<span class="exam">(b) Show that at time &nbsp;<math style="vertical-align: -4px">t=5,</math>&nbsp; the size of the population is half its limiting size.
 +
<hr>
  
<span class="exam">(d) Is &nbsp;<math style="vertical-align: -5px">f</math>&nbsp; continuous at &nbsp;<math style="vertical-align: -1px">x=1?</math>&nbsp; Briefly explain.
+
(insert picture of handwritten solution)
  
 +
[[009A Sample Midterm 1, Problem 2 Detailed Solution|'''<u>Detailed Solution for this Problem</u>''']]
  
 
{| class="mw-collapsible mw-collapsed" style = "text-align:left;"
 
!Foundations: &nbsp;
 
|-
 
|'''1.''' If &nbsp;<math style="vertical-align: -15px">\lim_{x\rightarrow a^-} f(x)=\lim_{x\rightarrow a^+} f(x)=c,</math>
 
|-
 
|&nbsp; &nbsp; &nbsp; &nbsp; then &nbsp;<math style="vertical-align: -12px">\lim_{x\rightarrow a} f(x)=c.</math>
 
|-
 
|'''2.''' &nbsp;<math style="vertical-align: -5px">f(x)</math>&nbsp; is continuous at &nbsp;<math style="vertical-align: 0px">x=a</math>&nbsp; if
 
|-
 
|&nbsp; &nbsp; &nbsp; &nbsp; <math style="vertical-align: -14px">\lim_{x\rightarrow a^+}f(x)=\lim_{x\rightarrow a^-}f(x)=f(a).</math>
 
|}
 
 
 
'''Solution:'''
 
 
'''(a)'''
 
{| class="mw-collapsible mw-collapsed" style = "text-align:left;"
 
!Step 1: &nbsp;
 
|-
 
|Notice that we are calculating a left hand limit.
 
|-
 
|Thus, we are looking at values of &nbsp;<math style="vertical-align: 0px">x</math>&nbsp; that are smaller than &nbsp;<math style="vertical-align: -1px">1.</math>
 
|-
 
|Using the definition of &nbsp;<math style="vertical-align: -5px">f(x),</math>&nbsp; we have
 
|-
 
|&nbsp; &nbsp; &nbsp; &nbsp; <math>\lim_{x\rightarrow 1^-} f(x)=\lim_{x\rightarrow 1^-} x^2.</math>
 
|}
 
 
{| class="mw-collapsible mw-collapsed" style = "text-align:left;"
 
!Step 2: &nbsp;
 
|-
 
|Now, we have
 
|-
 
|
 
&nbsp; &nbsp; &nbsp; &nbsp; <math>\begin{array}{rcl}
 
\displaystyle{\lim_{x\rightarrow 1^-} f(x)} & = & \displaystyle{\lim_{x\rightarrow 1^-} x^2}\\
 
&&\\
 
& = & \displaystyle{\lim_{x\rightarrow 1} x^2}\\
 
&&\\
 
& = & \displaystyle{1^2}\\
 
&&\\
 
& = & \displaystyle{1.}\\
 
\end{array}</math>
 
|}
 
 
'''(b)'''
 
{| class="mw-collapsible mw-collapsed" style = "text-align:left;"
 
!Step 1: &nbsp;
 
|-
 
|Notice that we are calculating a right hand limit.
 
|-
 
|Thus, we are looking at values of &nbsp;<math style="vertical-align: 0px">x</math>&nbsp; that are bigger than &nbsp;<math style="vertical-align: -2px">1.</math>
 
|-
 
|Using the definition of &nbsp;<math style="vertical-align: -5px">f(x),</math>&nbsp; we have
 
|-
 
|&nbsp; &nbsp; &nbsp; &nbsp; <math>\lim_{x\rightarrow 1^+} f(x)=\lim_{x\rightarrow 1^+} \sqrt{x}.</math>
 
|}
 
 
{| class="mw-collapsible mw-collapsed" style = "text-align:left;"
 
!Step 2: &nbsp;
 
|-
 
|Now, we have
 
|-
 
|
 
&nbsp; &nbsp; &nbsp; &nbsp; <math>\begin{array}{rcl}
 
\displaystyle{\lim_{x\rightarrow 1^+} f(x)} & = & \displaystyle{\lim_{x\rightarrow 1^+} \sqrt{x}}\\
 
&&\\
 
& = & \displaystyle{\lim_{x\rightarrow 1} \sqrt{x}}\\
 
&&\\
 
& = & \displaystyle{\sqrt{1}}\\
 
&&\\
 
& = & \displaystyle{1.}\\
 
\end{array}</math>
 
|}
 
 
'''(c)'''
 
{| class="mw-collapsible mw-collapsed" style = "text-align:left;"
 
!Step 1: &nbsp;
 
|-
 
|From (a) and (b), we have
 
|-
 
|&nbsp; &nbsp; &nbsp; &nbsp; <math>\lim_{x\rightarrow 1^-}f(x)=1</math>
 
|-
 
|and
 
|-
 
|&nbsp; &nbsp; &nbsp; &nbsp; <math>\lim_{x\rightarrow 1^+}f(x)=1.</math>
 
|}
 
 
{| class="mw-collapsible mw-collapsed" style = "text-align:left;"
 
!Step 2: &nbsp;
 
|-
 
|Since
 
|-
 
|&nbsp; &nbsp; &nbsp; &nbsp; <math>\lim_{x\rightarrow 1^-}f(x)=\lim_{x\rightarrow 1^+}f(x)=1,</math>
 
|-
 
|we have
 
|-
 
|&nbsp; &nbsp; &nbsp; &nbsp; <math>\lim_{x\rightarrow 1}f(x)=1.</math>
 
|}
 
 
'''(d)'''
 
{| class="mw-collapsible mw-collapsed" style = "text-align:left;"
 
!Step 1: &nbsp;
 
|-
 
|From (c), we have
 
|-
 
|&nbsp; &nbsp; &nbsp; &nbsp; <math>\lim_{x\rightarrow 1}f(x)=1.</math>
 
|-
 
|Also,
 
|-
 
|&nbsp; &nbsp; &nbsp; &nbsp; <math>f(1)=\sqrt{1}=1.</math>
 
|}
 
 
{| class="mw-collapsible mw-collapsed" style = "text-align:left;"
 
!Step 2: &nbsp;
 
|-
 
|Since
 
|-
 
|&nbsp; &nbsp; &nbsp; &nbsp; <math>\lim_{x\rightarrow 1}f(x)=f(1),</math>
 
|-
 
|<math style="vertical-align: -5px">f(x)</math> &nbsp;is continuous at &nbsp;<math style="vertical-align: -1px">x=1.</math>
 
|-
 
|
 
|}
 
 
 
{| class="mw-collapsible mw-collapsed" style = "text-align:left;"
 
!Final Answer: &nbsp;
 
|-
 
|&nbsp; &nbsp; '''(a)''' &nbsp; &nbsp; <math>1</math>
 
|-
 
|&nbsp; &nbsp; '''(b)''' &nbsp; &nbsp; <math>1</math>
 
|-
 
|&nbsp; &nbsp; '''(c)''' &nbsp; &nbsp; <math>1</math>
 
|-
 
|&nbsp; &nbsp; '''(d)''' &nbsp; &nbsp; <math style="vertical-align: -5px">f(x)</math>&nbsp; is continuous at &nbsp;<math style="vertical-align: -1px">x=1</math>&nbsp; since &nbsp;<math style="vertical-align: -12px">\lim_{x\rightarrow 1}f(x)=f(1).</math>
 
|}
 
 
[[009A_Sample_Midterm_1|'''<u>Return to Sample Exam</u>''']]
 
[[009A_Sample_Midterm_1|'''<u>Return to Sample Exam</u>''']]

Revision as of 07:59, 3 November 2017

Suppose the size of a population at time    is given by

(a) Determine the size of the population as    We call this the limiting population size.

(b) Show that at time    the size of the population is half its limiting size.


(insert picture of handwritten solution)

Detailed Solution for this Problem

Return to Sample Exam