Solving quadratic system

120 Views Asked by At

If $a,b,c\in \mathbb{R}$ satisfy the system

$a^2+ab+b^2=9$;

$b^2+bc+c^2=16$;.

$c^2+ac+a^2=25$.

Find $ab+ac+bc$

2

There are 2 best solutions below

4
On

The following is a geometric solution. Let $P$ be a point, and consider three line segments $PA,PB$ and $PC$ making an angle of $120$ degrees with each other. Thus $\angle APB = \angle BPC = \angle CPA = 120^o.$ Here $|PA| = a, |PB| = b$ and $|PC| = c.$

Then by the law of cosines, triangle $ABC$ has sides $3,4$ and $5.$

Further the area of the triangle $ABC$ is $\frac{1}{2}\cdot 3 \cdot 4 = 6.$ This can be calculated another way, namely $\frac{1}{2}\left( ab + bc + ca\right) \sin 120,$ since area of $ABC = $ areas of $PAB + PBC + PCA.$

Comparing the two, we are done.

2
On

If you subtract the first equation from the second, you get $c^2-a^2 + bc - ab = 7,$ so $(c-a)(c+a +b) = 7.$ You get similar equations (all with an $a+b+c$ factor) when you subtract the second from the third, etc, which gives you a linear system in $a, b, c$ (you know $a+b+c \neq 0,$ from the first sentence).