rajs.kumar wrote:PS 008
The number of passengers on a certain bus at any given time is given by the equation P = -2(S – 4)^2 + 32, where P is the number of passengers and S is the number of stops the bus has made since beginning its route. If the bus begins its route with no passengers, how many passengers will be on the bus two stops after the stop where it has its greatest number of passengers?
1. 32
2. 30
3. 24
4. 14
5. 0
There are two ways to approach this problem. Answer C.
Method 1
======
(S - 4)^2 is always positive so -2(S - 4)^2 is always negative. For P to be maximum the when the first term is 0 since 32 is always constant. This means S = 4. So out desired value is 4 + 2 = 6. With this value we get # passengers as 24.
Method 2
======
For this problem this method may not be necessary. However, for other kind of maxima/minima problems where the maximum value is not direct this method can be used.
At maxima the rate of change is equal to 0
dP/dS = 0
-4(S - 4) . 1 = 0 => S = 4
=> P = 24.
For more complex functions this method is quicker. For example to find the maximum of y = x^2 - 100x. dy/dx = 2x - 100 = 0 => x = 50 or maximum y for a x value of 50.