Orchids Logo

Rationalising the Denominator

Class 9Number Systems

In mathematics, it is considered standard practice to write fractions without any irrational numbers (surds) in the denominator. An expression like 1/sqrt(2) or 5/(sqrt(3) + 1) has an irrational denominator, which makes it harder to compare values, estimate sizes, and perform further calculations. The process of removing surds from the denominator is called rationalising the denominator. This technique transforms the expression into an equivalent form with a rational denominator while keeping the value unchanged. The key mathematical tool is the conjugate: to rationalise a denominator of the form sqrt(a) + sqrt(b), you multiply top and bottom by sqrt(a) - sqrt(b), using the identity (sqrt(a) + sqrt(b))(sqrt(a) - sqrt(b)) = a - b. This identity is a direct application of the difference of squares: (x + y)(x - y) = x^2 - y^2. When x and y are square roots, squaring them removes the root, leaving a rational number in the denominator. Rationalisation is not just a classroom exercise — it appears throughout trigonometry, calculus, and physics wherever expressions with square roots arise. Trigonometric values like cos(45) = 1/sqrt(2) are conventionally written as sqrt(2)/2 after rationalisation. In calculus, rationalisation is used to evaluate limits that would otherwise give the indeterminate form 0/0. In Class 9, you will master this technique for single-surd denominators (like 1/sqrt(5)) and two-term denominators (like 1/(sqrt(7) - sqrt(3))), building essential algebraic skills that you will use throughout your mathematical career.

What is Rationalising the Denominator?

Rationalising the denominator means multiplying the numerator and denominator of a fraction by a suitable expression (called the rationalising factor) so that the denominator becomes a rational number (free of surds).

Case 1: Denominator is a single surd sqrt(a):

The rationalising factor is sqrt(a) itself.

Multiply numerator and denominator by sqrt(a):

p/sqrt(a) = p x sqrt(a) / (sqrt(a) x sqrt(a)) = p x sqrt(a) / a

Example: 1/sqrt(3) = 1 x sqrt(3) / (sqrt(3) x sqrt(3)) = sqrt(3)/3.

Case 2: Denominator is of the form a + sqrt(b) or a - sqrt(b):

The rationalising factor is the conjugate, obtained by changing the sign between the terms.

Conjugate of (a + sqrt(b)) is (a - sqrt(b)).

Conjugate of (a - sqrt(b)) is (a + sqrt(b)).

Example: 1/(3 + sqrt(2)). Rationalising factor = (3 - sqrt(2)).

1/(3 + sqrt(2)) = (3 - sqrt(2)) / ((3 + sqrt(2))(3 - sqrt(2))) = (3 - sqrt(2)) / (9 - 2) = (3 - sqrt(2))/7.

Case 3: Denominator is of the form sqrt(a) + sqrt(b) or sqrt(a) - sqrt(b):

The rationalising factor is the conjugate.

Conjugate of (sqrt(a) + sqrt(b)) is (sqrt(a) - sqrt(b)).

Example: 1/(sqrt(5) + sqrt(3)). Multiply by (sqrt(5) - sqrt(3))/(sqrt(5) - sqrt(3)):

= (sqrt(5) - sqrt(3)) / ((sqrt(5))^2 - (sqrt(3))^2) = (sqrt(5) - sqrt(3)) / (5 - 3) = (sqrt(5) - sqrt(3))/2.

Why does this work? The identity (x + y)(x - y) = x^2 - y^2 eliminates the square roots when x and y are surds, because squaring a square root removes it.

Rationalising the Denominator Formula

Key rationalisation formulas:

1. Single surd denominator:
p / sqrt(a) = p x sqrt(a) / a

2. Binomial surd denominator (a + sqrt(b)):
p / (a + sqrt(b)) = p(a - sqrt(b)) / (a^2 - b)

3. Binomial surd denominator (a - sqrt(b)):
p / (a - sqrt(b)) = p(a + sqrt(b)) / (a^2 - b)

4. Two-surd denominator (sqrt(a) + sqrt(b)):
p / (sqrt(a) + sqrt(b)) = p(sqrt(a) - sqrt(b)) / (a - b)

5. Two-surd denominator (sqrt(a) - sqrt(b)):
p / (sqrt(a) - sqrt(b)) = p(sqrt(a) + sqrt(b)) / (a - b)

