3

I'm struggling with this problem and was hoping I could get some advice. Here is the problem:

Let a and b be the roots of the quadratic equation $x^2−x−1/27=0$.

Without calculating the a and b show that $a^{1/3}+b^{1/3}$ is a root of the equation $x^3+x−1=0$.

Any help would be much appreciated!

Thanks

Thomas
  • 43,555
Hummus
  • 563

2 Answers2

4

Using Vieta's formula, $a+b=1$ and $\displaystyle ab=\frac{-27}1$

Let $y=a^{\frac13}+b^{\frac13}$

$$\implies y^3=a+b+3(ab)^{\frac13}(a+b)=1+3(-27)^{-\frac13}y$$

Now, one of three values of $(-27)^{-\frac13}$ is $\{(-3)^3\}^{-\frac13}=-\frac13$

$$\implies y^3=1-y$$

3

Since $$ (x-a)(x-b)=x^2-(a+b)x+ab $$ we have $$ \color{#00A000}{a+b=1}\quad\text{and}\quad\color{#0000FF}{ab=-\frac1{27}} $$ therefore $$ \begin{align} \left(\color{#C00000}{a^{1/3}+b^{1/3}}\right)^3 &=a+3a^{2/3}b^{1/3}+3a^{1/3}b^{2/3}+b\\ &=\color{#00A000}{a+b}+3(\color{#0000FF}{ab})^{1/3}\left(\color{#C00000}{a^{1/3}+b^{1/3}}\right)\\ &=\color{#00A000}{1}+3\left(\color{#0000FF}{-\frac1{27}}\right)^{1/3}\left(\color{#C00000}{a^{1/3}+b^{1/3}}\right)\\ &=1-\left(\color{#C00000}{a^{1/3}+b^{1/3}}\right) \end{align} $$ Therefore, $$ \left(a^{1/3}+b^{1/3}\right)^3+\left(a^{1/3}+b^{1/3}\right)-1=0 $$

robjohn
  • 345,667