How to prove that every polynomial with real coefficients is the sum of three polynomials raised to the 3rd degree? Formally the statement is:
$\forall f\in\mathbb{R}[x]\quad \exists g,h,p\in\mathbb{R}[x]\quad f=g^3+h^3+p^3$
How to prove that every polynomial with real coefficients is the sum of three polynomials raised to the 3rd degree? Formally the statement is:
$\forall f\in\mathbb{R}[x]\quad \exists g,h,p\in\mathbb{R}[x]\quad f=g^3+h^3+p^3$
We have that the following identity holds $$(x+1)^3+2(-x)^3+(x-1)^3=6x.$$ Hence $$\left(\frac{f(x)+1}{6^{1/3}}\right)^{3}+\left(\frac{-f(x)}{3^{1/3}}\right)^{3}+ \left(\frac{f(x)-1}{6^{1/3}}\right)^{3}=f(x).$$
$$\sum_{i=0}^{n-1}\left(x-\frac{n-1}{2}+i\right)^n\cdot(-1)^i\cdot{n-1\choose i}=n!\cdot x$$
– Ian Miller Oct 30 '16 at 10:08