Can You Factorize This Complex Algebraic Expression?

  • Context: High School 
  • Thread starter Thread starter anemone
  • Start date Start date
  • Tags Tags
    2015
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Here is this week's POTW:

-----

Factorize $a(b^2+c^2-a^2 )+ b(c^2+a^2-b^2 )+ c(a^2+b^2-c^2 )-2abc$.

-----

Remember to read the http://www.mathhelpboards.com/showthread.php?772-Problem-of-the-Week-%28POTW%29-Procedure-and-Guidelines to find out how to http://www.mathhelpboards.com/forms.php?do=form&fid=2!
 
Physics news on Phys.org
Congratulations to the following members for their correct solution:

1. MarkFL
2. kaliprasad
3. greg1313
4. Euge

Solution from Euge:
We have
$$a(b^2 + c^2 - a^2) + b(c^2 + a^2 - b^2) + c(a^2 + b^2 - c^2) - 2abc$$
$$=[a(b^2 + c^2 - a^2) + 2abc] + [b(c^2 + a^2 - b^2) - 2abc] + [c(a^2 + b^2 - c^2) - 2abc]$$
$$= a[(b + c)^2 - a^2] + b[(c - a)^2 - b^2] + c[(a - b)^2 - c^2]$$
$$= a(b + c - a)(b + c + a) + b(c - a - b)(c - a + b) - c(c + b - a)(a - b + c)$$
$$= (b + c - a)[a(b + c + a) + b(c - a - b) - c(a - b + c)]$$
$$= (b + c - a)[a^2 - (b^2 - 2bc + c^2)]$$
$$= (b + c - a)[a^2 - (b - c)^2]$$
$$= (b + c - a)(a - b + c)(a + b - c).$$