...text book gives a different answer

lihinii

New member
Joined
Aug 18, 2010
Messages
11
Solve cos(inverse)x - sin(inverse)x = pi/6.

Let cos(in)x = A cos A =x , sin A = sq.rt.(1- x sq)
sin(in)x = B sin B =x , cos B = sq.rt.(1-x sq)

A -B = pi/6
cos A cos B + sin A sin B = cos pi/6 = (sq.rt.3)/2
x sq.rt.( 1-x sq) + sq.rt.(1-x sq) x = (sq.rt.3)/2
2x sq rt.( 1-x sq) = (sq.rt. 3)/2
4xsq(1-x sq) = 3/4
x = + or - 1/2 x + or - (sq rt 3)/2

When someone has time can please check this....coz a text book gives a differfnt answer.
Thanks so much
 
lihinii said:
Code:
Solve  cos(inverse)x - sin(inverse)x = pi/6.

   Let cos(in)x = A       cos A =x ,  sin A = sq.rt.(1- x sq)
         sin(in)x = B        sin B =x ,  cos B = sq.rt.(1-x sq)
      
         A -B =  pi/6
         cos A cos B + sin A sin B = cos pi/6 = (sq.rt.3)/2
         x sq.rt.( 1-x sq)  + sq.rt.(1-x sq) x = (sq.rt.3)/2
         2x sq rt.( 1-x sq) = (sq.rt. 3)/2
         4xsq(1-x sq) = 3/4
           x = + or - 1/2            x + or - (sq rt 3)/2

You need to use the Code tags, if you want to space stuff apart. As you can see above, even with Code tags, the columns do not line up. That's because you need to use a fixed-width font when viewing your "spacing". To fix this, use the [Preview] button to see exactly where spacing adjustments need to be made.

:idea: OR, don't try to design columns. Just type your work vertically, one column after another. That's easiest.

You need to check your own answers. I mean, one of the four candidates that you got is correct, and the other three are not.

Evaluate the given equation for these four values of x. Find the one that works.

EG: x = sqrt(3)/2

arccos[sqrt(3)/2] - arcsin[sqrt(3)/2]

Pi/6 - Pi/3 = -Pi/6

No good.
 
\(\displaystyle One \ way;\)

\(\displaystyle arccos(x)-arcsin(x) \ = \ \frac{\pi}{6}, \ let \ \theta \ = \ arccos(x) \ \implies \ cos(\theta) \ = \ x.\)

\(\displaystyle Ergo, \ \theta-arcsin(x) \ = \ \frac{\pi}{6} \ \implies \ arcsin(x) \ = \ \bigg(\theta-\frac{\pi}{6}\bigg), \ \implies \ sin\bigg(\theta-\frac{\pi}{6}\bigg) \ = \ x\)

\(\displaystyle Hence, \ sin\bigg(\theta-\frac{\pi}{6}\bigg) \ = \ cos(\theta)\)

\(\displaystyle Therefore, \ sin(\theta)cos(\pi/6)-cos(\theta)sin(\pi/6) \ = \ cos(\theta)\)

\(\displaystyle = \ \frac{\sqrt3 sin(\theta)}{2}-\frac{cos(\theta)}{2} \ = \ cos(\theta) \ \implies \ \frac{\sqrt3 sin(\theta)}{2} \ = \ \frac{3cos(\theta)}{2}\)

\(\displaystyle = \ \sqrt3sin(\theta) \ = \ 3cos(\theta) \ \implies \ sin(\theta) \ = \ \frac{3cos(\theta)}{\sqrt3} \ \implies \ tan(\theta) \ = \ \frac{3}{\sqrt3}, \ \theta \ = \ \frac{\pi}{3}\)

\(\displaystyle Ergo, \ cos\bigg(\frac{\pi}{3}\bigg) \ = \ x, \ x \ = \ \frac{1}{2}, \ QED.\)
 
Hello, lihinii!

Yet another approach . . .

\(\displaystyle \cos^{\text{-}1}(x)\,\text{ and }\,\sin^{\text{-}1}(x)\,\text{ are }complementary\text{ angles!}\)


\(\displaystyle \text{Solve: }\;\cos^{\text{-}1}(x) - \sin^{\text{-}1}(x) \:=\: \frac{\pi}{6}\) .[1]

\(\displaystyle \text{Let }\,A \,=\, \cos^{-1}(x)\) .[2]

. . \(\displaystyle \text{Then: }\,\cos A \:=\:x\)

\(\displaystyle \text{We have: }\:\cos A \:=\:\frac{x}{1} \:=\:\frac{adj}{hyp}\)


\(\displaystyle A\text{ is in a right triangle with: }\,adj = x,\;hyp = 1.\)


Code:
                        * B
                     *  *
              1   *     *
               *        *
            *           *
         *              *
    A *  *  *  *  *  *  * C
               x

\(\displaystyle \text{We can see that: }\:\sin B \:=\:x\,\;\text{ where }B \:=\:\frac{\pi}{2} - A\)

\(\displaystyle \text{So we have: }\:\sin\left(\frac{\pi}{2}-A\right) \:=\:x \quad\Rightarrow\quad \frac{\pi}{2} - A \:=\:\sin^{\text{-}1}(x)\) .[3]


Substitute [2] and [3] into [1]:

. . \(\displaystyle A - \left(\frac{\pi}{2} - A\right) \:=\:\frac{\pi}{6} \quad\Rightarrow\quad A - \frac{\pi}{2} + A \:=\:\frac{\pi}{6}\)

. . \(\displaystyle 2A \:=\:\frac{2\pi}{3} \quad\Rightarrow\quad A \:=\:\frac{\pi}{3}\)


Substitute into [2]:

. . \(\displaystyle \frac{\pi}{3} \:=\:\cos^{\text{-}1}(x) \quad\Rightarrow\quad \cos\left(\frac{\pi}{3}\right) \:=\:x \quad\Rightarrow\quad \boxed{x \:=\:\frac{1}{2}}\)
 
Thanks so much for that. But can you point out the error in my calculation.

Thanks
 
lihinii said:
Solve cos(inverse)x - sin(inverse)x = pi/6.

Let cos(in)x = A cos A =x , sin A = sq.rt.(1- x sq)
sin(in)x = B sin B =x , cos B = sq.rt.(1-x sq)

A -B = pi/6
cos A cos B + sin A sin B = cos pi/6 = (sq.rt.3)/2
x sq.rt.( 1-x sq) + sq.rt.(1-x sq) x = (sq.rt.3)/2
2x sq rt.( 1-x sq) = (sq.rt. 3)/2
4xsq(1-x sq) = 3/4
x = + or - 1/2 x + or - (sq rt 3)/2

When someone has time can please check this....coz a text book gives a differfnt answer.
Thanks so much

You have four solutions - one of those satisfy your original equation and correct. Others are extraneous solutions - come up due to squaring terms.
 
Top