You're on a roll — here are the differentiations for each function:
1) y=x2cosx
Step 1: Use the product rule, dxd(uv)=u′v+uv′.
Let u=x2 and v=cosx.
Step 2: Find the derivatives of u and v.
u′=dxd(x2)=2x.
v′=dxd(cosx)=−sinx.
Step 3: Apply the product rule.
dxdy=(2x)(cosx)+(x2)(−sinx)
\frac{dy{dx} = 2x \cos x - x^2 \sin x}
2) y=exsin3x
Step 1: Use the product rule, dxd(uv)=u′v+uv′.
Let u=ex and v=sin3x.
Step 2: Find the derivatives of u and v.
u′=dxd(ex)=ex.
For v′, use the chain rule: dxd(sin3x)=cos(3x)⋅dxd(3x)=3cos3x.
Step 3: Apply the product rule.
dxdy=(ex)(sin3x)+(ex)(3cos3x)
\frac{dy{dx} = e^x (\sin 3x + 3\cos 3x)}
3) y=e3xcosnx
Step 1: Use the product rule, dxd(uv)=u′v+uv′.
Let u=e3x and v=cosnx.
Step 2: Find the derivatives of u and v.
For u′, use the chain rule: dxd(e3x)=e3x⋅dxd(3x)=3e3x.
For v′, use the chain rule: dxd(cosnx)=−sin(nx)⋅dxd(nx)=−nsinnx.
Step 3: Apply the product rule.
dxdy=(3e3x)(cosnx)+(e3x)(−nsinnx)
\frac{dy{dx} = e^{3x} (3\cos nx - n\sin nx)}
4) y=(xsinx)2
Step 1: Use the chain rule. Let w=xsinx. Then y=w2.
dwdy=2w=2xsinx.
Step 2: Find dxdw using the product rule for w=xsinx.
Let u=x and v=sinx.
u′=1 and v′=cosx.
dxdw=(1)(sinx)+(x)(cosx)=sinx+xcosx.
Step 3: Apply the chain rule dxdy=dwdy⋅dxdw.
dxdy=(2xsinx)(sinx+xcosx)
dxdy=2xsin2x+2x2sinxcosx
Using the identity sin(2x)=2sinxcosx:
\frac{dy{dx} = 2x \sin^2 x + x^2 \sin(2x)}
5) y=e3xcos4x
Step 1: Use the product rule, dxd(uv)=u′v+uv′.
Let u=e3x and v=cos4x.
Step 2: Find the derivatives of u and v.
For u′, use the chain rule: dxd(e3x)=e3x⋅dxd(3x)=3e3x.
For v′, use the chain rule: dxd(cos4x)=−sin(4x)⋅dxd(4x)=−4sin4x.
Step 3: Apply the product rule.
dxdy=(3e3x)(cos4x)+(e3x)(−4sin4x)
\frac{dy{dx} = e^{3x} (3\cos 4x - 4\sin 4x)}
6) y=x3ln(x2+2)
Step 1: Use the product rule, dxd(uv)=u′v+uv′.
Let u=x3 and v=ln(x2+2).
Step 2: Find the derivatives of u and v.
u′=dxd(x3)=3x2.
For v′, use the chain rule: dxd(ln(x2+2)). Let w=x2+2, so dxdw=2x.
Then dxd(lnw)=w1⋅dxdw=x2+21⋅2x=x2+22x.
Step 3: Apply the product rule.
dxdy=(3x2)(ln(x2+2))+(x3)(x2+22x)
dxdy=3x2ln(x2+2)+x2+22x4
You can factor out x2:
\frac{dy{dx} = x^2 \left(3 \ln(x^2+2) + \frac{2x^2}{x^2+2}\right)}
What's next?