edited by
1,283 views
3 votes
3 votes

Given the following four functions $f_{1}(n)=n^{100},$  $f_{2}(n)=(1.2)^{n},$  $f_{3}(n)=2^{n/2},$ $f_{4}(n)=3^{n/3}$ which function will have the largest value for sufficiently large values of n $(i.e.$ $n\rightarrow\infty)?$

  1. $f_{4}$
  2. $f_{3}$
  3. $f_{2}$
  4. $f_{1}$
edited by

1 Answer

Best answer
10 votes
10 votes
  • $f_{1}(n) = n^{100}$
  • $f_{2}(n) = (1.2)^{n}$
  • $f_{3}(n) = (2)^{n/2} = (1.414)^{n}$
  • $f_{4}(n) = (3)^{n/3} = (1.442)^{n}$

We know that $(1.442)^{n} > (1.414)^{n}$ and $(1.442)^{n} > (1.2)^{n}$

$\Rightarrow$$f_{4}(n)$ is greater than both $f_{2}(n)$ and $f_{3}(n)$

Now we have to check between $f_{4}(n)$ and $f_{1}(n)$

But $f_1(n)$ is a polynomial function and $f_4(n)$ is a exponential function. Any exponential function will have larger value than any polynomial function for sufficiently large value of input. So, $f_4(n)$ has the largest value here.

Option A. $f_{4}(n)$ is the correct answer.

selected by
Answer:

Related questions

4 votes
4 votes
2 answers
1
3 votes
3 votes
1 answer
2
admin asked May 13, 2019
2,110 views
Consider the set of integers $\{1,2,3,\ldots,5000\}.$ The number of integers that is divisible by neither $3$ nor $4$ is $:$$1668$$2084$$2500$$2916$
1 votes
1 votes
2 answers
3
5 votes
5 votes
2 answers
4
admin asked May 13, 2019
1,110 views
Given the sequence $A,B,B,C,C,C,D,D,D,D,\ldots$ etc$.,$ that is one $A,$ two $B’s,$ three $C’s,$ four $D’s,$ five $E’s$ and so on, the $240^{th}$ latter in the se...