Height of a Ball A ball is thrown vertically upward with an initial velocity of 50 feet per second. The height h, in feet, of the ball t seconds after it is released is given by the equation h(t) = -16t2 + 50t + 4. What is the maximum height reached by the ball?
Mahjabin Haque Homework 01 Algorithm Analysis (Chapter 2) Due 2016/06/02 at 5:00 PM Answer the following questions from the textbook: 2.1, 2.7abc, 2.8bcde, 2.11abcd, 2.12abcd, 2.14, 2.25abcd, 2.31 2.1 Answer: Growth rate order: 2/N, 37, N , N, N log log N, N log N, N log (N ), N log N, N , N , N 2 1.5 2 2 3 n/2 N log N, N , 2 , 2 N log N and N log N are the two functions that grow at the same rate. 2.7 Answer: a. i. O(N) 2 ii. O(N ) iii. O(N ) iv. O(N ) 5 v