Navigation

Computing derivatives

4.7 Inverse trig functions and their derivatives

29 problems · hints, answers and solutions shown beside each one

Stage 1 · Conceptual

Q1Stage 1

Give the domains of each of the following functions.

(a) f(x)=arcsin(cosx)(b) g(x)=arccsc(cosx)(c) h(x)=sin(arccosx)\text{(a) } f(x)=\arcsin(\cos x)\qquad \text{(b) }g(x)=\arccsc(\cos x)\qquad \text{(c) } h(x)=\sin(\arccos x)
Hint

Remember that only certain numbers can come out of sine and cosine, but any numbers can go in.

Answer

(a) (,)(-\infty,\infty) (b) all integer multiples of π\pi (c) [1,1][-1,1]

Full solution

(a) We can plug any number into the cosine function, and it will return a number in [1,1][-1,1]. The domain of arcsinx\arcsin x is [1,1][-1,1], so any number we plug into cosine will give us a valid number to plug into arcsine. So, the domain of f(x)f(x) is all real numbers.

(b) We can plug any number into the cosine function, and it will return a number in [1,1][-1,1]. The domain of arccscx\arccsc x is (,1][1,)(-\infty,-1] \cup [1,\infty), so in order to have a valid number to plug into arccosecant, we need cosx=±1\cos x = \pm 1. That is, the domain of g(x)g(x) is all values x=nπx=n\pi for some integer nn.

(c) The domain of arccosine is [1,1][-1,1]. The domain of sine is all real numbers, so no matter what number arccosine spits out, we can safely plug it into sine. So, the domain of h(x)h(x) is [1,1][-1,1].

Q2Stage 1

A particle starts moving at time t=10t=10, and it bobs up and down, so that its height at time t10t \geq 10 is given by cost\cos t. True or false: the particle has height 1 at time t=arccos(1)t=\arccos(1).

Hint

What is the range of the arccosine function?

Answer

False

Full solution

False: cost=1\cos t=1 for infinitely many values of tt; arccosine gives only the single value t=0t=0 for which cost=1\cos t=1 and 0tπ0 \leq t \leq \pi. The particle does not start moving until t=10t=10, so t=0t=0 is not in the domain of the function describing its motion.

The particle will have height 11 at time 2πn2\pi n, for any integer n2n \geq 2.

Q3Stage 1

The curve y=f(x)y=f(x) is shown below, for some function ff. Restrict ff to the largest possible interval containing 00 over which it is one–to–one, and sketch the curve y=f1(x)y=f^{-1}(x).

Figure from prob_s2.12, line 1

Figure from prob_s2.12, line 1

Hint

A one–to–one function passes the horizontal line test. To graph the inverse of a function, reflect it across the line y=xy=x.

Answer

Figure from prob_s2.12, line 1

Figure from prob_s2.12, line 1

Full solution

First, we restrict the domain of ff to force it to be one–to–one. There are many intervals we could choose over which ff is one–to–one, but the question asks us to contain x=0x=0 and be as large as possible; this leaves us with the following restricted function:

Figure from prob_s2.12, line 1

Figure from prob_s2.12, line 1

The inverse of a function swaps the role of the input and output; so if the graph of y=f(x)y=f(x) contains the point (a,b)(a,b), then the graph of Y=f1(X)Y=f^{-1}(X) contains the point (b,a)(b,a). That is, the graph of Y=f1(X)Y=f^{-1}(X) is the graph of y=f(x)y=f(x) with the xx-coordinates and yy-coordinates swapped. (So, since y=f(x)y=f(x) crosses the yy-axis at y=1y=1, then Y=f1(X)Y=f^{-1}(X) crosses the XX-axis at X=1X=1.) This swapping is equivalent to reflecting the curve y=f(x)y=f(x) over the line y=xy=x.

Figure from prob_s2.12, line 1

Figure from prob_s2.12, line 1

Remark: while you're getting accustomed to inverse functions, it is sometimes clearer to consider y=f(x)y=f(x) and Y=f1(X)Y=f^{-1}(X): using slightly different notations for xx (the input of ff, hence the output of f1f^{-1}) and XX (the input of f1f^{-1}, which comes from the output of ff). However, the convention is to use xx for the inputs of both functions, and yy as the outputs of both functions, as is written on the graph above.

Q4Stage 1

Let aa be some constant. Where does the curve y=ax+cosxy=ax+\cos x have a horizontal tangent line?

Hint

Your answer will depend on aa. The arcsine function alone won't give you every value.

Answer
  • If a>1|a|>1, there is no point where the curve has horizontal tangent line.

  • If a=1|a|=1, the curve has a horizontal tangent line where x=2πn+aπ2x=2\pi n + \dfrac{a\pi}{2}
    for any integer nn.

  • If a<1|a|<1, the curve has a horizontal tangent line where x=2πn+arcsin(a)x=2\pi n+\arcsin(a) or x=(2n+1)πarcsin(a)x=(2 n +1) \pi - \arcsin (a) for any integer nn.

Full solution

The tangent line is horizontal when 0=y=asinx0=y'=a-\sin x. That is, when a=sinxa=\sin x.

  • If a>1|a|>1, then there is no value of xx for which a=sinxa=\sin x, so the curve has no horizontal tangent lines.

  • If a=1|a| = 1, then there are infinitely many solutions to a=sinxa=\sin x, but only one solution in the interval [π,π][-\pi,\pi]: x=arcsin(a)=arcsin(±1)=±π2x=\arcsin(a)=\arcsin(\pm1)=\pm\frac{\pi}{2}. Then the values of xx for which a=sinxa=\sin x are x=2πn+aπ2x=2\pi n +a \frac{\pi}{2} for any integer nn.

  • If a<1|a|<1, then there are infinitely many solutions to a=sinxa=\sin x. The solution in the interval (π2,π2)\left(-\frac{\pi}{2},\frac{\pi}{2}\right) is given by x=arcsin(a)x=\arcsin(a). The other solution in the interval (π,π)\left(-\pi,\pi\right) is given by x=πarcsin(a)x=\pi-\arcsin(a), as shown in the unit circles below.

    Figure from prob_s2.12, line 1

    Figure from prob_s2.12, line 1

    Figure from prob_s2.12, line 11

    Figure from prob_s2.12, line 11

    So, the values of xx for which x=sinax=\sin a are x=2πn+arcsin(a)x=2\pi n+\arcsin(a) and x=2πn+πarcsin(a)x=2\pi n + \pi - \arcsin (a) for any integer nn.

