#Why am i so lost can someone pls help
1 messages · Page 1 of 1 (latest)
You should use logarithmic differentiation
This calculus video tutorial provides a basic introduction into logarithmic differentiation. It explains how to find the derivative of functions such as x^x, x^sinx, (lnx)^x, and x^(1/x). You need to take the natural log of both sides of the equation and perform implicit differentiation to find dy/dx. You need to be familar with product rule ...
(1) y=x^(x^3)
y'=x^(x^3) * (3(x^2) * ln(x)+(x^3)*(1/x)), generalized power rule + product rule
y'=x^((x^3)+2) * (3ln(x)+1)
(2) d/dx[y=cos^x(x)]
y'=cos^x(x)*d/dx[ln(cos(x))x], product rule&chain
y'=cos^x(x)*( 1*ln(cos(x))+x*1/cos(x) * d/dx[cos(x)]), cos derivitive=-sin
y'=cos^x(x) * (ln(cos(x))-(xsin(x)/cos(x)))
y'=cos^x(x)(ln(cos(x))-xtan(x))
(3) d/dx[4-2y^2=4x^3]
d/dx[4-2y^2]=d/dx[4x^3]
≡d/dx[4]-2*d/dx[y^2]=4*d/dx[x^3], as derivitive is linear
≡0-4(dy/dx)=12x^2
≡-4yy'=12x^2
=> y' = -3(x^2)/y
now for the second derivative
d/dx[y']=d/dx[-3(x^2)/y]
≡y''=-3*d/dx[x^2/y]
≡y''=-(3(2xy-y'x^2)/y^2