I understand the concept of big theta, big oh, and big omega.. I'm just having a hard time proving it. It's been a long time since I've done induction, so I'm pretty sure I'm just rusty and missing something simple.
For example.. the problem I need help with is to show that 5n² - 6n = Θ(n²)
.
I've gotten the Big-Oh portion of the problem (I do big-Oh and Ω seperately correct?) to:
6k² >= 5n² - 6n
and the big omega portion to:
5n² - 6n >= n²
....but where do I go from here ?! I recall from induction something like... I assume these are true, and now plug in (n+1)
for each n
and... do.. something? I've lost myself at this point.