Possible integer values for coefficients of cubic equation with given root

  • Context:
  • Thread starter Thread starter anemone
  • Start date Start date
  • Tags Tags
    Cubic Roots
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
3 replies · 2K views
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Given $a,\,b,\,c$ and $d$ are all integers such that $x=\sqrt[3]{\sqrt{8}+4}-\sqrt[3]{\sqrt{8}-4}$ is a root to the equation $ax^3+bx^2+cx+d=0$. Find the possible values for $(a,\,b,\,c,\,d)$.
 
Mathematics news on Phys.org
anemone said:
Given $a,\,b,\,c$ and $d$ are all integers such that $x=\sqrt[3]{\sqrt{8}+4}-\sqrt[3]{\sqrt{8}-4}$ is a root to the equation $ax^3+bx^2+cx+d=0$. Find the possible values for $(a,\,b,\,c,\,d)$.

$x=\sqrt[3]{\sqrt{8}+4}-\sqrt[3]{\sqrt{8}-4}$
cube both sides to get
$x^3 = \sqrt{8}+4 - (\sqrt{8}- 4) - 3\sqrt[3]((\sqrt{8}+4)(\sqrt{8}-4))x$
or $x^3=8-3\sqrt[3](8-16)x=8+6x$
or $x^3- 6x -8=0$ so $a = t, b = 0, c = -6t , d= -8t $ where t is any non zero integer
 
Last edited:
$$\begin{align*}x^3 &= \sqrt{8} + 4 - \sqrt{8} + 4 + 3\left( -\left(\sqrt[3]{\sqrt{8} + 4}\right)^2 \sqrt[3]{\sqrt{8} - 4} + \sqrt[3]{\sqrt{8} + 4} \left(\sqrt[3]{\sqrt{8} - 4}\right)^2 \right) \\
&= 8 + 3\sqrt[3]{\sqrt{8} + 4} \sqrt[3]{\sqrt{8} - 4}\left( -x \right) \\
&= 8 - 3\sqrt[3]{8-16}x \\
&= 8 + 6x \end{align*}$$

Thus

$$a = t,\ b = 0,\ c = -6t,\ d = -8t,\ t \in \mathbb{R} \smallsetminus 0.$$
 
Hi kaliprasad and Theia!

Very well done to the both of you! And thanks for participating!