LN10.CONST


Returns the value of the natural logarithm of 10.

Syntax:

LN10.CONST()


Example:

LN10.CONST()

returns 2.302585093


LN10.CONST() =

2.302585093

Application:

Calculating Sound Pressure Level


The decibel (dB) scale is a logarithmic scale used to measure sound intensity. The sound pressure level (SPL) in decibels is calculated using the common logarithm:



where P is the sound pressure and P0​ is a reference pressure.

In some advanced physical or signal processing calculations, it may be necessary to work with the natural logarithm. Using the conversion formula, we can express the SPL equation in terms of the natural logarithm:



Substituting this back into the SPL equation, we get:



This shows how the constant value of ln(10) is an integral part of converting the formula from one logarithmic base to another.


Example Table: Converting Common Log to Natural Log for SPL Calculation

Let's consider a scenario where we have a set of sound pressure ratios (P/P0​) and we want to calculate the SPL in decibels using a natural logarithm-based formula.

Sound Pressure Ratio (P/P0​)

log10​(P/P0​)

ln(P/P0​)

ln(P/P0​)/ln(10)​

SPL(dB) = 20 * (ln(P/P0)/;n(10))

A
B
C
D
E
1
10
1
2.3026
1
20 x 1 = 20
2
100
2
4.6052
2
20 x 2 = 40
3
1000
3
6.9078
3
20 x 3 = 60
4
0.1
-1
-2.3026
-1
20 x (-1) = -20

As you can see from the table, dividing the natural logarithm value by ln(10) (approximately 2.3026) gives us the common logarithm value. This demonstrates the constant relationship between the two logarithmic bases and how the value of ln(10) is used to bridge the gap in calculations.





This page is protected by Google reCAPTCHA. Privacy - Terms.
 
Built using Zapof