Details about the function n/ln(n)

  • Thread starter tuhinrao
  • Start date
  • Tags
    Function
In summary, there is no standard function that can express n in terms of Y. However, there is a special function called the Lambert-W function that can be used to write n in terms of Y. This function has two real-valued branches, with the k=0 branch usually corresponding to the desired solution. The other branches give complex values, so for real values it is not necessary to consider them.
  • #1
tuhinrao
2
0
From the file attached I would like to know the following.
if Y=n/ln(n), Is there a way of explicitly expressing n in terms of Y.


Relations I found are:

There are 2 values of n for every Y. Except at Y=e , the two values converge to n=e.
If n1 and n2 are the values of n
then
n1^n2=n2^n1.

So is there a way of finding n1, given n2?

What could be the possible type of functions involved?
From the graph it is seen that |n1-e| and |n2-e| are related inversely.
What could be this relation?
 

Attachments

  • n by ln n.png
    n by ln n.png
    24.7 KB · Views: 473
Mathematics news on Phys.org
  • #2
No, there's no way to express n as a function of y using any standard functions. Of course, it's always possible to invent a new one for the purpose.
Mixtures functions of different types (polynomial, exponential, logarithmic, trigonometric..) are nearly always impossible to invert. E.g. y = x.exp(x), y = sin(x)/x, ...
 
  • #3
There is a special function called the Lambert-W function (aka the Product-Log) which you can use to write n in terms of y. The Lambert-W function is the function w=W(x) such that
x = w exp(w).

If you invert your equation so that 1/y = ln(n)/n, and then let n = exp(a), this gives

[tex]\frac{1}{y} = a e^{-a}[/tex]

We see that if we multiply both sides by -1 this will be in Lambert-W form, giving a = W(-1/y). Inverting n = exp(a), this gives

[tex]n = \ln W_k\left(-\frac{1}{y}\right).[/tex]

Some very important notes: The Lambert-W function has two real-valued branches, corresponding to k = 0 and k = -1. Usually the k=0 branch corresponds to the desired solution. The other branches gives complex values for W, so inverting ln n = W(-1/y) is more complicated if want solutions for these others branches. However, since you seem mostly interested in real values you don't need to worry about this.
 
  • #4
Thanks 'Mute'. Got my way through.

tuhinrao
 
  • #5


I would like to clarify that the function n/ln(n) is known as the logarithmic integral function. It is a special function that is commonly used in mathematics and engineering. It is defined as the integral of 1/ln(x) from 2 to n, where n is a positive real number.

Regarding the question about explicitly expressing n in terms of Y, it is not possible to find a single value of n in terms of Y as there are two possible values of n for every Y, except at Y=e where the two values converge to n=e. This behavior is due to the logarithmic nature of the function, where the values of n increase exponentially as Y increases.

The relation n1^n2=n2^n1 is known as the power property of logarithms and it holds true for any base of logarithm. This relation is also applicable for the logarithmic integral function, as seen in the graph provided. However, it is not possible to find n1 given n2, as there are two possible values of n for every Y.

In terms of the type of functions involved, the logarithmic integral function can be considered as a special type of logarithmic function. It is also related to the natural logarithm function, ln(x), as it is the inverse function of the natural logarithm.

As for the relation between |n1-e| and |n2-e|, it is an inverse relationship as seen in the graph. This can be explained by the fact that as Y increases, the values of n also increase, but they approach the value of e. This means that as n1 and n2 get farther away from e, their difference decreases.

In conclusion, the function n/ln(n) is a special mathematical function that is commonly used in various fields. It is not possible to explicitly express n in terms of Y, but there are certain properties and relations that hold true for this function.
 

FAQ: Details about the function n/ln(n)

What is the purpose of the function n/ln(n)?

The function n/ln(n) is commonly used in mathematics and computer science as a measure of how quickly a sequence grows. It is often used in analyzing the efficiency of algorithms and in calculating the time complexity of programs.

How is the function n/ln(n) different from other functions?

The function n/ln(n) is unique in that it grows slower than any polynomial function, but faster than any exponential function. This makes it useful in analyzing the efficiency of algorithms that fall in between these two growth rates.

Can the function n/ln(n) be simplified?

No, the function n/ln(n) cannot be simplified further. It is already in its simplest form.

What is the domain and range of the function n/ln(n)?

The domain of the function n/ln(n) is all positive real numbers. The range is also all positive real numbers, but it approaches infinity as n increases.

How can the function n/ln(n) be graphed?

The function n/ln(n) can be graphed on a Cartesian plane with n as the x-axis and n/ln(n) as the y-axis. The graph will approach the x-axis as n increases, but will never touch it.

Back
Top