Suppose $x,y\in(0,\frac{\pi}{2})$ and $x\neq y$ then which of the following statements are true?
A)$2sin(x+y)<sin2x + sin2y$ for all $x,y$
B)$2sin(x+y)>sin2x + sin2y$ for all $x,y$
C)There exist $x,y$ such that $2sin(x+y)=sin2x + sin2y$
D)None of these.
Based on the given problem I can only derive that expanding any of the equation we get option C as correct for $x=y$ but we cannot use it as $x\neq y$. So how should I solve the given problem? Thank you.
Consider the auxiliar function $$f(x,y)=2\sin(x+y)-\sin(2x)-\sin(2y).$$
Using the properties $$ \sin(x+y)=\sin(x)\cos(y)+\cos(x)\sin(y), $$ $\sin(2x)=2\sin(x)\cos(x)$ and $\sin(2y)=2\sin(y)\cos(y)$, your auxiliar function simplifies to $$ f(x,y)=2\sin(x)(\cos(y)-\cos(x))+2\cos(y)(\sin(x)-\sin(y)). $$
Corrected: (using @peterwhy tip) So, since $f(x,y)>0$ for $0<y<x<\pi/2$ and $f(y,x)=f(x,y)$, we prove that that $f(x,y)>0$ for $x\neq y$ so that B is indeed the right statement.
Disclaimer: The condition $x,y\in (0,\pi/2)$ assures that $\cos(x)$ and $\sin(y)$ are positive quantities).