Euclid's Division Lemma
Given positive integers a and b, there exist unique integers q and r satisfying:
a = bq + r, where 0 ≤ r < b
This is essentially a restatement of the long division process:
- Dividend = Divisor × Quotient + Remainder
Application:
We use this algorithm to find the HCF (Highest Common Factor) of two large numbers.
Proving Irrationality
A classic Class 10 problem is proving that √2, √3, or √5 is irrational. This is done using the method of Contradiction.
- Assume
√2is rational (a/bwhere a,b are co-prime). - Square both sides:
2 = a²/b²⇒2b² = a². - This implies
2dividesa. - Substitute
a = 2c... proves2also dividesb. - Contradiction! (They share a factor of 2, so not co-prime).