Consider the function F(x)=arcsin(x)⋅sin(x2)
Use product rule to differentiate the function as follows:
F′(x)=dxd[arcsin(x)⋅sin(x2)]
F′(x)=arcsin(x)dxd(sin(x2))+(sin(x2))dxd(arcsin(x))Using chain rule, the derivative of sin(x2) with respect to x is evaluated as,
dxd(sin(x2))=cos(x2)⋅dxd(x2)=2xcos(x2)The derivative of arcsin(x) with respect to x is evaluated as,
dxd(arcsin(x))=1−x21Now, substitute the derivatives to obtain,
F′(x)=arcsin(x)⋅2xcos(x2)+(sin(x2))⋅1−x21
Therefore, the derivative of the function is
F′(x)=2xcos(x2)⋅arcsin(x)+1−x2sin(x2)
Comments