Difference between revisions of "009C Sample Midterm 1, Problem 1"

From Math Wiki
Jump to navigation Jump to search
(Created page with "<span class="exam"> Does the following sequence converge or diverge? <span class="exam"> If the sequence converges, also find the limit of the sequence. <span class="exam"...")
 
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
  
 
::<math>a_n=\frac{\ln n}{n}</math>
 
::<math>a_n=\frac{\ln n}{n}</math>
 +
<hr>
 +
[[009C Sample Midterm 1, Problem 1 Solution|'''<u>Solution</u>''']]
  
  
{| class="mw-collapsible mw-collapsed" style = "text-align:left;"
+
[[009C Sample Midterm 1, Problem 1 Detailed Solution|'''<u>Detailed Solution</u>''']]
!Foundations: &nbsp;
 
|-
 
|'''L'Hôpital's Rule'''
 
|-
 
|
 
&nbsp; &nbsp; &nbsp; &nbsp; Suppose that &nbsp;<math style="vertical-align: -11px">\lim_{x\rightarrow \infty} f(x)</math>&nbsp; and &nbsp;<math style="vertical-align: -11px">\lim_{x\rightarrow \infty} g(x)</math>&nbsp; are both zero or both &nbsp;<math style="vertical-align: -1px">\pm \infty .</math>
 
|-
 
|
 
&nbsp; &nbsp; &nbsp; &nbsp; If &nbsp;<math style="vertical-align: -19px">\lim_{x\rightarrow \infty} \frac{f'(x)}{g'(x)}</math>&nbsp; is finite or &nbsp;<math style="vertical-align: -4px">\pm \infty ,</math>
 
|-
 
|
 
&nbsp; &nbsp; &nbsp; &nbsp; then &nbsp;<math style="vertical-align: -19px">\lim_{x\rightarrow \infty} \frac{f(x)}{g(x)}\,=\,\lim_{x\rightarrow \infty} \frac{f'(x)}{g'(x)}.</math>
 
|}
 
  
  
'''Solution:'''
 
 
{| class="mw-collapsible mw-collapsed" style = "text-align:left;"
 
!Step 1: &nbsp;
 
|-
 
|First, notice that
 
|-
 
|&nbsp; &nbsp; &nbsp; &nbsp; <math>\lim_{n\rightarrow \infty} \ln n =\infty</math>
 
|-
 
|and
 
|-
 
|&nbsp; &nbsp; &nbsp; &nbsp; <math>\lim_{n\rightarrow \infty} n=\infty.</math>
 
|-
 
|Therefore, the limit has the form &nbsp;<math style="vertical-align: -11px">\frac{\infty}{\infty},</math>
 
|-
 
|which means that we can use L'Hopital's Rule to calculate this limit.
 
|}
 
 
{| class="mw-collapsible mw-collapsed" style = "text-align:left;"
 
!Step 2: &nbsp;
 
|-
 
|First, switch to the variable &nbsp;<math style="vertical-align: 0px">x</math> &nbsp; so that we have functions and
 
|-
 
|can take derivatives. Thus, using L'Hopital's Rule, we have
 
|-
 
|&nbsp; &nbsp; &nbsp; &nbsp; <math>\begin{array}{rcl}
 
\displaystyle{\lim_{n\rightarrow \infty} \frac{\ln n}{n}} & = & \displaystyle{\lim_{x\rightarrow \infty} \frac{\ln x}{x}}\\
 
&&\\
 
& \overset{L'H}{=} & \displaystyle{\lim_{x\rightarrow \infty} \frac{\big(\frac{1}{x}\big)}{1}}\\
 
&&\\
 
& = & \displaystyle{0.}
 
\end{array}</math>
 
|}
 
 
 
{| class="mw-collapsible mw-collapsed" style = "text-align:left;"
 
!Final Answer: &nbsp;
 
|-
 
|&nbsp; &nbsp; &nbsp; &nbsp; The sequence converges. The limit of the sequence is &nbsp;<math style="vertical-align: 0px">0.</math>
 
|}
 
 
[[009C_Sample_Midterm_1|'''<u>Return to Sample Exam</u>''']]
 
[[009C_Sample_Midterm_1|'''<u>Return to Sample Exam</u>''']]

Latest revision as of 21:52, 11 November 2017

Does the following sequence converge or diverge?

If the sequence converges, also find the limit of the sequence.

Be sure to jusify your answers!


Solution


Detailed Solution


Return to Sample Exam