Show that, if $x$ satisfies $x^2 = 3$, then $c := 2x$ satisfies $c^2 = 12$. Using this fact, show that $c$ is an irrational number.
Asked
Active
Viewed 157 times
-3

Blue
- 75,673

Christopher
- 23
-
Have you already proved that $x$ is irrational? – Angina Seng Sep 15 '17 at 20:11
-
Have not proved that x is irrational yet. – Christopher Sep 15 '17 at 20:13
-
Sorry, I am fairly new to analysis. I will look at the question tagged above. – Christopher Sep 15 '17 at 20:14
1 Answers
1
$$\begin{align} x^2 &= 3 \\ \left( \frac c2 \right) ^2 &= 3 \\ \frac{c^2}{4} &= 3 \\ c^2 &= 12 \\ c &= \pm2\sqrt 3 \\ \end{align}$$
Since $\sqrt 3$ is irrational, so is $\pm2\sqrt 3$ (this has already been proven on MSE).

gen-ℤ ready to perish
- 6,610
-
Maybe add the fact that any non-zero rational number times an irrational number is irrational as well, which isn't hard to prove either., – WaveX Sep 15 '17 at 20:37
-
@WaveX I stated that in there, but I figured the OP could easily Google the proof. – gen-ℤ ready to perish Sep 15 '17 at 20:45
-
-