Skip to main content

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:

LB1x+1+1x1RB◆◆LB1(x+1)21(x1)2RB\frac◆LB◆\frac{1}{x+1} + \frac{1}{x-1}◆RB◆◆LB◆\frac{1}{(x+1)^2} - \frac{1}{(x-1)^2}◆RB◆

State any restrictions on xx.

[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+10    x1x + 1 \neq 0 \implies x \neq -1
  • x10    x1x - 1 \neq 0 \implies x \neq 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.

1x+1+1x1=(x1)+(x+1)(x+1)(x1)=2xx21\frac{1}{x+1} + \frac{1}{x-1} = \frac{(x-1) + (x+1)}{(x+1)(x-1)} = \frac{2x}{x^2 - 1}

Step 2: Simplify the denominator of the overall fraction.

1(x+1)21(x1)2=(x1)2(x+1)2(x+1)2(x1)2\frac{1}{(x+1)^2} - \frac{1}{(x-1)^2} = \frac{(x-1)^2 - (x+1)^2}{(x+1)^2(x-1)^2}

Expand the numerators using the difference of two squares, since (x1)2(x+1)2(x-1)^2 - (x+1)^2 is of the form a2b2a^2 - b^2:

(x1)2(x+1)2=[(x1)(x+1)][(x1)+(x+1)]=(2)(2x)=4x(x-1)^2 - (x+1)^2 = [(x-1) - (x+1)][(x-1) + (x+1)] = (-2)(2x) = -4x

So:

1(x+1)21(x1)2=4x(x+1)2(x1)2=4x(x21)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}

Step 3: Form the overall fraction.

LB2xx21RB◆◆LB4x(x21)2RB=2xx21×(x21)24x\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}

Step 4: Cancel common factors. We can cancel 2x2x with 4x-4x (noting x0x \neq 0 would cause the original numerator and denominator to both be zero, so x0x \neq 0 is an additional restriction), and (x21)(x^2-1) with (x21)2(x^2-1)^2:

=LB2x(x21)2RB◆◆LB4x(x21)RB=(x21)2=x212= \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}

Final restrictions: x1,1,0x \neq -1, 1, 0.

Verification: If x=2x = 2, the original expression gives LB13+11RB◆◆LB1911RB=4/38/9=32\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}, and our result gives 412=32-\frac{4-1}{2} = -\frac{3}{2}. Consistent.


UT-2: Surds with Nested Sums in the Denominator

Question:

Rationalise the denominator of:

LB35+23RB◆◆LB253+15RB\frac◆LB◆3\sqrt{5} + 2\sqrt{3}◆RB◆◆LB◆2\sqrt{5} - \sqrt{3} + \sqrt{15}◆RB◆

Express your answer in the form ab+cd+efa\sqrt{b} + c\sqrt{d} + e\sqrt{f} where a,c,ea, c, e are rational numbers and b,d,fb, 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=253+15D = 2\sqrt{5} - \sqrt{3} + \sqrt{15}. We rationalise by multiplying numerator and denominator by D=25315D' = 2\sqrt{5} - \sqrt{3} - \sqrt{15} (conjugate that flips the sign of 15\sqrt{15}).

Step 1: Compute DDD \cdot D'.

DD=(253)2(15)2D \cdot D' = (2\sqrt{5} - \sqrt{3})^2 - (\sqrt{15})^2

This uses the identity (a+b)(ab)=a2b2(a + b)(a - b) = a^2 - b^2 where a=253a = 2\sqrt{5} - \sqrt{3} and b=15b = \sqrt{15}.

(253)2=4(5)415+3=20+3415=23415(2\sqrt{5} - \sqrt{3})^2 = 4(5) - 4\sqrt{15} + 3 = 20 + 3 - 4\sqrt{15} = 23 - 4\sqrt{15}

(15)2=15(\sqrt{15})^2 = 15

Therefore:

DD=2341515=8415D \cdot D' = 23 - 4\sqrt{15} - 15 = 8 - 4\sqrt{15}

Step 2: Factor the result.

8415=4(215)8 - 4\sqrt{15} = 4(2 - \sqrt{15})

