Derivatives of Implicit and Inverse Trigonometric Functions
Implicit Functions
So far, we have mostly differentiated functions written in the explicit form
y=f(x).
However, many relations between x and y are given in a form where y is not isolated, for example
f(x,y)=0.
Such relations are called implicit functions.
Examples include:
x2+y2=1,x3+y3=3axy,y+siny=cosx.
In these equations, y depends on x, but it is not written directly as a simple formula y=f(x).
Method of differentiating an implicit function
Differentiate both sides of the equation with respect to x.
Whenever a term involving y is differentiated, treat y as a function of x and apply the chain rule.
For example,
dxd(y2)=2ydxdy,dxd(siny)=cosydxdy.
Collect all terms containing dxdy on one side.
Factor out dxdy.
Solve for dxdy.
This method is called implicit differentiation.
Derivatives of Inverse Trigonometric Functions
The derivatives of inverse trigonometric functions are standard and very important. These formulas are usually obtained by implicit differentiation.
For the principal branches, we have:
dxd(sin−1x)=1−x21,−1<x<1
dxd(cos−1x)=1−x2−1,−1<x<1
dxd(tan−1x)=1+x21,x∈R
dxd(cot−1x)=1+x2−1,x∈R
dxd(sec−1x)=∣x∣x2−11,∣x∣>1
dxd(csc−1x)=∣x∣x2−1−1,∣x∣>1
These formulas are valid only where the given inverse trigonometric functions are defined and differentiable.
Differentiation by Trigonometric Substitution
Sometimes the direct chain-rule differentiation of an inverse trigonometric expression becomes long and algebraically messy. In such cases, trigonometric substitution is often the smartest method.
Useful substitutions:
For expressions involving
a2−x2,
use
x=asinθorx=acosθ.
For expressions involving
a2+x2ora2+x2,
use
x=atanθorx=acotθ.
For expressions involving
x2−a2,
use
x=asecθorx=acscθ.
Also, the following expressions strongly suggest the substitution x=tanθ because of double-angle identities:
1+x22xcorresponds tosin2θ
1+x21−x2corresponds tocos2θ
1−x22xcorresponds totan2θ
Whenever such substitutions are used, care must be taken with the principal values of inverse trigonometric functions.
Solved Examples
Example 1: Basic Implicit Differentiation
Find dxdy if x−y=π.
Solution:
Differentiate both sides with respect to x:
dxd(x−y)=dxd(π).
Since the derivative of x is 1, the derivative of y with respect to x is dxdy, and the derivative of the constant π is 0, we get
1−dxdy=0.
Therefore,
dxdy=1.
Answer:1
Example 2: Implicit Differentiation with Chain Rule
Find dxdy if y+siny=cosx.
Solution:
Differentiate both sides with respect to x:
dxd(y)+dxd(siny)=dxd(cosx).
Now,
dxd(y)=dxdy,
and by the chain rule,
dxd(siny)=cosy⋅dxdy.
Also,
dxd(cosx)=−sinx.
So,
dxdy+cosydxdy=−sinx.
Factor out dxdy:
dxdy(1+cosy)=−sinx.
Hence,
dxdy=1+cosy−sinx,
provided 1+cosy=0.
Answer:1+cosy−sinx
Example 3: Implicit Differentiation with Product Rule
Find dxdy if x2+xy+y2=100.
Solution:
Differentiate both sides with respect to x:
dxd(x2)+dxd(xy)+dxd(y2)=dxd(100).
Now,
dxd(x2)=2x,dxd(xy)=xdxdy+y
by the product rule, and
dxd(y2)=2ydxdy
by the chain rule. So,
2x+xdxdy+y+2ydxdy=0.
Group the derivative terms:
xdxdy+2ydxdy=−(2x+y).
Factor out dxdy:
dxdy(x+2y)=−(2x+y).
Therefore,
dxdy=x+2y−(2x+y),
provided x+2y=0.
Answer:x+2y−(2x+y)
Example 4: Complex Implicit Differentiation
Find dxdy if sin2y+cos(xy)=k, where k is a constant.
Solution:
Differentiate both sides with respect to x:
dxd(sin2y)+dxd(cos(xy))=dxd(k).
Since k is constant, its derivative is 0.
For the first term,
dxd(sin2y)=2sinycosydxdy=sin2ydxdy.
For the second term, use the chain rule together with the product rule:
dxd(cos(xy))=−sin(xy)⋅dxd(xy),
where
dxd(xy)=xdxdy+y.
Thus,
sin2ydxdy−sin(xy)(xdxdy+y)=0.
Expand:
sin2ydxdy−xsin(xy)dxdy−ysin(xy)=0.
Group the terms containing dxdy:
dxdy(sin2y−xsin(xy))=ysin(xy).
Hence,
dxdy=sin2y−xsin(xy)ysin(xy).
Answer:sin2y−xsin(xy)ysin(xy)
Example 5: Derivative of an Inverse Trigonometric Function using Chain Rule
Find the derivative of y=tan−1(3x).
Solution:
Use the standard formula
dxd(tan−1u)=1+u21⋅dxdu.
Here,
u=3x.
So,
dxdu=3.
Therefore,
dxdy=1+(3x)21⋅3=1+9x23.
Answer:1+9x23
Example 6: Trigonometric Substitution (Sine)
Find dxdy if y=sin−1(1+x22x) for ∣x∣<1.
Solution:
The expression
1+x22x
suggests the identity
sin2θ=1+tan2θ2tanθ.
Let
x=tanθ.
Then
θ=tan−1x.
Substituting,
y=sin−1(1+tan2θ2tanθ)=sin−1(sin2θ).
For ∣x∣<1, we have θ∈(−4π,4π), so
2θ∈(−2π,2π),
which lies in the principal range of sin−1. Hence,
y=2θ=2tan−1x.
Now differentiate:
dxdy=2⋅1+x21=1+x22.
Answer:1+x22
Example 7: Trigonometric Substitution (Cosine)
Find dxdy if y=cos−1(1+x21−x2),0<x<1.
Solution:
The expression
1+x21−x2
suggests the identity
cos2θ=1+tan2θ1−tan2θ.
Let
x=tanθ.
Since 0<x<1, we get
0<θ<4π,
so
0<2θ<2π.
Now,
y=cos−1(1+tan2θ1−tan2θ)=cos−1(cos2θ).
Because 2θ lies in the principal range [0,π] of cos−1, we may write
y=2θ=2tan−1x.
Differentiate:
dxdy=2⋅1+x21=1+x22.
Answer:1+x22
Example 8: Trigonometric Substitution (Tangent)
Find dxdy if y=tan−1(1−3x23x−x3),−31<x<31.
Solution:
The inner expression matches the identity
tan3θ=1−3tan2θ3tanθ−tan3θ.
Let
x=tanθ.
Then
θ=tan−1x.
Substituting,
y=tan−1(tan3θ).
Because
−31<x<31,
we have
−6π<θ<6π,
so
−2π<3θ<2π.
Thus 3θ lies in the principal range of tan−1, and therefore
y=3θ=3tan−1x.
Differentiating,
dxdy=3⋅1+x21=1+x23.
Answer:1+x23
Example 9: Complementary Angles in Inverse Trig
Find dxdy if y=sin−1(1+x21−x2),0<x<1.
Solution:
Using the same substitution as before, let
x=tanθ,0<θ<4π.
Then
1+x21−x2=cos2θ.
So,
y=sin−1(cos2θ).
Now use the identity
cosA=sin(2π−A).
Hence,
y=sin−1(sin(2π−2θ)).
Since 0<θ<4π, we get
0<2π−2θ<2π,
which lies in the principal range of sin−1. Therefore,
y=\frac{\pi}{2}-2\theta=rac{\pi}{2}-2\tan^{-1}x.
Now differentiate:
dxdy=0−2⋅1+x21=1+x2−2.
Answer:1+x2−2
Example 10: Inverse Secant Substitution
Find dxdy if y=sec−1(2x2−11) for 0<x<1.
Solution:
The denominator 2x2−1 suggests the identity
cos2θ=2cos2θ−1.
Let
x=cosθ.
Since 0<x<1, we may take
0<θ<2π.
Then
2x2−1=2cos2θ−1=cos2θ.
Hence,
2x2−11=cos2θ1=sec2θ.
So,
y=sec−1(sec2θ).
On the principal branch, this simplifies to
y=2θ=2cos−1x
for the appropriate interval.
Now differentiate:
dxdy=2⋅dxd(cos−1x)=2(1−x2−1)=1−x2−2.
Answer:1−x2−2
Ready to test your knowledge?
Take a quick interactive quiz on this topic —
free, works without login.