In the course of solving a trigonometric problem (see $a^2+b^2=2Rc$,where $R$ is the circumradius of the triangle.Then prove that $ABC$ is a right triangle), in one approach the following equation needed to be solved:
$$\boxed{\sin^2A + \sin^2B = \sin (A+B)}$$
subject to $A\in(0,\frac{\pi}{2}),B\in(0,\frac{\pi}{2}),\pi-(A+B) > \max(A,B)$, i.e. $A$ and $B$ are the two angles of a triangle not opposite the longest side.
Clearly, any $A,B\:|\:A+B=\frac{\pi}{2}$ is a family of solutions. Since multivariable calculus is presumably beyond the level of the original problem:
How to prove that there are no other solutions $\underline{\text{without}}$ using multivariable calculus?
[I don't think a trig identity will suffice as there are other solutions if the restrictions on $A,B$ are relaxed.]
(For completeness - using multivariable calculus)
Part 1
Proof that $\sin^2A + \sin^2B < \sin (A+B)$ over region $R_1=\{0<A,B\land A+B<\frac{\pi}{2}\}$.
Consider $$f(x,y)=\sin^2x + \sin^2y - \sin (x+y)$$ Then $$\begin{align} f_x &= \sin 2x - \cos(x+y) \\ f_y &= \sin 2y - \cos(x+y) \\ f_{xx} &= 2\cos 2x + \sin(x+y) \\ f_{yy} &= 2\cos 2y + \sin(x+y) \\ f_{xy} &= \sin(x+y) &= f_{yx} \\ \end{align}$$
For local extrema we require $f_x=f_y=0$. But
$$f_x=f_y=0 \implies \sin2x=\sin2y \implies y=x \lor y=\frac{\pi}{2}-x$$
Exclude $y=\frac{\pi}{2}-x$ as it violates the restriction that $x+y<\frac{\pi}{2}$.
If $y=x$, $f_x=0 \implies \sin2x=\sin2y \implies x=y=\frac{\pi}{8}$.
The determinant of the Hessian is $$D(x,y) = \begin{vmatrix} f_{xx} & f_{xy}\\ f_{yx} & f_{yy} \end{vmatrix} = f_{xx}f_{yy} - f_{xy}f_{yx} = f_{xx}f_{yy} - (f_{xy})^2$$
At $P(\frac{\pi}{8},\frac{\pi}{8})$, we have
$$\begin{align} f_{xx}&=2\cos\frac{\pi}{4}+\sin\frac{\pi}{4}=\frac{3}{\sqrt2} \\ f_{yy}&=2\cos\frac{\pi}{4}+\sin\frac{\pi}{4}=\frac{3}{\sqrt2} \\ f_{xy}&=\sin\frac{\pi}{4}=\frac{1}{\sqrt2} \\ D(x,y)&=\frac{9}{2}-\frac{1}{2}=4 \end{align}$$
Since both $f_{xx}$ and $D$ are positive at $P$, this is a local minimum (with $f(x,y)|_P=1-\sqrt2$).
On the boundaries:
- $f(0,y)=\sin^2y-\sin y<0$ on $x=0,y\in(0,\frac{\pi}{2})$
- $f(x,0)=\sin^2x-\sin x<0$ on $x\in(0,\frac{\pi}{2}),y=0$
- $f(0,0)=0$
- $f(x,y)=0$ for $x,y\geq0,x+y=\frac{\pi}{2}$
Since $(0,0)$ is not part of the domain, and there are no other local extrema, we have $f(x,y)<0$ over $R_1$.
Part 2
It will be sufficient to prove that $\sin^2A + \sin^2B > \sin (A+B)$ over region $R_2=\{0<A,B<\frac{\pi}{2} \land A+B>\frac{\pi}{2} \}$.