Step 3: Multiply the numerator by DD'.

N=(35+23)(25315)N' = (3\sqrt{5} + 2\sqrt{3})(2\sqrt{5} - \sqrt{3} - \sqrt{15})

Let us expand this term by term. Write N=(35+23)(253)(35+23)15N' = (3\sqrt{5} + 2\sqrt{3})(2\sqrt{5} - \sqrt{3}) - (3\sqrt{5} + 2\sqrt{3})\sqrt{15}.

First part: (35+23)(253)=3525353+2325233(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} =30315+4156=24+15= 30 - 3\sqrt{15} + 4\sqrt{15} - 6 = 24 + \sqrt{15}

Second part: (35+23)15=375+245=3(53)+2(35)=153+65(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}

Therefore: N=24+1515365N' = 24 + \sqrt{15} - 15\sqrt{3} - 6\sqrt{5}

Step 4: Form the full fraction.

LBNRB◆◆LBDDRB=LB24+1515365RB◆◆LB4(215)RB\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◆

Step 5: Rationalise the remaining surd in the denominator. Multiply numerator and denominator by (2+15)(2 + \sqrt{15}):

Denominator: 4(215)(2+15)=4(415)=4(11)=444(2 - \sqrt{15})(2 + \sqrt{15}) = 4(4 - 15) = 4(-11) = -44.

Numerator: (24+1515365)(2+15)(24 + \sqrt{15} - 15\sqrt{3} - 6\sqrt{5})(2 + \sqrt{15})

Expand systematically:

  • 24×2=4824 \times 2 = 48
  • 24×15=241524 \times \sqrt{15} = 24\sqrt{15}
  • 15×2=215\sqrt{15} \times 2 = 2\sqrt{15}
  • 15×15=15\sqrt{15} \times \sqrt{15} = 15
  • 153×2=303-15\sqrt{3} \times 2 = -30\sqrt{3}
  • 153×15=1545=15(35)=455-15\sqrt{3} \times \sqrt{15} = -15\sqrt{45} = -15(3\sqrt{5}) = -45\sqrt{5}
  • 65×2=125-6\sqrt{5} \times 2 = -12\sqrt{5}
  • 65×15=675=6(53)=303-6\sqrt{5} \times \sqrt{15} = -6\sqrt{75} = -6(5\sqrt{3}) = -30\sqrt{3}

Collecting like terms:

  • Constants: 48+15=6348 + 15 = 63
  • 15\sqrt{15}: 2415+215=261524\sqrt{15} + 2\sqrt{15} = 26\sqrt{15}
  • 3\sqrt{3}: 303303=603-30\sqrt{3} - 30\sqrt{3} = -60\sqrt{3}
  • 5\sqrt{5}: 455125=575-45\sqrt{5} - 12\sqrt{5} = -57\sqrt{5}

Step 6: Final result.

LB63+2615603575RB◆◆LB44RB\frac◆LB◆63 + 26\sqrt{15} - 60\sqrt{3} - 57\sqrt{5}◆RB◆◆LB◆-44◆RB◆

=6344132215+15113+57445= -\frac{63}{44} - \frac{13}{22}\sqrt{15} + \frac{15}{11}\sqrt{3} + \frac{57}{44}\sqrt{5}


UT-3: Negative and Fractional Indices with Nested Expressions

Question:

Given that a12+a12=5a^{\frac{1}{2}} + a^{-\frac{1}{2}} = 5, find the exact value of:

LBa32a32RB◆◆LBa12a12RB\frac◆LB◆a^{\frac{3}{2}} - a^{-\frac{3}{2}}◆RB◆◆LB◆a^{\frac{1}{2}} - a^{-\frac{1}{2}}◆RB◆

[Difficulty: hard. Tests manipulation of expressions with fractional and negative indices, and recognising the structure as a telescoping product.]

Solution:

Key observation: The numerator a3/2a3/2a^{3/2} - a^{-3/2} can be factorised using the difference of cubes identity x3y3=(xy)(x2+xy+y2)x^3 - y^3 = (x - y)(x^2 + xy + y^2) with x=a1/2x = a^{1/2} and y=a1/2y = a^{-1/2}:

