• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Big-O notation help...

I was wondering if any of the CS majors could help me out on a problem:

I need to prove the problem below is true or false, but I don't know how I'd do that since the O part has 2 things in it...

n^(1/3) is O(n^(1/4)+log(n))


Please help me atleast get started...
 
False? Can't you reduce the big O like how O(n^2+n) is essentially O(n^2)

Isn't n^(1/4) a higher order than log(n) and so log(n) can be removed?
 
Originally posted by: chiwawa626
I was wondering if any of the CS majors???? could help me out on a problem
As the possessor of a mathematics degree, I am greatly offended by the omission in the above, and thus cannot offer assistance.
 
Originally posted by: ActuaryTm
Originally posted by: chiwawa626
I was wondering if any of the CS majors???? could help me out on a problem
As the possessor of a mathematics degree, I am greatly offended by the omission in the above, and thus cannot offer assistance.

Prove yourself worth of a mension by actaully answering the question and i will forever remember the significance of your degree...until then, bah!
 
Originally posted by: chiwawa626
Hmm thats what I was thinking TuxDave, but can I do that formally somehow?

Uhh... I dunno, limits? Beats me. I took only one class in big o notation and never really had to touch it since.
 
Back
Top