Remark: when a=1a=1, then

2πn+arcsin(a)=2πn+π2=2πn+π(π2)=2πn+πarcsin(a).2\pi n+\arcsin(a) = 2\pi n + \dfrac{\pi}{2}=2\pi n +\pi -\left(\dfrac {\pi}{2}\right)=2\pi n+\pi-\arcsin(a).

Similarly, when a=1a=-1,

2πn+arcsin(a)=2πnπ2=2π(n1)+π(π2)=2π(n1)+πarcsin(a).2\pi n+\arcsin(a) = 2\pi n - \dfrac{\pi}{2}=2\pi (n-1) +\pi -\left(-\dfrac {\pi}{2}\right) =2\pi(n-1)+\pi-\arcsin(a).

So, if we try to use the descriptions in the third bullet point to describe points where the tangent line is horizontal when a=1|a|=1, we get the correct points but each point is listed twice. This is why we separated the case a=1|a|=1 from the case a<1|a|<1.

Q5Stage 1

Define a function f(x)=arcsinx+arccscxf(x)=\arcsin x + \arccsc x. What is the domain of f(x)f(x)? Where is f(x)f(x) differentiable?

Hint

In order for xx to be in the domain of ff, you must be able to plug xx into both arcsine and arccosecant.

Answer

Domain: x=±1x=\pm 1. Not differentiable anywhere.

Full solution

The function arcsinx\arcsin x is only defined for x1|x| \leq 1, and the function arccscx\arccsc x is only defined for x1|x| \geq 1, so f(x)f(x) has domain x=1|x|=1. That is, x=±1x=\pm1.

In order for f(x)f(x) to be differentiable at a point, it must exist in an open interval around that point. (See Definition 3.3.3.) Since our function does not exist over any open interval, f(x)f(x) is not differentiable anywhere.

So, actually, f(x)f(x) is a pretty boring function, which we can entirely describe as: f(1)=πf(-1)=-\pi and f(1)=πf(1)=\pi.

Stage 2 · Procedural

Q6Stage 2

Differentiate f(x)=arcsin(x3)f(x)=\arcsin\left(\dfrac{x}{3}\right). What is the domain of f(x)f(x)?

Hint

For the domain of ff, remember the domain of arcsine is [1,1][-1,1].

Answer

f(x)=19x2f'(x)=\dfrac{1}{\sqrt{9-x^2}}; domain of ff is [3,3][-3,3].

Full solution

Using the chain rule,

ddx{arcsin(x3)}=11(x3)213=131x29=19x2\begin{align*} \diff{}{x}\left\{\arcsin\left(\frac{x}{3}\right)\right\}&=\frac{1}{\sqrt{1-\left(\frac{x}{3}\right)^2}}\cdot \frac{1}{3}\\ &=\frac{1}{3\sqrt{1-\frac{x^2}{9}}}\\ &=\frac{1}{\sqrt{9-x^2}} \end{align*}

Since the domain of arcsine is [1,1][-1,1], and we are plugging in x3\dfrac{x}{3} to arcsine, the values of xx that we can plug in are those that satisfy 1x31-1 \le \dfrac{x}{3} \leq 1, or 3x3-3\leq x \leq 3. So the domain of ff is [3,3][-3,3].

Q7Stage 2

Differentiate f(t)=arccostt21f(t)=\dfrac{\arccos t}{t^2-1}. What is the domain of f(t)f(t)?

Hint

The domain of arccos(t)\arccos(t) is [1,1][-1,1], but you also have to make sure you aren't dividing by zero.

Answer

f(t)=t211t22tarccost(t21)2f'(t)=\dfrac{-\frac{t^2-1}{\sqrt{1-t^2}}-2t\arccos t}{(t^2-1)^2}, and the domain of f(t)f(t) is (1,1)(-1,1).

Full solution

Using the quotient rule,

ddt{arccostt21}=(t21)(11t2)(arccost)(2t)(t21)2\begin{align*} \diff{}{t}\left\{\dfrac{\arccos t}{t^2-1}\right\}&= \frac{(t^2-1)\left(\frac{-1}{\sqrt{1-t^2}}\right)-(\arccos t)(2t)}{(t^2-1)^2} \end{align*}

The domain of arccosine is [1,1][-1,1], and since t21t^2-1 is in the denominator, the domain of ff requires t210t^2-1 \neq 0, that is, t±1t \neq \pm 1. So the domain of f(t)f(t) is (1,1)(-1,1).

Q8Stage 2

Differentiate f(x)=arcsec(x22)f(x)=\arcsec(-x^2-2). What is the domain of f(x)f(x)?

Hint

ddx{arcsecx}=1xx21\ds\diff{}{x}\left\{\arcsec x\right\} = \dfrac{1}{|x|\sqrt{x^2-1}}, and the domain of arcsecx\arcsec x is x1|x|\ge1.

Answer

The domain of f(x)f(x) is all real numbers, and f(x)=2x(x2+2)x4+4x2+3f'(x)=\dfrac{-2x}{(x^2+2)\sqrt{x^4+4x^2+3}}.

Full solution

The domain of arcsecx\arcsec x is x1|x| \geq 1: that is, we can plug into arcsecant only values with absolute value greater than or equal to one. Since x222-x^2-2 \leq -2, every real value of xx gives us an acceptable value to plug into arcsecant. So, the domain of f(x)f(x) is all real numbers.

To differentiate, we use the chain rule. Remember ddx{arcsecx}=1xx21\ds\diff{}{x}\left\{\arcsec x\right\} = \dfrac{1}{|x|\sqrt{x^2-1}}.

