hover
- 342
- 0
Homework Statement
Find the absolute maximum and absolute minimum values of f on the given interval.
f(x) = x/(x^2 + 25)
[0, 8]
Homework Equations
taking derivatives are necessary
The Attempt at a Solution
f(x)= \frac{x}{x^2+25}
f'(x)= \frac{(x^2+25)-x(2x)}{(x^2+25)^2}
f'(x)= \frac{x^2+25-2x^2}{(x^2+25)^2}
f'(x)= \frac{-x^2+25}{(x^2+25)^2}
f'(x)= -x^2+25=0
25=x^2
x=-5,5
f(0)=0 min
f(5)=1/2 max
f(8)=8/89
Those are my answers but i think i am wrong...