Show that 2^(1/3) + 3^(1/3) is irrational.

  • Thread starter Thread starter jebodh
  • Start date Start date
  • Tags Tags
    Irrational
jebodh
Messages
2
Reaction score
0

Homework Statement


Show that 2^(1/3) + 3^(1/3) is irrational. Hint: show that [x][/0] = 2^(1/3) + 3^(1/3) is algebraic by constructing an explicit polynomial f(x) with integer coefficients such that f([x][/0]) = 0. Then prove that f(x) has no rational roots.
Note:[x][/0] means x subscript zero

Homework Equations


[x][/0] = 2^(1/3) + 3^(1/3)

The Attempt at a Solution


First I solved for x^3 and got 5+3{6^(1/3)[2^(1/3) + 3^(1/3)]}.
Then I did x^9=[x^3]^3=> (after some work I got=> 125(x^3) -500 + [2^(1/3) + 3^(1/3)]{15[6^(2/3)] + 162}
Do I cube the expression again, or I'm I missing something?

My question is what am I supposed to do with this term,
[2^(1/3) + 3^(1/3)]{15[6^(2/3)] + 162}?

Thanks,
Daniel
 
Last edited:
Physics news on Phys.org
The hint suggests to find a polynomial with integer coefficients. You have the right idea cubing, but there's a little more.

You found x_0^3=5+\sqrt[3]{6}(\sqrt[3]{2}+\sqrt[3]{3}).

But you can simplify that even more, by substituting x_0 in for \sqrt[3]{2}+\sqrt[3]{3}, to get x_0^3=5+\sqrt[3]{6}x_0 Then try to get rid of the final cube root, and you have an integer polynomial.
 
Thanks, I'll try it now.
I can't believe I didn't do that.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top