Expressing logarithms as a single one: $\log_a (a/\sqrt{x}) - \log_a \sqrt{ax}$

232 Views Asked by At

I'm doing problems in my book that say "Express as a single logarithm and, if possible, simplify". There's two I did that I'm not sure about, and they're even numbered unanswered problems.

The first is $\ln 2x + 3(\ln x - \ln y)$. I put it as $\ln( 2x^5y)$.

The second is $\log_a (a/\sqrt{x}) - \log_a \sqrt{ax}$ Not even sure how to put those together at all.

3

There are 3 best solutions below

0
On BEST ANSWER

the first one can be written as $$\ln(2)+\ln(x)+3\ln(x)-3\ln(y)=4\ln(x)-3\ln(y)+\ln(2)=$$ $$\ln\left(\frac{x^4}{y^3}\right)+\ln(2)=\ln\left(\frac{2x^4}{y^3}\right)$$ for the second one we obtain $$\log_a\frac{a}{\sqrt{x}\sqrt{ax}}=\log\frac{\sqrt{a}}{x}$$

0
On

Going into detail for second one: $$\log_a\left(\frac{a}{\sqrt x}\right)-\log_a\sqrt{ax}=\log_a\left(\frac{a}{\sqrt{x}\cdot\sqrt{ax}}\right)$$ by the rule that $\log_ax-\log_ay=\log_a(x/y)$. Now we just have to simplify the expression, and we will get our answer. $$\begin{align} &= \log_a\left(\frac{a}{\sqrt{x}\cdot\sqrt{ax}}\right) = \log_a\left(\frac a{x\sqrt a}\right) \\ &= \log_a\left(\frac{\sqrt a}x\right) \end{align}$$

0
On

For the second one,

$\log_a(a/\sqrt{x})-\log_a{\sqrt{ax}}\\=\log_a a-\log_a\sqrt{x}-\log_a\sqrt{a}-\log_a\sqrt{x}\\=\log_a a-\dfrac{1}{2}\log_a{x}-\dfrac{1}{2}\log_a{a}-\dfrac{1}{2}\log_a{x}\\=\dfrac{1}{2}\log_a a-\log_ax\\=\log_a\left({\dfrac{\sqrt{a}}{x}}\right)$