How do you differentiate #f(x)=sqrt(x-(3x+5)^2)# using the chain rule.?
1 Answer
Jan 22, 2016
Explanation:
This will be simpler if the terms inside the square root are simplified.
#f(x)=sqrt(x-(9x^2+30x+25))=sqrt(-9x^2-29x+25)#
Now, to differentiate a square root function, we should treat it as having a fractional exponent.
#f(x)=(-9x^2-29x+25)^(1/2)#
According to the chain rule, which we will have to use,
Thus,
#f'(x)=1/2(-9x^2-29x+25)^(-1/2)*d/dx[-9x^2-29x+25]#
#f'(x)=1/(2(-9x^2-29x+25)^(1/2))*(-18x-29)#
#f'(x)=-(18x+29)/(2sqrt(-9x^2-29x+25))#