5

The question: Find the exact value of $\tan⁡(\cos^{-1} (-\sqrt{3}/2))$.

enter image description here

The link is the image of the method I used. However it isn't the right answer, how come this method doesn't work?

MJD
  • 65,394
  • 39
  • 298
  • 580
sarah
  • 59
  • 2
    Please don't use pictures. – Dietrich Burde May 26 '21 at 13:02
  • 6
    Opposite side is $\sqrt{2^2-(\sqrt3)^2}=1$. not $\sqrt7$. also note that the tangent is negative in second quadrant. – Etemon May 26 '21 at 13:05
  • Please read our guidelines for formatting and writing your question, including: "The key parts of your question should not be in an embedded image such as a photo/screenshot/etc., such images are not searchable, they are not accessible to those using screen readers, and they don't show up in question summaries." – Lee Mosher May 26 '21 at 13:21

3 Answers3

1

Use the famous identity $$\tan(\arccos(x)) = \frac{\sqrt{1-x^2}}{x}$$ I think you can take it from your here. You can check the answer after you have done it. The answer is : $$\frac{-\sqrt{3}}{3}$$

p_square
  • 1,007
  • 1
  • 6
  • 23
0

The problem with your work is with your evaluation of the length of the vertical leg:

$\sqrt{2^2-(-\sqrt3)^2}=\sqrt{4-3}=\sqrt1=1$

This leads to the correct answer of $\tan\theta=\frac1{-\sqrt3}=-\frac{\sqrt3}3 $.

Also keep in mind that your assumption that the angle is in the second quadrant is not warranted, since cosine is also negative in the third quadrant. In that case, since tangent is positive in the third quadrant, that would lead to an answer of $+\frac{\sqrt3}3$.

-1

Follow :

$$ \tan (\arccos(- \frac{\sqrt{3}}{2}))$$

Suppose $x = \arccos(- \frac{\sqrt{3}}{2})$ :

$$ \cos x = - \frac{\sqrt{3}}{2} = \frac {\text{Adjacent}}{\text{hypotenuse}}$$

Pythagorean theorem: $$\text{opposite side} = \pm~\sqrt{4-3} = \pm 1$$

$$ \tan x = \frac {\text{Opposite}}{\text{Adjacent}} = \pm \frac{1}{\sqrt{3}} $$

Considering $ 0 \le x \le \pi$ . Take only negative as $\tan$ is negative in second quadrant :

$$- \frac{1}{\sqrt{3}}$$

Bernard
  • 175,478
Gaurang
  • 428