Does ln[ln(x)] = ln(x) * ln(x)

  • Thread starter Thread starter lilac30750
  • Start date Start date
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
3 replies · 63K views
lilac30750
Messages
1
Reaction score
0

Homework Statement


Does ln[ln(x) = ln(x) times ln(x)?


Homework Equations




The Attempt at a Solution

 
Physics news on Phys.org
And generally speaking, f(f(x)) is different from f(x)*f(x). It's the difference between function composition (evaluation a function of a function) and function multiplication.
 
Maybe if we manipulated the expression a little it will become clearer that each function is not equal to each other.

[tex]ln\left(ln(x)\right)=\left(ln(x)\right)^2[/tex]

[tex]ln(x)=e^{\left(ln(x)\right)^2}[/tex]

[tex]ln(x)=(e^{ln(x)})^{ln(x)}[/tex]

[tex]ln(x)=x^{ln(x)}[/tex]

Does it look more obvious now as to why these expressions are not equal?