6. Underlying identity used:
(x + y)(x - y) = x^2 - y^2

When x = sqrt(a) and y = sqrt(b):
(sqrt(a) + sqrt(b))(sqrt(a) - sqrt(b)) = a - b

7. Double rationalisation (for denominators like cube root expressions):
For higher-level problems, if the denominator has a cube root, different identities (like a^3 - b^3) are used, but these are beyond Class 9 scope.

Derivation and Proof

Derivation of the rationalisation technique for sqrt(a) + sqrt(b):

Goal: Express 1/(sqrt(a) + sqrt(b)) with a rational denominator.

Step 1: Identify the conjugate of the denominator. The conjugate of sqrt(a) + sqrt(b) is sqrt(a) - sqrt(b). The conjugate is formed by simply changing the sign between the two terms.

Step 2: Multiply both numerator and denominator by the conjugate. This does not change the value of the expression because we are multiplying by 1 in disguise — the fraction (sqrt(a) - sqrt(b))/(sqrt(a) - sqrt(b)) equals 1:

1/(sqrt(a) + sqrt(b)) x (sqrt(a) - sqrt(b))/(sqrt(a) - sqrt(b))

Step 3: Simplify the denominator using the algebraic identity (x + y)(x - y) = x^2 - y^2:

(sqrt(a) + sqrt(b))(sqrt(a) - sqrt(b)) = (sqrt(a))^2 - (sqrt(b))^2 = a - b

The key insight here is that squaring a square root eliminates it: (sqrt(a))^2 = a. This is why the denominator becomes rational.

Step 4: The result is:

(sqrt(a) - sqrt(b)) / (a - b)

Since a and b are rational numbers (and a is not equal to b), the denominator a - b is rational. The surd has been successfully removed from the denominator.

Worked derivation for a specific example:

Rationalise 1/(sqrt(7) + sqrt(5)).

Conjugate = sqrt(7) - sqrt(5).

1/(sqrt(7) + sqrt(5)) = (sqrt(7) - sqrt(5)) / ((sqrt(7) + sqrt(5))(sqrt(7) - sqrt(5)))

= (sqrt(7) - sqrt(5)) / (7 - 5)

= (sqrt(7) - sqrt(5)) / 2

Verification: Let us check numerically. 1/(sqrt(7) + sqrt(5)) = 1/(2.6457 + 2.2360) = 1/4.8818 = 0.2048. Also, (sqrt(7) - sqrt(5))/2 = (2.6457 - 2.2360)/2 = 0.4097/2 = 0.2048. Both match, confirming the rationalisation is correct.

Why do we rationalise? (Four important reasons)

1. Standard mathematical convention — answers should not have surds in the denominator. Examiners expect rationalised answers in board exams.

2. Easier comparison — is 1/sqrt(2) or 1/sqrt(3) larger? After rationalising, compare sqrt(2)/2 = 0.707 vs sqrt(3)/3 = 0.577. Clearly 1/sqrt(2) is larger. This comparison is much harder with the original forms.

3. Easier computation — sqrt(3)/3 = 1.732.../3 = 0.577... is straightforward to compute mentally. Computing 1/1.732... requires long division by an irrational number, which is much harder.

4. Required for further algebraic manipulation — in calculus, when differentiating or integrating, having a rational denominator simplifies subsequent steps enormously. Rationalisation is a preparatory step that makes advanced mathematics tractable.

Types and Properties

Rationalisation problems are classified by the type of denominator:

Type 1: Single Surd — 1/sqrt(a)

Multiply by sqrt(a)/sqrt(a). This is the simplest case.

Examples: 1/sqrt(2) = sqrt(2)/2, 5/sqrt(3) = 5sqrt(3)/3, 7/sqrt(11) = 7sqrt(11)/11.

Type 2: Integer plus Surd — 1/(a + sqrt(b))

Multiply by (a - sqrt(b))/(a - sqrt(b)).

Example: 1/(3 + sqrt(5)) = (3 - sqrt(5))/(9 - 5) = (3 - sqrt(5))/4.

Type 3: Integer minus Surd — 1/(a - sqrt(b))

Multiply by (a + sqrt(b))/(a + sqrt(b)).