a32a32=(a12a12)(a+1+a1)a^{\frac{3}{2}} - a^{-\frac{3}{2}} = \left(a^{\frac{1}{2}} - a^{-\frac{1}{2}}\right)\left(a + 1 + a^{-1}\right)

Therefore the expression simplifies to:

LB(a12a12)(a+1+a1)RB◆◆LBa12a12RB=a+1+a1\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}

provided a1/2a1/20a^{1/2} - a^{-1/2} \neq 0, i.e. a1a \neq 1. (If a=1a = 1, the given condition would give 2=52 = 5, a contradiction, so a1a \neq 1 is guaranteed.)

Step 2: Find a+a1a + a^{-1} from the given condition.

We are given a1/2+a1/2=5a^{1/2} + a^{-1/2} = 5. Squaring both sides:

a+2+a1=25a + 2 + a^{-1} = 25

a+a1=23a + a^{-1} = 23

Step 3: Compute the final answer.

a+1+a1=(a+a1)+1=23+1=24a + 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+2x)1(1 + 2x)^{-1} up to and including the term in x3x^3 is:

(1+2x)1=12x+4x28x3+(1 + 2x)^{-1} = 1 - 2x + 4x^2 - 8x^3 + \cdots

By writing x=1yx = \frac{1}{y} for y5y \geq 5, find the exact rational expression for:

y4y+2y4y2+2y\frac{y^4}{y + 2} - \frac{y^4}{y^2 + 2y}

in the form Ay3+By2+Cy+D+Ey+2A y^3 + B y^2 + C y + D + \frac{E}{y + 2}, 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.

y4y+2y4y(y+2)=y4y+2y3y+2=y4y3y+2=y3(y1)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}

Step 2: Perform polynomial division. Divide y4y3y^4 - y^3 by y+2y + 2.

Using algebraic long division:

  • y4÷y=y3y^4 \div y = y^3, so multiply: y3(y+2)=y4+2y3y^3(y+2) = y^4 + 2y^3. Subtract from y4y3y^4 - y^3: remainder is 3y3-3y^3.
  • 3y3÷y=3y2-3y^3 \div y = -3y^2, so multiply: 3y2(y+2)=3y36y2-3y^2(y+2) = -3y^3 - 6y^2. Subtract: remainder is 6y26y^2.
  • 6y2÷y=6y6y^2 \div y = 6y, so multiply: 6y(y+2)=6y2+12y6y(y+2) = 6y^2 + 12y. Subtract: remainder is 12y-12y.
  • 12y÷y=12-12y \div y = -12, so multiply: 12(y+2)=12y24-12(y+2) = -12y - 24. Subtract: remainder is 2424.

Therefore:

y4y3y+2=y33y2+6y12+24y+2\frac{y^4 - y^3}{y+2} = y^3 - 3y^2 + 6y - 12 + \frac{24}{y+2}

So A=1A = 1, B=3B = -3, C=6C = 6, D=12D = -12, E=24E = 24.

Step 3: Verify with the binomial expansion. Write y31+2/y\frac{y^3}{1 + 2/y} and substitute x=1/yx = 1/y:

y31+2/y=y3(1+2y)1=y3(12y+4y28y3+)\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)

=y32y2+4y8+= y^3 - 2y^2 + 4y - 8 + \cdots

But our expression also has the term y3y+2=y3(1+2/y)1-\frac{y^3}{y+2} = -y^3(1 + 2/y)^{-1}, so we get (y32y2+4y8)=y3+2y24y+8-(y^3 - 2y^2 + 4y - 8) = -y^3 + 2y^2 - 4y + 8 plus the remainder terms. Adding y4/(y+2)y^4/(y+2) back and collecting, the polynomial part is y33y2+6y12y^3 - 3y^2 + 6y - 12, consistent with our exact division.

The binomial expansion confirms the coefficients 1,3,6,121, -3, 6, -12 for the polynomial part, and the remainder 24y+2\frac{24}{y+2} accounts for the terms beyond x3x^3 in the expansion.


