Given the below function and its 1st and 2nd derivative how do I go about testing if f(b) is increasing on the interval
![]()
Find the points at which the first derivative is zero, which we call critical points. Then plug in points that precedes or succeeds the critical points and check it's behavior (negative/positive). You can determine then whether your function is increasing on your interval.
To test if its increasing on this interval, plug a value within the interval into the first derivative. For the function to be increasing,
To show that its increasing only within this interval, pick points outside of the interval [one valueand another value
] and show that
for these values.
I'm not quite sure [at the moment] of how to apply the second derivative to this, but I think this may help you out enough.
I hope this helps!
--Chris