I need to list the order of growth from lowest order tohighest order. How do i d
ID: 3609093 • Letter: I
Question
I need to list the order of growth from lowest order tohighest order. How do i do this? Does it mean plugging invalues for n? If I have one example of how to do this, I can figureout the rest.2n+4 2n n*lg(n) lg(n)+5 n-n3+3n5 6n1/2 2n2+lg(n) n2*lg(2n) 8n2 9n2 2n-1 I need to list the order of growth from lowest order tohighest order. How do i do this? Does it mean plugging invalues for n? If I have one example of how to do this, I can figureout the rest.
2n+4 2n n*lg(n) lg(n)+5 n-n3+3n5 6n1/2 2n2+lg(n) n2*lg(2n) 8n2 9n2 2n-1 2n-1
Explanation / Answer
Dear, it's not plugging in values for n. It is found by how fast itchange when the value of n change. So the function having fastestchange will have maximum order and minimum changed function willhave minimum order.
lower to higher growth are ...
Function having same order are kept in same row.
lg(n)+5
6n1/2
2n+4
n*lg(n) 2n2+lg(n) = 8n2 =9n2
n2*lg(2n)
n-n3+3n5
2n = 2n-1
lg(n)+5
6n1/2
2n+4
n*lg(n) 2n2+lg(n) = 8n2 =9n2
n2*lg(2n)
n-n3+3n5
2n = 2n-1
2n = 2n-1