SOLUTION: If sin[sin<sup>-1</sup>({{{1/5}}}) + cos<sup>-1</sup>(x)] = 1, then x = ?

Algebra ->  Trigonometry-basics -> SOLUTION: If sin[sin<sup>-1</sup>({{{1/5}}}) + cos<sup>-1</sup>(x)] = 1, then x = ?       Log On


   



Question 629284: If sin[sin-1(1%2F5) + cos-1(x)] = 1, then x = ?

Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!

sin[sin-1(1%2F5) + cos-1(x)] = 1

Let a = sin-1(1%2F5) and b = cos-1(x)

Then sin(a) = 1%2F5 and cos(b) = x

And now our equation is 

sin(a + b) = 1

Using an identity on the left side,

sin(a)cos(b) + cos(a)sin(b) = 1

Draw two right triangles, one with acute angle a and one with acute angle b:



Since the sine of a is 1%2F5 and since SINE=OPPOSITE%2FHYPOTENUSE, put
the numerator of 1%2F5, which is 1, on the side opposite a and 
the denominator of 1%2F5 which is 5, on the hypotenuse.

Since the cosine of b is x, we consider that as the fraction x%2F1
and since COSINE=ADJACENT%2FHYPOTENUSE, put the numerator of x%2F1, which is x,
on the side adjacent b and the denominator of x%2F1 which is 1, on the
hypotenuse.




Next we use the Pythagorean theorem to find the side adjacent a, and
the side opposite b:

a² + b² = c²              a² + b² = c²
a² + 1² = 5²              x² + b² = 1²
 a² + 1 = 25              x² + b² = 1
     a² = 24                   b² = 1 - x² 
      a = sqrt%2824%29                   b = sqrt%281-x%5E2%29             



Now we can use the right triangles above and their sides to substitute
into the equation:

sin(a)cos(b) + cos(a)sin(b) = 1

(1%2F5)(x%2F1) + (sqrt%2824%29%2F5)(sqrt%281-x%5E2%29%2F1) = 1

Clear of fractions by multiplying through by LCD 5

x + sqrt%2824%29sqrt%281-x%5E2%29 = 5

Isolate the radical term:

    sqrt%2824%29sqrt%281-x%5E2%29 = 5 - x

Square both sides of the equations:

       24(1 - x²) = (5 - x)²

        24 - 24x² = (5 - x)(5 - x)

        24 - 24x² = 25 - 10x + x²

Get 0 on the right:

   25x² - 10x + 1 = 0

Factor the left side:

 (5x - 1)(5x - 1) = 0

        (5x - 1)² = 0 

           5x - 1 = 0

               5x = 1
                x = 1%2F5    

Edwin