tahayassen
- 269
- 1
Homework Statement
f(x) = 2x * (10-x^2)^(1/2)
Determine f'(x).
2. The attempt at a solution
f'(x) = 2x*(1/2) * (10-x^2)^(-1/2) * (-2x)
= x * (-2x) * (10-x^2)^(-1/2)
= -2x^2 * (10-x^2)^(-1/2)
What am I doing wrong?