Example: 1/(4 - sqrt(3)) = (4 + sqrt(3))/(16 - 3) = (4 + sqrt(3))/13.

Type 4: Sum of Two Surds — 1/(sqrt(a) + sqrt(b))

Multiply by (sqrt(a) - sqrt(b))/(sqrt(a) - sqrt(b)).

Example: 1/(sqrt(5) + sqrt(2)) = (sqrt(5) - sqrt(2))/(5 - 2) = (sqrt(5) - sqrt(2))/3.

Type 5: Difference of Two Surds — 1/(sqrt(a) - sqrt(b))

Multiply by (sqrt(a) + sqrt(b))/(sqrt(a) + sqrt(b)).

Example: 1/(sqrt(7) - sqrt(3)) = (sqrt(7) + sqrt(3))/(7 - 3) = (sqrt(7) + sqrt(3))/4.

Type 6: Complex Numerator with Surd Denominator

When the numerator is also a surd expression, apply the same conjugate method but keep track of the numerator multiplication.

Example: (sqrt(3) + sqrt(2))/(sqrt(3) - sqrt(2)). Multiply by (sqrt(3) + sqrt(2))/(sqrt(3) + sqrt(2)):
= (sqrt(3) + sqrt(2))^2 / (3 - 2) = (3 + 2sqrt(6) + 2) / 1 = 5 + 2sqrt(6).

Solved Examples

Example 1: Example 1: Rationalising a single surd denominator

Problem: Rationalise the denominator: 1/sqrt(5).

Solution:

Rationalising factor = sqrt(5).

1/sqrt(5) = (1 x sqrt(5)) / (sqrt(5) x sqrt(5)) = sqrt(5) / 5

Answer: 1/sqrt(5) = sqrt(5)/5.

Example 2: Example 2: Rationalising with a coefficient

Problem: Rationalise: 6/sqrt(3).

Solution:

6/sqrt(3) = (6 x sqrt(3)) / (sqrt(3) x sqrt(3)) = 6sqrt(3) / 3 = 2sqrt(3)

Answer: 6/sqrt(3) = 2sqrt(3).

Example 3: Example 3: Denominator of the form a + sqrt(b)

Problem: Rationalise: 1/(2 + sqrt(3)).

Solution:

Conjugate of (2 + sqrt(3)) is (2 - sqrt(3)).

1/(2 + sqrt(3)) = (2 - sqrt(3)) / ((2 + sqrt(3))(2 - sqrt(3)))

Denominator: (2)^2 - (sqrt(3))^2 = 4 - 3 = 1

= (2 - sqrt(3)) / 1

Answer: 1/(2 + sqrt(3)) = 2 - sqrt(3).

Example 4: Example 4: Denominator of the form sqrt(a) + sqrt(b)

Problem: Rationalise: 1/(sqrt(7) + sqrt(2)).

Solution:

Conjugate of (sqrt(7) + sqrt(2)) is (sqrt(7) - sqrt(2)).

1/(sqrt(7) + sqrt(2)) = (sqrt(7) - sqrt(2)) / ((sqrt(7))^2 - (sqrt(2))^2)

= (sqrt(7) - sqrt(2)) / (7 - 2)

= (sqrt(7) - sqrt(2)) / 5

Answer: 1/(sqrt(7) + sqrt(2)) = (sqrt(7) - sqrt(2))/5.

Example 5: Example 5: Denominator of the form sqrt(a) - sqrt(b)

Problem: Rationalise: 3/(sqrt(11) - sqrt(5)).

Solution:

Conjugate of (sqrt(11) - sqrt(5)) is (sqrt(11) + sqrt(5)).

3/(sqrt(11) - sqrt(5)) = 3(sqrt(11) + sqrt(5)) / ((sqrt(11))^2 - (sqrt(5))^2)

= 3(sqrt(11) + sqrt(5)) / (11 - 5)

= 3(sqrt(11) + sqrt(5)) / 6

= (sqrt(11) + sqrt(5)) / 2

Answer: 3/(sqrt(11) - sqrt(5)) = (sqrt(11) + sqrt(5))/2.

Example 6: Example 6: Rationalising when numerator has surds

Problem: Simplify by rationalising: (sqrt(5) + sqrt(3)) / (sqrt(5) - sqrt(3)).

Solution:

