How to find where a function is increasing at the greatest rate
up vote
6
down vote
favorite
1
Given the function $f(x) = frac{1000x^2}{11+x^2}$ on the interval $[0, 3]$, how would I calculate where the function is increasing at the greatest rate? Differentiating the function will give its slope. Since slope is defined as the rate of change, then getting the maxima of the function's derivative will indicate where it is increasing at the greatest rate. The derivative of $f(x)$ is $frac{22000x}{(11+x^2)^2}$ Applying the first derivative test, the critical number is $sqrt{frac{11}{3}}$. The function increases before the critical number and decreases after it, so the critical number is a maximum. $sqrt{frac{11}{3}}$ is the answer.
calculus functions proof-verification
share | cite |...