I have to compare two expressions as an assignment but the professor didn’t explain how to do it (I doubt he actually knows how to do the stuff he asks us to do). The two expression pairs in question:
tg(x) + tg(y) = (sin(x+y))/cos(x)*cos(y)
arcsin(x) + arcsin(y) = pi/2
Now I know these are true, but whenever I use evalb or is I invariably get false. I tried many different things but none of them work and I’ve searched the internet for help but I didn’t find anything useful. The most similar thing to mine was this but I tried the solution and it didn’t work. Please help, I’m losing my sanity.
For the first equation, this worked:
For the second equation, it appears that the same method didn't simplify it to 0 automatically. Converting arcsin() to arccos() solved the problem: