During the lecture, the professor went over Big Omega and Big Theta materials. The lectures were mostly focused on proving and disproving big omega and big theta. One thing I found interesting was that we have to use L'Hopital's rule in some specific cases. As I already knew what this rule is, I had no problem solving the questions. Learning how to prove 2n ∉O(n2) was very interesting as I had to apply L'Hopital's rule.
If we write this in limit, it is as shown below.
lim (x -> ∞) 2n
/ (n2)
As both numerator and denominator would become infinity, we have to do the derivation on this limit for each numerator and denominator due to L'Hopital's rule.
We get as shown below.
lim (x -> ∞) 2n ln2 * ln2 / 2
Then we can show this as shown below.
∀c∈ R+,∃nc∈ N, ∀n∈ N, n >= nc -> 2n/n2
> c
After that, we can prove this using the techniques we learnt throughout this course.
I hope to learn more in computer science mathematical expression next week to become a great computer scientist.
Having the definitions in the text makes your post really clear to follow!
ReplyDelete