Using product rule and chain rule together on (x² + 2)x

  • Thread starter Thread starter fitz_calc
  • Start date Start date
  • Tags Tags
    Derivative
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 2K views
fitz_calc
Messages
41
Reaction score
0
Where does this 2x (highlighted) come from? I thought this step was just the 'product rule', but it looks like the 'chain rule' was applied as (x^2 + 2)`. Were these two rules used simultaneously?

Untitled-14.png
 
Physics news on Phys.org
First they used the product rule, and then they used the chain rule to find the derivative of sqrt(x^2+2). The 2x comes from the derivative of x^2+2.
 
That is actually a double application of the chain rule. To differentiate [itex]\sqrt{x^2+1}[/itex], let u= x2 and let v= u+ 1. [itex]\sqrt{x^2+ 1}[/itex] becomes [itex]\sqrt{v}= v^{1/2}[/itex]. It's derivative is (1/2)v-1/2v'. Of course, v'= u'= 2x.

(I am ignoring the x multipying the square root since you only asked about the chain rule.)