ddx{arcsec(x22)}=1x22(x22)21(2x)=2x(x2+2)x4+4x+3.\begin{align*} \diff{}{x}\left\{\arcsec(-x^2-2)\right\}&= \dfrac{1}{|-x^2-2|\sqrt{(-x^2-2)^2-1}}\cdot(-2x)\\ &=\dfrac{-2x}{(x^2+2)\sqrt{x^4+4x+3}}. \end{align*}
Q9Stage 2

Differentiate f(x)=1aarctan(xa)f(x)=\dfrac{1}{a}\arctan\left(\dfrac{x}{a}\right), where aa is a nonzero constant.
What is the domain of f(x)f(x)?

Hint

The domain of arctan(x)\arctan(x) is all real numbers.

Answer

f(x)=1a2+x2f'(x)=\dfrac{1}{a^2+x^2} and the domain of f(x)f(x) is all real numbers.

Full solution

We use the chain rule, remembering that aa is a constant.

ddx{1aarctan(xa)}=1a11+(xa)21a=1a2+x2\begin{align*} \diff{}{x}\left\{\frac{1}{a}\arctan\left(\dfrac{x}{a}\right)\right\}&= \frac{1}{a}\cdot\frac{1}{1+\left(\frac{x}{a}\right)^2}\cdot \frac{1}{a}\\ &=\frac{1}{a^2+x^2} \end{align*}

The domain of arctangent is all real numbers, so the domain of f(x)f(x) is also all real numbers.

Q10Stage 2

Differentiate f(x)=xarcsinx+1x2f(x)=x\arcsin x + \sqrt{1-x^2}. What is the domain of f(x)f(x)?

Hint

The domain of arcsinx\arcsin x is [1,1][-1,1], and the domain of x\sqrt{x} is x0x \geq 0.

Answer

f(x)=arcsinxf'(x)=\arcsin x, and the domain of f(x)f(x) is [1,1][-1,1].

Full solution

We differentiate using the product and chain rules.

ddx{xarcsinx+1x2}=arcsinx+x1x2+2x21x2=arcsinx\begin{align*} \diff{}{x}\left\{\textcolor{blue}{x\arcsin x} + \textcolor{red}{\sqrt{1-x^2}}\right\}&= \textcolor{blue}{\arcsin x + \frac{x}{\sqrt{1-x^2}}}+\textcolor{red}{\frac{-2x}{2\sqrt{1-x^2}}}\\ &=\arcsin x \end{align*}

The domain of arcsinx\arcsin x is [1,1][-1,1], and the domain of 1x2\sqrt{1-x^2} is all values of xx so that 1x201-x^2 \geq 0, so xx in [1,1][-1,1]. Therefore, the domain of f(x)f(x) is [1,1][-1,1].

Q11Stage 2

For which values of xx is the tangent line to y=arctan(x2)y=\arctan (x^2) horizontal?

Hint

This occurs only once.

Answer

x=0x=0

Full solution

We differentiate using the chain rule:

ddx{arctan(x2)}=2x1+x4\begin{align*} \diff{}{x}\{\arctan(x^2)\}&=\frac{2x}{1+x^4} \end{align*}

This is zero exactly when x=0x=0.

Q12Stage 2

Evaluate ddx{arcsinx+arccosx}\ds\diff{}{x}\{\arcsin x + \arccos x\}.

Hint

The answer is a very simple expression.

Answer

ddx{arcsinx+arccosx}=0\ds\diff{}{x}\{\arcsin x + \arccos x\}=0

Full solution

Using formulas you should memorize from this section,

ddx{arcsinx+arccosx}=11x2+11x2=0\diff{}{x}\{\arcsin x + \arccos x\}=\frac{1}{\sqrt{1-x^2}}+\frac{-1}{\sqrt{1-x^2}}=0

Remark: the only functions with derivative equal to zero everywhere are constant functions, so arcsinx+arccosx\arcsin x + \arccos x should be a constant. Since sinθ=cos(π2θ)\sin \theta = \cos \left(\frac{\pi}{2}-\theta\right), we can set

sinθ=xcos(π2θ)=x\begin{align*}\sin\theta&=x & \cos\left(\frac{\pi}{2}-\theta\right)&=x\end{align*}

where xx and θ\theta are the same in both expressions, and π2θπ2-\frac{\pi}{2} \leq \theta \leq \frac{\pi}{2}. Then

arcsinx=θarccosx=π2θ\begin{align*}\arcsin x &=\theta & \arccos x &= \frac{\pi}{2}-\theta\end{align*}

We note here that arcsine is the inverse of the sine function * restricted to* [π2,π2]\left[-\frac{\pi}{2}, \frac{\pi}{2}\right]. So, since we restricted θ\theta to this domain, sinθ=x\sin \theta=x really does imply arcsinx=θ\arcsin x = \theta. (For an example of why this matters, note sin(2π)=0\sin(2\pi)=0, but arcsin(0)=02π\arcsin (0)=0 \neq 2\pi.) Similarly, arccosine is the inverse of the cosine function restricted to [0,π][0,\pi]. Since π2θπ2-\frac{\pi}{2} \leq \theta \leq \frac{\pi}{2}, then 0(π2θ)π0 \leq (\frac{\pi}{2}-\theta) \leq \pi, so cos(π2θ)=x\cos\left(\frac{\pi}{2}- \theta\right) =x really does imply arccosx=π2θ\arccos x=\frac{\pi}{2}-\theta.

So,

arcsinx+arccosx=θ+π2θ=π2\arcsin x+\arccos x =\theta+\frac{\pi}{2}-\theta =\frac{\pi}{2}

which means the derivative we were calculating was actually just ddx{π2}=0\ds\diff{}{x}\left\{\dfrac{\pi}{2}\right\}=0.

Q13Stage 2Past exam · 1997A

Find the derivative of y=arcsin ⁣(1x)y=\arcsin \!\big(\frac{1}{x}\big).

Hint

chain rule

Answer

y=1x211x2y'=\dfrac{-1}{x^2\sqrt{1-\frac{1}{x^2}}}

Full solution

Using the chain rule,

