2

I know it's not the best title but I had no idea how to be specific about it.

Basically what I'm looking for is a rule that states how $$\log^2(a^{f(x)})$$ works. Does it become $$f(x)\log^2(a)$$ or $$f^2(x)\log^2(a)$$?

Thanks for your time :)

jameselmore
  • 5,207

2 Answers2

2

Since $log^2(a^{f(x)})=log(a^{f(x)})log(a^{f(x)})$. It follows that

$log^2(a^{f(x)})=f(x)log(a)f(x)log(a)=f^2(x)log^2(a)$. Therefore it is the second one.

A.Riesen
  • 238
2

With full parenthesis,

$$\left(\log(a^{f(x)})\right)^2.$$

By a rule of logarithms,

$$\log(a^{f(x)})=f(x)\log(a).$$

Then distributing,

$$\left(f(x)\log(a)\right)^2=f^2(x)\log^2(a).$$