Exponents with variables inside exponents

49 Views Asked by At

I am confused about how to reduce this, is there any way?

$\sqrt x \ln(\sqrt x) = ln(\sqrt x^\sqrt x) = $ $?$

This can be written like this too:

$ln(x^\frac{x^\frac{1}{2}}{2}$)

Or:

$ln(x^\frac{\sqrt x}{2}$)

2

There are 2 best solutions below

0
On

You have $\ln{(\sqrt{x})}=\frac{1}{2}\ln{x}$ so:

$\sqrt x \ln(\sqrt x) = 1/2 \sqrt{x} \ln{x}$

4
On

$$\sqrt{x}\ln (\sqrt{x})=\dfrac{\sqrt{x}}{2}\ln x$$ If you need to simplify it more, please comment.