Discrete Mathematics Proof Problem

tuttleforty77
Messages
9
Reaction score
0

Homework Statement


Which is larger, square root of 2 or cubed root of 3? Prove one is larger than the other without using decimal approximations for either number.

The Attempt at a Solution


I attempted to solve this through the contradiction that they were even. If they are not even then obviously one has to be larger than the other.

Assume sqrt(2) = cuberoot(3), which is the contradiction to our original problem. We can manipulate this expression using algebra to evaluate whether it is true or not.

sqrt(2)^3 = cuberoot(3)^3
2*sqrt(2) = 3
sqrt(2)= 3/2
sqrt(2)^2 = (3/2)^2
2 = 9/4 This is our false statement!

Since the two numbers are not equivalent, one must therefore be larger than the other number.

Now I know they're not equal so one must be larger. Can I conclude from my algebra at the end that the cube root of 3 is larger?
 
Physics news on Phys.org
It might be better to start with a statement like: Clearly 3/2 > 21/2. And then explicitly show that 31/3 > 21/2.
 
My approach would be to raise both numbers to the same power such that the results are both integers. It's then easy to see which integer is larger and hence which of the original numbers is larger.

Petek
 
That's a good point, I can skip all the messy algebra if I just raise them to the 6th power. That would result in 3^2 = 9 and 2^3 = 8. Seems too easy but that definitely works
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top