y=1x21(1x)2=1x211x2.y'=\frac{-{\frac{1}{ x^2}}}{\sqrt{1-\left({\frac{1}{ x}}\right)^2}}=\frac{-1}{x^2\sqrt{1-\frac{1}{x^2}}}.
Q14Stage 2

Evaluate d2dx2{arctanx}\ds\ddiff{2}{}{x}\{\arctan x\}.

Hint

Recall ddx{arctanx}=11+x2=(1+x2)1\ds\diff{}{x}\{\arctan x\}=\dfrac{1}{1+x^2}=(1+x^2)^{-1}.

Answer

d2dx2{arctanx}=2x(1+x2)2\ds\ddiff{2}{}{x}\{\arctan x\}=\frac{-2x}{(1+x^2)^2}

Full solution
ddx{arctanx}=11+x2ddx{11+x2}=ddx{(1+x2)1}=(1)(1+x2)2(2x)=2x(1+x2)2\begin{align*} \diff{}{x}\{\arctan x\}&=\frac{1}{1+x^2}\\ \diff{}{x}\left\{\frac{1}{1+x^2}\right\}&=\diff{}{x}\left\{(1+x^2)^{-1}\right\}\\ &=(-1)(1+x^2)^{-2}(2x)\\&=\frac{-2x}{(1+x^2)^2} \end{align*}
Q15Stage 2Past exam · 1996D

Find the derivative of y=arctan(1x)y=\arctan \big(\frac{1}{x}\big).

Answer

y=11+x2y'=\dfrac{-1}{1+x^2}

Full solution

Using the chain rule,

y=1x21+(1x)2=1x2+1.y'=\frac{-{\frac{1}{ x^2}}}{1+\left({\frac{1}{ x}}\right)^2}=\frac{-1}{x^2+1}.
Q16Stage 2Past exam · 1999H

Calculate and simplify the derivative of (1+x2)arctanx(1+x^2)\arctan x.

Answer

2xarctanx+12x\arctan x+1

Full solution

Using the product rule:

ddx{(1+x2)arctanx}=2xarctanx+(1+x2)11+x2=2xarctanx+1\begin{align*} \ds\diff{}{x}\left\{(1+x^2)\arctan x\right\} &=2x\arctan x+(1+x^2)\frac{1}{1+x^2}\\ &=2x\arctan x+1\end{align*}
Q17Stage 2

Show that $\ds\diff{}{x}\left{\sin\left(\arctan(x) \right)\right} = (x^2+1)^{-3/2}$.

Hint

You can simplify the expression before you differentiate to remove the trigonometric functions. If arctanx=θ\arctan x =\theta, then fill in the sides of the triangle below using the definition of arctangent and the Pythagorean theorem:

Figure from prob_s2.12, line 1

Figure from prob_s2.12, line 1

With the sides labeled, you can figure out sin(arctanx)=sin(θ)\sin\left(\arctan x\right)=\sin\left(\theta\right).

Answer

Let θ=arctanx\theta = \arctan x. Then θ\theta is the angle of a right triangle that gives tanθ=x\tan \theta = x. In particular, the ratio of the opposite side to the adjacent side is xx. So, we have a triangle that looks like this:

Figure from prob_s2.12, line 1

Figure from prob_s2.12, line 1

where the length of the hypotenuse came from the Pythagorean Theorem. Now,

sin(arctanx)=sinθ=opphyp=xx2+1\sin\left(\arctan x\right) = \sin \theta = \frac{\text{opp}}{\text{hyp}} = \frac{x}{\sqrt{x^2+1}}

From here, we differentiate using the quotient rule:

ddx{xx2+1}=x2+1x2x2x2+1x2+1=(x2+1x2x2+1x2+1)x2+1x2+1=(x2+1)x2(x2+1)3/2=1(x2+1)3/2=(x2+1)3/2\begin{align*} \diff{}{x}\left\{\frac{x}{\sqrt{x^2+1}} \right\}&= \frac{\sqrt{x^2+1}-x\frac{2x}{2\sqrt{x^2+1}}}{x^2+1}\\ &=\left(\frac{\sqrt{x^2+1}-\frac{x^2}{\sqrt{x^2+1}}}{x^2+1}\right)\cdot\frac{\sqrt{x^2+1}}{\sqrt{x^2+1}}\\ &=\frac{(x^2+1)-x^2}{(x^2+1)^{3/2}}\\ &=\frac{1}{(x^2+1)^{3/2}}=(x^2+1)^{-3/2} \end{align*}
Full solution

Let θ=arctanx\theta = \arctan x. Then θ\theta is the angle of a right triangle that gives tanθ=x\tan \theta = x. In particular, the ratio of the opposite side to the adjacent side is xx. So, we have a triangle that looks like this:

Figure from prob_s2.12, line 1

Figure from prob_s2.12, line 1

where the length of the hypotenuse came from the Pythagorean Theorem. Now,

sin(arctanx)=sinθ=opphyp=xx2+1\sin\left(\arctan x\right) = \sin \theta = \frac{\text{opp}}{\text{hyp}} = \frac{x}{\sqrt{x^2+1}}

From here, we differentiate using the quotient rule:

ddx{xx2+1}=x2+1x2x2x2+1x2+1=(x2+1x2x2+1x2+1)x2+1x2+1=(x2+1)x2(x2+1)3/2=1(x2+1)3/2=(x2+1)3/2\begin{align*} \diff{}{x}\left\{\frac{x}{\sqrt{x^2+1}} \right\}&= \frac{\sqrt{x^2+1}-x\frac{2x}{2\sqrt{x^2+1}}}{x^2+1}\\ &=\left(\frac{\sqrt{x^2+1}-\frac{x^2}{\sqrt{x^2+1}}}{x^2+1}\right)\cdot\frac{\sqrt{x^2+1}}{\sqrt{x^2+1}}\\ &=\frac{(x^2+1)-x^2}{(x^2+1)^{3/2}}\\ &=\frac{1}{(x^2+1)^{3/2}}=(x^2+1)^{-3/2} \end{align*}

