Let
y=arcsin(x)
which may be written as
x=sin(y)
Differentiate both side of the above with respect to xdxdx=dxd(sin(y))
Simplify the left side and use the chain rule on the right hand side
1=cos(y)dxdy
The above gives
dxdy=cosy1
The trigonometric identity sin2y+cos2y=1 gives
cos(y)=1−sin2(y)
From above, we have x=sin(y) , hence
cos(y)=1−x2
Substitute cos(y)=1−x2 in dxdy=cosy1 to obtain
dxdy=1−x21
Hence
dxd(arcsin(x))=1−x21
2 - Derivative of arccos(x)
Let
y=arccos(x)
which may be written as
x=cos(y)
The differentiation of both sides of the above, with respect to x using the chain rule on the right hand side, gives
1=−sin(y)dxdy
The above gives
dxdy=−sin(y)1
The trigonometric identity sin2y+cos2y=1 gives
sin(y)=1−cos2(y)
Use x=cos(y) from above to write
sin(y)=1−x2
Substitute siny in dxdy=−sin(y)1 to obtain
dxd(arccos(x))=−1−x21
3 - Derivative of arctan(x)
Let
y=arctan(x)
which may be written as
x=tan(y)
We differentiate both side with respect to x, using the chain rule on the right hand side, to obtain
1=sec2(y)dxdy
The above gives
dxdy=sec2(y)1=cos2(y)
We now use the trignometric identity
cos2(y)=1+tan2(y)1
and x=tan(y) from above to express sec2(y) in terms of x as follows
cos2(y)=1+x21
Substitute in Hence dxdy=cos2(y) to obtain
dxd(arctan(x))=1+x21
4 - Derivative of arccot(x)
Let
y=arccot(x)
which may be written as
x=cot(y)
Differentiate both side with respect to x, using the chain rule on the right hand side, gives
1=−csc2(y)dxdy
The above gives
dxdy=−csc2(y)1=−sin2(y)
Use the trigonometric identity
sin2(y)=1+cot2(y)1
and x=cot(y) from above to express sin2(y) in terms of x as follows
sin2(y)=1+cot2(y)1=1+x21
Hence
dxd(arccot(x))=−1+x21
5 - Derivative of arcsec(x)
Let
y=arcsec(x)
which may be written as
x=sec(y)
The differentiation of both side with respect to x, using the chain rule on the right hand side, gives
1=sec(y)tan(y)dxdy
The above gives
dxdy=sec(y)tan(y)1
Use the identity tany=sec2y−1 and x=sec(y) from above to
express sec(y)tan(y) in terms of x as follows
sec(y)tan(y)=xx2−1
Hence
dxd(arcsec(x))=xx2−11
6 - Derivative of arccsc(x)
Let
y=arccsc(x)
which may be written as
x=csc(y)
The differentiation of the left and right sides of the above, using the chain rule on the right hand side, gives
1=−csc(y)cot(y)dxdy
The above gives
dxdy=−csc(y)cot(y)1
Use the trigonometric identity coty=csc2y−1 and x=csc(y) from above
to express csc(y)cot(y) in terms of x as follows
csc(y)cot(y)=csc(y)csc2y−1=xx2−1
Hence
dxd(arccsc(x))=−xx2−11
Examples with Solutions
Example 1
Find the first derivative of f(x)=xarcsinxSolution to Example 1:
Let h(x)=x and g(x)=arcsinx, function f is considered as the product of functions h and g: f(x)=h(x)g(x).
Use the product rule of differentiation: f′(x)=h(x)g′(x)+g(x)h′(x), to differentiate function f as follows
f′(x)=x(1−x21)+arcsinx⋅1 =1−x2x+arcsinx
Example 2
Find the first derivative of f(x)=arctanx+x2 Solution to Example 2:
Let g(x)=arctanx and h(x)=x2, function f may be considered as the sum of functions g and h: f(x)=g(x)+h(x). Hence we use the sum rule, f′(x)=g′(x)+h′(x), to differentiate function f as follows
f′(x)=1+x21+2x =1+x22x3+2x+1
Example 3
Find the first derivative of f(x)=arcsin(2x+2)
Let u(x)=2x+2, function f may be considered as the composition f(x)=arcsin(u(x)). Hence we use the chain rule, f′(x)=(dxdu)dud(arcsin(u)), to differentiate function f as follows
g′(x)=2(1−u21) =1−(2x+2)22