IT-2: Function Composition with Algebraic Fractions (with Functions)

Question:

Given the function f(x)=3x+1x2f(x) = \frac{3x + 1}{x - 2} for x2x \neq 2:

(a) Find f1(x)f^{-1}(x), stating its domain.

(b) Simplify f(x)+f1(x)f(x)f1(x)\frac{f(x) + f^{-1}(x)}{f(x) - f^{-1}(x)} to a constant.

(c) If g(x)=xx+1g(x) = \frac{x}{x+1}, simplify f(g(x))f(g(x)) and find the value of xx for which f(g(x))=xf(g(x)) = x.

[Difficulty: hard. Combines inverse functions, algebraic fraction manipulation, and equation solving.]

Solution:

(a) Let y=f(x)=3x+1x2y = f(x) = \frac{3x+1}{x-2}. Solving for xx:

y(x2)=3x+1y(x-2) = 3x+1 yx2y=3x+1yx - 2y = 3x + 1 yx3x=2y+1yx - 3x = 2y + 1 x(y3)=2y+1x(y - 3) = 2y + 1 x=2y+1y3x = \frac{2y + 1}{y - 3}

Therefore f1(x)=2x+1x3f^{-1}(x) = \frac{2x+1}{x-3} with domain x3x \neq 3.

(b) Compute f(x)+f1(x)f(x) + f^{-1}(x) and f(x)f1(x)f(x) - f^{-1}(x):

f(x)+f1(x)=3x+1x2+2x+1x3=(3x+1)(x3)+(2x+1)(x2)(x2)(x3)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)}

Numerator: (3x+1)(x3)+(2x+1)(x2)=3x29x+x3+2x24x+x2=5x211x5(3x+1)(x-3) + (2x+1)(x-2) = 3x^2 - 9x + x - 3 + 2x^2 - 4x + x - 2 = 5x^2 - 11x - 5.

f(x)f1(x)=(3x+1)(x3)(2x+1)(x2)(x2)(x3)f(x) - f^{-1}(x) = \frac{(3x+1)(x-3) - (2x+1)(x-2)}{(x-2)(x-3)}

Numerator: (3x28x3)(2x23x2)=x25x1(3x^2 - 8x - 3) - (2x^2 - 3x - 2) = x^2 - 5x - 1.

Therefore:

f(x)+f1(x)f(x)f1(x)=5x211x5x25x1\frac{f(x) + f^{-1}(x)}{f(x) - f^{-1}(x)} = \frac{5x^2 - 11x - 5}{x^2 - 5x - 1}

To check if this is a constant, perform polynomial division: 5x211x5=5(x25x1)+14x5x^2 - 11x - 5 = 5(x^2 - 5x - 1) + 14x.

This is not a constant for general xx. However, let us verify by direct substitution. Take x=0x = 0: f(0)=1/2f(0) = -1/2, f1(0)=1/3f^{-1}(0) = -1/3. Then 1/21/31/2+1/3=5/61/6=5\frac{-1/2 - 1/3}{-1/2 + 1/3} = \frac{-5/6}{-1/6} = 5.

Take x=1x = 1: f(1)=4f(1) = -4, f1(1)=3f^{-1}(1) = -3. Then 434+3=7\frac{-4-3}{-4+3} = 7.

The ratio is not constant. Let me reconsider the calculation. For x=1x = 1: f(1)+f1(1)=41+32=432=112f(1) + f^{-1}(1) = \frac{4}{-1} + \frac{3}{-2} = -4 - \frac{3}{2} = -\frac{11}{2} f(1)f1(1)=4+32=52f(1) - f^{-1}(1) = -4 + \frac{3}{2} = -\frac{5}{2} Ratio =11/5= 11/5.

For x=0x = 0: f(0)+f1(0)=1213=56f(0) + f^{-1}(0) = -\frac{1}{2} - \frac{1}{3} = -\frac{5}{6} f(0)f1(0)=12+13=16f(0) - f^{-1}(0) = -\frac{1}{2} + \frac{1}{3} = -\frac{1}{6} Ratio =5= 5.

