Dominant term | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Dominant term

What is the dominant term ? (N(20N^2+5+0.5N^3))^2

21st Nov 2018, 5:37 AM
violet rose
violet rose - avatar
12 Answers
+ 3
This looks like homework. So instead of the full solution, I'd only give you a hint: in a polynomial p(N), the dominant term as N tends to infinity is always the highest degree term.
21st Nov 2018, 5:46 AM
Kishalaya Saha
Kishalaya Saha - avatar
+ 2
Since they asked for "term", it should be 0.25N^8. But if they ask for big O, you can write O(N^8).
21st Nov 2018, 5:55 AM
Kishalaya Saha
Kishalaya Saha - avatar
+ 1
thank you
21st Nov 2018, 6:00 AM
violet rose
violet rose - avatar
+ 1
But there is no N log N term. You're dividing the second term by N, so it cancels out with the N in N/4. Right? You can check the simplification here: http://m.wolframalpha.com/input/?i=10MlogM%2B%5B%28N%2F4%29log%28N%2F4%29%5D%2FN%2B2N
26th Nov 2018, 4:47 AM
Kishalaya Saha
Kishalaya Saha - avatar
+ 1
I had the Q incomplete It says that N>>M Does this make a difference? Kishalaya Saha
26th Nov 2018, 2:08 PM
violet rose
violet rose - avatar
+ 1
It might make a difference. But people mean different things when they use the "much greater than" sign >>. I mean, how much? It needs a better quantification. If it means, for example, N > CM^2 for some constant C, then the 2N term would eventually dominate, as log x has much slower growth than x. But without knowing what >> means in this context, it's hard to say. It's possible that theoretical computer scientists always use it to mean something specific, but I don't know.
26th Nov 2018, 2:32 PM
Kishalaya Saha
Kishalaya Saha - avatar
0
Should I write n^8 or (N(0.5N^3))^2
21st Nov 2018, 5:50 AM
violet rose
violet rose - avatar
0
I have another one it is really confusing me Which one is the dominant term 10MlogM+[(N/4)log(N/4)]/N+2N Where N>M ??? Kishalaya Saha
25th Nov 2018, 3:35 PM
violet rose
violet rose - avatar
0
That simplifies to 10M log M + log(N/4)/4 + 2N, right? Then I think it's hard to say without knowing how big N is compared to M. It could be the first term or the third. Are you sure you have written the expression correctly?
25th Nov 2018, 6:26 PM
Kishalaya Saha
Kishalaya Saha - avatar
0
Yes I'm sure . It just says N>M I did simplify it like this but some says the dominant in NlogN not 10MlogM ??
26th Nov 2018, 4:38 AM
violet rose
violet rose - avatar
0
What I ment was someone says it does not cancel it stays the same that's why NlogN But I'm not sure of the answer
26th Nov 2018, 6:50 AM
violet rose
violet rose - avatar
0
Okay, I understand what you mean, but it doesn't make sense to me why they wouldn't cancel. Sorry! Maybe someone else can help you.
26th Nov 2018, 7:00 AM
Kishalaya Saha
Kishalaya Saha - avatar