How do you find the solutions to sin1x=tan1x?

2 Answers
Aug 19, 2016

I got x=0.

arcsin(0)=0

arctan(0)=0

f(x)=arcsinxarctanx:
graph{arcsinx - arctanx [-3.08, 3.08, -1.54, 1.54]}


This is something where you can recall that arcsinx and arctanx are actually angles. Therefore, let us choose to subtract arctanx over, and take the sin of both sides.

sin(arcsinxarctanx)=sin0

Then, we know that sin(uv)=sinucosvcosusinv. Therefore:

sin(arcsinx)cos(arctanx)cos(arcsinx)sin(arctanx)=sin0

xcos(arctanx)cos(arcsinx)sin(arctanx)=0

Since arctanx is the angle opposite from the side of length x and adjacent to the side of length 1:

cos(arctanx)=11+x2

Next, arcsinx is the angle opposite to the side of length x, while the hypotenuse is of length 1. That means:

a2+x2=1

a=1x2

That means:

cos(arcsinx)=1x21=1x2

Lastly, sin(arctanx) is the sin that uses the sides of length x (opposite) and 1+x2 (hypotenuse), so:

sin(arctanx)=x1+x2

So, we can substitute these results to get:

x1+x2x1x21+x2=0

xx1x21+x2=0

Now let's solve for x.

xx1x2=0

x=x1x2

1=1x2

1=1x2

x2=0x=0

This actually happens to be at the inflection point of arcsinx and arctanx, and these functions are odd functions, so there are no other solutions.

f(x)=arcsinxarctanx:
graph{arcsinx - arctanx [-3.08, 3.08, -1.54, 1.54]}

Aug 20, 2016

First of all, notice that both arcsin(x) and arctan(x) are, by definition in the interval [π2,π2].

Apply function tan to our equation:
tan(arcsin(x))=tan(arctan(x)

As we know,
tan(ϕ)=sin(ϕ)cos(ϕ) by definition of function tan().
tan(arctan(x))=x by definition of arctan().
sin(arcsin(x))=x by definition of arcsin().

Therefore, our equation takes form

sin(arcsin(x))cos(arcsin(x))=x
xcos(arcsin(x))=x
Before reducing by x we have to check if x=0 is a solution.
Indeed it is:
arcsin(0)=0 and arctan(0)=0

So, we found one solution: x=0.

Now let's reduce our equation by x, which, supposedly, not equal to 0 since we already found this solution.

1cos(arcsin(x))=1
cos(arcsin(x))=1
arcsin(x)=0 since this is the only angle within [π2,π2], cos of which is 1.

Apply function sin to both sides:
sin(arcsin(x))=sin(0)
x=0 - a solution, which we have already found and checked.

So, x=0 is the only solution.