Remark: another strategy is to differentiate first, using the chain rule, then draw a triangle to simplify the resulting expression ddx{sin(arctanx)}=cos(arctanx)1+x2\ds\diff{}{x}\left\{\sin\left(\arctan x\right)\right\}=\dfrac{\cos(\arctan x)}{1+x^2}.

Q18Stage 2

Show that $\ds\diff{}{x}\left{\cot\left(\arcsin(x) \right)\right} = \dfrac{-1}{x^2\sqrt{1-x^2}}$.

Hint

You can simplify the expression before you differentiate to remove the trigonometric functions. If arcsinx=θ\arcsin x =\theta, then fill in the sides of the triangle below using the definition of arctangent and the Pythagorean theorem:

Figure from prob_s2.12, line 1

Figure from prob_s2.12, line 1

With the sides labeled, you can figure out cot(arcsinx)=cot(θ)\cot\left(\arcsin x\right)=\cot\left(\theta\right).

Answer

Let θ=arcsinx\theta = \arcsin x. Then θ\theta is the angle of a right triangle that gives sinθ=x\sin \theta = x. In particular, the ratio of the opposite side to the hypotenuse is xx. So, we have a triangle that looks like this:

Figure from prob_s2.12, line 1

Figure from prob_s2.12, line 1

where the length of the adjacent side came from the Pythagorean Theorem. Now,

cot(arcsinx)=cotθ=adjopp=1x2x\cot\left(\arcsin x\right) = \cot \theta = \frac{\text{adj}}{\text{opp}} = \frac{\sqrt{1-x^2}}{x}

From here, we differentiate using the quotient rule:

ddx{1x2x}=x2x21x21x2x2=x2(1x2)x21x2=1x21x2\begin{align*} \diff{}{x}\left\{\frac{\sqrt{1-x^2}}{x} \right\}&= \frac{x\frac{-2x}{2\sqrt{1-x^2}}-\sqrt{1-x^2}}{x^2}\\ &=\frac{-x^2-(1-x^2)}{x^2\sqrt{1-x^2}}\\ &=\frac{-1}{x^2\sqrt{1-x^2}} \end{align*}
Full solution

Let θ=arcsinx\theta = \arcsin x. Then θ\theta is the angle of a right triangle that gives sinθ=x\sin \theta = x. In particular, the ratio of the opposite side to the hypotenuse is xx. So, we have a triangle that looks like this:

Figure from prob_s2.12, line 1

Figure from prob_s2.12, line 1

where the length of the adjacent side came from the Pythagorean Theorem. Now,

cot(arcsinx)=cotθ=adjopp=1x2x\cot\left(\arcsin x\right) = \cot \theta = \frac{\text{adj}}{\text{opp}} = \frac{\sqrt{1-x^2}}{x}

From here, we differentiate using the quotient rule:

ddx{1x2x}=x2x21x21x2x2=x2(1x2)x21x2=1x21x2\begin{align*} \diff{}{x}\left\{\frac{\sqrt{1-x^2}}{x} \right\}&= \frac{x\frac{-2x}{2\sqrt{1-x^2}}-\sqrt{1-x^2}}{x^2}\\ &=\frac{-x^2-(1-x^2)}{x^2\sqrt{1-x^2}}\\ &=\frac{-1}{x^2\sqrt{1-x^2}} \end{align*}

Remark: another strategy is to differentiate first, using the chain rule, then draw a triangle to simplify the resulting expression ddx{cot(arcsinx)}=csc2(arcsinx)1x2\ds\diff{}{x}\left\{\cot\left(\arcsin x\right)\right\}=\frac{-\csc^2(\arcsin x)}{\sqrt{1-x^2}}.

Q19Stage 2Past exam · 1997D

Determine all points on the curve y=arcsinxy=\arcsin x where the tangent line is parallel to the line y=2x+9y=2x+9.

Hint

What is the slope of the line y=2x+9y=2x+9?

Answer

(x,y)=±(32,π3)(x,y)=\pm\big(\frac{\sqrt{3}}{2},\frac{\pi}{3}\big)

Full solution

The line y=2x+9y=2x+9 has slope 22, so we must find all values of xx between 1-1 and 11 (arcsinx\arcsin x is only defined for these values of xx) for which ddx{arcsinx}=2\diff{}{x}\{\arcsin x\}=2. Evaluating the derivative:

y=arcsinx2=y=11x24=11x214=1x2x2=34x=±32(x,y)=±(32,π3)\begin{align*} y&=\arcsin x\\ 2=y'&=\frac{1}{\sqrt{1-x^2}}\\ 4&=\frac{1}{1-x^2}\\ \frac{1}{4}&=1-x^2\\ x^2&=\frac{3}{4}\\ x&=\pm\frac{\sqrt{3}}{2}\\ (x,y)&=\pm\big(\frac{\sqrt{3}}{2},\frac{\pi}{3}\big) \end{align*}
Q20Stage 2

For which values of xx does the function f(x)=arctan(cscx)f(x)=\arctan(\csc x) have a horizontal tangent line?

Hint

Differentiate using the chain rule.

Answer

x=(2n+1)π2x=\dfrac{(2n+1)\pi}{2} for any integer nn

Full solution

We differentiate using the chain rule:

ddx{arctan(cscx)}=11+csc2xddx{cscx}=cscxcotx1+csc2x=1sinxcosxsinx1+(1sinx)2=cosxsin2x+1\begin{align*} \diff{}{x}\{\arctan(\csc x)\}&=\frac{1}{1+\csc^2x}\cdot\diff{}{x}\{\csc x\}\\ &=\frac{-\csc x \cot x}{1+\csc^2x}\\ &=\frac{-\frac{1}{\sin x}\cdot \frac{\cos x}{\sin x}}{1+\left(\frac{1}{\sin x}\right)^2}\\ &=\frac{-\cos x}{\sin^2x+1} \end{align*}

