Saturday, January 23, 2016

How to differentiate y=(2+4x^2)^3?

Since the given function is composed, we'll apply chain
rule to differentiate it.


We'll differentiate with respect
to x. First, we'll identify the composed functions, whose final result is
y.


dy/dx =
(dy/dt)*(dt/dx)


We'll put 2+4x^2 =
t


y = t^3


We'll differentiate
with respect to t:


dy/dt =
d(t^3)/dt


dy/dt = 3t^2


We'll
differentiate t with respect to x.


dt/dx =
d(2+4x^2)/dx


dt/dx = 8x


dy/dx
= 3t^2*8x = 24x*t^2


We'll substitute back
t:


dy/dx = 24x(2 +
4x^2)^2

No comments:

Post a Comment

Calculate tan(x-y), if sin x=1/2 and sin y=1/3. 0

We'll write the formula of the tangent of difference of 2 angles. tan (x-y) = (tan x - tan y)/(1 + tan x*tan y) ...