Question

Arrange the following expressions by growth rate from slowest to fastest. 4n2 ; log3n ; n!...

Arrange the following expressions by growth rate from slowest to fastest.

4n2 ; log3n ; n! ; 3n ; 20n ; 2; log2n; n2/3 ;   n2 + 3n + 7 ; 4n3/2 ;   log2n * log2n ; nlog2n + 200n

Format your answer by writing one or more functions on each line of your answer, with slower growing
functions appearing first. Functions that grow at the same asymptotic rate as one another should be placed
together on the same line of your answer.

Thank you!

Homework Answers

Answer #1

Growth rate from slowest to fastest

n! n=10 ,10!=10*9*8*7*6*5*4*3*2*1=3628800

3n n=10 ,3^10=3*3*3*3*3*3*3*3*3*3 =59049

4n2 , n2 + 3n + 7 n=100 ,4*100^2=40000 n=100 , 100^2+ 3*100 +7=10307

nlog2n + 200n n=100 ,100*log(100) + 200*100=664.38+20000=20664.38

4n3/2 n=100 , 4*(100)^3/2=4*10^3=4000

20n n=1000 , 20*1000=20000

n2/3 n=1000 , (1000)^2/3= 10^2=100

log2n * log2n n=1000 , log(1000)*log(1000)=9.965*9.965= 99.301225

log2n n=1000 , log(1000)=9.965

log3n n=1000 , log(1000)= 6.28

2

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Given the following list of functions, determine the order of growth of each using big-Theta notation...
Given the following list of functions, determine the order of growth of each using big-Theta notation and put all the functions in order from slowest-growing to fastest-growing. Be sure to put functions of equal growth rate on the same level. Unless otherwise noted, you can assume all logarithms are base-2. 6nlog(2n)+8n 4n2log(log(8n))+8n2+n 500 n3+7nlog(n2) + 4n 2n+2n+1 log(4n2)+3n+1 12 8log(24n)+10 8n2log(5n2)+7n+200 4log(n3)+1000 100log(16n)log(n6)+23 8nlog(log(n4))+6n+32 9log(log(8n))
For this assignment you will implement a simple calculator or interpreter that reads arithmetic expressions from...
For this assignment you will implement a simple calculator or interpreter that reads arithmetic expressions from a file. Specifically, you will implement the following function: /* * Reads one arithmetic "expression" at a time from a file stream, computes, then * returns the result. If there are additional expressions in the file, they are * read and computed by successive calls to “calculator”. * * “Expressions” are groups of operations (add, subtract, multiply, divide). Your * calculator will read and...
Read the following case carefully and then answer the questions. In the movie Face/Off, John Travolta...
Read the following case carefully and then answer the questions. In the movie Face/Off, John Travolta got a new look by exchanging faces with Nicolas Cage. Unfortunately, he got a lot of trouble along with it. John could receive a much less troublesome new look by using Botox, a treatment discovered by Vancouver’s Dr. Jean Carruthers, who came upon the cosmetic potential of Botox in 1982 while treating a woman with eye spasms. Botox is marketed by Allergan, a specialty...
Please answer the following Case analysis questions 1-How is New Balance performing compared to its primary...
Please answer the following Case analysis questions 1-How is New Balance performing compared to its primary rivals? How will the acquisition of Reebok by Adidas impact the structure of the athletic shoe industry? Is this likely to be favorable or unfavorable for New Balance? 2- What issues does New Balance management need to address? 3-What recommendations would you make to New Balance Management? What does New Balance need to do to continue to be successful? Should management continue to invest...
Please read the article and answear about questions. Determining the Value of the Business After you...
Please read the article and answear about questions. Determining the Value of the Business After you have completed a thorough and exacting investigation, you need to analyze all the infor- mation you have gathered. This is the time to consult with your business, financial, and legal advis- ers to arrive at an estimate of the value of the business. Outside advisers are impartial and are more likely to see the bad things about the business than are you. You should...