Skip to main content
Lemma
Quadratics Difficulty 4

TMUA practice: Quadratics, problem 1

A TMUA-calibre quadratics problem at difficulty 4 of 5, with the full worked solution.

The question
Consider the function h(x)=x22x+2+4x22x+2h(x)=x^{2}-2x+2+\dfrac{4}{x^{2}-2x+2}, xRx\in\mathbb{R}. Then the equation h(x)5=0h(x)-5=0 has
A no solution\text{no solution}
B only one solution\text{only one solution}
C exactly two solutions\text{exactly two solutions}
D exactly three solutions\text{exactly three solutions}

The correct answer is highlighted. D

Worked solution

Substitute t=x22x+2=(x1)2+1t=x^{2}-2x+2=(x-1)^{2}+1. Since (x1)20(x-1)^{2}\ge0, the new variable satisfies t1t\ge1, and

h(x)=t+4t.h(x)=t+\frac{4}{t}.

Solve h5=0h-5=0 in tt. The equation t+4t=5t+\dfrac{4}{t}=5 multiplies up to t25t+4=0t^{2}-5t+4=0, i.e. (t1)(t4)=0(t-1)(t-4)=0, so t=1t=1 or t=4t=4 — both satisfy t1t\ge1, so both are admissible.

Count the xx-values for each tt. Recall t=(x1)2+1t=(x-1)^{2}+1.

  • t=1t=1: (x1)2=0(x-1)^{2}=0, giving the single value x=1x=1.
  • t=4t=4: (x1)2=3(x-1)^{2}=3, giving two values x=1±3x=1\pm\sqrt{3}.

Altogether there are 1+2=31+2=3 solutions.

Answer: D.