Proving a trigonometric identity (involving arcos(x))

94 Views Asked by At

Not very familiar with how to do this problem. Not sure on the process of how to get the answer. Thanks for the help to those who help answer it! :)

Assuming all angles are acute, show that: $\cos ^{-1}x+\cos ^{-1}y=\lbrack xy-\sqrt{\lbrace (1-x^{2})(1-y^{2}\rbrace }\rbrack $

2

There are 2 best solutions below

0
On

Hint:

Compute the cosine of both sides. You'll need to calculate $\sin(\arccos x)$, which shouldn't be too hard, since you know all angles are acute.

0
On

let $X =\arccos(x)\implies x=\cos(X)$

$ Y =\arccos(y)\implies y=\cos(Y)$

now;

$\cos(X+Y) = \cos(X)\cos(Y)-\sin(X)\sin(Y)$

$\cos(X+Y)= xy- \sqrt{1-x^2}\sqrt{1-y^2}$

$X+Y=\arccos\bigg(xy- \sqrt{1-x^2}\sqrt{1-y^2}\bigg) $

$\therefore\arccos(x)+\arccos(y) =\arccos\bigg(xy- \sqrt{1-x^2}\sqrt{1-y^2}\bigg)$