Multiply numerator and denominator by (sqrt(5) + sqrt(3)):

= (sqrt(5) + sqrt(3))^2 / ((sqrt(5) - sqrt(3))(sqrt(5) + sqrt(3)))

Numerator: (sqrt(5))^2 + 2 x sqrt(5) x sqrt(3) + (sqrt(3))^2 = 5 + 2sqrt(15) + 3 = 8 + 2sqrt(15)

Denominator: 5 - 3 = 2

= (8 + 2sqrt(15)) / 2 = 4 + sqrt(15)

Answer: (sqrt(5) + sqrt(3)) / (sqrt(5) - sqrt(3)) = 4 + sqrt(15).

Example 7: Example 7: Finding the value of an expression by rationalisation

Problem: If a = 1/(sqrt(3) + sqrt(2)) and b = 1/(sqrt(3) - sqrt(2)), find a + b and a - b.

Solution:

Rationalise a: a = (sqrt(3) - sqrt(2)) / (3 - 2) = sqrt(3) - sqrt(2).

Rationalise b: b = (sqrt(3) + sqrt(2)) / (3 - 2) = sqrt(3) + sqrt(2).

a + b: (sqrt(3) - sqrt(2)) + (sqrt(3) + sqrt(2)) = 2sqrt(3).

a - b: (sqrt(3) - sqrt(2)) - (sqrt(3) + sqrt(2)) = -2sqrt(2).

Answer: a + b = 2sqrt(3), a - b = -2sqrt(2).

Example 8: Example 8: Rationalising a three-term denominator (advanced)

Problem: Rationalise: 1/(1 + sqrt(2) + sqrt(3)). (Bonus problem)

Solution:

Group the denominator as (1 + sqrt(2)) + sqrt(3) and multiply by the conjugate (1 + sqrt(2)) - sqrt(3):

= ((1 + sqrt(2)) - sqrt(3)) / ((1 + sqrt(2))^2 - (sqrt(3))^2)

Denominator: (1 + 2sqrt(2) + 2) - 3 = 3 + 2sqrt(2) - 3 = 2sqrt(2)

= (1 + sqrt(2) - sqrt(3)) / (2sqrt(2))

Now rationalise again by multiplying by sqrt(2)/sqrt(2):

= sqrt(2)(1 + sqrt(2) - sqrt(3)) / (2 x 2)

= (sqrt(2) + 2 - sqrt(6)) / 4

Answer: 1/(1 + sqrt(2) + sqrt(3)) = (2 + sqrt(2) - sqrt(6))/4.

Example 9: Example 9: Simplifying using rationalisation

Problem: Simplify: 1/(sqrt(2) + 1) + 1/(sqrt(3) + sqrt(2)).

Solution:

Rationalise each fraction:

1/(sqrt(2) + 1) = (sqrt(2) - 1)/((sqrt(2))^2 - 1^2) = (sqrt(2) - 1)/(2 - 1) = sqrt(2) - 1.

1/(sqrt(3) + sqrt(2)) = (sqrt(3) - sqrt(2))/(3 - 2) = sqrt(3) - sqrt(2).

Add: (sqrt(2) - 1) + (sqrt(3) - sqrt(2)) = sqrt(3) - 1.

Answer: The sum = sqrt(3) - 1.

Notice how the sqrt(2) terms cancelled — this is a telescoping pattern. In general, 1/(sqrt(n+1) + sqrt(n)) = sqrt(n+1) - sqrt(n), and consecutive terms telescope when added.

Example 10: Example 10: Rationalisation in a real-world context

Problem: The time period of a simple pendulum is T = 2pi x sqrt(L/g). If L = 1 metre and g = 10 m/s^2, express T in a form with a rational denominator.

Solution:

T = 2pi x sqrt(1/10) = 2pi / sqrt(10).

Rationalise: T = 2pi x sqrt(10) / (sqrt(10) x sqrt(10)) = 2pi x sqrt(10) / 10 = pi x sqrt(10) / 5.

Answer: T = pi x sqrt(10) / 5 seconds (approximately 1.987 seconds).

Rationalising makes the expression cleaner and easier to substitute numerical values into.

Real-World Applications

Rationalising the denominator is a fundamental technique used across mathematics and science:

