Why does log_x(x^n) give different answers with different groupings?

  • Thread starter Thread starter Tyrannosaurus_
  • Start date Start date
  • Tags Tags
    Functions Log
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Tyrannosaurus_
Messages
41
Reaction score
2

Homework Statement


I'm not sure what my error is. Both solutions cannot be true.

Homework Equations


evaluating logarithms,
power of logarithms?

The Attempt at a Solution



SOLUTION ONE

=logxxn
=n(logxx)
=n(1)
=nSOLUTION TWO

=logxxn
=(logxx)n
=(1)n
=1

Please help me understand what I've done wrong. Thanks!
 
Last edited:
Physics news on Phys.org
the logx x^n means logx(x^n) not logx(x)^n so your solution two is wrong.

the logx(x^n) is the same as n * logx(x)
 
Tyrannosaurus_ said:
SOLUTION TWO

=logxxn
=(logxx)n
=(1)n
=1

Please help me understand what I've done wrong. Thanks!

Let ##y = \log_x x^n##. Then ##x^y = x^n \Rightarrow y = n##, so your solution one is correct.
##x^n## is in the argument of the log, the log is not to the nth power.
 
The other 2 posts are correct:

Your solution 1 uses logx(xn)
Your solution 2 uses (logx(x))n

An easy way to avoid this is to use brackets whenever applying a function: