Log. functions - comparing solutions, which is best?

  • Thread starter Thread starter Tyrannosaurus_
  • Start date Start date
  • Tags Tags
    Functions Log
AI Thread Summary
The discussion centers on evaluating logarithmic expressions and the confusion between two solutions for log functions. Solution one correctly interprets log_x(x^n) as n, while solution two incorrectly treats it as (log_x(x))^n, leading to an erroneous conclusion of 1. Participants emphasize the importance of proper notation, suggesting the use of brackets to clarify function application. The consensus is that solution one is valid, and misunderstanding arises from misinterpreting the logarithmic notation. Clear communication in mathematical expressions is essential to avoid such errors.
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:
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top