So I have the equation $$-2 \frac{\mu_{0} Il}{2\pi}\ln \Biggr( \frac{2h}{\sqrt{(2h)^2 +(2d)^2}} \Biggr)$$ and this should evaluate to $$ \frac{\mu_{0}Il}{2 \pi} \ln \Biggr(1 + \frac{d^2}{h^2} \Biggr) $$ So I think that $\frac{\mu_{0} Il}{2\pi}$ gets irrelevant. I thought of getting $2h$ down to the denominator like $$ln \Biggr( \frac{1}{\frac{1}{2h} \sqrt{(2h)^2 + (2d)^2}} \Biggr)$$ and then multiply it into the square root, so it should evaluate to $$\ln \Biggr( \frac{1}{\sqrt{1+ \frac{d^2}{h^2}}} \Biggr)$$ But now how do I get from $$-2\ln \Biggr( \frac{1}{\sqrt{1+ \frac{d^2}{h^2}}} \Biggr)$$ to $$\ln \Biggr(1+ \frac{d^2}{h^2} \Biggr) $$
2026-03-29 19:07:47.1774811267
Simple log math
41 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
The rules you need are that $\ln(x^n)=n\ln (x)$ and $-\ln(\frac 1x)=\ln(x)$, here used in reverse. The second is the same as the first with $n=-1$. You are correct the leading $\frac {\mu_0Il}{2\pi}$ doenn't matter as it just carries through. Then $$-2\ln \Biggr( \frac{2h}{\sqrt{(2h)^2 +(2d)^2}} \Biggr)=2\ln\left( \frac{\sqrt{(2h)^2 +(2d)^2}}{2h} \right)\\=\ln\left( \frac{(2h)^2 +(2d)^2}{(2h)^2} \right)=\ln\left(1+\frac{d^2}{h^2}\right)$$