Rational and irrational numbers. (semi- )

AI Thread Summary
The discussion revolves around the properties of rational and irrational numbers, specifically addressing three key questions. First, it is established that if a is rational and b is irrational, then a + b is necessarily irrational, while the case where both a and b are irrational remains uncertain. Second, if a is rational and b is irrational, ab can be rational if a equals zero, but the outcome is unclear if a is non-zero. Lastly, the possibility of a number a such that a^2 is irrational while a^4 is rational is explored, with hints suggesting the use of roots for a solution. Overall, the conversation highlights the complexities of dealing with rational and irrational numbers in mathematical proofs.
Sven
Messages
6
Reaction score
0
Rational and irrational numbers. (semi-urgent)

I need to figure this out by tomorrow =/

Homework Statement



a. If a is rational and b is irrational, is a+b necessarily irrational? What if a and b are both irrational?
b. If a is rational and b is irrational, is ab necessarily irrational?
c. Is there a number of a such that a^2 is irrational, but a^4 is rational?

Homework Equations



none.

The Attempt at a Solution



a. I think I have this first part. You can prove it by contradiction.

R= some rational number

a+b = R
b = R-a
A rational number minus a rational number is a rational number. This would mean b = rational, which is not true. therefore a+b is irrational.

This second part, if both are irrational? I was thinking:

a+b = R

a = R-b, or b = R-a. I'm not sure how this helps me x(
-----
b. If a is rational and b is irrational, is ab necessarily irrational?

No idea, but here's my attempt:

Two cases. If a = 0, ab = 0, and 0 is rational so ab is rational.

if a =/= 0...proof by contradiction maybe?

a*b = rational
a*b = a*b
b = a*b*a^-1?

But then b=b? And that doesn't help me.
-----
c Is there a number a such that a^2 is irrational, but a^4 is rational?

Well again I have no idea but here's my attempt:

a=b
a^2 = ab
ab = x
b = x/a
b = x * a^-1

...again no idea, please help. x(
 
Physics news on Phys.org


Sven said:
a. I think I have this first part. You can prove it by contradiction.

R= some rational number

a+b = R
b = R-a
A rational number minus a rational number is a rational number. This would mean b = rational, which is not true. therefore a+b is irrational.

So far so good. :)

This second part, if both are irrational? I was thinking:

a+b = R

a = R-b, or b = R-a. I'm not sure how this helps me x(

When finding a proof seems hopeless, one should try to search for a counter-example.

According to part a,

1 + \sqrt{2}, and -\sqrt{2} are both irrational, what if you take the sum of them?

b. If a is rational and b is irrational, is ab necessarily irrational?

No idea, but here's my attempt:

Two cases. If a = 0, ab = 0, and 0 is rational so ab is rational.

First case, okay. :)

if a =/= 0...proof by contradiction maybe?

a*b = rational
a*b = a*b
b = a*b*a^-1?

But then b=b? And that doesn't help me.

Second case:

Well, just do as you did in part a. Like this:

a \in \mathbb{Q} \backslash \{ 0 \} 0, b \notin \mathbb{Q}

Assume that
ab = r, where r is a rational number.
\Rightarrow b = ra ^ {-1}

What can you say about b in the above expression?

-------------------------------------

Additional Problem:

If a, and b are both irrational numbers, is ab also irrational?

c Is there a number a such that a^2 is irrational, but a^4 is rational?

Well again I have no idea but here's my attempt:

a=b
a^2 = ab
ab = x
b = x/a
b = x * a^-1

...again no idea, please help. x(

Think about 4-th root. :)
 
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