Condensing Fractional Logarithms

39 Views Asked by At

Does the following condense to the following:
$\log_2z+(\log_2x)/2+(\log_2y)/2 = \log_2(z\sqrt{x}\sqrt{y})$ or to $\log_2(z\sqrt{xy})$ ?

2

There are 2 best solutions below

0
On

Both are the same, since $ \sqrt {xy} = \sqrt {x} \cdot \sqrt y $.

0
On

Both of your answers are correct!

$$\log_2 z+ \frac{\log_2 x}{2}+\frac{\log_2 y}{2}=\log_2 z+\log_2 x^{\frac{1}{2}}+\log_2 y ^{\frac{1}{2}}=\log_2 (z \cdot \sqrt{x} \cdot \sqrt{y})=\log_2 (z \cdot \sqrt{x \cdot y})$$

We used the identities:

$$\log a+ \log b=\log (a \cdot b) $$ $$ x \cdot \log a=\log a^x$$

and

$$\sqrt{a} \cdot \sqrt{b}=\sqrt{a \cdot b}$$