Trigonometry: Trigonometric ratios like cos(45) = 1/sqrt(2) are conventionally expressed with rationalised denominators: cos(45) = sqrt(2)/2. Similarly, sin(30) = 1/2, cos(30) = sqrt(3)/2, and tan(60) = sqrt(3). All standard trigonometric tables use rationalised forms. When you solve trigonometric equations and need to compare or add these values, having rationalised denominators is essential for clean calculations.

Calculus: When finding limits, derivatives, and integrals involving square roots, rationalisation is a key algebraic technique. For example, the limit of (sqrt(x+h) - sqrt(x))/h as h approaches 0 cannot be computed directly (it gives 0/0). By rationalising the numerator — multiplying by (sqrt(x+h) + sqrt(x))/(sqrt(x+h) + sqrt(x)) — the expression simplifies to 1/(sqrt(x+h) + sqrt(x)), which evaluates to 1/(2sqrt(x)) as h approaches 0. This is the derivative of sqrt(x).

Physics: Many physics formulas involve square roots. The RMS (Root Mean Square) voltage of an AC circuit is V_peak/sqrt(2), commonly written as V_peak x sqrt(2)/2. The impedance in an RLC circuit often involves expressions like 1/(sqrt(LC)), which engineers rationalise for cleaner computations. Even the speed of light in a medium, c/sqrt(epsilon x mu), benefits from rationalisation when substituting specific values.

Simplifying Complex Expressions: When adding fractions with different surd denominators, rationalising each fraction first makes finding a common denominator much easier. For example, to compute 1/sqrt(2) + 1/sqrt(3), first rationalise to sqrt(2)/2 + sqrt(3)/3, then find a common denominator of 6: 3sqrt(2)/6 + 2sqrt(3)/6 = (3sqrt(2) + 2sqrt(3))/6.

Computer Numerical Stability: In computational mathematics, rationalising can improve numerical stability by avoiding division by very small (near-zero) irrational quantities. When computing (sqrt(x+h) - sqrt(x)) for very small h on a computer, the subtraction of nearly equal numbers causes loss of significant digits. Rationalising transforms this into h/(sqrt(x+h) + sqrt(x)), which is numerically stable.

Geometry: When computing exact values of diagonals, heights, and distances, the results often involve surds. Expressing these with rational denominators (e.g., the height of an equilateral triangle with side a is a x sqrt(3)/2 rather than a/2 x sqrt(3)) makes geometric formulas consistent and easier to apply.

Key Points to Remember

  • Rationalising the denominator means removing surds from the denominator of a fraction.
  • For a single surd denominator sqrt(a), multiply top and bottom by sqrt(a).
  • For a binomial surd denominator (sqrt(a) + sqrt(b)), multiply by the conjugate (sqrt(a) - sqrt(b)).
  • The conjugate reverses the sign between the two terms of the denominator.
  • The identity (sqrt(a) + sqrt(b))(sqrt(a) - sqrt(b)) = a - b eliminates the surds.
  • The value of the expression does not change — we multiply by 1 in disguised form.
  • Always simplify the result after rationalising (reduce fractions, combine like terms).
  • Rationalisation can reveal telescoping patterns when adding multiple rationalised fractions.
  • Standard mathematical convention requires answers to have rational denominators.
  • This technique is essential for trigonometry, calculus, and physics.

Practice Problems

  1. Rationalise the denominator: (a) 1/sqrt(7), (b) 5/sqrt(6), (c) sqrt(2)/sqrt(3).
  2. Rationalise: 1/(3 - sqrt(5)).
  3. Rationalise: 7/(sqrt(10) + sqrt(3)).
  4. Simplify by rationalising: (sqrt(3) - sqrt(2))/(sqrt(3) + sqrt(2)).
  5. If x = 1/(2 + sqrt(3)), find x^2.
  6. Simplify: 1/(sqrt(3) + sqrt(2)) + 1/(sqrt(3) - sqrt(2)).
  7. Rationalise: (sqrt(5) + 2)/(sqrt(5) - 2) and express in the form a + bsqrt(5).
  8. Simplify the telescoping sum: 1/(1 + sqrt(2)) + 1/(sqrt(2) + sqrt(3)) + 1/(sqrt(3) + sqrt(4)).

Frequently Asked Questions

Q1. What does it mean to rationalise the denominator?