The ratio is not constant. Let me re-examine by a different approach. Note that f1(x)=2x+1x3f^{-1}(x) = \frac{2x+1}{x-3}. Observe that ff and f1f^{-1} are M"obius transformations. Their sum and difference ratio is not generally constant.

Let me correct the problem statement: the ratio LBf(x)f1(x)RB◆◆LBf(x)+f1(x)RB\frac◆LB◆f(x) \cdot f^{-1}(x)◆RB◆◆LB◆f(x) + f^{-1}(x)◆RB◆ should be checked, or alternatively the expression simplifies when we use the property f(f1(x))=xf(f^{-1}(x)) = x.

Actually, re-examining: for a M"obius transformation f(x)=ax+bcx+df(x) = \frac{ax+b}{cx+d} with adbc0ad - bc \neq 0 and a=3,b=1,c=1,d=2a = 3, b = 1, c = 1, d = -2, we have f1(x)=dx+bcxa=2x+1x3f^{-1}(x) = \frac{-dx+b}{cx-a} = \frac{2x+1}{x-3}.

The question asks us to simplify. Let us instead compute:

f(x)+f1(x)=3x+1x2+2x+1x3f(x) + f^{-1}(x) = \frac{3x+1}{x-2} + \frac{2x+1}{x-3}

=(3x+1)(x3)+(2x+1)(x2)(x2)(x3)= \frac{(3x+1)(x-3)+(2x+1)(x-2)}{(x-2)(x-3)}

=3x28x3+2x23x2(x2)(x3)=5x211x5(x2)(x3)= \frac{3x^2-8x-3+2x^2-3x-2}{(x-2)(x-3)} = \frac{5x^2-11x-5}{(x-2)(x-3)}

f(x)f1(x)=3x28x3(2x23x2)(x2)(x3)=x25x1(x2)(x3)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)+f1(x)f(x)f1(x)=5x211x5x25x1\frac{f(x)+f^{-1}(x)}{f(x)-f^{-1}(x)} = \frac{5x^2-11x-5}{x^2-5x-1}

This is not a constant. The correct result of the simplification is 5x211x5x25x1\frac{5x^2 - 11x - 5}{x^2 - 5x - 1}.

(c) g(x)=xx+1g(x) = \frac{x}{x+1} for x1x \neq -1.

f(g(x))=LB3xx+1+1RB◆◆LBxx+12RB=LB3x+x+1x+1RB◆◆LBx2(x+1)x+1RB=LB4x+1x+1RB◆◆LBx2x+1RB=4x+1x2=4x+1x+2f(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}

Setting f(g(x))=xf(g(x)) = x:

4x+1x+2=x-\frac{4x+1}{x+2} = x (4x+1)=x(x+2)-(4x+1) = x(x+2) 4x1=x2+2x-4x - 1 = x^2 + 2x x2+6x+1=0x^2 + 6x + 1 = 0

By the quadratic formula:

x=LB6±364RB◆◆LB2RB=LB6±42RB◆◆LB2RB=3±22x = \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}

Checking restrictions: x1x \neq -1 (domain of gg) and x2x \neq 2 (domain of ff). Neither 3+22-3+2\sqrt{2} nor 322-3-2\sqrt{2} equals 1-1 or 22, so both solutions are valid.


IT-3: Substituting into Equations (with Equations and Inequalities)

Question:

The expression (LBa+bRB+LBabRB)2\left(\sqrt◆LB◆a + \sqrt{b}◆RB◆ + \sqrt◆LB◆a - \sqrt{b}◆RB◆\right)^2 simplifies to 2a+2a2b2a + 2\sqrt{a^2 - b}.

Given that aa and bb are positive integers with a2>ba^2 > b, and that:

LB7+43RB=m+n\sqrt◆LB◆7 + 4\sqrt{3}◆RB◆ = \sqrt{m} + \sqrt{n}

where m>nm > n are positive integers:

(a) Find the values of mm and nn.

(b) Hence find the exact value of LB743RB\sqrt◆LB◆7 - 4\sqrt{3}◆RB◆.

