Can someone just help explain a clear defination of superlog?

  • Context: High School 
  • Thread starter Thread starter n_kelthuzad
  • Start date Start date
  • Tags Tags
    Explain
Click For Summary
SUMMARY

The discussion clarifies the concept of superlog and superroot, focusing on the equation c=x^x and its implications. It emphasizes that solutions may involve complex numbers if x is negative, but for positive x, the logarithmic properties can be applied. The key takeaway is that solving for x in these equations often requires computational tools, particularly when dealing with the general case. The natural logarithm function is also introduced as a critical component in understanding these relationships.

PREREQUISITES
  • Understanding of logarithmic functions, specifically natural logarithm (ln)
  • Basic knowledge of exponentiation and its properties
  • Familiarity with complex numbers and their implications in equations
  • Experience using computational tools for solving equations
NEXT STEPS
  • Learn how to use Python's SciPy library for numerical solutions of equations
  • Study the properties of logarithms and their applications in solving exponential equations
  • Explore complex analysis fundamentals to understand solutions involving negative bases
  • Investigate the concept of fixed points in mathematics and their relevance to superlog
USEFUL FOR

Mathematicians, students studying advanced mathematics, and anyone interested in the complexities of exponential equations and their solutions.

n_kelthuzad
Messages
26
Reaction score
0
I was trying to understand superlog and superroot but I get only 3/4 of them. Can anyone just explain, in a non-textbook way, such that:
I can understand without any post-calc knowledge
http://en.wikipedia.org/wiki/Superlog
-------------------------------------------------
or just explain:
c=x^x
how to find x?
or c=x^x^x^x^x^x^x....
thanks. just to say again that I am not even doing calc in school, but I am doing all maths myself. So will you explain without using any complex analysis and other things?
 
Mathematics news on Phys.org
n_kelthuzad said:
I was trying to understand superlog and superroot but I get only 3/4 of them. Can anyone just explain, in a non-textbook way, such that:
I can understand without any post-calc knowledge
http://en.wikipedia.org/wiki/Superlog
-------------------------------------------------
or just explain:
c=x^x
how to find x?
or c=x^x^x^x^x^x^x....
thanks. just to say again that I am not even doing calc in school, but I am doing all maths myself. So will you explain without using any complex analysis and other things?

Hey n_kelthuzad and welcome to the forums.

The reason why we need complex analysis is because the solution x could actually be negative. When x is negative then we are looking at most likely a complex number solution depending on what x actually is.

So let's for the moment assume that x > 0. We only consider a finite number of exponentiations: Let's look at two first.

c = x^x^x. Assume x > 0 and c > 0 (It has to be otherwise it won't work).

log_c(c) = log_c(x^x^x) = 1

But log_c(x^x^x) = x^xlog_c(x) = 1.

This meanx x^x = 1/log_c(x).

Now let's do the same thing again:

log_c(x^x) = log_c(1/log_c(x)) = - log_c(log_c(x)) since log(1) = 0 and log(a/b) = log(a) - log(b).

But log_c(x^x) = xlog_c(x) which means:

xlog_c(x) = -log_c(log_c(x)) which means

x = -log_c(log_c(x)) / log_c(x)

To solve this, you need to use a computer for the general case. Now log_c(x) has to be greater than 0 otherwise you won't get a solution. This means that x > c for the real case (remember no complex numbers).

Since log_c(x) > 0 and since x > 0 this means log_c(log_c(x)) < 0 since we have a minus sign but this means log_c(log_c(x)) < 0 which means log_c(x) is in 0 < x < 1.

If those conditions are satisfied we use a computer program which takes in a formula and finds what is called the root of the equation: in this particular example - we have x + log_c(log_c(x))/log_c(x) = 0 and we have to solve for x. The computer will then do its magic and get an approximate answer for x.

Also just in case you are wondering log_c(x) = ln(x)/ln(c) where ln is the natural logarithm function which has a known formula.
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 21 ·
Replies
21
Views
3K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 44 ·
2
Replies
44
Views
5K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 19 ·
Replies
19
Views
6K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K
Replies
1
Views
2K