Quote:if a function f has f(5)= 20, f'(5)= 20, and f''(x)<0, for x>= 5. what is possible or impossible for f(7)? 26? 24? 22?
i guess the graph is kind of like a concave down graph and at 5, the point is kind of at it's max. What wouldn't all 3 answers be possible? Or????
I believe using the Mean Value Theorem would be best.
a=5, b=7.
Apply the MVT to f' to get
f''(c)=(f'(7)-f'(5))/2 for some c in (5,7).
Then as f''(c)<0 (as c>5), f'(7)<f'(5). f'(5)=20 implies f'(7)<20.
Now apply MVT to f to get
f'(d)=(f(7)-f(5))/2 for some d in (5,7).
Then 2f'(d)=f(7)-20; so f(7)=2f'(d)+20. If we can bound f'(d), say f'(d) is between X and Y, then f(7) is between 2X+20 and 2Y+20. So let's try to bound f'(d).
Apply the MVT to f' on the interval (5,d).
f''(e)=(f'(d)-f'(5))/(d-5) for some e in (5,d). We're given that f''(e)<0 as e>5. Then (f'(d)-f'(5))/(d-5) is <0. Solving for f'(d), we get f'(d)<20 as f'(5)=20 and d-5>0. This seems to me ! the best we can do with f'(d) with the given information. Our "Y" is 20 and there is no X.
Thus, f(7)=2f'(d)+20 gives us that since f'(d)<20, f(7)<2*20+20=60.
If I did everything right, f(7) cannot exceed or equal 60. Hrm, that seems way off your answers though...