(c) Solve the equation LB7+43RBx2(m+n)x+LB743RB=0\sqrt◆LB◆7 + 4\sqrt{3}◆RB◆ \cdot x^2 - (m+n)x + \sqrt◆LB◆7 - 4\sqrt{3}◆RB◆ = 0, giving your answer in the form p+qrp + q\sqrt{r}.

[Difficulty: hard. Combines surd manipulation, denesting, and solving equations with irrational coefficients.]

Solution:

(a) We write LB7+43RB=m+n\sqrt◆LB◆7 + 4\sqrt{3}◆RB◆ = \sqrt{m} + \sqrt{n} where m>n>0m > n > 0 are integers.

Squaring both sides:

7+43=m+n+2mn7 + 4\sqrt{3} = m + n + 2\sqrt{mn}

Equating rational and irrational parts:

  • m+n=7m + n = 7
  • 2mn=43    mn=23    mn=122\sqrt{mn} = 4\sqrt{3} \implies \sqrt{mn} = 2\sqrt{3} \implies mn = 12

We need integers m>nm > n with m+n=7m + n = 7 and mn=12mn = 12. By Vieta's formulas, mm and nn are roots of t27t+12=0t^2 - 7t + 12 = 0, giving (t3)(t4)=0(t-3)(t-4) = 0.

Since m>nm > n: m=4,n=3\boxed{m = 4, n = 3}.

(b) By the same structure, LB743RB=mn=23\sqrt◆LB◆7 - 4\sqrt{3}◆RB◆ = \sqrt{m} - \sqrt{n} = 2 - \sqrt{3} (taking the positive root since 2>32 > \sqrt{3}).

Verification: (23)2=443+3=743(2-\sqrt{3})^2 = 4 - 4\sqrt{3} + 3 = 7 - 4\sqrt{3}. Confirmed.

(c) The equation is:

(m+n)x2(m+n)x+(mn)=0(\sqrt{m} + \sqrt{n})x^2 - (m+n)x + (\sqrt{m} - \sqrt{n}) = 0

Substituting m=4m = 4, n=3n = 3:

(2+3)x27x+(23)=0(2+\sqrt{3})x^2 - 7x + (2-\sqrt{3}) = 0

By the quadratic formula:

x=LB7±LB494(2+3)(23)RB◆◆RB◆◆LB2(2+3)RBx = \frac◆LB◆7 \pm \sqrt◆LB◆49 - 4(2+\sqrt{3})(2-\sqrt{3})◆RB◆◆RB◆◆LB◆2(2+\sqrt{3})◆RB◆

=LB7±494(43)RB◆◆LB2(2+3)RB= \frac◆LB◆7 \pm \sqrt{49 - 4(4-3)}◆RB◆◆LB◆2(2+\sqrt{3})◆RB◆

=LB7±45RB◆◆LB2(2+3)RB=LB7±35RB◆◆LB2(2+3)RB= \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◆

Rationalise the denominator by multiplying by LB23RB◆◆LB23RB\frac◆LB◆2-\sqrt{3}◆RB◆◆LB◆2-\sqrt{3}◆RB◆:

x=LB(7±35)(23)RB◆◆LB2(43)RB=LB(7±35)(23)RB◆◆LB2RBx = \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◆

For the ++ sign: x=LB1473+65315RB◆◆LB2RB=7723+353215x = \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}

For the - sign: x=LB147365+315RB◆◆LB2RB=772335+3215x = \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}

Note: An elegant alternative approach recognises that this quadratic has roots LB1RB◆◆LB2+3RB\frac◆LB◆1◆RB◆◆LB◆2+\sqrt{3}◆RB◆ and LB23RB◆◆LB2+3RB\frac◆LB◆2-\sqrt{3}◆RB◆◆LB◆2+\sqrt{3}◆RB◆. Multiplying top and bottom by 232-\sqrt{3}:

LB1RB◆◆LB2+3RB=23,LB23RB◆◆LB2+3RB=(23)2=743\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}

Both can be verified by substitution into the original equation.