So if f(x)=0f'(x)=0, then cosx=0\cos x=0, and this happens when x=(2n+1)π2x=\dfrac{(2n+1)\pi}{2} for any integer nn. We should check that these points are in the domain of ff. Arctangent is defined for all real numbers, so we only need to check the domain of cosecant; when x=(2n+1)π2x=\dfrac{(2n+1)\pi}{2}, then sinx=±10\sin x=\pm1 \neq 0, so cscx=1sinx\csc x = \dfrac{1}{\sin x} exists.

Stage 3 · Application

Q21Stage 3Past exam · 2009H

Let f(x)=x+cosxf(x) = x + \cos x, and let g(y)=f1(y)g(y) = f^{-1}(y) be the inverse function. Determine g(y)g'(y).

Hint

If g(y)=f1(y)g(y)=f^{-1}(y), then f(g(y))=f(f1(y))=yf(g(y))=f\left(f^{-1}(y)\right)=y. Differentiate this last equality using the chain rule.

Answer

g(y)=11sing(y)g'(y)=\dfrac{1}{1-\sin g(y)}

Full solution

Since g(y)=f1(y)g(y)=f^{-1}(y),

f(g(y))=f(f1(y))=y\begin{align*}f(g(y))&=f\left(f^{-1}(y)\right)=y\end{align*}

Now, we can differentiate with respect to yy using the chain rule.

ddy{f(g(y))}=ddy{y}f(g(y))g(y)=1g(y)=1f(g(y))=11sing(y)\begin{align*}\diff{}{y}\left\{f(g(y))\right\}&=\diff{}{y}\{y\}\\ f'(g(y))\cdot g'(y)&=1\\ g'(y)&=\frac{1}{f'(g(y))}=\frac{1}{1-\sin g(y)}\end{align*}
Q22Stage 3Past exam · 2007H

f(x)=2xsin(x)f(x) = 2x-\sin(x) is one–to–one. Find (f1)(π1)\big(f^{-1}\big)'(\pi-1).

Hint

To simplify notation, let g(y)=f1(y)g(y)=f^{-1}(y). Simplify and differentiate g(f(x))g(f(x)).

Answer

12\dfrac{1}{2}

Full solution

Write g(y)=f1(y)g(y)=f^{-1}(y). Then g(f(x))=xg(f(x))=x, so differentiating both sides (using the chain rule), we see

g(f(x))f(x)=1\begin{align*}g'(f(x))\cdot f'(x)=1\end{align*}

What we want is g(π1)g'(\pi-1), so we need to figure out which value of xx gives f(x)=π1f(x)=\pi-1. A little trial and error leads us to x=π2x=\frac{\pi}{2}.

g(π1)f(π2)=1\begin{align*}g'(\pi-1)\cdot f'\left(\frac{\pi}{2}\right)&=1\end{align*}

Since f(x)=2cos(x)f'(x)=2-\cos(x), f(π2)=20=2f'\left(\frac{\pi}{2}\right)=2-0=2:

g(π1)2=1g(π1)=12\begin{align*}g'(\pi-1)\cdot 2&=1\\ g'(\pi-1)=\frac{1}{2}\end{align*}
Q23Stage 3Past exam · 2006H

f(x)=ex+xf(x) = e^x+x is one–to–one. Find (f1)(e+1)\big(f^{-1}\big)'(e+1).

Hint

To simplify notation, let g(y)=f1(y)g(y)=f^{-1}(y). Simplify and differentiate g(f(x))g(f(x)).

Answer

1e+1\dfrac{1}{e+1}

Full solution

Write g(y)=f1(y)g(y)=f^{-1}(y). Then g(f(x))=xg(f(x))=x, so differentiating both sides (using the chain rule), we see

g(f(x))f(x)=1\begin{align*}g'(f(x))f'(x)&=1\end{align*}

What we want is g(e+1)g'(e+1), so we need to figure out which value of xx gives f(x)=e+1f(x)=e+1. A little trial and error leads us to x=1x=1.

g(f(1))f(1)=1g(e+1)f(1)=1g(e+1)=1f(1)\begin{align*}g'(f(1))f'(1)&=1\\ g'(e+1)\cdot f'(1)&=1\\ g'(e+1) &= \frac{1}{f'(1)}\end{align*}

It remains only to note that f(x)=ex+1f'(x)=e^x+1, so f(1)=e+1f'(1)=e+1

g(e+1)=1e+1\begin{align*}g'(e+1)&=\frac{1}{e+1}\end{align*}
Q24Stage 3

Differentiate f(x)=[sinx+2]arcsecxf(x)=[\sin x +2]^{\arcsec x}. What is the domain of this function?

Hint

Use logarithmic differentiation.

Answer

f(x)=[sinx+2]arcsecx(log[sinx+2]xx21+arcsecxcosxsinx+2)f'(x)=[\sin x +2]^{\arcsec x}\left(\dfrac{\log[\sin x +2]}{|x|\sqrt{x^2-1}}+ \dfrac{\arcsec x \cdot\cos x}{\sin x +2}\right). The domain of f(x)f(x) is x1|x|\ge 1.

Full solution

We use logarithmic differentiation, our standard method of differentiating an expression of the form (function)function(\text{function})^{\text{function}}.

