Deprecated: Implicit conversion from float-string "1676467838.494" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1676467838.494" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1676467838.494" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1676467838.494" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1676467838.494" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 594

Deprecated: Implicit conversion from float-string "1676572475.527" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1676572475.527" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1676572475.527" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1676572475.527" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1676572475.527" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 594

Deprecated: Implicit conversion from float-string "1675739134.490" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1675739134.490" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1675739134.490" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1675739134.490" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1675739134.490" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 594

Deprecated: Implicit conversion from float-string "1684248185.856" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1684248185.856" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1684248185.856" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1684248185.856" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1684248185.856" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 594

Deprecated: Implicit conversion from float-string "1676486604.258" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1676486604.258" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1676486604.258" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1676486604.258" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1676486604.258" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 594

Deprecated: Implicit conversion from float-string "1704564801.713" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1704564801.713" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1704564801.713" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1704564801.713" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1704564801.713" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 594
GATE CSE 2023 | GA Question: 7 / GATE Overflow for GATE CSE
edited by
6,678 views
3 votes
3 votes

Consider two functions of time $(t),$
$$
\begin{gathered}
f(t)=0.01 t^2 \\
g(t)=4 t
\end{gathered}
$$
where $0<t<\infty.$

Now consider the following two statements:

  1. For some $t>0, g(t)>f(t)$.
  2. There exists a $T,$ such that $f(t)>g(t)$ for all $t>T$.

Which one of the following options is $\text{TRUE}?$

  1. only (i) is correct
  2. only (ii) is correct
  3. both (i) and (ii) are correct
  4. neither (i) nor (ii) is correct
edited by

4 Answers

8 votes
8 votes

Given,

$f(t)=0.01t^{2}$

$g(t)=4t$

and $0< t< \infty$

for option $(i)$,

take $t=1$,Now,

$f(1)=0.01$

$g(1)=4$,

So, here exists some $t$ ,t=1 , for which $g(t)>f(t).$ So $(i)$ is true .

for option $(ii)$,There exists some $ T=1000$(say) .Now any $t>T$ , $f(t)>g(t)$ .

So option (II) is also true .

This question is nothing but Big oh definition .

 $g(t)\leq cf(t)$ for all $t>T$ and $c>0$ .

https://en.wikipedia.org/wiki/Big_O_notation

So correct option is (C) .

2 votes
2 votes
For (i) :

f(1) = 0.01   and   g(1) = 4

So, there exists a t = 1, such that (i) is true.

(ii) matches the definition of small oh notation

Here, g(t) = o(f(t)) is true.

So, f(t) > g(t)  is always true for all t > T

Hence, (ii) is also correct. Option D is the correct answer.
0 votes
0 votes
Since t>0 and less than infinity both f(t) and g(t)

Take $\frac{f(t)}{g(t)}$ = 0.01t/4

this would be greater than 1 if t>400 that implies f(t)>g(t)

 thus T is 400

and for all t<400 g(t)<f(t).

Thus answer is C.
edited by
Answer:

Related questions


Deprecated: Implicit conversion from float-string "1676467833.799" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1676467833.799" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1676467833.799" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1676467833.799" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1676467847.866" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1676467847.866" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1676467847.866" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1676467847.866" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1684714784.703" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1684714784.703" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1684714784.703" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1684714784.703" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1684582207.357" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1684582207.357" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1684582207.357" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1684582207.357" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803
7.8k
views
1 answers
7 votes
admin asked Feb 15, 2023
7,794 views
$f(x)$ and $g(y)$ are functions of $x$ and $y$, respectively, and $f(x)=g(y)$ for all values of $x$ and $y$. Which one of the following options is necessarily $\text{TRUE...
8.8k
views
1 answers
8 votes
admin asked Feb 15, 2023
8,796 views
A series of natural numbers $F_1, F_2, F_3, F_4, F_5, F_6, F_7, \ldots$ obeys $F_{n+1}=F_n+F_{n-1}$ for all integers $n \geq 2$.If $F_6=37,$ and $F_7=60,$ then what is $F...
2.7k
views
1 answers
2 votes
admin asked May 22, 2023
2,704 views
Ankita has to climb $5$ stairs starting at the ground, while respecting the following rules:At any stage, Ankita can move either one or two stairs up.At any stage, Ankita...
1.3k
views
0 answers
4 votes
admin asked May 20, 2023
1,344 views
Which one of the following options represents the given graph? $f(x)=x^{2} 2^{-|x|}$$f(x)=x 2^{-|x|}$$f(x)=|x| 2^{-x}$$f(x)=x 2^{-x}$
Total PHP MySQL Other RAM
Time (ms) % Time (ms) % File count Time (ms) % Query count Time (ms) % Amount %
Setup 4.1 2% 2.6 1% 72 1.7 1% 2 0.0 0% 569k 47%
Control 13.3 8% 1.7 1% 5 12.0 7% 12 0.0 0% 216k 18%
View 1.7 1% 1.7 1% 12 0.0 0% 0 0.0 0% 114k 9%
Theme 136.5 84% 4.2 2% 15 132.4 82% 3 0.0 0% 296k 24%
Stats 5.6 3% 0.1 0% 0 5.5 3% 1 0.0 0% 0k 0%
Total 161.3 100% 10.4 6% 104 151.6 94% 18 0.0 0% 1198k 100%