Derivative of 101-x2 using Chain Rule - Calculus I Explained

  • Thread starter Thread starter UsernameValid
  • Start date Start date
  • Tags Tags
    Chain rule
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
UsernameValid
Messages
12
Reaction score
0
Find the derivative of 101-x2.

1.) So, I used power rule to get: (1-x2)(10-x2).
2.) Then I did chain rule and multiplied my previous answer with (d/dx)(-x2).
3.) The answer I get is: (-2x)(1-x2)(10-x2).


When I use my calculator, the answer I get is: -20*ln(10)*10-x2. So, where does -20*ln(10) come from?
 
Physics news on Phys.org
The power rule applies when ##x## is the base, not in the exponent. What kinds of functions are the derivatives of the exponential function?
 
You have to use the formula for a constant to a variable exponent..

a^u = lna (u) (u')

So you use properties of exponents to get 10 times 10 to the power of negative x squared..

So that's a constant with a variable exponent..

So you get 10(ln10)(10^-x^2)(-2x)
^u ^u'
Then that simplifies to your answer, but you forgot the x.