Rationalising the denominator means converting a fraction so that the denominator becomes a rational number (no square roots). You do this by multiplying both the numerator and denominator by a suitable expression. For example, 1/sqrt(3) becomes sqrt(3)/3 after multiplying top and bottom by sqrt(3). The value stays the same — only the form changes.

Q2. What is a conjugate in rationalisation?

The conjugate of a binomial expression involving surds is the same expression with the sign between the terms reversed. For example, the conjugate of (sqrt(5) + sqrt(3)) is (sqrt(5) - sqrt(3)), and the conjugate of (2 - sqrt(7)) is (2 + sqrt(7)). When you multiply a binomial surd by its conjugate, the result is always rational because (a+b)(a-b) = a^2 - b^2, and squaring eliminates the roots.

Q3. Why do we rationalise the denominator?

There are several reasons: (1) It is mathematical convention — standard form requires rational denominators. (2) It makes computation easier — dividing by sqrt(2)/2 is simpler than dividing by 1/sqrt(2). (3) It helps with comparison — sqrt(3)/3 versus sqrt(5)/5 is easier to compare than 1/sqrt(3) versus 1/sqrt(5). (4) It is required in further mathematics like calculus where irrational denominators complicate differentiation and integration.

Q4. How do you rationalise 1/(sqrt(a) + sqrt(b))?

Multiply both numerator and denominator by the conjugate, which is (sqrt(a) - sqrt(b)). The result is (sqrt(a) - sqrt(b))/(a - b). The denominator becomes a - b because (sqrt(a) + sqrt(b))(sqrt(a) - sqrt(b)) = (sqrt(a))^2 - (sqrt(b))^2 = a - b, which is rational.

Q5. Does rationalisation change the value of the expression?

No. Rationalisation does not change the value — it only changes the form. When you multiply numerator and denominator by the same expression, you are multiplying by 1 (since anything divided by itself is 1). So 1/sqrt(2) and sqrt(2)/2 are exactly the same number (both equal approximately 0.7071), just written differently.

Q6. What is the rationalising factor of sqrt(5)?

The rationalising factor of sqrt(5) is sqrt(5) itself. When you multiply sqrt(5) by sqrt(5), you get 5, which is rational. For a denominator like 3 + sqrt(5), the rationalising factor is 3 - sqrt(5) (the conjugate). For sqrt(5) + sqrt(3), the rationalising factor is sqrt(5) - sqrt(3).

Q7. Can you rationalise a denominator with cube roots?

Yes, but it requires different techniques beyond Class 9. For cube roots, you use the identity a^3 - b^3 = (a-b)(a^2 + ab + b^2) or a^3 + b^3 = (a+b)(a^2 - ab + b^2). For example, to rationalise 1/cbrt(2), you multiply by cbrt(4)/cbrt(4) to get cbrt(4)/2. These are studied in higher classes.

Q8. What is a telescoping sum in rationalisation?

A telescoping sum occurs when consecutive rationalised terms cancel each other. For example, 1/(sqrt(1) + sqrt(2)) + 1/(sqrt(2) + sqrt(3)) + ... + 1/(sqrt(n) + sqrt(n+1)). Each term rationalises to sqrt(k+1) - sqrt(k), and when you add them, the intermediate terms cancel: the sum equals sqrt(n+1) - 1. This is a powerful technique for evaluating long sums.

Q9. How do you rationalise when the denominator has three terms?

Group two of the three terms together and treat them as a single entity, then apply the conjugate method. For example, for 1/(1 + sqrt(2) + sqrt(3)), group as 1/((1 + sqrt(2)) + sqrt(3)) and multiply by ((1 + sqrt(2)) - sqrt(3)). The denominator becomes (1 + sqrt(2))^2 - 3 = 2sqrt(2). Then rationalise again by multiplying by sqrt(2)/sqrt(2). This may require two rounds of rationalisation.

Q10. Is rationalising the numerator ever required?

Yes! In calculus, you sometimes need to rationalise the numerator instead of the denominator. For example, to find the limit of (sqrt(x+h) - sqrt(x))/h as h approaches 0, you multiply by (sqrt(x+h) + sqrt(x))/(sqrt(x+h) + sqrt(x)) to clear the surds from the numerator. This is called 'rationalising the numerator' and uses the same conjugate principle.

We are also listed in