5

I am here again to ask a question about an exercise I saw around but i'm having a lot of trouble with. I know the answer is 3abc, but as in many of my questions, I am interested in the why and how.

Given $a+b+c=0$, simplify:

$$\frac{(a^3-abc)^3+(c^3-abc)^3+(b^3-abc)^3}{(c^2-ab)(b^2-ac)(a^2-bc)}$$

Pedro
  • 122,002
chubakueno
  • 5,623

3 Answers3

9

Your idea that $a^3+b^3+c^3=3abc$ is a good one.

Consider your numerator $x^3+y^3+z^3$, where $x = a^3-abc$ and so forth, try to see what $x+y+z$ is, and what the relationship between $x^3+y^3+z^3$ and $3xyz$ is.

4

If you just sub in $c=-a-b$ then each factor of the denominator reduces to $(a^2+ab+b^2)$.

Each term of the numerator has a factor that is one of these denominator factors as well. For instance the first term from the numerator is $a^3(a^2-bc)^3$, which is $a^3(a^2+ab+b^2)^3$.

So we have $$\begin{align} \frac{a^3(a^2+ab+b^2)^3+c^3(a^2+ab+b^2)^3+b^3(a^2+ab+b^2)^3}{(a^2+ab+b^2)^3} \end{align} $$

Now provided $a^2+ab+b^2\neq0$ (which is guaranteed the case if all our numbers are real), we have $$a^3+b^3+c^3$$

2'5 9'2
  • 54,717
1

You can factor e.g. $a^3 - a b c = a(a^2 - b c)$, which matches a factor in the denominator. This suggests a sum of fractions.

You can always write out the numerator and denominator. The similarity of the terms gives hope that there will be lots of cancellation.

Try replacing simple values, like $a = b = c$ and see what happens.

vonbrand
  • 27,812
  • Thanks for the interest, but I have tried that and failed. According to wolframalpha.com, the numerator is equivalent to $$3abc (a^2+a b+b^2)^3$$ and the denominator is $$(a^2+a b+b^2)^3$$, but I can't understand how did it came to that conclusion. – chubakueno Mar 24 '13 at 23:44
  • Ok, I replaced a=-b-c and i get the denominator, but the numerator is still a mistery... – chubakueno Mar 24 '13 at 23:57
  • @chubakueno, neither can I. There will be terms $a^9 + b^9 + c^9$ in the numerator, I don't see how to get rid of them. Unless substituting $a = -b - c$ helps somehow here. But that gives another sort of mess... – vonbrand Mar 25 '13 at 00:05
  • Thanks to the enlightment @Sanchez gave me, I got the solution. Review his answer if you have any doubts vonbrand.Thanks for your help, happy mathing, and goodbye!. – chubakueno Mar 25 '13 at 00:10
  • @chubakueno, looks fine. – vonbrand Mar 25 '13 at 00:15