Skip to content

9709 · 2.2

Logarithmic and exponential functions — practice questions

Practice and worked examples for 9709 Logarithmic and exponential functions. Short previews only — attempt the full question in MarkScheme against the official scheme.

Worked example 1

Solve the equation 2log3xlog3(x2)=22\log_3 x - \log_3(x-2) = 2.

Show solution outline

First, we combine the logarithms on the left-hand side using the laws of logs.

  1. Apply the power rule to the first term: 2log3x=log3(x2)2\log_3 x = \log_3(x^2)

The equation becomes: log3(x2)log3(x2)=2\log_3(x^2) - \log_3(x-2) = 2 2. Apply the quotient rule: log3(x2x2)=2\log_3\left(\frac{x^2}{x-2}\right) = 2 3. Convert the logarithmic equation to its equivalent exponential form. Remember, logab=c    ac=b\log_a b = c \iff a^c = b. x2x2=32\frac{x^2}{x-2} = 3^2 x2x2=9\frac{x^2}{x-2} = 9 4. Solve the resulting algebraic equation: x2=9(x2)x^2 = 9(x-2) x2=9x18x^2 = 9x - 18 x29x+18=0x^2 - 9x + 18 = 0 5. Factorise the quadratic: (x3)(x6)=0(x-3)(x-6) = 0 This gives two potential solutions: x=3x=3 or x=6x=6. 6. Check for validity. The argument of a logarithm must be positive.

  • For x=3x=3: log3(3)\log_3(3) is valid. log3(32)=log3(1)\log_3(3-2) = \log_3(1) is valid.
  • For x=6x=6: log3(6)\log_3(6) is valid. log3(62)=log3(4)\log_3(6-2) = \log_3(4) is valid.

Both solutions are valid. Therefore, the solutions are x=3x=3 and x=6x=6.

Worked example 2

The temperature TT (in ^{\circ}C) of a cooling liquid at time tt (in minutes) is given by the equation T=20+60e0.05tT = 20 + 60e^{-0.05t}. (a) What is the initial temperature of the liquid? (b) What is the temperature of the surroundings? (c) Find the time taken, to 3 significant figures, for the temperature to reach 5050^{\circ}C.

Show solution outline

(a) The initial temperature occurs at t=0t=0. T=20+60e0.05×0=20+60e0=20+60(1)=80T = 20 + 60e^{-0.05 \times 0} = 20 + 60e^0 = 20 + 60(1) = 80^{\circ}C.

(b) The temperature of the surroundings is the value that TT approaches as time goes to infinity (tt \to \infty). As tt \to \infty, the term e0.05te^{-0.05t} approaches 0. So, T20+60(0)=20T \to 20 + 60(0) = 20^{\circ}C. This is the constant term in the equation.

(c) We need to find tt when T=50T=50. 50=20+60e0.05t50 = 20 + 60e^{-0.05t}

Isolate the exponential term: 30=60e0.05t30 = 60e^{-0.05t} 0.5=e0.05t0.5 = e^{-0.05t}

Take natural logarithms of both sides to solve for the exponent: ln(0.5)=ln(e0.05t)\ln(0.5) = \ln(e^{-0.05t}) ln(0.5)=0.05t\ln(0.5) = -0.05t

Solve for tt: t=ln(0.5)0.05t = \frac{\ln(0.5)}{-0.05} t0.6931470.0513.8629...t \approx \frac{-0.693147}{-0.05} \approx 13.8629...

To 3 significant figures, the time taken is 13.9 minutes.