Skip to main content
Lemma

TMUA practice: Exponentials Logs, problem 3

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

The question
Find the set of all real solutions of the equation   4x52x+4=0\;4^{x} - 5\cdot 2^{x} + 4 = 0.
A {0}\{0\}
B {2}\{2\}
C {1,4}\{1,\, 4\}
D {0,2}\{0,\, 2\}
E {2,2}\{-2,\, 2\}

The correct answer is highlighted. D

Worked solution

Substitute u=2xu = 2^{x}. Then 4x=(2x)2=u24^{x} = (2^{x})^{2} = u^{2}, so the equation becomes a quadratic in uu:

u25u+4  =  0.u^{2} - 5u + 4 \;=\; 0.

Factorise:   (u1)(u4)=0\;(u - 1)(u - 4) = 0, giving u=1u = 1 or u=4u = 4.

Return to xx via u=2xu = 2^{x}.

  • u=1u = 1:   2x=1\;2^{x} = 1 gives x=0x = 0.
  • u=4u = 4:   2x=4=22\;2^{x} = 4 = 2^{2} gives x=2x = 2.

Both values are valid (the substitution u=2xu = 2^{x} is well-defined for all real xx, and u>0u > 0 is automatic). The solution set is {0,2}\{0,\, 2\}. This is option D.

Why the other options fail.

  • A, {0}\{0\}, has stopped after the first root u=1u = 1.
  • B, {2}\{2\}, has stopped after the second root u=4u = 4.
  • C, {1,4}\{1,\, 4\}, has reported the values of uu as if they were the values of xx; the student forgot to undo the substitution.
  • E, {2,2}\{-2,\, 2\}, has wrongly assumed that the equation is symmetric under xxx \mapsto -x (it is not: 4x4x4^{-x} \neq 4^{x} unless x=0x = 0).

The lesson: an equation of the form   a2x+bax+c=0  \;a^{2x} + b\cdot a^{x} + c = 0\; becomes a standard quadratic under the substitution u=axu = a^{x}. After solving for uu, remember that ax>0a^{x} > 0 always, so any negative or zero root for uu must be rejected, and remember to undo the substitution.