Intuition What are radicals and why do we care?
A radical (or surd ) is an expression involving roots that cannot be simplified to a rational number . Think 2 \sqrt{2} 2 , 5 3 \sqrt[3]{5} 3 5 , 7 \sqrt{7} 7 .
Why they matter : They appear constantly in geometry (diagonal of a square: 2 \sqrt{2} 2 ), physics (pendulum period: L / g \sqrt{L/g} L / g ), and solving equations (x 2 = 2 x^2 = 2 x 2 = 2 ). We need systematic ways to:
Simplify them (make calculations easier)
Rationalize denominators (standard form, easier arithmetic)
Core insight : Radicals follow algebraic laws similar to exponents because a n = a 1 / n \sqrt[n]{a} = a^{1/n} n a = a 1/ n . We exploit properties of exponents to manipulate them.
Derivation from first principles :
Let's derive the multiplication law. Start with the exponent definition:
a n = a 1 / n , b n = b 1 / n \sqrt[n]{a} = a^{1/n}, \quad \sqrt[n]{b} = b^{1/n} n a = a 1/ n , n b = b 1/ n
Multiply them:
a n ⋅ b n = a 1 / n ⋅ b 1 / n \sqrt[n]{a} \cdot \sqrt[n]{b} = a^{1/n} \cdot b^{1/n} n a ⋅ n b = a 1/ n ⋅ b 1/ n
Apply exponent rule x p ⋅ y p = ( x y ) p x^p \cdot y^p = (xy)^p x p ⋅ y p = ( x y ) p :
= ( a b ) 1 / n = a b n = (ab)^{1/n} = \sqrt[n]{ab} = ( ab ) 1/ n = n ab
Why this step? Because same exponents let us combine bases.
Similarly for division:
a n b n = a 1 / n b 1 / n = ( a b ) 1 / n = a b n \frac{\sqrt[n]{a}}{\sqrt[n]{b}} = \frac{a^{1/n}}{b^{1/n}} = \left(\frac{a}{b}\right)^{1/n} = \sqrt[n]{\frac{a}{b}} n b n a = b 1/ n a 1/ n = ( b a ) 1/ n = n b a
For nested radicals:
a n m = a 1 / n m = ( a 1 / n ) 1 / m = a 1 / m n = a m n \sqrt[m]{\sqrt[n]{a}} = \sqrt[m]{a^{1/n}} = \left(a^{1/n}\right)^{1/m} = a^{1/mn} = \sqrt[mn]{a} m n a = m a 1/ n = ( a 1/ n ) 1/ m = a 1/ mn = mn a
Why this step? Power of a power multiplies exponents: ( x p ) q = x p q (x^p)^q = x^{pq} ( x p ) q = x pq .
Worked example Example 1: Simplify
72 \sqrt{72} 72
Step 1 : Prime factorization
72 = 8 × 9 = 2 3 × 3 2 72 = 8 \times 9 = 2^3 \times 3^2 72 = 8 × 9 = 2 3 × 3 2
Step 2 : Identify perfect squares
72 = ( 2 2 × 3 2 ) × 2 = 36 × 2 72 = (2^2 \times 3^2) \times 2 = 36 \times 2 72 = ( 2 2 × 3 2 ) × 2 = 36 × 2
Why this step? We need pairs of primes for square roots. 2 2 2^2 2 2 and 3 2 3^2 3 2 are perfect squares.
Step 3 : Apply multiplication law
72 = 36 × 2 = 36 ⋅ 2 = 6 2 \sqrt{72} = \sqrt{36 \times 2} = \sqrt{36} \cdot \sqrt{2} = 6\sqrt{2} 72 = 36 × 2 = 36 ⋅ 2 = 6 2
Verification : ( 6 2 ) 2 = 36 × 2 = 72 (6\sqrt{2})^2 = 36 \times 2 = 72 ( 6 2 ) 2 = 36 × 2 = 72 ✓
Worked example Example 2: Simplify
128 3 \sqrt[3]{128} 3 128
Step 1 : Factor
128 = 2 7 128 = 2^7 128 = 2 7
Step 2 : Group into cubes
2 7 = 2 6 × 2 = ( 2 3 ) 2 × 2 2^7 = 2^6 \times 2 = (2^3)^2 \times 2 2 7 = 2 6 × 2 = ( 2 3 ) 2 × 2
Why this step? For cube roots we need triples. 2 6 = ( 2 2 ) 3 2^6= (2^2)^3 2 6 = ( 2 2 ) 3 is a perfect cube.
Step 3 : Extract
128 3 = 2 6 × 2 3 = ( 2 2 ) 3 3 ⋅ 2 3 = 2 2 2 3 = 4 2 3 \sqrt[3]{128} = \sqrt[3]{2^6 \times 2} = \sqrt[3]{(2^2)^3} \cdot \sqrt[3]{2} = 2^2\sqrt[3]{2} = 4\sqrt[3]{2} 3 128 = 3 2 6 × 2 = 3 ( 2 2 ) 3 ⋅ 3 2 = 2 2 3 2 = 4 3 2
Worked example Example 3: Simplify
50 x 3 y 5 \sqrt{50x^3y^5} 50 x 3 y 5 (algebraic)
Step 1 : Factor each part
50 = 25 × 2 = 5 2 × 2 50 = 25 \times 2 = 5^2 \times 2 50 = 25 × 2 = 5 2 × 2
x 3 = x 2 × x x^3 = x^2 \times x x 3 = x 2 × x
y 5 = y 4 × y = ( y 2 ) 2 × y y^5 = y^4 \times y = (y^2)^2 \times y y 5 = y 4 × y = ( y 2 ) 2 × y
Why this step? We extract the highest even powers for square roots.
Step 2 : Apply
50 x 3 y 5 = 5 2 × x 2 × x × ( y 2 ) 2 × y \sqrt{50x^3y^5} = \sqrt{5^2 \times x^2 \times x \times (y^2)^2 \times y} 50 x 3 y 5 = 5 2 × x 2 × x × ( y 2 ) 2 × y
= 5 ⋅ x ⋅ y 2 ⋅ 2 x y = 5 \cdot x \cdot y^2 \cdot \sqrt{2xy} = 5 ⋅ x ⋅ y 2 ⋅ 2 x y
= 5 x y 2 2 x y = 5xy^2\sqrt{2xy} = 5 x y 2 2 x y
Intuition Why rationalize?
The problem : Fractions like 1 2 \frac{1}{\sqrt{2}} 2 1 have irrational denominators. This makes:
Decimal approximation harder (try dividing by 1.41421...)
Comparison difficult
Further algebra messier
The solution : Multiply by a clever form of 1 to move the radical to the numerator.
Historical note : Before calculators, having integers or rationals in denominators made hand computation much easier.
Derivation of Type 1 :
We want the denominator to become a perfect n n n -th power.
1 b n = 1 b 1 / n \frac{1}{\sqrt[n]{b}} = \frac{1}{b^{1/n}} n b 1 = b 1/ n 1
To clear the fractional exponent, multiply by b ( n − 1 ) / n b^{(n-1)/n} b ( n − 1 ) / n :
1 b 1 / n ⋅ b ( n − 1 ) / n b ( n − 1 ) / n = b ( n − 1 ) / n b 1 / n + ( n − 1 ) / n = b ( n − 1 ) / n b 1 = b n − 1 n b \frac{1}{b^{1/n}} \cdot \frac{b^{(n-1)/n}}{b^{(n-1)/n}} = \frac{b^{(n-1)/n}}{b^{1/n + (n-1)/n}} = \frac{b^{(n-1)/n}}{b^1} = \frac{\sqrt[n]{b^{n-1}}}{b} b 1/ n 1 ⋅ b ( n − 1 ) / n b ( n − 1 ) / n = b 1/ n + ( n − 1 ) / n b ( n − 1 ) / n = b 1 b ( n − 1 ) / n = b n b n − 1
Why this step? Adding exponents 1 n + n − 1 n = n n = 1 \frac{1}{n} + \frac{n-1}{n} = \frac{n}{n} = 1 n 1 + n n − 1 = n n = 1 gives a rational denominator.
Worked example Example 4: Rationalize
5 3 \frac{5}{\sqrt{3}} 3 5
Step 1 : Multiply by 3 3 \frac{\sqrt{3}}{\sqrt{3}} 3 3
5 3 × 3 3 = 5 3 ( 3 ) 2 \frac{5}{\sqrt{3}} \times \frac{\sqrt{3}}{\sqrt{3}} = \frac{5\sqrt{3}}{(\sqrt{3})^2} 3 5 × 3 3 = ( 3 ) 2 5 3
Why this step? ( 3 ) 2 = 3 (\sqrt{3})^2 = 3 ( 3 ) 2 = 3 , which is rational.
Step 2 : Simplify
= 5 3 3 = \frac{5\sqrt{3}}{3} = 3 5 3
Worked example Example 5: Rationalize
2 4 3 \frac{2}{\sqrt[3]{4}} 3 4 2
Step 1 : We need denominator to be a perfect cube
4 3 = 2 2 3 = 2 2 / 3 \sqrt[3]{4} = \sqrt[3]{2^2} = 2^{2/3} 3 4 = 3 2 2 = 2 2/3
To get 2 3 = 8 2^3 = 8 2 3 = 8 in denominator, we need one more factor of 2 1 / 3 = 2 3 2^{1/3} = \sqrt[3]{2} 2 1/3 = 3 2 :
2 2 / 3 × 2 1 / 3 = 2 3 / 3 = 2 2^{2/3} \times 2^{1/3} = 2^{3/3} = 2 2 2/3 × 2 1/3 = 2 3/3 = 2
Why this step? We need exponent sum = 1 (full cube).
Step 2 : Multiply
2 4 3 × 2 3 2 3 = 2 2 3 4 × 2 3 = 2 2 3 8 3 = 2 2 3 2 = 2 3 \frac{2}{\sqrt[3]{4}} \times \frac{\sqrt[3]{2}}{\sqrt[3]{2}} = \frac{2\sqrt[3]{2}}{\sqrt[3]{4 \times 2}} = \frac{2\sqrt[3]{2}}{\sqrt[3]{8}} = \frac{2\sqrt[3]{2}}{2} = \sqrt[3]{2} 3 4 2 × 3 2 3 2 = 3 4 × 2 2 3 2 = 3 8 2 3 2 = 2 2 3 2 = 3 2
Worked example Example 6: Rationalize
3 2 + 5 \frac{3}{2 + \sqrt{5}} 2 + 5 3 (conjugate method)
Step 1 : Identify the conjugate of 2 + 5 2 + \sqrt{5} 2 + 5 , which is 2 − 5 2 - \sqrt{5} 2 − 5
Why this step? ( a + b ) ( a − b ) = a 2 − b 2 (a+b)(a-b) = a^2 - b^2 ( a + b ) ( a − b ) = a 2 − b 2 eliminates the cross terms.
Step 2 : Multiply by conjugate
3 2 + 5 × 2 − 5 2 − 5 = 3 ( 2 − 5 ) ( 2 + 5 ) ( 2 − 5 ) \frac{3}{2 + \sqrt{5}} \times \frac{2 - \sqrt{5}}{2 - \sqrt{5}} = \frac{3(2 - \sqrt{5})}{(2 + \sqrt{5})(2 - \sqrt{5})} 2 + 5 3 × 2 − 5 2 − 5 = ( 2 + 5 ) ( 2 − 5 ) 3 ( 2 − 5 )
Step 3 : Expand denominator using difference of squares
( 2 + 5 ) ( 2 − 5 ) = 2 2 − ( 5 ) 2 = 4 − 5 = − 1 (2 + \sqrt{5})(2 - \sqrt{5}) = 2^2 - (\sqrt{5})^2 = 4 - 5 = -1 ( 2 + 5 ) ( 2 − 5 ) = 2 2 − ( 5 ) 2 = 4 − 5 = − 1
Why this step? The radicals cancel: 2 5 − 2 5 = 0 2\sqrt{5} - 2\sqrt{5} = 0 2 5 − 2 5 = 0 .
Step 4 : Final form
= 3 ( 2 − 5 ) − 1 = 6 − 3 5 − 1 = − 6 + 3 5 = 3 5 − 6 = \frac{3(2 - \sqrt{5})}{-1} = \frac{6 - 3\sqrt{5}}{-1} = -6 + 3\sqrt{5} = 3\sqrt{5} - 6 = − 1 3 ( 2 − 5 ) = − 1 6 − 3 5 = − 6 + 3 5 = 3 5 − 6
a b + c b = ( a + c ) b a\sqrt{b} + c\sqrt{b} = (a+c)\sqrt{b} a b + c b = ( a + c ) b
a c n + b c n = ( a + b ) c n a\sqrt[n]{c} + b\sqrt[n]{c} = (a + b)\sqrt[n]{c} a n c + b n c = ( a + b ) n c
Unlike radicals cannot be directly combined. Simplify first to check if they become like radicals.
[!example] Example 7: Simplify 12 + 27 − 3 \sqrt{12} + \sqrt{27} - \sqrt{3} 12 + 27 − 3
Step 1 : Simplify each radical
12 = 4 × 3 = 2 3 \sqrt{12} = \sqrt{4 \times 3} = 2\sqrt{3} 12 = 4 × 3 = 2 3
27 = 9 × 3 = 3 3 \sqrt{27} = \sqrt{9 \times 3} = 3\sqrt{3} 27 = 9 × 3 = 3 3
3 = 3 \sqrt{3} = \sqrt{3} 3 = 3
Why this step? Extract perfect squares to reveal like radicals.
Step 2 : Combine like terms
2 3 + 3 3 − 3 = ( 2 + 3 − 1 ) 3 = 4 3 2\sqrt{3} + 3\sqrt{3} - \sqrt{3} = (2 + 3 - 1)\sqrt{3} = 4\sqrt{3} 2 3 + 3 3 − 3 = ( 2 + 3 − 1 ) 3 = 4 3
[!mistake] Common Error: Distributing roots over addition
Wrong : a + b = a + b \sqrt{a + b} = \sqrt{a} + \sqrt{b} a + b = a + b
Why it feels right : We're used to distributing multiplication over addition: k ( a + b ) = k a + k b k(a+b) = ka + kb k ( a + b ) = k a + k b . Our brain pattern-matches.
The fix : Roots are non-linear . Test with numbers:
9 + 16 = 25 = 5 \sqrt{9 + 16} = \sqrt{25} = 5 9 + 16 = 25 = 5
but 9 + 16 = 3 + 4 = 7 ≠ 5 \text{but } \sqrt{9} + \sqrt{16} = 3 + 4 = 7 \neq 5 but 9 + 16 = 3 + 4 = 7 = 5
Correct approach :
For addition under root: cannot separate
For multiplication: a b = a b \sqrt{ab} = \sqrt{a}\sqrt{b} ab = a b ✓
Memory aid : "Roots multiply, don't add."
Common mistake Common Error: Incorrect rationalization of binomials
Wrong : 1 a + b \frac{1}{a + \sqrt{b}} a + b 1 rationalized as b a b + b \frac{\sqrt{b}}{a\sqrt{b} + b} a b + b b
Why it feels right : "Just multiply top and bottom by b \sqrt{b} b " seems to work for simple cases.
The fix : You must use the conjugate a − b a - \sqrt{b} a − b to eliminate the radical via ( a + b ) ( a − b ) = a 2 − b (a+\sqrt{b})(a-\sqrt{b}) = a^2 - b ( a + b ) ( a − b ) = a 2 − b .
Correct :
1 a + b × a − b a − b = a − b a 2 − b \frac{1}{a + \sqrt{b}} \times \frac{a - \sqrt{b}}{a - \sqrt{b}} = \frac{a - \sqrt{b}}{a^2 - b} a + b 1 × a − b a − b = a 2 − b a − b
[!mistake] Common Error: Forgetting to simplify after rationalization
Problem : Writing 6 2 4 \frac{6\sqrt{2}}{4} 4 6 2 as the final answer.
Why it happens : We focus on eliminating the radical from denominator and forget basic fraction reduction.
The fix : Always reduce:
6 2 4 = 3 2 2 \frac{6\sqrt{2}}{4} = \frac{3\sqrt{2}}{2} 4 6 2 = 2 3 2
Divide numerator and denominator by their GCD.
Recall Explain to a 12-year-old
Imagine you have a number like 2 \sqrt{2} 2 that you can't write as a simple fraction. It goes on forever: 1.41421356... We call these surds or radicals .
Simplifying is like cleaning your room: if you have 50 \sqrt{50} 50 , you notice that 50 = 25 × 2, and 25 is a perfect square (5 × 5). So you can "pull out" the 5: 50 = 5 2 \sqrt{50} = 5\sqrt{2} 50 = 5 2 . Now it's tidier!
Rationalizing is fixing mesy fractions. If you have 1 2 \frac{1}{\sqrt{2}} 2 1 , dividing by a decimal (1.414...) is annoying. So we do a magic trick: multiply top and bottom by 2 \sqrt{2} 2 . The bottom becomes 2 × 2 = 2 \sqrt{2} \times \sqrt{2} = 2 2 × 2 = 2 (a whole number!), and the top becomes 2 \sqrt{2} 2 . So 1 2 = 2 2 \frac{1}{\sqrt{2}} = \frac{\sqrt{2}}{2} 2 1 = 2 2 — much easier to work with!
The conjugate trick is for expressions like 3 + 5 3+ \sqrt{5} 3 + 5 in the denominator. You multiply by its "opposite twin" 3 − 5 3 - \sqrt{5} 3 − 5 . When you do ( 3 + 5 ) ( 3 − 5 ) (3+\sqrt{5})(3-\sqrt{5}) ( 3 + 5 ) ( 3 − 5 ) , the 5 \sqrt{5} 5 terms cancel (like + 5 x − 5 x = 0 +5x - 5x = 0 + 5 x − 5 x = 0 in algebra) and you get 9 − 5 = 4 9 - 5 = 4 9 − 5 = 4 . Radical gone!
Rule of thumb : Radicals multiply nicely (a × b = a b \sqrt{a} \times \sqrt{b} = \sqrt{ab} a × b = ab ), but they don't add nicely (a + b ≠ a + b \sqrt{a+b} \neq \sqrt{a} + \sqrt{b} a + b = a + b ). Think of it like exponents — they have their own special rules.
Conjugate pairs : "Change the sign to rationalize the line " — change middle sign of a ± b a \pm \sqrt{b} a ± b to eliminate radical in denominator.
Simplification check : "P**rime, P air, P ull" — Prime factorize, find Pairs (or triples for cube roots), Pull them out.
What you can/cannot do :
"Roots MULTIPLY through" ✓: a b = a b \sqrt{ab} = \sqrt{a}\sqrt{b} ab = a b
"Roots DON'T ADD through" ✗: a + b ≠ a + b \sqrt{a+b} \neq \sqrt{a} + \sqrt{b} a + b = a + b
Exponent Laws — Radicals are fractional exponents
Difference of Squares — Key to conjugate rationalization
Prime Factorization — Essential for simplification
Quadratic Formula — Produces radicals like b 2 − 4 a c \sqrt{b^2-4ac} b 2 − 4 a c
Pythagorean Theorem — Creates surds (e.g., diagonal = 2 \sqrt{2} 2 )
Rationalizing Complex Denominators — Next level technique
Equations with Radicals — Solving x + 3 = 5 \sqrt{x+3} = 5 x + 3 = 5
#flashcards/maths
What is a surd? :: An irrational root that cannot be simplified to a rational number, like 2 \sqrt{2} 2 or 7 3 \sqrt[3]{7} 3 7 .
State the multiplication law for radicals :: a n ⋅ b n = a b n \sqrt[n]{a} \cdot \sqrt[n]{b} = \sqrt[n]{ab} n a ⋅ n b = n ab (same index required)
State the division law for radicals a n b n = a b n \frac{\sqrt[n]{a}}{\sqrt[n]{b}} = \sqrt[n]{\frac{a}{b}} n b n a = n b a where
b ≠ 0 b \neq 0 b = 0
How do you simplify a n \sqrt[n]{a} n a ? Factor the radicand to extract perfect
n n n -th powers: find
a = b n ⋅ c a = b^n \cdot c a = b n ⋅ c , then
a n = b c n \sqrt[n]{a} = b\sqrt[n]{c} n a = b n c
Simplify 72 \sqrt{72} 72 72 = 36 × 2 = 6 2 \sqrt{72} = \sqrt{36 \times 2} = 6\sqrt{2} 72 = 36 × 2 = 6 2
What is the conjugate of a + b a + \sqrt{b} a + b ? a − b a - \sqrt{b} a − b (change the sign between terms)
Why do we rationalize denominators? To make arithmetic easier and express answers in standard form with rational denominators
Rationalize 1 5 \frac{1}{\sqrt{5}} 5 1 1 5 × 5 5 = 5 5 \frac{1}{\sqrt{5}} \times \frac{\sqrt{5}}{\sqrt{5}} = \frac{\sqrt{5}}{5} 5 1 × 5 5 = 5 5
Rationalize 1 2 + 3 \frac{1}{2 + \sqrt{3}} 2 + 3 1 1 2 + 3 × 2 − 3 2 − 3 = 2 − 3 4 − 3 = 2 − 3 \frac{1}{2+\sqrt{3}} \times \frac{2-\sqrt{3}}{2-\sqrt{3}} = \frac{2-\sqrt{3}}{4-3} = 2-\sqrt{3} 2 + 3 1 × 2 − 3 2 − 3 = 4 − 3 2 − 3 = 2 − 3
Can you simplify a + b \sqrt{a} + \sqrt{b} a + b as a + b \sqrt{a+b} a + b ? No!
a + b ≠ a + b \sqrt{a+b} \neq \sqrt{a} + \sqrt{b} a + b = a + b . Radicals don't distribute over addition.
When can you add radicals? Only when they are like radicals (same index and same radicand):
a c n + b c n = ( a + b ) c n a\sqrt[n]{c} + b\sqrt[n]{c} = (a+b)\sqrt[n]{c} a n c + b n c = ( a + b ) n c
Simplify 50 + 18 \sqrt{50} + \sqrt{18} 50 + 18 5 2 + 3 2 = 8 2 5\sqrt{2} + 3\sqrt{2} = 8\sqrt{2} 5 2 + 3 2 = 8 2 (simplify each first, then combine)
What is the index of 8 3 \sqrt[3]{8} 3 8 ? 3 (the small number indicating cube root)
What is the radicand in 16 4 \sqrt[4]{16} 4 16 ? 16 (the expression under the radical)
Rationalize 2 4 3 \frac{2}{\sqrt[3]{4}} 3 4 2 2 4 3 × 2 3 2 3 = 2 2 3 8 3 = 2 2 3 2 = 2 3 \frac{2}{\sqrt[3]{4}} \times \frac{\sqrt[3]{2}}{\sqrt[3]{2}} = \frac{2\sqrt[3]{2}}{\sqrt[3]{8}} = \frac{2\sqrt[3]{2}}{2} = \sqrt[3]{2} 3 4 2 × 3 2 3 2 = 3 8 2 3 2 = 2 2 3 2 = 3 2
Perfect n-th power factor
Intuition Hinglish mein samjho
Radicals ya surds wo expressions hain jo roots involve karte hain aur jinhe rational numbers mein simplify nahi kar sakte. Jaise 2 \sqrt{2} 2 , 3 3 \sqrt[3]{3} 3 3 , 5 3 \sqrt[3]{5} 3 5 — ye sab surds hain kyunki inki decimal values terminate nahi hoti aur repeat bhi nahi hoti.
Simplification ka main idea : Hum radicand (root ke andar wali value) ko factor karte hain aur perfect squares (ya cubes) ko bahar nikal lete hain. Jaise 72 \sqrt{72} 72 ko simplify karne ke liye, hum 72 ko factor karke 36 × 2 36 \times 2 36 × 2 likhte hain. Since 36 ek perfect square hai (6 2 6^2 6 2 ), hum isse bahar nikal sakte hain: 72 = 6 2 \sqrt{72} = 6\sqrt{2} 72 = 6 2 . Ab ye expression zyada simple aur calculate karne mein easy hai.
Rationalization ka purpose : Kabhi-kabhi fraction ki denominator mein radical hota hai, jaise 1 3 \frac{1}{\sqrt{3}} 3 1 . Isko rationalize karne ka matlab hai ki denominator ko rational banao. Hum numerator aur denominator dono ko 3 \sqrt{3} 3 se multiply karte hain (ek tarah se multiply by 1), aur denominator ban jata hai 3 × 3 = 3 \sqrt{3} \times \sqrt{3} = 3 3 × 3 = 3 (rational!). Result: 3 3 \frac{\sqrt{3}}{3} 3 3 . Agar denominator binomial hai jaise 2 + 5 2 + \sqrt{5} 2 + 5 , toh hum "conjugate trick" use karte hain — multiply karo 2 − 5 2 - \sqrt{5} 2 − 5 se (sign change karo). Product ban jata hai ( 2 + 5 ) ( 2 − 5 ) = 4 − 5 = − 1 (2+\sqrt{5})(2-\sqrt{5}) = 4 - 5 = -1 ( 2 + 5 ) ( 2 − 5 ) = 4 − 5 = − 1 , radical cancel ho jata hai!
Common mistake : Students sochte hain ki a + b = a + b \sqrt{a+b} = \sqrt{a} + \sqrt{b} a + b = a + b , lekin ye galat hai! Radicals addition ke through distribute nahi hote. Example: 9 + 16 = 5 \sqrt{9+16} = 5 9 + 16 = 5 but 9 + 16 = 7 \sqrt{9} + \sqrt{16} = 7 9 + 16 = 7 — clearly