1

If $\log_a3=p$ and $\log_a2=q$ what strategies deduce an expression for $\log_a(4.5a^2)$?

I've considered the exponent forms $a^p=3$, $a^q=2$ and $a^x=4.5a^2$ and other qualities of logs such as $\log_aa=1$ but I don't see how to begin with this one. I've also considered the additive, subtractive and exponent log laws.

Is it possible to go further than merely saying: $$p(4.5q)$$ $$4.5pq$$

J.G.
  • 115,835
duckegg
  • 669

1 Answers1

1

Assuming a > 0, you can do the following:

$$ \begin{align*} log_a(4.5a^2) &= log_a(4.5) + log_a(a^2) \\ &= log_a(4.5) + log_a(a^2) \\ &= log_a\left(\frac{3 . 3}{2}\right) + 2.log_a(a) \\ &= log_a(3^2) - log_a(2) + 2 \\ &= 2.log_a(3) - log_a(2) + 2 \\ &= 2p - q + 2 \\ \end{align*} $$