Proof must be integer or irrational?

AI Thread Summary
The discussion revolves around proving that solutions to the equation x^3 + ax + b = 0, where a and b are integers, must be either integers or irrational. Participants explore using the rational root theorem to identify potential rational roots, concluding that if a rational root exists, it must be an integer. The conversation also touches on proving that log2n, where n is a natural number, consists of integers and irrational numbers, with attempts at contradiction. There is uncertainty about the appropriateness of using certain mathematical concepts due to limited prior knowledge. Ultimately, the participants seek clarity on how to demonstrate that any non-integer solutions must be irrational.
hackboiz29
Messages
3
Reaction score
0

Homework Statement


Suppose a, b ε Z. Prove that any solution to the equation x^3 +ax+b = 0 must either be an integer, or else be irrational.


Homework Equations



Not sure if this is right but x = m / n where m divides b and n divides 1

The Attempt at a Solution



So far i think i got x = m / n where m divides b and n divides 1 but i don't know where to go from there and i am kind of not sure if that's even right. There's probably some way to factor this right? I am trying to do this by contradiction so i assume that x = a/b where a,b belong to N


One More problem...

Homework Statement



Prove that log2n : n ε N consists entirely of integers and irrational numbers. (it's base 2 n not log(2n))

Homework Equations



log2n = a / b. Trying to do a proof by contradiction so i started off by assuming log2n = a / b where a,b E N.

The Attempt at a Solution



As i said I'm doing a proof by contradiction. So far i have come up with log2n = a / b. I don't really know where to go from here. Rearranging the equation doesn't really help. Maybe use some laws for logarithms to write them differently? :/
 
Physics news on Phys.org
hackboiz29 said:

Homework Statement


Suppose a, b ε Z. Prove that any solution to the equation x^3 +ax+b = 0 must either be an integer, or else be irrational.


Homework Equations



Not sure if this is right but x = m / n where m divides b and n divides 1
IF you allowed to use this, then surely you see that the only integers that divide 1 are 1 and -1! So if x is rational it is either m/1 or m/-1 for some integer m.

The Attempt at a Solution



So far i think i got x = m / n where m divides b and n divides 1 but i don't know where to go from there and i am kind of not sure if that's even right. There's probably some way to factor this right? I am trying to do this by contradiction so i assume that x = a/b where a,b belong to N


One More problem...

Homework Statement



Prove that log2n : n ε N consists entirely of integers and irrational numbers. (it's base 2 n not log(2n))

Homework Equations



log2n = a / b. Trying to do a proof by contradiction so i started off by assuming log2n = a / b where a,b E N.

The Attempt at a Solution



As i said I'm doing a proof by contradiction. So far i have come up with log2n = a / b. I don't really know where to go from here. Rearranging the equation doesn't really help. Maybe use some laws for logarithms to write them differently? :/
 
Oh... wow okay so x could = m or -m both of which are integers. That makes sense. I don't understand how to prove that any other solution would be irrational :/
 
hackboiz29 said:
Oh... wow okay so x could = m or -m both of which are integers. That makes sense. I don't understand how to prove that any other solution would be irrational :/

what you used is called the rational root theorem, giving all possible values of rational roots, so any other roots must be ...
 
That proves that any rational root must be an integer. Of course, any other roots, that is, any root that is not rational, is irrational, by definition.

But I still wonder if you are allowed to use that. It seems too easy.
 
My teacher told us to use that because we haven't really learned a lot yet. Thanks for your help! :)
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top