Is ln(x)3 the Same as [ln(x)]3? Decoding Logarithm Notation

  • Thread starter Thread starter vanmaiden
  • Start date Start date
  • Tags Tags
    Logarithm Notation
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
vanmaiden
Messages
101
Reaction score
1

Homework Statement


is ln(x)3 the same as saying [ln(x)]3? Also, if there is a difference, which one applies to the exponent being moved into the front of the logarithm as in 3ln(x)?


Homework Equations


natural logarithms


The Attempt at a Solution


I just got tripped up on the notation. Normally I see logarithms written as ln(x)3, but when I saw this, I wasn't quite sure if it was the same or not. I wasn't too sure if it was like sin2(x) and [sin(x)]2.
 
Physics news on Phys.org
Yes, [itex]ln(x)^3[/itex] means [itex](ln(x))^3[/itex] as opposed to [itex]ln(x^3)[/itex]. (The second form, with parentheses, is preferable as it is clearer.) It is the latter to which we can apply the "law of logarithms": [itex]ln(x^3)= 3ln(x)[/itex].

Look at a numerical example: ln(2)= 0.6931, approximately, so [itex](ln(2))^3= 0.3330[/itex] while [itex]ln(2^3)= ln(8)= 2.0794= 3ln(2)[/itex].
 
Last edited by a moderator:
HallsofIvy said:
Yes, [itex]ln(x)^3[/itex] means [itex](ln(x))^2[/itex] as opposed to [itex]ln(x^3)[/itex]. (The second form, with parentheses, is preferable as it is clearer.) It is the latter to which we can apply the "law of logarithms": [itex]ln(x^3)= 3ln(x)[/itex].

Look at a numerical example: ln(2)= 0.6931, approximately, so [itex](ln(2))^3= 0.3330[/itex] while [itex]ln(2^3)= ln(8)= 2.0794= 3ln(2)[/itex].

Ah, thank you for the great explanation.
 
Be aware that you'll also see abbreviated notations without the brackets. Like,

[tex]\log x^2 = \log(x^2)[/tex]

and

[tex]\log^2 x = ( \log(x) )^2[/tex]

This type of notation is frequently used with trig functions too.
 
uart said:
Be aware that you'll also see abbreviated notations without the brackets. Like,

[tex]\log x^2 = \log(x^2)[/tex]

and

[tex]\log^2 x = ( \log(x) )^2[/tex]

This type of notation is frequently used with trig functions too.

ah thank you for further clarifying!