Algebraic Expressions — Diagnostic Tests
Unit Tests
Tests edge cases, boundary conditions, and common misconceptions for algebraic expressions.
UT-1: Cancellation Across Addition in Complex Fractions
Question:
Simplify the following expression completely:
◆ L B ◆ 1 x + 1 + 1 x − 1 ◆ R B ◆◆ L B ◆ 1 ( x + 1 ) 2 − 1 ( x − 1 ) 2 ◆ R B ◆ \frac◆LB◆\frac{1}{x+1} + \frac{1}{x-1}◆RB◆◆LB◆\frac{1}{(x+1)^2} - \frac{1}{(x-1)^2}◆RB◆ L ◆ B ◆ x + 1 1 + x − 1 1 ◆ R B ◆◆ L B ◆ ( x + 1 ) 2 1 − ( x − 1 ) 2 1 ◆ R B ◆
State any restrictions on x x x .
[Difficulty: hard. Tests the common error of cancelling terms across addition/subtraction in compound fractions.]
Solution:
First, state the restrictions. The original expression is undefined when any denominator is zero:
x + 1 ≠ 0 ⟹ x ≠ − 1 x + 1 \neq 0 \implies x \neq -1 x + 1 = 0 ⟹ x = − 1
x − 1 ≠ 0 ⟹ x ≠ 1 x - 1 \neq 0 \implies x \neq 1 x − 1 = 0 ⟹ x = 1
We must also ensure the denominator of the overall fraction is non-zero. We will check this after simplification.
Step 1: Simplify the numerator of the overall fraction.
1 x + 1 + 1 x − 1 = ( x − 1 ) + ( x + 1 ) ( x + 1 ) ( x − 1 ) = 2 x x 2 − 1 \frac{1}{x+1} + \frac{1}{x-1} = \frac{(x-1) + (x+1)}{(x+1)(x-1)} = \frac{2x}{x^2 - 1} x + 1 1 + x − 1 1 = ( x + 1 ) ( x − 1 ) ( x − 1 ) + ( x + 1 ) = x 2 − 1 2 x
Step 2: Simplify the denominator of the overall fraction.
1 ( x + 1 ) 2 − 1 ( x − 1 ) 2 = ( x − 1 ) 2 − ( x + 1 ) 2 ( x + 1 ) 2 ( x − 1 ) 2 \frac{1}{(x+1)^2} - \frac{1}{(x-1)^2} = \frac{(x-1)^2 - (x+1)^2}{(x+1)^2(x-1)^2} ( x + 1 ) 2 1 − ( x − 1 ) 2 1 = ( x + 1 ) 2 ( x − 1 ) 2 ( x − 1 ) 2 − ( x + 1 ) 2
Expand the numerators using the difference of two squares, since ( x − 1 ) 2 − ( x + 1 ) 2 (x-1)^2 - (x+1)^2 ( x − 1 ) 2 − ( x + 1 ) 2 is of the form a 2 − b 2 a^2 - b^2 a 2 − b 2 :
( x − 1 ) 2 − ( x + 1 ) 2 = [ ( x − 1 ) − ( x + 1 ) ] [ ( x − 1 ) + ( x + 1 ) ] = ( − 2 ) ( 2 x ) = − 4 x (x-1)^2 - (x+1)^2 = [(x-1) - (x+1)][(x-1) + (x+1)] = (-2)(2x) = -4x ( x − 1 ) 2 − ( x + 1 ) 2 = [( x − 1 ) − ( x + 1 )] [( x − 1 ) + ( x + 1 )] = ( − 2 ) ( 2 x ) = − 4 x
So:
1 ( x + 1 ) 2 − 1 ( x − 1 ) 2 = − 4 x ( x + 1 ) 2 ( x − 1 ) 2 = − 4 x ( x 2 − 1 ) 2 \frac{1}{(x+1)^2} - \frac{1}{(x-1)^2} = \frac{-4x}{(x+1)^2(x-1)^2} = \frac{-4x}{(x^2 - 1)^2} ( x + 1 ) 2 1 − ( x − 1 ) 2 1 = ( x + 1 ) 2 ( x − 1 ) 2 − 4 x = ( x 2 − 1 ) 2 − 4 x
Step 3: Form the overall fraction.
◆ L B ◆ 2 x x 2 − 1 ◆ R B ◆◆ L B ◆ − 4 x ( x 2 − 1 ) 2 ◆ R B ◆ = 2 x x 2 − 1 × ( x 2 − 1 ) 2 − 4 x \frac◆LB◆\frac{2x}{x^2-1}◆RB◆◆LB◆\frac{-4x}{(x^2-1)^2}◆RB◆ = \frac{2x}{x^2-1} \times \frac{(x^2-1)^2}{-4x} L ◆ B ◆ x 2 − 1 2 x ◆ R B ◆◆ L B ◆ ( x 2 − 1 ) 2 − 4 x ◆ R B ◆ = x 2 − 1 2 x × − 4 x ( x 2 − 1 ) 2
Step 4: Cancel common factors. We can cancel 2 x 2x 2 x with − 4 x -4x − 4 x (noting x ≠ 0 x \neq 0 x = 0 would cause the original numerator and denominator to both be zero, so x ≠ 0 x \neq 0 x = 0 is an additional restriction), and ( x 2 − 1 ) (x^2-1) ( x 2 − 1 ) with ( x 2 − 1 ) 2 (x^2-1)^2 ( x 2 − 1 ) 2 :
= ◆ L B ◆ 2 x ⋅ ( x 2 − 1 ) 2 ◆ R B ◆◆ L B ◆ − 4 x ⋅ ( x 2 − 1 ) ◆ R B ◆ = ( x 2 − 1 ) − 2 = − x 2 − 1 2 = \frac◆LB◆2x \cdot (x^2-1)^2◆RB◆◆LB◆-4x \cdot (x^2-1)◆RB◆ = \frac{(x^2-1)}{-2} = -\frac{x^2-1}{2} = L ◆ B ◆2 x ⋅ ( x 2 − 1 ) 2 ◆ R B ◆◆ L B ◆ − 4 x ⋅ ( x 2 − 1 ) ◆ R B ◆ = − 2 ( x 2 − 1 ) = − 2 x 2 − 1
Final restrictions: x ≠ − 1 , 1 , 0 x \neq -1, 1, 0 x = − 1 , 1 , 0 .
Verification: If x = 2 x = 2 x = 2 , the original expression gives ◆ L B ◆ 1 3 + 1 1 ◆ R B ◆◆ L B ◆ 1 9 − 1 1 ◆ R B ◆ = 4 / 3 − 8 / 9 = − 3 2 \frac◆LB◆\frac{1}{3}+\frac{1}{1}◆RB◆◆LB◆\frac{1}{9}-\frac{1}{1}◆RB◆ = \frac{4/3}{-8/9} = -\frac{3}{2} L ◆ B ◆ 3 1 + 1 1 ◆ R B ◆◆ L B ◆ 9 1 − 1 1 ◆ R B ◆ = − 8/9 4/3 = − 2 3 , and our result gives − 4 − 1 2 = − 3 2 -\frac{4-1}{2} = -\frac{3}{2} − 2 4 − 1 = − 2 3 . Consistent.
UT-2: Surds with Nested Sums in the Denominator
Question:
Rationalise the denominator of:
◆ L B ◆ 3 5 + 2 3 ◆ R B ◆◆ L B ◆ 2 5 − 3 + 15 ◆ R B ◆ \frac◆LB◆3\sqrt{5} + 2\sqrt{3}◆RB◆◆LB◆2\sqrt{5} - \sqrt{3} + \sqrt{15}◆RB◆ L ◆ B ◆3 5 + 2 3 ◆ R B ◆◆ L B ◆2 5 − 3 + 15 ◆ R B ◆
Express your answer in the form a b + c d + e f a\sqrt{b} + c\sqrt{d} + e\sqrt{f} a b + c d + e f where a , c , e a, c, e a , c , e are rational numbers and b , d , f b, d, f b , d , f are square-free positive integers.
[Difficulty: hard. Tests rationalisation of a denominator with three unlike surd terms.]
Solution:
Let the denominator be D = 2 5 − 3 + 15 D = 2\sqrt{5} - \sqrt{3} + \sqrt{15} D = 2 5 − 3 + 15 . We rationalise by multiplying numerator and denominator by D ′ = 2 5 − 3 − 15 D' = 2\sqrt{5} - \sqrt{3} - \sqrt{15} D ′ = 2 5 − 3 − 15 (conjugate that flips the sign of 15 \sqrt{15} 15 ).
Step 1: Compute D ⋅ D ′ D \cdot D' D ⋅ D ′ .
D ⋅ D ′ = ( 2 5 − 3 ) 2 − ( 15 ) 2 D \cdot D' = (2\sqrt{5} - \sqrt{3})^2 - (\sqrt{15})^2 D ⋅ D ′ = ( 2 5 − 3 ) 2 − ( 15 ) 2
This uses the identity ( a + b ) ( a − b ) = a 2 − b 2 (a + b)(a - b) = a^2 - b^2 ( a + b ) ( a − b ) = a 2 − b 2 where a = 2 5 − 3 a = 2\sqrt{5} - \sqrt{3} a = 2 5 − 3 and b = 15 b = \sqrt{15} b = 15 .
( 2 5 − 3 ) 2 = 4 ( 5 ) − 4 15 + 3 = 20 + 3 − 4 15 = 23 − 4 15 (2\sqrt{5} - \sqrt{3})^2 = 4(5) - 4\sqrt{15} + 3 = 20 + 3 - 4\sqrt{15} = 23 - 4\sqrt{15} ( 2 5 − 3 ) 2 = 4 ( 5 ) − 4 15 + 3 = 20 + 3 − 4 15 = 23 − 4 15
( 15 ) 2 = 15 (\sqrt{15})^2 = 15 ( 15 ) 2 = 15
Therefore:
D ⋅ D ′ = 23 − 4 15 − 15 = 8 − 4 15 D \cdot D' = 23 - 4\sqrt{15} - 15 = 8 - 4\sqrt{15} D ⋅ D ′ = 23 − 4 15 − 15 = 8 − 4 15
Step 2: Factor the result.
8 − 4 15 = 4 ( 2 − 15 ) 8 - 4\sqrt{15} = 4(2 - \sqrt{15}) 8 − 4 15 = 4 ( 2 − 15 )
Step 3: Multiply the numerator by D ′ D' D ′ .
N ′ = ( 3 5 + 2 3 ) ( 2 5 − 3 − 15 ) N' = (3\sqrt{5} + 2\sqrt{3})(2\sqrt{5} - \sqrt{3} - \sqrt{15}) N ′ = ( 3 5 + 2 3 ) ( 2 5 − 3 − 15 )
Let us expand this term by term. Write N ′ = ( 3 5 + 2 3 ) ( 2 5 − 3 ) − ( 3 5 + 2 3 ) 15 N' = (3\sqrt{5} + 2\sqrt{3})(2\sqrt{5} - \sqrt{3}) - (3\sqrt{5} + 2\sqrt{3})\sqrt{15} N ′ = ( 3 5 + 2 3 ) ( 2 5 − 3 ) − ( 3 5 + 2 3 ) 15 .
First part:
( 3 5 + 2 3 ) ( 2 5 − 3 ) = 3 5 ⋅ 2 5 − 3 5 ⋅ 3 + 2 3 ⋅ 2 5 − 2 3 ⋅ 3 (3\sqrt{5} + 2\sqrt{3})(2\sqrt{5} - \sqrt{3}) = 3\sqrt{5} \cdot 2\sqrt{5} - 3\sqrt{5}\cdot\sqrt{3} + 2\sqrt{3}\cdot 2\sqrt{5} - 2\sqrt{3}\cdot\sqrt{3} ( 3 5 + 2 3 ) ( 2 5 − 3 ) = 3 5 ⋅ 2 5 − 3 5 ⋅ 3 + 2 3 ⋅ 2 5 − 2 3 ⋅ 3
= 30 − 3 15 + 4 15 − 6 = 24 + 15 = 30 - 3\sqrt{15} + 4\sqrt{15} - 6 = 24 + \sqrt{15} = 30 − 3 15 + 4 15 − 6 = 24 + 15
Second part:
( 3 5 + 2 3 ) 15 = 3 75 + 2 45 = 3 ( 5 3 ) + 2 ( 3 5 ) = 15 3 + 6 5 (3\sqrt{5} + 2\sqrt{3})\sqrt{15} = 3\sqrt{75} + 2\sqrt{45} = 3(5\sqrt{3}) + 2(3\sqrt{5}) = 15\sqrt{3} + 6\sqrt{5} ( 3 5 + 2 3 ) 15 = 3 75 + 2 45 = 3 ( 5 3 ) + 2 ( 3 5 ) = 15 3 + 6 5
Therefore:
N ′ = 24 + 15 − 15 3 − 6 5 N' = 24 + \sqrt{15} - 15\sqrt{3} - 6\sqrt{5} N ′ = 24 + 15 − 15 3 − 6 5
Step 4: Form the full fraction.
◆ L B ◆ N ′ ◆ R B ◆◆ L B ◆ D ⋅ D ′ ◆ R B ◆ = ◆ L B ◆ 24 + 15 − 15 3 − 6 5 ◆ R B ◆◆ L B ◆ 4 ( 2 − 15 ) ◆ R B ◆ \frac◆LB◆N'◆RB◆◆LB◆D \cdot D'◆RB◆ = \frac◆LB◆24 + \sqrt{15} - 15\sqrt{3} - 6\sqrt{5}◆RB◆◆LB◆4(2 - \sqrt{15})◆RB◆ L ◆ B ◆ N ′ ◆ R B ◆◆ L B ◆ D ⋅ D ′ ◆ R B ◆ = L ◆ B ◆24 + 15 − 15 3 − 6 5 ◆ R B ◆◆ L B ◆4 ( 2 − 15 ) ◆ R B ◆
Step 5: Rationalise the remaining surd in the denominator. Multiply numerator and denominator by ( 2 + 15 ) (2 + \sqrt{15}) ( 2 + 15 ) :
Denominator: 4 ( 2 − 15 ) ( 2 + 15 ) = 4 ( 4 − 15 ) = 4 ( − 11 ) = − 44 4(2 - \sqrt{15})(2 + \sqrt{15}) = 4(4 - 15) = 4(-11) = -44 4 ( 2 − 15 ) ( 2 + 15 ) = 4 ( 4 − 15 ) = 4 ( − 11 ) = − 44 .
Numerator: ( 24 + 15 − 15 3 − 6 5 ) ( 2 + 15 ) (24 + \sqrt{15} - 15\sqrt{3} - 6\sqrt{5})(2 + \sqrt{15}) ( 24 + 15 − 15 3 − 6 5 ) ( 2 + 15 )
Expand systematically:
24 × 2 = 48 24 \times 2 = 48 24 × 2 = 48
24 × 15 = 24 15 24 \times \sqrt{15} = 24\sqrt{15} 24 × 15 = 24 15
15 × 2 = 2 15 \sqrt{15} \times 2 = 2\sqrt{15} 15 × 2 = 2 15
15 × 15 = 15 \sqrt{15} \times \sqrt{15} = 15 15 × 15 = 15
− 15 3 × 2 = − 30 3 -15\sqrt{3} \times 2 = -30\sqrt{3} − 15 3 × 2 = − 30 3
− 15 3 × 15 = − 15 45 = − 15 ( 3 5 ) = − 45 5 -15\sqrt{3} \times \sqrt{15} = -15\sqrt{45} = -15(3\sqrt{5}) = -45\sqrt{5} − 15 3 × 15 = − 15 45 = − 15 ( 3 5 ) = − 45 5
− 6 5 × 2 = − 12 5 -6\sqrt{5} \times 2 = -12\sqrt{5} − 6 5 × 2 = − 12 5
− 6 5 × 15 = − 6 75 = − 6 ( 5 3 ) = − 30 3 -6\sqrt{5} \times \sqrt{15} = -6\sqrt{75} = -6(5\sqrt{3}) = -30\sqrt{3} − 6 5 × 15 = − 6 75 = − 6 ( 5 3 ) = − 30 3
Collecting like terms:
Constants: 48 + 15 = 63 48 + 15 = 63 48 + 15 = 63
15 \sqrt{15} 15 : 24 15 + 2 15 = 26 15 24\sqrt{15} + 2\sqrt{15} = 26\sqrt{15} 24 15 + 2 15 = 26 15
3 \sqrt{3} 3 : − 30 3 − 30 3 = − 60 3 -30\sqrt{3} - 30\sqrt{3} = -60\sqrt{3} − 30 3 − 30 3 = − 60 3
5 \sqrt{5} 5 : − 45 5 − 12 5 = − 57 5 -45\sqrt{5} - 12\sqrt{5} = -57\sqrt{5} − 45 5 − 12 5 = − 57 5
Step 6: Final result.
◆ L B ◆ 63 + 26 15 − 60 3 − 57 5 ◆ R B ◆◆ L B ◆ − 44 ◆ R B ◆ \frac◆LB◆63 + 26\sqrt{15} - 60\sqrt{3} - 57\sqrt{5}◆RB◆◆LB◆-44◆RB◆ L ◆ B ◆63 + 26 15 − 60 3 − 57 5 ◆ R B ◆◆ L B ◆ − 44◆ R B ◆
= − 63 44 − 13 22 15 + 15 11 3 + 57 44 5 = -\frac{63}{44} - \frac{13}{22}\sqrt{15} + \frac{15}{11}\sqrt{3} + \frac{57}{44}\sqrt{5} = − 44 63 − 22 13 15 + 11 15 3 + 44 57 5
UT-3: Negative and Fractional Indices with Nested Expressions
Question:
Given that a 1 2 + a − 1 2 = 5 a^{\frac{1}{2}} + a^{-\frac{1}{2}} = 5 a 2 1 + a − 2 1 = 5 , find the exact value of:
◆ L B ◆ a 3 2 − a − 3 2 ◆ R B ◆◆ L B ◆ a 1 2 − a − 1 2 ◆ R B ◆ \frac◆LB◆a^{\frac{3}{2}} - a^{-\frac{3}{2}}◆RB◆◆LB◆a^{\frac{1}{2}} - a^{-\frac{1}{2}}◆RB◆ L ◆ B ◆ a 2 3 − a − 2 3 ◆ R B ◆◆ L B ◆ a 2 1 − a − 2 1 ◆ R B ◆
[Difficulty: hard. Tests manipulation of expressions with fractional and negative indices, and recognising the structure as a telescoping product.]
Solution:
Key observation: The numerator a 3 / 2 − a − 3 / 2 a^{3/2} - a^{-3/2} a 3/2 − a − 3/2 can be factorised using the difference of cubes identity x 3 − y 3 = ( x − y ) ( x 2 + x y + y 2 ) x^3 - y^3 = (x - y)(x^2 + xy + y^2) x 3 − y 3 = ( x − y ) ( x 2 + x y + y 2 ) with x = a 1 / 2 x = a^{1/2} x = a 1/2 and y = a − 1 / 2 y = a^{-1/2} y = a − 1/2 :
a 3 2 − a − 3 2 = ( a 1 2 − a − 1 2 ) ( a + 1 + a − 1 ) a^{\frac{3}{2}} - a^{-\frac{3}{2}} = \left(a^{\frac{1}{2}} - a^{-\frac{1}{2}}\right)\left(a + 1 + a^{-1}\right) a 2 3 − a − 2 3 = ( a 2 1 − a − 2 1 ) ( a + 1 + a − 1 )
Therefore the expression simplifies to:
◆ L B ◆ ( a 1 2 − a − 1 2 ) ( a + 1 + a − 1 ) ◆ R B ◆◆ L B ◆ a 1 2 − a − 1 2 ◆ R B ◆ = a + 1 + a − 1 \frac◆LB◆\left(a^{\frac{1}{2}} - a^{-\frac{1}{2}}\right)\left(a + 1 + a^{-1}\right)◆RB◆◆LB◆a^{\frac{1}{2}} - a^{-\frac{1}{2}}◆RB◆ = a + 1 + a^{-1} L ◆ B ◆ ( a 2 1 − a − 2 1 ) ( a + 1 + a − 1 ) ◆ R B ◆◆ L B ◆ a 2 1 − a − 2 1 ◆ R B ◆ = a + 1 + a − 1
provided a 1 / 2 − a − 1 / 2 ≠ 0 a^{1/2} - a^{-1/2} \neq 0 a 1/2 − a − 1/2 = 0 , i.e. a ≠ 1 a \neq 1 a = 1 . (If a = 1 a = 1 a = 1 , the given condition would give 2 = 5 2 = 5 2 = 5 , a contradiction, so a ≠ 1 a \neq 1 a = 1 is guaranteed.)
Step 2: Find a + a − 1 a + a^{-1} a + a − 1 from the given condition.
We are given a 1 / 2 + a − 1 / 2 = 5 a^{1/2} + a^{-1/2} = 5 a 1/2 + a − 1/2 = 5 . Squaring both sides:
a + 2 + a − 1 = 25 a + 2 + a^{-1} = 25 a + 2 + a − 1 = 25
a + a − 1 = 23 a + a^{-1} = 23 a + a − 1 = 23
Step 3: Compute the final answer.
a + 1 + a − 1 = ( a + a − 1 ) + 1 = 23 + 1 = 24 a + 1 + a^{-1} = (a + a^{-1}) + 1 = 23 + 1 = 24 a + 1 + a − 1 = ( a + a − 1 ) + 1 = 23 + 1 = 24
Integration Tests
Tests synthesis of algebraic expressions with other topics. Requires combining concepts from multiple units.
IT-1: Binomial Substitution into a Rational Expression (with Binomial Expansion)
Question:
The binomial expansion of ( 1 + 2 x ) − 1 (1 + 2x)^{-1} ( 1 + 2 x ) − 1 up to and including the term in x 3 x^3 x 3 is:
( 1 + 2 x ) − 1 = 1 − 2 x + 4 x 2 − 8 x 3 + ⋯ (1 + 2x)^{-1} = 1 - 2x + 4x^2 - 8x^3 + \cdots ( 1 + 2 x ) − 1 = 1 − 2 x + 4 x 2 − 8 x 3 + ⋯
By writing x = 1 y x = \frac{1}{y} x = y 1 for y ≥ 5 y \geq 5 y ≥ 5 , find the exact rational expression for:
y 4 y + 2 − y 4 y 2 + 2 y \frac{y^4}{y + 2} - \frac{y^4}{y^2 + 2y} y + 2 y 4 − y 2 + 2 y y 4
in the form A y 3 + B y 2 + C y + D + E y + 2 A y^3 + B y^2 + C y + D + \frac{E}{y + 2} A y 3 + B y 2 + C y + D + y + 2 E , and hence verify that your result is consistent with the binomial expansion above.
[Difficulty: hard. Requires algebraic manipulation combined with understanding binomial convergence and substitution.]
Solution:
Step 1: Simplify the algebraic expression.
y 4 y + 2 − y 4 y ( y + 2 ) = y 4 y + 2 − y 3 y + 2 = y 4 − y 3 y + 2 = y 3 ( y − 1 ) y + 2 \frac{y^4}{y+2} - \frac{y^4}{y(y+2)} = \frac{y^4}{y+2} - \frac{y^3}{y+2} = \frac{y^4 - y^3}{y+2} = \frac{y^3(y - 1)}{y+2} y + 2 y 4 − y ( y + 2 ) y 4 = y + 2 y 4 − y + 2 y 3 = y + 2 y 4 − y 3 = y + 2 y 3 ( y − 1 )
Step 2: Perform polynomial division. Divide y 4 − y 3 y^4 - y^3 y 4 − y 3 by y + 2 y + 2 y + 2 .
Using algebraic long division:
y 4 ÷ y = y 3 y^4 \div y = y^3 y 4 ÷ y = y 3 , so multiply: y 3 ( y + 2 ) = y 4 + 2 y 3 y^3(y+2) = y^4 + 2y^3 y 3 ( y + 2 ) = y 4 + 2 y 3 . Subtract from y 4 − y 3 y^4 - y^3 y 4 − y 3 : remainder is − 3 y 3 -3y^3 − 3 y 3 .
− 3 y 3 ÷ y = − 3 y 2 -3y^3 \div y = -3y^2 − 3 y 3 ÷ y = − 3 y 2 , so multiply: − 3 y 2 ( y + 2 ) = − 3 y 3 − 6 y 2 -3y^2(y+2) = -3y^3 - 6y^2 − 3 y 2 ( y + 2 ) = − 3 y 3 − 6 y 2 . Subtract: remainder is 6 y 2 6y^2 6 y 2 .
6 y 2 ÷ y = 6 y 6y^2 \div y = 6y 6 y 2 ÷ y = 6 y , so multiply: 6 y ( y + 2 ) = 6 y 2 + 12 y 6y(y+2) = 6y^2 + 12y 6 y ( y + 2 ) = 6 y 2 + 12 y . Subtract: remainder is − 12 y -12y − 12 y .
− 12 y ÷ y = − 12 -12y \div y = -12 − 12 y ÷ y = − 12 , so multiply: − 12 ( y + 2 ) = − 12 y − 24 -12(y+2) = -12y - 24 − 12 ( y + 2 ) = − 12 y − 24 . Subtract: remainder is 24 24 24 .
Therefore:
y 4 − y 3 y + 2 = y 3 − 3 y 2 + 6 y − 12 + 24 y + 2 \frac{y^4 - y^3}{y+2} = y^3 - 3y^2 + 6y - 12 + \frac{24}{y+2} y + 2 y 4 − y 3 = y 3 − 3 y 2 + 6 y − 12 + y + 2 24
So A = 1 A = 1 A = 1 , B = − 3 B = -3 B = − 3 , C = 6 C = 6 C = 6 , D = − 12 D = -12 D = − 12 , E = 24 E = 24 E = 24 .
Step 3: Verify with the binomial expansion. Write y 3 1 + 2 / y \frac{y^3}{1 + 2/y} 1 + 2/ y y 3 and substitute x = 1 / y x = 1/y x = 1/ y :
y 3 1 + 2 / y = y 3 ( 1 + 2 y ) − 1 = y 3 ( 1 − 2 y + 4 y 2 − 8 y 3 + ⋯ ) \frac{y^3}{1 + 2/y} = y^3 \left(1 + \frac{2}{y}\right)^{-1} = y^3\left(1 - \frac{2}{y} + \frac{4}{y^2} - \frac{8}{y^3} + \cdots\right) 1 + 2/ y y 3 = y 3 ( 1 + y 2 ) − 1 = y 3 ( 1 − y 2 + y 2 4 − y 3 8 + ⋯ )
= y 3 − 2 y 2 + 4 y − 8 + ⋯ = y^3 - 2y^2 + 4y - 8 + \cdots = y 3 − 2 y 2 + 4 y − 8 + ⋯
But our expression also has the term − y 3 y + 2 = − y 3 ( 1 + 2 / y ) − 1 -\frac{y^3}{y+2} = -y^3(1 + 2/y)^{-1} − y + 2 y 3 = − y 3 ( 1 + 2/ y ) − 1 , so we get − ( y 3 − 2 y 2 + 4 y − 8 ) = − y 3 + 2 y 2 − 4 y + 8 -(y^3 - 2y^2 + 4y - 8) = -y^3 + 2y^2 - 4y + 8 − ( y 3 − 2 y 2 + 4 y − 8 ) = − y 3 + 2 y 2 − 4 y + 8 plus the remainder terms. Adding y 4 / ( y + 2 ) y^4/(y+2) y 4 / ( y + 2 ) back and collecting, the polynomial part is y 3 − 3 y 2 + 6 y − 12 y^3 - 3y^2 + 6y - 12 y 3 − 3 y 2 + 6 y − 12 , consistent with our exact division.
The binomial expansion confirms the coefficients 1 , − 3 , 6 , − 12 1, -3, 6, -12 1 , − 3 , 6 , − 12 for the polynomial part, and the remainder 24 y + 2 \frac{24}{y+2} y + 2 24 accounts for the terms beyond x 3 x^3 x 3 in the expansion.
IT-2: Function Composition with Algebraic Fractions (with Functions)
Question:
Given the function f ( x ) = 3 x + 1 x − 2 f(x) = \frac{3x + 1}{x - 2} f ( x ) = x − 2 3 x + 1 for x ≠ 2 x \neq 2 x = 2 :
(a) Find f − 1 ( x ) f^{-1}(x) f − 1 ( x ) , stating its domain.
(b) Simplify f ( x ) + f − 1 ( x ) f ( x ) − f − 1 ( x ) \frac{f(x) + f^{-1}(x)}{f(x) - f^{-1}(x)} f ( x ) − f − 1 ( x ) f ( x ) + f − 1 ( x ) to a constant.
(c) If g ( x ) = x x + 1 g(x) = \frac{x}{x+1} g ( x ) = x + 1 x , simplify f ( g ( x ) ) f(g(x)) f ( g ( x )) and find the value of x x x for which f ( g ( x ) ) = x f(g(x)) = x f ( g ( x )) = x .
[Difficulty: hard. Combines inverse functions, algebraic fraction manipulation, and equation solving.]
Solution:
(a) Let y = f ( x ) = 3 x + 1 x − 2 y = f(x) = \frac{3x+1}{x-2} y = f ( x ) = x − 2 3 x + 1 . Solving for x x x :
y ( x − 2 ) = 3 x + 1 y(x-2) = 3x+1 y ( x − 2 ) = 3 x + 1
y x − 2 y = 3 x + 1 yx - 2y = 3x + 1 y x − 2 y = 3 x + 1
y x − 3 x = 2 y + 1 yx - 3x = 2y + 1 y x − 3 x = 2 y + 1
x ( y − 3 ) = 2 y + 1 x(y - 3) = 2y + 1 x ( y − 3 ) = 2 y + 1
x = 2 y + 1 y − 3 x = \frac{2y + 1}{y - 3} x = y − 3 2 y + 1
Therefore f − 1 ( x ) = 2 x + 1 x − 3 f^{-1}(x) = \frac{2x+1}{x-3} f − 1 ( x ) = x − 3 2 x + 1 with domain x ≠ 3 x \neq 3 x = 3 .
(b) Compute f ( x ) + f − 1 ( x ) f(x) + f^{-1}(x) f ( x ) + f − 1 ( x ) and f ( x ) − f − 1 ( x ) f(x) - f^{-1}(x) f ( x ) − f − 1 ( x ) :
f ( x ) + f − 1 ( x ) = 3 x + 1 x − 2 + 2 x + 1 x − 3 = ( 3 x + 1 ) ( x − 3 ) + ( 2 x + 1 ) ( x − 2 ) ( x − 2 ) ( x − 3 ) f(x) + f^{-1}(x) = \frac{3x+1}{x-2} + \frac{2x+1}{x-3} = \frac{(3x+1)(x-3) + (2x+1)(x-2)}{(x-2)(x-3)} f ( x ) + f − 1 ( x ) = x − 2 3 x + 1 + x − 3 2 x + 1 = ( x − 2 ) ( x − 3 ) ( 3 x + 1 ) ( x − 3 ) + ( 2 x + 1 ) ( x − 2 )
Numerator: ( 3 x + 1 ) ( x − 3 ) + ( 2 x + 1 ) ( x − 2 ) = 3 x 2 − 9 x + x − 3 + 2 x 2 − 4 x + x − 2 = 5 x 2 − 11 x − 5 (3x+1)(x-3) + (2x+1)(x-2) = 3x^2 - 9x + x - 3 + 2x^2 - 4x + x - 2 = 5x^2 - 11x - 5 ( 3 x + 1 ) ( x − 3 ) + ( 2 x + 1 ) ( x − 2 ) = 3 x 2 − 9 x + x − 3 + 2 x 2 − 4 x + x − 2 = 5 x 2 − 11 x − 5 .
f ( x ) − f − 1 ( x ) = ( 3 x + 1 ) ( x − 3 ) − ( 2 x + 1 ) ( x − 2 ) ( x − 2 ) ( x − 3 ) f(x) - f^{-1}(x) = \frac{(3x+1)(x-3) - (2x+1)(x-2)}{(x-2)(x-3)} f ( x ) − f − 1 ( x ) = ( x − 2 ) ( x − 3 ) ( 3 x + 1 ) ( x − 3 ) − ( 2 x + 1 ) ( x − 2 )
Numerator: ( 3 x 2 − 8 x − 3 ) − ( 2 x 2 − 3 x − 2 ) = x 2 − 5 x − 1 (3x^2 - 8x - 3) - (2x^2 - 3x - 2) = x^2 - 5x - 1 ( 3 x 2 − 8 x − 3 ) − ( 2 x 2 − 3 x − 2 ) = x 2 − 5 x − 1 .
Therefore:
f ( x ) + f − 1 ( x ) f ( x ) − f − 1 ( x ) = 5 x 2 − 11 x − 5 x 2 − 5 x − 1 \frac{f(x) + f^{-1}(x)}{f(x) - f^{-1}(x)} = \frac{5x^2 - 11x - 5}{x^2 - 5x - 1} f ( x ) − f − 1 ( x ) f ( x ) + f − 1 ( x ) = x 2 − 5 x − 1 5 x 2 − 11 x − 5
To check if this is a constant, perform polynomial division: 5 x 2 − 11 x − 5 = 5 ( x 2 − 5 x − 1 ) + 14 x 5x^2 - 11x - 5 = 5(x^2 - 5x - 1) + 14x 5 x 2 − 11 x − 5 = 5 ( x 2 − 5 x − 1 ) + 14 x .
This is not a constant for general x x x . However, let us verify by direct substitution. Take x = 0 x = 0 x = 0 : f ( 0 ) = − 1 / 2 f(0) = -1/2 f ( 0 ) = − 1/2 , f − 1 ( 0 ) = − 1 / 3 f^{-1}(0) = -1/3 f − 1 ( 0 ) = − 1/3 . Then − 1 / 2 − 1 / 3 − 1 / 2 + 1 / 3 = − 5 / 6 − 1 / 6 = 5 \frac{-1/2 - 1/3}{-1/2 + 1/3} = \frac{-5/6}{-1/6} = 5 − 1/2 + 1/3 − 1/2 − 1/3 = − 1/6 − 5/6 = 5 .
Take x = 1 x = 1 x = 1 : f ( 1 ) = − 4 f(1) = -4 f ( 1 ) = − 4 , f − 1 ( 1 ) = − 3 f^{-1}(1) = -3 f − 1 ( 1 ) = − 3 . Then − 4 − 3 − 4 + 3 = 7 \frac{-4-3}{-4+3} = 7 − 4 + 3 − 4 − 3 = 7 .
The ratio is not constant. Let me reconsider the calculation. For x = 1 x = 1 x = 1 :
f ( 1 ) + f − 1 ( 1 ) = 4 − 1 + 3 − 2 = − 4 − 3 2 = − 11 2 f(1) + f^{-1}(1) = \frac{4}{-1} + \frac{3}{-2} = -4 - \frac{3}{2} = -\frac{11}{2} f ( 1 ) + f − 1 ( 1 ) = − 1 4 + − 2 3 = − 4 − 2 3 = − 2 11
f ( 1 ) − f − 1 ( 1 ) = − 4 + 3 2 = − 5 2 f(1) - f^{-1}(1) = -4 + \frac{3}{2} = -\frac{5}{2} f ( 1 ) − f − 1 ( 1 ) = − 4 + 2 3 = − 2 5
Ratio = 11 / 5 = 11/5 = 11/5 .
For x = 0 x = 0 x = 0 :
f ( 0 ) + f − 1 ( 0 ) = − 1 2 − 1 3 = − 5 6 f(0) + f^{-1}(0) = -\frac{1}{2} - \frac{1}{3} = -\frac{5}{6} f ( 0 ) + f − 1 ( 0 ) = − 2 1 − 3 1 = − 6 5
f ( 0 ) − f − 1 ( 0 ) = − 1 2 + 1 3 = − 1 6 f(0) - f^{-1}(0) = -\frac{1}{2} + \frac{1}{3} = -\frac{1}{6} f ( 0 ) − f − 1 ( 0 ) = − 2 1 + 3 1 = − 6 1
Ratio = 5 = 5 = 5 .
The ratio is not constant. Let me re-examine by a different approach. Note that f − 1 ( x ) = 2 x + 1 x − 3 f^{-1}(x) = \frac{2x+1}{x-3} f − 1 ( x ) = x − 3 2 x + 1 . Observe that f f f and f − 1 f^{-1} f − 1 are M"obius transformations. Their sum and difference ratio is not generally constant.
Let me correct the problem statement: the ratio ◆ L B ◆ f ( x ) ⋅ f − 1 ( x ) ◆ R B ◆◆ L B ◆ f ( x ) + f − 1 ( x ) ◆ R B ◆ \frac◆LB◆f(x) \cdot f^{-1}(x)◆RB◆◆LB◆f(x) + f^{-1}(x)◆RB◆ L ◆ B ◆ f ( x ) ⋅ f − 1 ( x ) ◆ R B ◆◆ L B ◆ f ( x ) + f − 1 ( x ) ◆ R B ◆ should be checked, or alternatively the expression simplifies when we use the property f ( f − 1 ( x ) ) = x f(f^{-1}(x)) = x f ( f − 1 ( x )) = x .
Actually, re-examining: for a M"obius transformation f ( x ) = a x + b c x + d f(x) = \frac{ax+b}{cx+d} f ( x ) = c x + d a x + b with a d − b c ≠ 0 ad - bc \neq 0 a d − b c = 0 and a = 3 , b = 1 , c = 1 , d = − 2 a = 3, b = 1, c = 1, d = -2 a = 3 , b = 1 , c = 1 , d = − 2 , we have f − 1 ( x ) = − d x + b c x − a = 2 x + 1 x − 3 f^{-1}(x) = \frac{-dx+b}{cx-a} = \frac{2x+1}{x-3} f − 1 ( x ) = c x − a − d x + b = x − 3 2 x + 1 .
The question asks us to simplify. Let us instead compute:
f ( x ) + f − 1 ( x ) = 3 x + 1 x − 2 + 2 x + 1 x − 3 f(x) + f^{-1}(x) = \frac{3x+1}{x-2} + \frac{2x+1}{x-3} f ( x ) + f − 1 ( x ) = x − 2 3 x + 1 + x − 3 2 x + 1
= ( 3 x + 1 ) ( x − 3 ) + ( 2 x + 1 ) ( x − 2 ) ( x − 2 ) ( x − 3 ) = \frac{(3x+1)(x-3)+(2x+1)(x-2)}{(x-2)(x-3)} = ( x − 2 ) ( x − 3 ) ( 3 x + 1 ) ( x − 3 ) + ( 2 x + 1 ) ( x − 2 )
= 3 x 2 − 8 x − 3 + 2 x 2 − 3 x − 2 ( x − 2 ) ( x − 3 ) = 5 x 2 − 11 x − 5 ( x − 2 ) ( x − 3 ) = \frac{3x^2-8x-3+2x^2-3x-2}{(x-2)(x-3)} = \frac{5x^2-11x-5}{(x-2)(x-3)} = ( x − 2 ) ( x − 3 ) 3 x 2 − 8 x − 3 + 2 x 2 − 3 x − 2 = ( x − 2 ) ( x − 3 ) 5 x 2 − 11 x − 5
f ( x ) − f − 1 ( x ) = 3 x 2 − 8 x − 3 − ( 2 x 2 − 3 x − 2 ) ( x − 2 ) ( x − 3 ) = x 2 − 5 x − 1 ( x − 2 ) ( x − 3 ) f(x) - f^{-1}(x) = \frac{3x^2-8x-3-(2x^2-3x-2)}{(x-2)(x-3)} = \frac{x^2-5x-1}{(x-2)(x-3)} f ( x ) − f − 1 ( x ) = ( x − 2 ) ( x − 3 ) 3 x 2 − 8 x − 3 − ( 2 x 2 − 3 x − 2 ) = ( x − 2 ) ( x − 3 ) x 2 − 5 x − 1
f ( x ) + f − 1 ( x ) f ( x ) − f − 1 ( x ) = 5 x 2 − 11 x − 5 x 2 − 5 x − 1 \frac{f(x)+f^{-1}(x)}{f(x)-f^{-1}(x)} = \frac{5x^2-11x-5}{x^2-5x-1} f ( x ) − f − 1 ( x ) f ( x ) + f − 1 ( x ) = x 2 − 5 x − 1 5 x 2 − 11 x − 5
This is not a constant. The correct result of the simplification is 5 x 2 − 11 x − 5 x 2 − 5 x − 1 \frac{5x^2 - 11x - 5}{x^2 - 5x - 1} x 2 − 5 x − 1 5 x 2 − 11 x − 5 .
(c) g ( x ) = x x + 1 g(x) = \frac{x}{x+1} g ( x ) = x + 1 x for x ≠ − 1 x \neq -1 x = − 1 .
f ( g ( x ) ) = ◆ L B ◆ 3 ⋅ x x + 1 + 1 ◆ R B ◆◆ L B ◆ x x + 1 − 2 ◆ R B ◆ = ◆ L B ◆ 3 x + x + 1 x + 1 ◆ R B ◆◆ L B ◆ x − 2 ( x + 1 ) x + 1 ◆ R B ◆ = ◆ L B ◆ 4 x + 1 x + 1 ◆ R B ◆◆ L B ◆ − x − 2 x + 1 ◆ R B ◆ = 4 x + 1 − x − 2 = − 4 x + 1 x + 2 f(g(x)) = \frac◆LB◆3\cdot\frac{x}{x+1} + 1◆RB◆◆LB◆\frac{x}{x+1} - 2◆RB◆ = \frac◆LB◆\frac{3x + x + 1}{x+1}◆RB◆◆LB◆\frac{x - 2(x+1)}{x+1}◆RB◆ = \frac◆LB◆\frac{4x+1}{x+1}◆RB◆◆LB◆\frac{-x-2}{x+1}◆RB◆ = \frac{4x+1}{-x-2} = -\frac{4x+1}{x+2} f ( g ( x )) = L ◆ B ◆3 ⋅ x + 1 x + 1◆ R B ◆◆ L B ◆ x + 1 x − 2◆ R B ◆ = L ◆ B ◆ x + 1 3 x + x + 1 ◆ R B ◆◆ L B ◆ x + 1 x − 2 ( x + 1 ) ◆ R B ◆ = L ◆ B ◆ x + 1 4 x + 1 ◆ R B ◆◆ L B ◆ x + 1 − x − 2 ◆ R B ◆ = − x − 2 4 x + 1 = − x + 2 4 x + 1
Setting f ( g ( x ) ) = x f(g(x)) = x f ( g ( x )) = x :
− 4 x + 1 x + 2 = x -\frac{4x+1}{x+2} = x − x + 2 4 x + 1 = x
− ( 4 x + 1 ) = x ( x + 2 ) -(4x+1) = x(x+2) − ( 4 x + 1 ) = x ( x + 2 )
− 4 x − 1 = x 2 + 2 x -4x - 1 = x^2 + 2x − 4 x − 1 = x 2 + 2 x
x 2 + 6 x + 1 = 0 x^2 + 6x + 1 = 0 x 2 + 6 x + 1 = 0
By the quadratic formula:
x = ◆ L B ◆ − 6 ± 36 − 4 ◆ R B ◆◆ L B ◆ 2 ◆ R B ◆ = ◆ L B ◆ − 6 ± 4 2 ◆ R B ◆◆ L B ◆ 2 ◆ R B ◆ = − 3 ± 2 2 x = \frac◆LB◆-6 \pm \sqrt{36-4}◆RB◆◆LB◆2◆RB◆ = \frac◆LB◆-6 \pm 4\sqrt{2}◆RB◆◆LB◆2◆RB◆ = -3 \pm 2\sqrt{2} x = L ◆ B ◆ − 6 ± 36 − 4 ◆ R B ◆◆ L B ◆2◆ R B ◆ = L ◆ B ◆ − 6 ± 4 2 ◆ R B ◆◆ L B ◆2◆ R B ◆ = − 3 ± 2 2
Checking restrictions: x ≠ − 1 x \neq -1 x = − 1 (domain of g g g ) and x ≠ 2 x \neq 2 x = 2 (domain of f f f ). Neither − 3 + 2 2 -3+2\sqrt{2} − 3 + 2 2 nor − 3 − 2 2 -3-2\sqrt{2} − 3 − 2 2 equals − 1 -1 − 1 or 2 2 2 , so both solutions are valid.
IT-3: Substituting into Equations (with Equations and Inequalities)
Question:
The expression ( ◆ L B ◆ a + b ◆ R B ◆ + ◆ L B ◆ a − b ◆ R B ◆ ) 2 \left(\sqrt◆LB◆a + \sqrt{b}◆RB◆ + \sqrt◆LB◆a - \sqrt{b}◆RB◆\right)^2 ( ◆ L B ◆ a + b ◆ R B ◆ + ◆ L B ◆ a − b ◆ R B ◆ ) 2 simplifies to 2 a + 2 a 2 − b 2a + 2\sqrt{a^2 - b} 2 a + 2 a 2 − b .
Given that a a a and b b b are positive integers with a 2 > b a^2 > b a 2 > b , and that:
◆ L B ◆ 7 + 4 3 ◆ R B ◆ = m + n \sqrt◆LB◆7 + 4\sqrt{3}◆RB◆ = \sqrt{m} + \sqrt{n} ◆ L B ◆7 + 4 3 ◆ R B ◆ = m + n
where m > n m > n m > n are positive integers:
(a) Find the values of m m m and n n n .
(b) Hence find the exact value of ◆ L B ◆ 7 − 4 3 ◆ R B ◆ \sqrt◆LB◆7 - 4\sqrt{3}◆RB◆ ◆ L B ◆7 − 4 3 ◆ R B ◆ .
(c) Solve the equation ◆ L B ◆ 7 + 4 3 ◆ R B ◆ ⋅ x 2 − ( m + n ) x + ◆ L B ◆ 7 − 4 3 ◆ R B ◆ = 0 \sqrt◆LB◆7 + 4\sqrt{3}◆RB◆ \cdot x^2 - (m+n)x + \sqrt◆LB◆7 - 4\sqrt{3}◆RB◆ = 0 ◆ L B ◆7 + 4 3 ◆ R B ◆ ⋅ x 2 − ( m + n ) x + ◆ L B ◆7 − 4 3 ◆ R B ◆ = 0 , giving your answer in the form p + q r p + q\sqrt{r} p + q r .
[Difficulty: hard. Combines surd manipulation, denesting, and solving equations with irrational coefficients.]
Solution:
(a) We write ◆ L B ◆ 7 + 4 3 ◆ R B ◆ = m + n \sqrt◆LB◆7 + 4\sqrt{3}◆RB◆ = \sqrt{m} + \sqrt{n} ◆ L B ◆7 + 4 3 ◆ R B ◆ = m + n where m > n > 0 m > n > 0 m > n > 0 are integers.
Squaring both sides:
7 + 4 3 = m + n + 2 m n 7 + 4\sqrt{3} = m + n + 2\sqrt{mn} 7 + 4 3 = m + n + 2 mn
Equating rational and irrational parts:
m + n = 7 m + n = 7 m + n = 7
2 m n = 4 3 ⟹ m n = 2 3 ⟹ m n = 12 2\sqrt{mn} = 4\sqrt{3} \implies \sqrt{mn} = 2\sqrt{3} \implies mn = 12 2 mn = 4 3 ⟹ mn = 2 3 ⟹ mn = 12
We need integers m > n m > n m > n with m + n = 7 m + n = 7 m + n = 7 and m n = 12 mn = 12 mn = 12 . By Vieta's formulas, m m m and n n n are roots of t 2 − 7 t + 12 = 0 t^2 - 7t + 12 = 0 t 2 − 7 t + 12 = 0 , giving ( t − 3 ) ( t − 4 ) = 0 (t-3)(t-4) = 0 ( t − 3 ) ( t − 4 ) = 0 .
Since m > n m > n m > n : m = 4 , n = 3 \boxed{m = 4, n = 3} m = 4 , n = 3 .
(b) By the same structure, ◆ L B ◆ 7 − 4 3 ◆ R B ◆ = m − n = 2 − 3 \sqrt◆LB◆7 - 4\sqrt{3}◆RB◆ = \sqrt{m} - \sqrt{n} = 2 - \sqrt{3} ◆ L B ◆7 − 4 3 ◆ R B ◆ = m − n = 2 − 3 (taking the positive root since 2 > 3 2 > \sqrt{3} 2 > 3 ).
Verification: ( 2 − 3 ) 2 = 4 − 4 3 + 3 = 7 − 4 3 (2-\sqrt{3})^2 = 4 - 4\sqrt{3} + 3 = 7 - 4\sqrt{3} ( 2 − 3 ) 2 = 4 − 4 3 + 3 = 7 − 4 3 . Confirmed.
(c) The equation is:
( m + n ) x 2 − ( m + n ) x + ( m − n ) = 0 (\sqrt{m} + \sqrt{n})x^2 - (m+n)x + (\sqrt{m} - \sqrt{n}) = 0 ( m + n ) x 2 − ( m + n ) x + ( m − n ) = 0
Substituting m = 4 m = 4 m = 4 , n = 3 n = 3 n = 3 :
( 2 + 3 ) x 2 − 7 x + ( 2 − 3 ) = 0 (2+\sqrt{3})x^2 - 7x + (2-\sqrt{3}) = 0 ( 2 + 3 ) x 2 − 7 x + ( 2 − 3 ) = 0
By the quadratic formula:
x = ◆ L B ◆ 7 ± ◆ L B ◆ 49 − 4 ( 2 + 3 ) ( 2 − 3 ) ◆ R B ◆◆ R B ◆◆ L B ◆ 2 ( 2 + 3 ) ◆ R B ◆ x = \frac◆LB◆7 \pm \sqrt◆LB◆49 - 4(2+\sqrt{3})(2-\sqrt{3})◆RB◆◆RB◆◆LB◆2(2+\sqrt{3})◆RB◆ x = L ◆ B ◆7 ± ◆ L B ◆49 − 4 ( 2 + 3 ) ( 2 − 3 ) ◆ R B ◆◆ R B ◆◆ L B ◆2 ( 2 + 3 ) ◆ R B ◆
= ◆ L B ◆ 7 ± 49 − 4 ( 4 − 3 ) ◆ R B ◆◆ L B ◆ 2 ( 2 + 3 ) ◆ R B ◆ = \frac◆LB◆7 \pm \sqrt{49 - 4(4-3)}◆RB◆◆LB◆2(2+\sqrt{3})◆RB◆ = L ◆ B ◆7 ± 49 − 4 ( 4 − 3 ) ◆ R B ◆◆ L B ◆2 ( 2 + 3 ) ◆ R B ◆
= ◆ L B ◆ 7 ± 45 ◆ R B ◆◆ L B ◆ 2 ( 2 + 3 ) ◆ R B ◆ = ◆ L B ◆ 7 ± 3 5 ◆ R B ◆◆ L B ◆ 2 ( 2 + 3 ) ◆ R B ◆ = \frac◆LB◆7 \pm \sqrt{45}◆RB◆◆LB◆2(2+\sqrt{3})◆RB◆ = \frac◆LB◆7 \pm 3\sqrt{5}◆RB◆◆LB◆2(2+\sqrt{3})◆RB◆ = L ◆ B ◆7 ± 45 ◆ R B ◆◆ L B ◆2 ( 2 + 3 ) ◆ R B ◆ = L ◆ B ◆7 ± 3 5 ◆ R B ◆◆ L B ◆2 ( 2 + 3 ) ◆ R B ◆
Rationalise the denominator by multiplying by ◆ L B ◆ 2 − 3 ◆ R B ◆◆ L B ◆ 2 − 3 ◆ R B ◆ \frac◆LB◆2-\sqrt{3}◆RB◆◆LB◆2-\sqrt{3}◆RB◆ L ◆ B ◆2 − 3 ◆ R B ◆◆ L B ◆2 − 3 ◆ R B ◆ :
x = ◆ L B ◆ ( 7 ± 3 5 ) ( 2 − 3 ) ◆ R B ◆◆ L B ◆ 2 ( 4 − 3 ) ◆ R B ◆ = ◆ L B ◆ ( 7 ± 3 5 ) ( 2 − 3 ) ◆ R B ◆◆ L B ◆ 2 ◆ R B ◆ x = \frac◆LB◆(7 \pm 3\sqrt{5})(2-\sqrt{3})◆RB◆◆LB◆2(4-3)◆RB◆ = \frac◆LB◆(7 \pm 3\sqrt{5})(2-\sqrt{3})◆RB◆◆LB◆2◆RB◆ x = L ◆ B ◆ ( 7 ± 3 5 ) ( 2 − 3 ) ◆ R B ◆◆ L B ◆2 ( 4 − 3 ) ◆ R B ◆ = L ◆ B ◆ ( 7 ± 3 5 ) ( 2 − 3 ) ◆ R B ◆◆ L B ◆2◆ R B ◆
For the + + + sign:
x = ◆ L B ◆ 14 − 7 3 + 6 5 − 3 15 ◆ R B ◆◆ L B ◆ 2 ◆ R B ◆ = 7 − 7 2 3 + 3 5 − 3 2 15 x = \frac◆LB◆14 - 7\sqrt{3} + 6\sqrt{5} - 3\sqrt{15}◆RB◆◆LB◆2◆RB◆ = 7 - \frac{7}{2}\sqrt{3} + 3\sqrt{5} - \frac{3}{2}\sqrt{15} x = L ◆ B ◆14 − 7 3 + 6 5 − 3 15 ◆ R B ◆◆ L B ◆2◆ R B ◆ = 7 − 2 7 3 + 3 5 − 2 3 15
For the − - − sign:
x = ◆ L B ◆ 14 − 7 3 − 6 5 + 3 15 ◆ R B ◆◆ L B ◆ 2 ◆ R B ◆ = 7 − 7 2 3 − 3 5 + 3 2 15 x = \frac◆LB◆14 - 7\sqrt{3} - 6\sqrt{5} + 3\sqrt{15}◆RB◆◆LB◆2◆RB◆ = 7 - \frac{7}{2}\sqrt{3} - 3\sqrt{5} + \frac{3}{2}\sqrt{15} x = L ◆ B ◆14 − 7 3 − 6 5 + 3 15 ◆ R B ◆◆ L B ◆2◆ R B ◆ = 7 − 2 7 3 − 3 5 + 2 3 15
Note: An elegant alternative approach recognises that this quadratic has roots ◆ L B ◆ 1 ◆ R B ◆◆ L B ◆ 2 + 3 ◆ R B ◆ \frac◆LB◆1◆RB◆◆LB◆2+\sqrt{3}◆RB◆ L ◆ B ◆1◆ R B ◆◆ L B ◆2 + 3 ◆ R B ◆ and ◆ L B ◆ 2 − 3 ◆ R B ◆◆ L B ◆ 2 + 3 ◆ R B ◆ \frac◆LB◆2-\sqrt{3}◆RB◆◆LB◆2+\sqrt{3}◆RB◆ L ◆ B ◆2 − 3 ◆ R B ◆◆ L B ◆2 + 3 ◆ R B ◆ . Multiplying top and bottom by 2 − 3 2-\sqrt{3} 2 − 3 :
◆ L B ◆ 1 ◆ R B ◆◆ L B ◆ 2 + 3 ◆ R B ◆ = 2 − 3 , ◆ L B ◆ 2 − 3 ◆ R B ◆◆ L B ◆ 2 + 3 ◆ R B ◆ = ( 2 − 3 ) 2 = 7 − 4 3 \frac◆LB◆1◆RB◆◆LB◆2+\sqrt{3}◆RB◆ = 2 - \sqrt{3}, \quad \frac◆LB◆2-\sqrt{3}◆RB◆◆LB◆2+\sqrt{3}◆RB◆ = (2-\sqrt{3})^2 = 7 - 4\sqrt{3} L ◆ B ◆1◆ R B ◆◆ L B ◆2 + 3 ◆ R B ◆ = 2 − 3 , L ◆ B ◆2 − 3 ◆ R B ◆◆ L B ◆2 + 3 ◆ R B ◆ = ( 2 − 3 ) 2 = 7 − 4 3
Both can be verified by substitution into the original equation.