f(x)=[sinx+2]arcsecxlog(f(x))=arcsecxlog[sinx+2]f(x)f(x)=1xx21log[sinx+2]+arcsecxcosxsinx+2f(x)=[sinx+2]arcsecx(log[sinx+2]xx21+arcsecxcosxsinx+2)\begin{align*} f(x)&=[\sin x +2]^{\arcsec x}\\ \log(f(x))&=\arcsec x \cdot \log[\sin x +2]\\ \frac{f'(x)}{f(x)}&=\frac{1}{|x|\sqrt{x^2-1}}\log[\sin x +2]+\arcsec x \cdot \frac{\cos x}{\sin x +2}\\ f'(x)&=[\sin x +2]^{\arcsec x}\left(\frac{\log[\sin x +2]}{|x|\sqrt{x^2-1}}+ \frac{\arcsec x \cdot\cos x}{\sin x +2}\right) \end{align*}

The domain of arcsecx\arcsec x is x1|x| \geq 1. For any xx, sinx+2\sin x +2 is positive, and a positive number can be raised to any power. (Recall negative numbers cannot be raised to any power–for example, (1)1/2=1(-1)^{1/2}=\sqrt{-1} is not a real number.) So, the domain of f(x)f(x) is x1|x| \geq 1.

Q25Stage 3

Suppose you can't remember whether the derivative of arcsine is 11x2\dfrac{1}{\sqrt{1-x^2}} or 1x21\dfrac{1}{\sqrt{x^2-1}}. Describe how the domain of arcsine suggests that one of these is wrong.

Hint

Where are those functions defined?

Answer

The function 1x21\dfrac{1}{\sqrt{x^2-1}} exists only for those values of xx with x21>0x^2-1>0: that is, the domain of 1x21\dfrac{1}{\sqrt{x^2-1}} is x>1|x|>1. However, the domain of arcsine is x1|x| \leq 1. So, there is not one single value of xx where arcsinx\arcsin x and 1x21\dfrac{1}{\sqrt{x^2-1}} are both defined.

If the derivative of arcsin(x)\arcsin(x) were given by 1x21\dfrac{1}{\sqrt{x^2-1}}, then the derivative of arcsin(x)\arcsin(x) would not exist anywhere, so we would probably just write “derivative does not exist," instead of making up a function with a mismatched domain. Also, the function f(x)=arcsin(x)f(x)=\arcsin(x) is a smooth curve–its derivative exists at every point strictly inside its domain. (Remember not all curves are like this: for instance, g(x)=xg(x)=|x| does not have a derivative at x=0x=0, but x=0x=0 is strictly inside its domain.) So, it's a pretty good bet that the derivative of arcsine is not 1x21\dfrac{1}{\sqrt{x^2-1}}.

Full solution

The function 1x21\dfrac{1}{\sqrt{x^2-1}} exists only for those values of xx with x21>0x^2-1>0: that is, the domain of 1x21\dfrac{1}{\sqrt{x^2-1}} is x>1|x|>1. However, the domain of arcsine is x1|x| \leq 1. So, there is not one single value of xx where arcsinx\arcsin x and 1x21\dfrac{1}{\sqrt{x^2-1}} are both defined.

If the derivative of arcsin(x)\arcsin(x) were given by 1x21\dfrac{1}{\sqrt{x^2-1}}, then the derivative of arcsin(x)\arcsin(x) would not exist anywhere, so we would probably just write “derivative does not exist," instead of making up a function with a mismatched domain. Also, the function f(x)=arcsin(x)f(x)=\arcsin(x) is a smooth curve–its derivative exists at every point strictly inside its domain. (Remember not all curves are like this: for instance, g(x)=xg(x)=|x| does not have a derivative at x=0x=0, but x=0x=0 is strictly inside its domain.) So, it's a pretty good bet that the derivative of arcsine is not 1x21\dfrac{1}{\sqrt{x^2-1}}.

Q26Stage 3

Evaluate $\displaystyle \lim_{x\to 1}\left( (x-1)^{-1}\left(\arctan x - \frac{\pi}{4}\right)\right).$

Hint

Compare this to one of the forms given in the text for the definition of the derivative.

Answer

12\dfrac{1}{2}

Full solution

This limit represents the derivative computed at x=1x=1 of the function f(x)=arctanxf(x)=\arctan x. To see this, simply use the definition of the derivative at a=1a=1:

ddx{f(x)}a=limxaf(x)f(a)xaddx{arctanx}1=limx1arctanxarctan1x1=limx1arctanxπ4x1=limx1((x1)1(arctanxπ4)).\begin{align*} \left.\diff{}{x}\{f(x)\}\right|_{a} &= \lim_{x \to a}\frac{f(x)-f(a)}{x-a}\\ \left.\diff{}{x}\{\arctan x\}\right|_{1} &=\lim_{x\to1} \frac{\arctan x-\arctan 1}{x-1}\\ &=\lim_{x\to1} \frac{\arctan x-\frac{\pi}{4}}{x-1}\\ &=\displaystyle \lim_{x\to 1}\left( (x-1)^{-1}\left(\arctan x - \frac{\pi}{4}\right)\right). \end{align*}

Since the derivative of f(x)f(x) is 11+x2\dfrac{1}{1+x^2}, its value at x=1x=1 is exactly 12\dfrac{1}{2}.

Q27Stage 3

Suppose f(2x+1)=5x93x+7f(2x+1)=\dfrac{5x-9}{3x+7}. Evaluate f1(7)f^{-1}(7).

Hint

f1(7)f^{-1}(7) is the number yy that satisfies f(y)=7f(y)=7.

Answer

f1(7)=254f^{-1}(7)=-\dfrac{25}{4}

Full solution

First, let's interpret the given information: when the input of our function is 2x+12x+1 for some xx, then its output is 5x93x+7\dfrac{5x-9}{3x+7}, for that same xx. We're asked to evaluate f1(7)f^{-1}(7), which is the number yy with the property that f(y)=7f(y)=7. If the output of our function is 7, that means

7=5x93x+7\begin{align*}7&=\frac{5x-9}{3x+7}\end{align*}

and so

7(3x+7)=5x9x=298\begin{align*}7(3x+7)&=5x-9\\ x&=-\frac{29}{8}\end{align*}

So, when x=298x=-\dfrac{29}{8}, our equation f(2x+1)=5x93x+7f(2x+1)=\dfrac{5x-9}{3x+7} becomes:

f(2298+1)=529893298+7\begin{align*}f\left(2\cdot\frac{-29}{8}+1\right)&=\dfrac{5\cdot\frac{-29}{8}-9}{3\cdot\frac{-29}{8}+7}\end{align*}

Or, equivalently:

f(254)=7\begin{align*}f\left(-\frac{25}{4}\right)&=7\end{align*}

Therefore, f1(7)=254f^{-1}(7)=-\dfrac{25}{4}.

Q28Stage 3

Suppose f1(4x1)=2x+3x+1f^{-1}(4x-1)=\dfrac{2x+3}{x+1}. Evaluate f(0)f(0).

Hint

If f1(y)=0f^{-1}(y)=0, that means f(0)=yf(0)=y. So, we're looking for the number that we plug into f1f^{-1} to get 0.

Answer

f(0)=7f(0)=-7

Full solution

If f1(y)=0f^{-1}(y)=0, that means f(0)=yf(0)=y. So, we want to find out what we plug into f1f^{-1} to get 0. Since we only know f1f^{-1} in terms of a variable xx, let's figure out what xx gives us an output of 0:

2x+3x+1=02x+3=0x=32\begin{align*}\frac{2x+3}{x+1}&=0\\ 2x+3&=0\\ x&=-\frac{3}{2}\end{align*}

Now, the equation f1(4x1)=2x+3x+1f^{-1}(4x-1)=\dfrac{2x+3}{x+1} with x=32x=\dfrac{-3}{2} tells us:

f1(4321)=232+332+1\begin{align*}f^{-1}\left(4\cdot\frac{-3}{2}-1\right)&=\frac{2\cdot\frac{-3}{2}+3}{\frac{-3}{2}+1}\end{align*}

Or, equivalently:

f1(7)=0\begin{align*}f^{-1}(-7)&=0\end{align*}

Therefore, f(0)=7f(0)=-7.

Q29Stage 3

Suppose a curve is defined implicitly by

arcsin(x+2y)=x2+y2.\arcsin(x+2y)=x^2+y^2.

Solve for yy' in terms of xx and yy.

Hint

As usual, after you differentiate implicitly, get all the terms containing yy' onto one side of the equation, so you can factor out yy'.

Answer

y=2x1(x+2y)2122y1(x+2y)2y'=\dfrac{2x\sqrt{1-(x+2y)^2}-1}{2-2y\sqrt{1-(x+2y)^2}}, or equivalently, y=2xcos(x2+y2)122ycos(x2+y2)y'=\dfrac{2x\cos(x^2+y^2)-1}{2-2y\cos(x^2+y^2)}

Full solution
  • Solution 1: We begin by differentiating implicitly. Following the usual convention, we use yy' to mean y(x)y'(x).

    arcsin(x+2y)=x2+y2Using the chain rule:1+2y1(x+2y)2=2x+2yy11(x+2y)2+2y1(x+2y)2=2x+2yy2y1(x+2y)22yy=2x11(x+2y)2y(21(x+2y)22y)=2x11(x+2y)2y=2x11(x+2y)221(x+2y)22y(1(x+2y)21(x+2y)2)y=2x1(x+2y)2122y1(x+2y)2\begin{align*} \arcsin(x+2y)&=x^2+y^2 \qquad\text{Using the chain rule:}\\ \frac{1+2y'}{\sqrt{1-(x+2y)^2}}&=2x+2yy'\\ \frac{1}{\sqrt{1-(x+2y)^2}}+\frac{2y'}{\sqrt{1-(x+2y)^2}}&=2x+2yy'\\ \frac{2y'}{\sqrt{1-(x+2y)^2}}-2yy'&=2x-\frac{1}{\sqrt{1-(x+2y)^2}}\\ y'\left(\frac{2}{\sqrt{1-(x+2y)^2}}-2y\right)&=2x-\frac{1}{\sqrt{1-(x+2y)^2}}\\ y'&=\frac{2x-\frac{1}{\sqrt{1-(x+2y)^2}}}{\frac{2}{\sqrt{1-(x+2y)^2}}-2y} \left(\frac{\sqrt{1-(x+2y)^2}}{\sqrt{1-(x+2y)^2}}\right)\\ y'&=\frac{2x\sqrt{1-(x+2y)^2}-1}{2-2y\sqrt{1-(x+2y)^2}} \end{align*}
  • Solution 2: We begin by taking the sine of both sides of the equation.

    arcsin(x+2y)=x2+y2x+2y=sin(x2+y2)\begin{align*}\arcsin(x+2y)&=x^2+y^2\\ x+2y&=\sin(x^2+y^2)\end{align*}

    Now, we differentiate implicitly.

    1+2y=cos(x2+y2)(2x+2yy)1+2y=2xcos(x2+y2)+2yycos(x2+y2)2y2yycos(x2+y2)=2xcos(x2+y2)1y(22ycos(x2+y2))=2xcos(x2+y2)1y=2xcos(x2+y2)122ycos(x2+y2)\begin{align*}1+2y'&=\cos(x^2+y^2)\cdot(2x+2yy')\\ 1+2y'&=2x\cos(x^2+y^2)+2yy'\cos(x^2+y^2)\\ 2y'-2yy'\cos(x^2+y^2)&=2x\cos(x^2+y^2)-1\\ y'\left(2-2y\cos(x^2+y^2)\right)&=2x\cos(x^2+y^2)-1\\ y'&=\frac{2x\cos(x^2+y^2)-1}{2-2y\cos(x^2+y^2)}\end{align*}
  • We used two different methods, and got two answers that look pretty different. However, the answers ought to be equivalent. To see this, we remember that for all values of xx and yy that we care about (those pairs (x,y)(x,y) in the domain of our curve), the equality

    arcsin(x+2y)=x2+y2\arcsin(x+2y)=x^2+y^2

    holds. Drawing a triangle:

    Figure from prob_s2.12, line 1

    Figure from prob_s2.12, line 1

    where the adjacent side (in red) come from the Pythagorean Theorem. Then, cos(x2+y2)=1(x+2y)2\cos(x^2+y^2)=\sqrt{1-(x+2y)^2}, so using our second solution:

    y=2xcos(x2+y2)122ycos(x2+y2)=2x1(x+2y)2122y1(x+2y)2\begin{align*} y'&=\frac{2x\cos(x^2+y^2)-1}{2-2y\cos(x^2+y^2)}\\ &=\frac{2x\sqrt{1-(x+2y)^2}-1}{2-2y\sqrt{1-(x+2y)^2}} \end{align*}

    which is exactly the answer from our first solution.

From the UBC Math 100 open textbook project, © Joel Feldman, Andrew Rechnitzer, Elyse Yeager and others. Licensed CC BY-NC-SA 4.0; this HTML adaptation is released under the same licence. Full attribution.