5

Show that $[\root3\of{100} + \root3\of{10}+ 1]/3$

My attempt is this:

Set it equal to x, multiply both sides by 3, and subtract both sides by 1. Then I cube both sides. However, I am stuck after that. Here's my math below:

$$x=[\root3\of{100} + \root3\of{10}+ 1]/3$$ $$\implies 3x=\root3\of{100} + \root3\of{10}+ 1$$ $$\implies3x-1=\root3\of{100} + \root3\of{10}$$ $$\implies(3x - 1)^3 = (\root3\of{100} + \root3\of{10})^3$$ $$\implies27x^3 - 27x^2 + 9x - 1 = 110 + 3(\root3\of{100})^2(\root3\of{10}) + 3(\root3\of{100})(\root3\of{10})^2$$

If I were to factor the right hand side, then I would get $110 + 3(\root3\of{100})(\root3\of{10})[\root3\of{100} + \root3\of{10}]$. If I were to cube both again, then my right hand side would have something like that. Help would be greatly appreciative.

Jyrki Lahtonen
  • 133,153
bgj123
  • 69

1 Answers1

6

The number $$x=\frac{1+\root3\of{10}+\root3\of{100}}3=\frac3{\root3\of10-1}$$ by the formula for a geometric sum (or by $a^2+ab+b^2=(a^3-b^3)/(a-b)$).

  • The minimal polynomial of $\root3\of{10}$ is $f(T)=T^3-10$.
  • Therefore the minimal polynomial of $\root3\of{10}-1$ is $$g(T):=f(T+1)=T^3+3T^2+3T-9.$$
  • Therefore $1/(\root3\of{10}-1)$ is a zero of the reciprocal polynomial $$h(T):=T^3 g(1/T)=1+3T+3T^2-9T^3.$$
  • Therefore $x$ is a zero of the polynomial $$m(T):=-3h(T/3)=-3-3T-T^2+T^3.$$

This is monic and has integer coefficients. The claim follows.

Jyrki Lahtonen
  • 133,153
  • 1
    The exact same calculation works for the general interesting case of $\root3\of{m}$, $m\equiv1\pmod9$ in place of $m=10$. Somehow I had avoided seeing this approach before, banal as it is. Or it only made it into my subconscious? Live and learn, I suppose :-) – Jyrki Lahtonen Sep 08 '21 at 12:19