How do I prove this using inequalities? I know that since $4x^2 +9= \Omega (x^2)$, it follows that $4x^2 +9$ is $\Omega (x \log x)$ since Big Omega is a lower bound. But how do I prove it using inequalities and choose a $n_0$ and c? I don't really know how to get from $4x^2 +9$ to $\Omega (x^2)$, or $\Omega (x \log x)$
Asked
Active
Viewed 54 times
-1
-
With an "$\Omega$" statement, you also need an "as" clause. For example, $f(x) = \Omega(x^2)$ as $x \to \infty$; or $f(x) = \Omega(x^2)$ as $x \to 0$. – GEdgar Mar 28 '24 at 08:42
1 Answers
0
The relation $4x^2 +9= \Omega (x^2)$ follows simply considering $c=4$ and then $\forall x \geq 0$ it holds $4x^2 +9 \geq cx^2$. Then, to show that $x^2 = \Omega(x\log x)$ it suffices to prove that $x = \Omega(\log x)$ which easily follows since $\forall x > 0$ $x > \log x$.
rcescon
- 181