Need help differentiating a function

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
tahayassen
Messages
269
Reaction score
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?
 
Physics news on Phys.org
HallsofIvy said:
You aren't using the product rule. You have multiplied x by the derivative of [itex](10- x^2)^{1/2}[/itex], effectively treating that first "x" as though it were a constant. It is not.

Doh! I'm such an idiot! Thanks for the quick response!