How do you expand ln((a(b2+c2))?

1 Answer
Dec 12, 2015

Sticking with Real logarithms, this expands as:

ln(a(b2+c2))=12ln(a)+ln(b2+c2)

Explanation:

If x,y>0 then ln(xy)=ln(x)+ln(y)

Assuming we're dealing with Real values here and everything is well defined, we must have a>0 and b2+c2>0. That is, at least one of b0 or c0, resulting in a strictly positive value for b2+c2.

Also note that if a>0 then ln(a)=ln(a12)=12ln(a)

Hence:

ln(a(b2+c2))

=ln(a)+ln(b2+c2)

=12ln(a)+ln(b2+c2)

If we allow Complex logarithms, then we might try to say something like:

=12ln(a)+ln(b+ci)+ln(bci)

based on the fact that b2+c2=(b+ci)(bci), but there are some problems with this.

For example, if b=1 and c=0 then we find:

0=ln(1)=ln(b2+c2)ln(b+ci)+ln(bci)=ln(1)+ln(1)=2πi

So this Complex identity does not quite work and is messy to fix.