1

I have a math problem in which I need to calculate : $$\sqrt[3]{2 + \sqrt{5}} + \sqrt[3]{2 - \sqrt{5}}$$

In one of the previous problems in which there were steps to calcuate, they separated the numbers so they get a cube like $(a + b)^3 = a^3 + 3a^2b + 3ab^2 + b^3$, where $a^3 + 3a^2b + 3ab^2 + b^3 = 2 + \sqrt{5}$ so that cube and cube root cancel each other.

I guessed many numbers and didn't get the right one. Also I was wondering if there was other way to solve this problem or easier way to complete cube without having to guess until you get the right numbers.

J. W. Tanner
  • 63,683
  • 4
  • 43
  • 88
zzRot
  • 13

1 Answers1

2

Let $\phi$ denote the golden ratio as the bigger root satisfying $\phi^2-\phi-1=0$. It is also denoted as $\phi=\frac{1+\sqrt5}2$. Multiplying by $\phi$ and adding one: $$\phi^2-\phi-1=0\implies\phi^3-\phi^2-\phi=0\implies\phi^3=\phi^2+\phi=2\phi+1$$Note that $2\phi+1=2+\sqrt5$, therefore the first radicand is $\phi$. The second radicand can be proved to be the other root of $x^2-x-1=0$, which is the conjugate of $\phi$ very similarly. The sum of these two is just $1$ because the sum of two roots of a quadratic equation is the same as its leading coefficient, which is the answer.

Kamal Saleh
  • 6,973