Chengrun J. answered 03/27/23
Physics/Math, Middle School-College
An inflection points occur when the second derivative of a function passes through the x-axis. aka when the second derivative changes signs.
given S(t) = 0.02 * t^4 * e^(-0.07*t)
dS/dt = e^(-0.07*t) * t^3 * (0.08 - 0.0014*t)
d^2S/dt^2 = e^(-0.07*t) * t^2 * (0.000098 * t^2 - 0.0112*t + 0.24)
d^2S/dt^2 is equal to zero when t = 0, 200/7, 600/7
no sign change at t = 0, so inflection points at
t = 200/7, 600/7