Understanding superposition for a layer model

VictorVictor5
Messages
13
Reaction score
0
Greetings all,

This question can cover many sub-forums here, but I'll put it in General Math since I believe it deals with superposition.

Now, I am studying a layered-earth model for programming purposes, and what I mean by that is, for example, we say air is one layer, grass is another, and the dirt underneath is the final layer. So in essence this would be a three layer system. What I'm trying to understand is an equation that defines N-layers to something called apparent conductivity. But I'm more concerned about the right hand side of the equation.

Now, while I present pseudo-code here to demonstrate, if anyone needs me to go into more detail or write in Latex, let me know.

So, for the three layered system, the equation for apparent conductivity looks like:

sigma_a = sigma1*(1-R(z1))+sigma2*(R(z1)-R(z2))+sigma3*R(z2)

where sigma 1 is the conductivity of the first layer, sigma 2 is the conductivity of the second layer, etc., and R(z1) and R(z2) are the relative contributions to the apparent conductivity from all material below a certain layer.

Now, say we have a 4 layer system. Now the equation expands to:

sigma_a = sigma1*(1-R(z1))+sigma2*(R(z1)-R(z2))+sigma3*R(z2)-R(z3))+sigma4*R(z3)

Now the first part (sigma1*(1-R(z1))) will always stay the same. The last part (sigma4*R(z3)) stays the same and can be written as sigma_N*R(z(N-1)), where N is the total amount of layers. But the middle information is always going to increase depending on the total number of layers.

This is where I think it has to do with superposition in some way but I am having a difficult time seeing it. Any assistance would be appreciated.

Thanks!
VV5
 
Mathematics news on Phys.org
Define "superposition".
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top