Question #5bf52

1 Answer
Apr 8, 2017

You have to use some trigonometric formulae.

Explanation:

I assume that what you mean by "sen" is actually "sin".

Let's see. So you have this on the left-hand-side:
#(sin x cos y + cos x sin y)/ (cos x cos y - sin x sin y)#

This obviously simplifies to the following:
#sin(x+y)/cos(x+y)#
because you use the "sicosico" and "cocosisi" formulae.
Don't know them? It's easy. All you need to remember is that
1. sine and cosine is applied once on x and y, and
2. "sicosico" keeps the sign, while "cocosisi" inverts the sign.
What sign? you may ask. Well, it is the sign that is inside the parentheses, of course.
See below:

#sin(x+y) = sin x cos y + sin y cos x#
and
#cos(x+y) = cos x cos y - sin x sin y#

Notice how the sign is a minus in the "cocosisi" case?
OK, let's move on.

We can simplify of course what we got:
#(sin (x+y))/(cos (x+y)) = tan (x+y)#

Now, for the right-hand-side, we have:
#(tan x + tan y)/(1-tanxtany)#

The way to deal with tangeant is to convert them back to sine and cosine. #tan x = sin x /cos x#.
We now have:
#(tan x + tan y)/(1-tanxtany) = ( sin x/cosx + sin y/cos y)/(1-(sin x * sin y)/(cos x * cos y) )#
which becomes
#=( (sin x cosy + sin y cos x)/(cos x cos y) )/ ( (cos x cos y - sin x sin y)/(cos x cos y) )#

Now, cancel out the #1/ (cos x cos y)# from the numerator and denominator, we have:

#=(sin x cosy + sin y cos x)/(cos x cos y - sin x sin y)#

#=(sin (x+y))/(cos (x+y)) = tan(x+y)#

The left-hand-side is the same as the right-hand-side.
Q.E.D.