Normal Modes of Soft-Sphere Packings: from High to Physical Dimensions

Size: px
Start display at page:

Download "Normal Modes of Soft-Sphere Packings: from High to Physical Dimensions"

Transcription

1 Normal Modes of Soft-Sphere Packings: from High to Physical Dimensions Alexis Poncet École Normale Supérieure - University of Oregon Why do amorphous solids exhibit an excess of low-energy excitations compared with crystals? Only now are infinite dimensional mean-field predictions becoming available for glassy systems. Here we present simulations of packings of soft spheres in dimensions ranging from high (d = 7) to physical ones (d = 3). We attempt to connect the spectrum of jammed systems with these new predictions. The jamming phenomenon has been a much studied topic of statistical and soft-matter physics over the past ten years []. What happens to a packing of spheres when it is compressed until its particles have to overlap? In some cases the outcome might be a crystal but we often obtain an amorphous jammed system at a density that barely changes from one sample to another (φ J 0.64 in 3d) [2]. The geometric [3], rheologic [4], vibrational and elastic properties [2] of such a system are very different from what we would expect for a crystal. The behavior of jammed systems has been found to have universal properties usually summarized by a temperature-densitystress phase diagram [, 2, 4, 5]. Theoretical progress has especially been made by looking at hard-sphere packings within mean-field [5, 6], but some mean-field predictions for the force network have also been checked for softsphere packings [7, 8]. One should remember that the results of a mean-field theory are exact in the infinitedimensional limit. In the following we should use finitedimensional systems as a synonym for non-mean-field systems. In this article, we are especially interested in vibrational properties of jammed packings. It is now wellknown that amorphous systems exhibit an anomalous excess of low-frequency excitations compared to crystals [2, 9]. This is extremely interesting because the vibrational properties of solids are related to measurable properties such as the thermal conductivity. For instance, the acoustic modes in a crystal (linear dispersion relation) give a temperature-cube scaling for the thermal conductivity at low temperature [0]. The anomaly in the spectrum of amorphous solids is often referred to as the Boson peak. Several attempts were made to explain this by using a cutting argument [], effective medium theory [2] or random matrix theory [3]. Moreover, recently, analytical and numerical results were obtained for models known to share features with spheres jamming: the perceptron model [4] and the Heisenberg spin glasses model [5]. Such results contribute to an understanding of the jamming phenomenon. So far, most studies have dealt with the excitations of three-dimensional systems, thus probably encountering strong low-dimensional effects. Our goal is to study the alexis.poncet@ens.fr vibrational modes of soft-sphere packings both as a function of density and of dimension. In infinite dimension (mean-field), analytical results are available [4]. Thus a study of systems ranging from high dimension to low dimension gives hope to bridge the gap between those results and the physically interesting dimension three. Moreover, one should also be able to distinguish between features independent of dimension from features that strongly rely on dimension (low-dimensional effects). In addition to carrying out a study of the density of states, we also look at the localization of the normal modes and try to give an insight into the anharmonicity of the landscape. I. PACKINGS OF HARMONIC SPHERES In all this article, we are studying packings of frictionless harmonic spheres, that is to say particles (at positions r i with radii σ i ) in dimension d (ranging from 3 to 7) that interacts with the following potential: U = Θ [σ ij ρ ij ] (σ ij ρ ij ) 2 () 2 i,j where the sum is taken oven the pairs of particles. ρ ij = r i r j is the distance between particles i and j, σ ij = σ i + σ j is the sum of the radii and Θ is the Heaviside function (it allows to sum only on the contacts). We consider N particles (typically N = 892) in a periodic box of unit size. Note than we will focus only on monodisperse packings (σ i = σ) in dimensions 3 to 7. In dimension 2 it is impossible to obtain amorphous monodisperse packings: if we start from random positions for identical particles it is very likely that we will end up with a crystal. Studies of the physically interesting dimension 2 should deal with polydisperse packings. The relevant parameter is the packing fraction φ: the fraction of the space occupied by the particles. It has been found [2] that below a critical point φ = φ J, an energy minimization starting from random initial positions will lead to a zero energy, whereas for φ > φ J there are non-zero overlaps and thus a non-zero energy (Fig. ). This is the jamming transition (see [] for a review on jamming). Note that φ J is not really constant: it takes different values (in a small range) for different packings [2] and the typical value depends on the algorithm that

2 2 ϕ j Figure. Sketch of packings below jamming, at jamming and above jamming. ϕ is the packing fraction. ϕ J is the critical point. generates the packings [7]. However this was found not to affect some properties that are universal [7]. In the followinge focus on packings above jamming and we shall refer to the distance from jamming as φ = φ φ J > 0. Starting from random positions, we minimize the energy until we reach a local minimum: all the particles should be stable within a very low tolerance. This is done with an implementation by Eric Corwin [8] of the FIRE algorithm [6] using general purpose graphical processing units (GPGPU). The simulations are run on the University of Oregon ACISS supercomputer (56 NVDIA M2070) on nodes having up to three GPUs. When subtracting two floating-point numbers close to each other (imagine substracting and ), having a good numerical precision is important, otherwise the result might be wrong or imprecise. To be able to have a good resolution on the contacts double-double arithmetics was used: this method uses two double-precision numbers to get a precision nearly as good as quad-precision (which is not available on GPU). II. HESSIAN MATRIX OF SOFT SPHERES A. Expression of the Hessian matrix The Hessian matrix is defined as the matrix of small oscillations around a local minimum: H αβ ij = 2 U r α i rβ j i and j denote particles (i, j =... N) while α and β denote components of a vector (α, β =... d). The first derivative of () reads: U r α i = k i [ (ρ ik σ ik )(ri α rk α ) ] ρ ik ϕ (2) (3) where i stands for the contacting neighbors of particle i. Taking the second derivative, we obtain: H αβ ij = δ ij k i [ n α ikn β ik + ɛ ik ρ ik ( n α ikn β ik δαβ)] δ ij [ n α ijn β ij + ɛ ij ρ ij ( n α ijn β ij δαβ)] (4) where ɛ ij = σ ij ρ ij is the overlap, and n ij = rj ri ρ ij is the unit vector between particles i and j. δ ij and δ αβ are Kronecker deltas while δ ij indicates a contact. To get information about the vibrational modes of a packing, the diagonalization of the Hessian matrix needs to be done: we compute its eigenvalues λ k and its eigenvectors {u α i } k. Conventionally, the results are reported in term of the angular frequencies ω k = λ k. The density of states (abbreviated as DOS) is defined as D(ω) such that there are D(ω)dω modes between ω and ω + dω. B. Implementation The computation of the Hessian matrix and the diagonalization is done with a Mathematica script taking as input the output of the packing-generating program. The script was run on the ACISS cluster in order to process multiple systems on multiple nodes. There were a few choices to make concerning the diagonalization method. The first issue is precision: in order to allow Mathematica to use parallelism (multiple cores) we had to reduce the precision of our data to double precision. This should not be a problem for the computation of the density of states as we don t intend to use the results of the diagonalization for further computations needing enhanced precision. The second choice to make is the algorithm to use. The Arnoldi algorithm implemented in Mathematica seemed a good choice to compute the lowest eigenvalues of a sparse matrix such as the Hessian. Unfortunately, it turned out that it takes too much memory (and too much time) for big matrices. An attempt was made to use the LOBPCG algorithm [7] using the Hypre C library [8], and even if it seemed to work, there was little guarantee on the actual precision and stability of the algorithm when computing a lot of eigenvalues. Eventually, the entire spectrum was computed with the default Mathematica dense-matrix method: this has the advantage that there is no need for a threshold on the eigenvalues we want to consider. It should be noted that if a substantial number of eigenvalues (more that a few percent) needs to be computed, dense-matrix methods become competitive with sparse-matrix methods. The limitation on the size of the systems that were considered does not come from the generating program but from the time necessary to the diagonalization. With a reasonable time (less than 2 hours), we were never able to process packings of more than 6384 particles in

3 3 dimension 3 or 4. Most of the results below are given for 892 particles in dimension 3 to 7. While being efficient at finding only a few eigenvalues (eg the ground state of a system), sparse-matrix methods such as the Arnoldi algorithm struggles to commpute a lot of eigenvalues, probably because it needs to remember all the changes of bases. Information was found in the Arpack++ user s guide [9] for the Arnoldi algorithm: computing m eigenvalues of a matrix of size n has a memory usage (number of numbers in memory) of 2nm + 5n 2 + 5n + 2m. If m becomes proportional to n, the memory requirement scales as O(n 2 ). A numerical application for n = (0 4 particles in 3d), m = 0 3 and double precision (8 bytes per number) gives a need for 5Gb of RAM. This is still doable on our cluster, but bigger systems might not be possible. It should also be noted that some implementations of classical algorithms (eg in the Hypre library) are able to take advantage of special forms of matrices (2d laplacian, Hessian of a crystal,... ) but this doesn t apply in our case. Figure 2. Left: a rattler with no contact (in 2d). Right: a buckler and its buckling motion. (Figure from [8]) C. Low-contact particles and isostaticity criterion The first information immediately available is the number of modes of the Hessian matrix that have a zeroenergy (or zero-frequency). Obviously, as we are using periodic boundary conditions, there are d zero modes corresponding to the translations. Furthermore, some particles have fewer than the d + constraints (contacts) needed for local stability, we call them rattlers. There is at least one direction in which they can lead to a movement with no cost ie a zero-energy mode. In practice, as the energy is minimized (within a tiny tolerance), a rattler almost always has no contacting neighbor: it is not a part of the force network (see figure 2 left). The non-rattler particles should be stable, except unlikely cases for which all the contacts are on one side of a plane). We were able to verify that the nontranslational zero-modes are caused by rattlers: when removing the rattlers beforehand we obtained only d zero modes. On figure 3, we compare the number of rattlers to the number of zero-modes: this gives us the expected result: each rattler contributes to d zero-modes. The small difference between the two curves in 3d is due to the fact that, because of numerical tolerance, some rattlers do have one or two contacts: there are a few artificial nonzero modes. Looking at the inset in figure 3, we notice that the number of rattlers goes down (exponentially) as the dimension increases. Rattlers are a feature of lowdimensional systems: the higher the dimension is, the less likely are such particles. In the infinite-dimensional (mean-field) limit, there are no rattlers at all. Another kind of low-contact particles are the so-called bucklers [8]. These are particles with exactly d + contacts with one of them being weak (see figure 2 right). They are able to buckle easily: they are thought to give rise to localized low-energy excitations. Like rattlers, bucklers are a low-dimensional phenomena that is not present in mean-field. In fact, the main point of [8] is that if we remove bucklers from a packing, we find a mean-field scaling for the distribution of the forces, even in dimensions 2 and 3. A key notion to understand such phenomena is the isostaticity condition. A packing of spheres is stable if the number of constraints is greater than the number of degrees of freedom [8, ]. Letting N c be the number of contacts in the packing and taking into account the translations, if the packing is stable we need to have: N c dn d (5) (dn is the number of degrees of freedom of the particles, d is the number of global translations) This is known as the Maxwell criterion for rigidity. If we call z 2N c /N the average number of contacts per particle, we need to have z z c with ( ) N z c 2d 2d (6) N N A packing with z = z c is called isostatic, it has the minimum number of constraints necessary to be stable. At jamming, if the rattlers are removed, a packing is isostatic; and above jamming, the average number of contacts per particles is z = z c + z with z φ [2]. The facts that z = 2d at jamming and that we expect the distribution of number of contacts to become peaked upon increasing the dimension can be used as hand-waving arguments to justify that the rattlers (fewer than d+ contacts) and the bucklers (d+ contacts) disappear when the dimension increases. In high dimension a particle is less likely to be locally under-constrained.

4 4 Excess of zero modes / dimension (lines) e-07 e-06 e Distance to jamming Δφ/φ J Rattlers // Dimension d 4d 5d 6d 7d Number of rattlers (dots) 0. Δ φ/φ J = 9.4e-0 8.0e e e e e e-07 9.e Angular frequency ω Figure 3. Lines: Number of non-translational zero-modes divided by the dimension as a function of the distance to jamming, in dimensions 3 to 7. Dots: Number of rattlers. Inset: number of rattlers at jamming versus dimension III. RESULTS FOR THE DENSITY OF STATES A. Fitting function A typical plot of the density of states D(ω) (DOS) in 4d is given on figure 4 (top). As pointed out before, the DOS is obtained directly from the spectrum of the Hessian by making an histogram of the square root of the eigenvalues. The dots on the figure correspond to logarithmically spaced bins. Very close to jamming, the DOS goes to a constant as ω goes to 0. This is largely reported in the literature [2, 9, ] and is linked with the so-called Boson peak. As we move away from jamming, the curve peels off from this plateau. Above some ω ( φ), we still have the plateau but below ω, the DOS follows a scaling that we will investigate later. It has been found both numerically [9] and with a cutting argument [] that the scaling of ω with φ scales as: ω φ (7) Therefore, we attempt to scale ω with φ by taking ω/ φ/φ J as horizontal axis (Fig. 4 bottom). All the curves seem to collapse onto the same master curve, with an ω 2 behavior at low frequency and a plateau at high frequency. The analytical solution of the perceptron model, that belongs to the same universality class as mean-field packing of spheres, follows the same behavior [4] and the density of states is said to be (in the relevant phase) D(ω) = ω 2 ωmax 2 ω 2 π ω 2 + ω 2 (8) where ω max is the highest frequency and ω is the same kind of threshold frequency. Assuming ω ω max (low ω / (Δ φ/φ J ) Δ φ/φ J = 9.4e-0 8.0e e e e e e-07 9.e-08 Figure 4. Density of states for 892 particles in 4d. Top: without scaling. Bottom: with ω rescaled by φ/φ J. The black line corresponds to equation 9 frequency behavior) and acknowledging equation 7, we fit the curves of figure 4 with the following function (A and B are the fitting parameters): D(ω, φ) A + φ φ J B ω 2 (9) This function looks appropriate (Fig. 4 bottom). Furthermore, it is valid in every dimension from 3 to 7 with the same fitting parameters (A 0.4, B ), provided that the system remains rather close to jamming (Fig. 5 top). B. Discussion on the low frequency scaling The D(ω) ω 2 scaling at low-frequency is a meanfield scaling: it has been derived analytically for the per-

5 5 ceptron model [4] and also corresponds to the scaling expected in the Heisenberg spin glasses model in the absence of external field [5]. Moreover this ω 2 scaling (for ω ω ) was found within effective medium theory in 3d [2]. It is remarkable that the same scaling holds for soft spheres close to jamming in every dimension from 3 to 7. In a crystal, the low-frequency scaling would be the socalled Debye scaling [0] D(ω) ω d (d is the dimension). In fact, this scaling holds for the acoustic modes (linear dispersion relation) of any elastic medium. Note than in 3d, there is no distinction between the Debye scaling and the mean-field scaling. Going to higher dimension should enable us to distinguish between the two. This also has the consequence of minimizing the contribution of the phonons (ω d is smaller for high d). Even in an amorphous system, if we are rather far from jamming, we expect harmonic spheres to exhibit some elastic properties: phonons should be present. We tried to evaluate the frequency at which we should expect the lowest phonon using the relation ω phonon, min = c t k min (0) where k min = 2π/L (box of size L) and c t = G/ρ (G shear modulus, ρ density) is the speed of the tangential waves [20]. Unfortunately, our packings under periodic boundary conditions are not always stable with respect to shear. They exhibit a shear modulus that depends on the directions and can be negative: we were not able to obtain anything meaningful. Indeed, it has been shown [2] that packings under periodic boundary conditions made with basic compression algorithms can have a negative shear modulus (at least for one shear) while they have a well-defined bulk modulus and are mechanically stable within the fixed box. A shear in periodic boundary conditions is not a linear combination of translations of particles, instead it is a change in the space in which the particles are embedded. The remedy would be to change the energy-minimization algorithm to produce shear-stabilized packings. C. Going away from jamming One should notice that in figure 4 (bottom) the curve with the highest density deviates away from the fitting curve. In fact, when going away from jamming, in all dimensions 3 to 7, we see a deviation from the mean-field curve (Fig. 5, bottom). The scaling at low frequency is no longer ω 2. But, at least in dimensions 5 to 7 and for φ/φ J.5, it is not either a clear Debye scaling. Further investigation will be needed to understand what this scaling is and what it corresponds to. There have been proposals [2, 4], for a Debye scaling (ω d ) at very low frequency: the density of states is thought to scale as: ω / (Δ φ/φ J ) d Δ φ/φ J 3.3e e e e e ω / (Δ φ/φ J ) d Δ φ/φ J 3.4e e e e e+00 Figure 5. Density of states for 892 particles in 3 to 7d. Each curve corresponds to an accumulation of 30 to 50 systems. Top: rather close to jamming. Bottom: far from jamming. The black line corresponds to equation 9 ω d ω ω 0 D(ω) ω 2 /ω 2 ω 0 ω ω () flat ω ω where ω φ is the frequency we introduced before, and ω 0 is a new threshold frequency. In practice, there is a limitation on the size of our packings and the number of packings over which an average can be taken: it is unlikely that the regimes ω ω 0 and ω 0 ω ω of equation can be clearly distinguished. Another guess is that the density of states could, in analogy with equation 9, scale as: D(ω, φ) A + B φ + Debye scaling (2) ω 2 + C φ3 ω 4

6 6 IV. STUDY OF LOCALIZATION 0. d Δ φ / φ J = Fitting function e (Δ φ /φ J ) / ω 2 d Δ φ / φ J = Fitting function e (Δ φ /φ J ) / ω 2 + α (Δ φ /φ J ) 3 / ω 4 with α =.0e-02 A. Definition of the inverse participation ratio Let us now conduct a study of the localization of the eigenmodes, in analogy with similar studies [5]. Is a mode extended for instance a plane wave or localized for instance one particle buckling? The usual indicator of localization is the inverse participation ratio (IPR), Y, that is defined for a mode { u i } as: (i goes from to N) i Y = u i 4 ( i u i 2 ) 2 (3) For a completely localized mode (only one particle moving) Y =, while for an fully extended mode (all the N particles moving) Y N. An insight on the fraction of particles moving in one mode is given by the participation ratio P R = /(NY ). P R = for a fully extended mode, P R = N for only one particle moving. Whereas good results for the density of states can be obtained with only one system, the IPR gives only meaningful results when an average over several systems is taken. It was found empirically that the average gives sharper curves if it is done on the participation ratio instead of the IPR: we took the harmonic mean of the IPR for averaging. Whereas logarithmically spaced bins were used for the DOS, bins of same number of points were used for the IPR. B. General results for the IPR Figure 6. Density of states for 892 particles in 3 to 7d far from jamming. Top: the x-axis is φ/ω 2. Bottom: the x- axis is chosen so as to check equation 2. The fitting curve is f(x) = A/( + Bx) (A 0.4, B ) where A, B and C are fitting parameters. In high dimension (for instance d = 7), the Debye scaling should be negligible. We can try to plot D(ω) as a function of φ/ω 2 + α φ 3 /ω 4 (α = C/B needs to be adjusted by hand) and try to fit it with A/( + Bx). At low φ, the corrections are negligible so equation 2 works as well as equation 9. At high φ, equation 2 looks better than equation 9 (Fig. 6). The fitting curve (bottom) is closer to the low frequency scaling, and the higher the dimension is, the better it is. Note however we do not have conclusive evidence for this scaling to be valid. In both figures 5 and 6, the behavior of the 3d curve at high density is peculiar. We would expect the 3d data to always scale as ω 2 (both mean-field and Debye scalings). But it seems that something unexplained is happening at high density in 3d. Further investigation will be done in the next section. Figure 7 shows the IPR for the modes as a function of the frequencies in 4d at different packing fractions. As pointed out in [22], there are roughly three regions: (see figure 7, eg for φ/φ J =.6) At low frequency, we find quasi-localized modes ie modes that have large components in a small spatial region with a tiny plane-wave background. These modes have a relatively high IPR: up to 0 2 for 892 particles in 4d. We will try to account for them. At intermediate frequency, we have a plateau of extended modes: the IPR is roughly constant, around This should be compared to /N = if all the particles were moving. Extended modes are the most usual modes that one expects in the vibrations of a solid. At very high frequency, we have the so-called Anderson localized modes (high-frequency localized modes reported in many models of disordered media). Here, we are not interested in them. The fact that softer modes are more localized has also been reported for the Heisenberg model [5].

7 7 At high density, the low-frequency modes are rather localized (Fig. 7). But when going closer to jamming, these modes become more and more delocalized, until we see almost no sharp increase at low frequency. A guess is that the localized modes are somehow linked with lowcoordination particles: the particles that are rattlers or bucklers. These particles have little importance close to jamming (rattlers are not part of the force network), but if we compress the system the same particles, that are no longer rattlers nor bucklers, are still low coordination particles and may not behave like the others. The modes associated with those particles might be the localized low-frequency modes far from jamming. This still remains to be checked. Inverse participation ratio Y 0. Δφ/φ J.5e e-02.5e-0 5.e-0.6e+00 φ Angular frequency ω C. Variation of the IPR with the dimension On figure 9 is plotted the IPR as a function of the frequency in dimensions 4 to 7 both close to jamming and far from jamming. The behavior is roughly the same in all dimensions: fairly localized low-energy modes far from jamming and more delocalized modes close to jamming. Moreover, the IPR is going down with the dimension: the higher the dimension is, the more extended the modes are. This can be understood easily if our assertion that localized modes are linked with low-coordination particles is true. As pointed out earlier, the number of lowcoordination particles goes down with the dimension, and in the infinite dimensional limit this should vanish. In mean-field, there should be no reason for localized modes at low frequency. One might wonder why we didn t plot the IPR in 3d. It turns out, as we said earlier, that the data in 3d far from jamming exhibit a strange behavior. Close to jamming, the curves for the IPR (like those for the DOS) follow the general tendancy. But far from jamming, there are oscillations in the IPR (Fig. 8). This means that we have some precise frequencies for which the modes are localized. For the moment, this remains unexplained. Figure 7. Inverse participation ratio for 892 particles in 4d, as a function of the frequency. Each curve corresponds to an acummulation of 50 systems. In figure 0 is plotted the IPR versus the number of particles in 4d, rather close to jamming and far from jamming. We choose both low energy modes (modes, 2, 0 and 20) and typical low IPR modes (modes number 4N/4 and 4N/2). The IPR of the latter is roughly constant from one mode to another (Fig. 7). For both plots, the IPR of the typical low-ipr modes follows a N scaling: this confirms that these modes are extended. Then, the low-frequency modes far from jamming have a roughly constant IPR with respect to N: these modes are localized. Finally, there is the issue of the low-frequency modes at φ/φ J = : their IPR is decreasing with the number of particles. This confirms that they are rather extended modes. However, the scaling of the IPR with the number of particles is unclear: the slope is less steep than N but it is difficult to say if it is N log N. Note that we might not be close enough to jamming to match the prediction at jamming. D. Scaling of the IPR with the number of particles To check whether modes are localized or delocalized, it is interesting to monitor their evolution with the number of particles. As we said before, an extended mode (for instance a plane wave) will have an IPR going as Y N : the number of particles moving in the mode is proportional to the total number of particles. On the contrary, a localized mode will have a constant IPR: the number of particles moving is independent of the total number. There are claims [23] that at jamming the probabiliy distribution P ( u ) that a particle moves at a distance u in a low-energy mode goes as P ( u ) u 5 at large u. From it, a scaling for the IPR can be found: Y N log N (less steep than N ). V. STUDY OF ANHARMONICITY By computing and diagonalizing the Hessian matrix an harmonic approximation is made: the packing of spheres is replaced with a network of springs and only the small oscillations are studied. But if the packing is actually moved along some direction, some contacts between particles might be broken and others might be created: the initial computation of the Hessian matrix is no longer valid. For glassy systems the landscape is typically very rugged: there are a lot of minimas (a lot of wells ) in which the system can be trapped. Then, one might ask the following question: for a given direction (a given mode) { u i }, what is the maximum distance u max (the size of the catchment region of the well) at which

8 8 Inverse participation ratio Y Δ φ/φ J.7e e-02.3e-0 4.6e-0.8e+00 Inverse participation ratio Y 0. d Δφ/φ J 4.5e e e e d Angular frequency ω Angular frequencyω Figure 8. Inverse participation ratio for 892 particles in 3d, as a function of the frequency. The oscillations at high packing fraction are still unexplained. we can move the packing and still have a reminimization of energy bring it back to the same minimum? It should be noted that u max = ( i u i 2 ) /2 is a norm in a dn-dimensional space (d = dimension, N = number of particles). u i stands for the displacement of particle i. A similar study for spin glasses was done in [5] with the displacement of particles replaced by a forcing field. A distinction is made between forcing along a low-energy eigenvector (that is rather localized) and forcing along a random mode (that is delocalized). It is argued that moving along a random mode should be equivalent to moving along a bulk eigenvector. As for packings of sphere, [22] studied the size of wells along every normal mode at a given density. To start, we chose to study the size of the initial well along random directions, and its evolution with the packing fraction. It should be noted that the reminimization of energy (which is done with the GPU program) is computationally extensive: instead of looking for the exact size of a well, we probe logarithmically-spaced distances: we start at some distance u 0, if we end up in the initial well we stop here, else we probe a distance αu 0 (we took α = /2). This gives us logarithmically-sized bins. The difference between two wells can be seen by looking at their energies: if the two wells are the same one, the energy is unchanged under numerical precision (last digit of double-double precision), otherwise the change in energy is clear. By looking at different packings, and different random directions we are able to sketch an histogram for the sizes of wells at a given density. On figure, we show results in 4d for the catchment region of a well. It seems (for the four first curves) that the length of the catchment region of a well increases with the density. This agrees with our intuition: the further away from jamming (ie the denser we are), the more difficult it is to rearrange a packing by perturbing Inverse participation ratio Y 0. d Δφ/φ J d Angular frequencyω Figure 9. Inverse participation ratio for 892 particles in 4 to 7d. Each curve corresponds to an acummulation of 30 to 50 systems. Top: rather close to jamming. Bottom: far from jamming. it. However, the behavior far from jamming (last curve, φ/φ J =.6) is still unclear. Further studies should look at systems closer to jamming are perhaps average on more configurations. It would also be interesting to see if the behavior is different if we move along a (potentially localized) low-frequency eigenvector instead of a random mode. VI. CONCLUSION The density of states of soft-sphere packings in finite dimension close to jamming appear to follow a meanfield curve (by which we really mean the curve obtained for the perceptron model [4]) with a plateau at high frequency and a scaling D(ω) ω 2 at low frequency. This shows that the mean-field features are impressively resistant. Explaining the behavior far from jamming is harder

9 9 Inverse participation ratio Inverse participation ratio e-02 e-03 e-04 e-0 e-02 e-03 e-04 e-05 e+03 e+04 e+05 Number of particles Δφ =.5e-2 Mode Mode 2 Mode 0 Mode 20 Mode N Mode 2N log(x)/x /x e+03 e+04 e+05 Number of particles Δφ =.5 Mode Mode 2 Mode 0 Mode 20 Mode N Mode 2N constant /x Figure 0. Inverse participation ratio in 4d versus the number of particles. Top: rather close to jamming. Bottom: far from jamming and further theoretical studies might be needed to understand it. A curve steeper than ω 2 is seen at low frequency. The explanation might have to do either with modes due to low-coordination particles (see localization study) or with an increasing importance of phonons. Note however than even when going very far from jamming, a clear Debye scaling was never obtained. In low dimensions and rather far from jamming, we found localized low-frequency modes: those modes have a relatively high inverse participation ratio and involve a number of particles independent of the total number (constant IPR with respect to the number of particles). Our guess is that these modes are caused by lowcoordination particles. This would be consistent with the fact that close to jamming or in high dimension all modes become extended. Eventually, the direct probing of the landscape seems to show that the catchment region of a well becomes smaller as we approach jamming. However further stud- Density of probability 0 0. Δ φ =.5e e-02.5e-0 5.e-0.6e Size of the well Figure. Catchment region of a well along a random direction for 024 particles in 4d. Each curve corresponds to an accummulation of 625 points (25 systems, 25 random directions per system) ies will be needed in order to make a strong claim and have better insight on which information can be revealed by the landscape. We hope that these results will contribute to improve the insight of the jamming transition and that the data set will prove useful for further studies. AKNOWLEDGMENTS First, I would like to thank warmly Eric Corwin for the time he regularly dedicated to supervise my project and to make this work progress. Also warm thanks to Francesco Zamponi and Patrick Charbonneau for enlightening Skype meetings and discussions that kept this project moving forward, and for reading this report carefully. Thanks to Giorgio Parisi for theoretical guesses and insightful advice. And, last but not least, thanks to Robert Yelle, the ACISS cluster administrator, for help and advice on how to use the cluster. [] A. J. Liu, S. R. Nagel, W. van Saarloos, and M. Wyart, in Dynamical heterogeneities in glasses, colloids, and granular media (Oxford University Press, 200). [2] C. S. O Hern, L. E. Silbert, A. J. Liu, and S. R. Nagel,

10 0 Physical Review E 68, 0306 (2003). [3] P. K. Morse and E. I. Corwin, Physical review letters 2, 570 (204). [4] A. Ikeda, L. Berthier, and P. Sollich, Soft Matter 9, 7669 (203). [5] G. Parisi and F. Zamponi, Reviews of Modern Physics 82, 789 (200). [6] G. Parisi, arxiv preprint arxiv: (204). [7] P. Charbonneau, E. I. Corwin, G. Parisi, and F. Zamponi, Physical review letters 09, (202). [8] P. Charbonneau, E. I. Corwin, G. Parisi, and F. Zamponi, Physical review letters 4, (205). [9] L. E. Silbert, A. J. Liu, and S. R. Nagel, Physical review letters 95, (2005). [0] N. W. Ashcroft and N. D. Mermin, Solid State Physics (Harcourt College Publishers, 976). [] M. Wyart, L. E. Silbert, S. R. Nagel, and T. A. Witten, Physical Review E 72, (2005). [2] E. DeGiuli, A. Laversanne-Finot, G. Düring, E. Lerner, and M. Wyart, Soft matter 0, 5628 (204). [3] M. L. Manning and A. J. Liu, EPL (Europhysics Letters) 09, (205). [4] S. Franz, G. Parisi, P. Urbani, and F. Zamponi, arxiv preprint arxiv: (205). [5] M. B. Jesi, V. Martin-Mayor, G. Parisi, and S. Perez- Gaviro, arxiv preprint arxiv: (205). [6] E. Bitzek, P. Koskinen, F. Gähler, M. Moseler, and P. Gumbsch, Physical review letters 97, 7020 (2006). [7] A. V. Knyazev, SIAM journal on scientific computing 23, 57 (200). [8] [9] [20] L. D. Landau and E. M. Lifshitz, Theory of Elasticity (Pergamon Press, 970). [2] S. Dagois-Bohy, B. P. Tighe, J. Simon, S. Henkes, and M. van Hecke, Physical review letters 09, (202). [22] N. Xu, V. Vitelli, A. Liu, and S. Nagel, EPL (Europhysics Letters) 90, 5600 (200). [23] P. Charbonneau and G. Parisi, Unpublished.

Relevance of jamming to the mechanical properties of solids Sidney Nagel University of Chicago Capri; September 12, 2014

Relevance of jamming to the mechanical properties of solids Sidney Nagel University of Chicago Capri; September 12, 2014 Relevance of jamming to the mechanical properties of solids Sidney Nagel University of Chicago Capri; September 1, 014 What is role of (dis)order for mechanical behavior? Andrea J. Liu Carl Goodrich Justin

More information

Inhomogeneous elastic response of amorphous solids

Inhomogeneous elastic response of amorphous solids Inhomogeneous elastic response of amorphous solids Jean-Louis Barrat Université de Lyon Institut Universitaire de France Acknowledgements: Anne Tanguy, Fabien Chay Goldenberg, Léonforte, Michel Tsamados

More information

Indiana University, January T. Witten, University of Chicago

Indiana University, January T. Witten, University of Chicago Indiana University, January 2007 T. Witten, University of Chicago Force propagation in a simple solid: two pictures Add circular beads to a container one by one How does an added force reach the ground?

More information

Workshop on Sphere Packing and Amorphous Materials July 2011

Workshop on Sphere Packing and Amorphous Materials July 2011 2254-16 Workshop on Sphere Packing and Amorphous Materials 25-29 July 2011 Random Spring Networks vs. Soft Sphere Packings: Jamming Meets Percolation Wouter G. ELLENBROEK Eindhoven Technical University,

More information

Thermal fluctuations, mechanical response, and hyperuniformity in jammed solids

Thermal fluctuations, mechanical response, and hyperuniformity in jammed solids Thermal fluctuations, mechanical response, and hyperuniformity in jammed solids Atsushi Ikeda Fukui Institute for Fundamental Chemistry, Kyoto University Atsushi Ikeda & Ludovic Berthier Phys. Rev. E 92,

More information

Jamming and the Anticrystal

Jamming and the Anticrystal Jamming and the Anticrystal Andrea J. Liu Department of Physics & Astronomy University of Pennsylvania Carl Goodrich Corey S. O Hern Leo E. Silbert Vincenzo Vitelli Ning Xu Sidney Nagel UPenn Yale SIUC

More information

Normal modes in model jammed systems in three dimensions

Normal modes in model jammed systems in three dimensions PHYSICAL REVIEW E 79, 238 29 Normal modes in model jammed systems in three dimensions Leonardo E. Silbert, Andrea J. Liu, 2 and Sidney R. Nagel 3 Department of Physics, Southern Illinois University, Carbondale,

More information

Introductory Quantum Chemistry Prof. K. L. Sebastian Department of Inorganic and Physical Chemistry Indian Institute of Science, Bangalore

Introductory Quantum Chemistry Prof. K. L. Sebastian Department of Inorganic and Physical Chemistry Indian Institute of Science, Bangalore Introductory Quantum Chemistry Prof. K. L. Sebastian Department of Inorganic and Physical Chemistry Indian Institute of Science, Bangalore Lecture - 4 Postulates Part 1 (Refer Slide Time: 00:59) So, I

More information

Structural Signatures of Mobility in Jammed and Glassy Systems

Structural Signatures of Mobility in Jammed and Glassy Systems Lisa Manning Sam Schoenholz Ekin Dogus Cubuk Brad Malone Tim Kaxiras Joerg Rottler Rob Riggleman Jennifer Rieser Doug Durian Daniel Sussman Carl Goodrich Sid Nagel Structural Signatures of Mobility in

More information

ABE Math Review Package

ABE Math Review Package P a g e ABE Math Review Package This material is intended as a review of skills you once learned and wish to review before your assessment. Before studying Algebra, you should be familiar with all of the

More information

arxiv: v3 [cond-mat.dis-nn] 26 Jun 2018

arxiv: v3 [cond-mat.dis-nn] 26 Jun 2018 Jamming in Perspective arxiv:1803.03869v3 [cond-mat.dis-nn] 26 Jun 2018 Varda F. Hagh, 1 Eric I. Corwin, 2 Kenneth Stephenson, 3 and M. F. Thorpe 1, 4 1 Department of Physics, Arizona State University,

More information

LIMITS AND DERIVATIVES

LIMITS AND DERIVATIVES 2 LIMITS AND DERIVATIVES LIMITS AND DERIVATIVES 2.2 The Limit of a Function In this section, we will learn: About limits in general and about numerical and graphical methods for computing them. THE LIMIT

More information

Vibrational properties and phonon transport of amorphous solids

Vibrational properties and phonon transport of amorphous solids June 29th (Fri.), 2018 Yukawa Institute for Theoretical Physics, Kyoto University, Japan Rheology of disordered particles suspensions, glassy and granular materials 10:15-11:05, 40mins. talk and 10mins.

More information

arxiv: v2 [cond-mat.soft] 27 Jan 2011

arxiv: v2 [cond-mat.soft] 27 Jan 2011 arxiv:1006.2365v2 [cond-mat.soft] 27 Jan 2011 The jamming scenario an introduction and outlook Andrea J. Liu Department of Physics and Astronomy, University of Pennsylvania, Philadelphia, PA 19104, USA

More information

[Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty.]

[Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty.] Math 43 Review Notes [Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty Dot Product If v (v, v, v 3 and w (w, w, w 3, then the

More information

Xiaoming Mao. Department of Physics and Astronomy, University of Pennsylvania. Collaborators: Tom Lubensky, Ning Xu, Anton Souslov, Andrea Liu

Xiaoming Mao. Department of Physics and Astronomy, University of Pennsylvania. Collaborators: Tom Lubensky, Ning Xu, Anton Souslov, Andrea Liu Xiaoing Mao Departent of Physics and Astronoy, University of Pennsylvania Collaborators: To Lubensky, Ning Xu, Anton Souslov, Andrea Liu Feb., 009 What is isostaticity? Isostatic systes are at the onset

More information

arxiv: v1 [cond-mat.soft] 6 Dec 2017

arxiv: v1 [cond-mat.soft] 6 Dec 2017 Origins of the Poynting effect in sheared elastic networks arxiv:72.278v [cond-mat.soft] 6 Dec 27 Karsten Baumgarten and Brian P. Tighe Delft University of Technology, Process & Energy Laboratory, Leeghwaterstraat

More information

Rotational motion of a rigid body spinning around a rotational axis ˆn;

Rotational motion of a rigid body spinning around a rotational axis ˆn; Physics 106a, Caltech 15 November, 2018 Lecture 14: Rotations The motion of solid bodies So far, we have been studying the motion of point particles, which are essentially just translational. Bodies with

More information

STEP Support Programme. STEP 2 Matrices Topic Notes

STEP Support Programme. STEP 2 Matrices Topic Notes STEP Support Programme STEP 2 Matrices Topic Notes Definitions............................................. 2 Manipulating Matrices...................................... 3 Transformations.........................................

More information

LAMMPS Simulation of a Microgravity Shear Cell 299r Progress Report 2 Taiyo Wilson. Introduction:

LAMMPS Simulation of a Microgravity Shear Cell 299r Progress Report 2 Taiyo Wilson. Introduction: Introduction: After our initial simulations outlined in the first progress report, we determined that a shear cell with a bidisperse composition of particles would be a promising system to explore. However,

More information

Potts And XY, Together At Last

Potts And XY, Together At Last Potts And XY, Together At Last Daniel Kolodrubetz Massachusetts Institute of Technology, Center for Theoretical Physics (Dated: May 16, 212) We investigate the behavior of an XY model coupled multiplicatively

More information

Delayed Choice Paradox

Delayed Choice Paradox Chapter 20 Delayed Choice Paradox 20.1 Statement of the Paradox Consider the Mach-Zehnder interferometer shown in Fig. 20.1. The second beam splitter can either be at its regular position B in where the

More information

Figure 1: Doing work on a block by pushing it across the floor.

Figure 1: Doing work on a block by pushing it across the floor. Work Let s imagine I have a block which I m pushing across the floor, shown in Figure 1. If I m moving the block at constant velocity, then I know that I have to apply a force to compensate the effects

More information

Extremely slow edge waves in mechanical graphene with rotating grains

Extremely slow edge waves in mechanical graphene with rotating grains Phononic Crystals and Acoustic Metamaterials: Paper ICA2016-104 Extremely slow edge waves in mechanical graphene with rotating grains Li-Yang Zheng (a), Vincent Tournat (b), Georgios Theocharis (c),vitalyi

More information

Number Systems III MA1S1. Tristan McLoughlin. December 4, 2013

Number Systems III MA1S1. Tristan McLoughlin. December 4, 2013 Number Systems III MA1S1 Tristan McLoughlin December 4, 2013 http://en.wikipedia.org/wiki/binary numeral system http://accu.org/index.php/articles/1558 http://www.binaryconvert.com http://en.wikipedia.org/wiki/ascii

More information

Floating point Numbers

Floating point Numbers Floating point Numbers William Gould President StataCorp LP July 2014, Boston W. Gould (StataCorp) Floating point Numbers: A visit through the looking glass July 2014 1 / 62 Apologia No Report to Users

More information

Frequency distribution of mechanically stable disk packings

Frequency distribution of mechanically stable disk packings Frequency distribution of mechanically stable disk packings Guo-Jie Gao, 1 Jerzy Bławzdziewicz, 1 and Corey S. O Hern 1,2 1 Department of Mechanical Engineering, Yale University, New Haven, Connecticut

More information

Superposition - World of Color and Hardness

Superposition - World of Color and Hardness Superposition - World of Color and Hardness We start our formal discussion of quantum mechanics with a story about something that can happen to various particles in the microworld, which we generically

More information

Sign of derivative test: when does a function decreases or increases:

Sign of derivative test: when does a function decreases or increases: Sign of derivative test: when does a function decreases or increases: If for all then is increasing on. If for all then is decreasing on. If then the function is not increasing or decreasing at. We defined

More information

Differential Equations

Differential Equations Electricity and Magnetism I (P331) M. R. Shepherd October 14, 2008 Differential Equations The purpose of this note is to provide some supplementary background on differential equations. The problems discussed

More information

arxiv: v2 [cond-mat.soft] 13 Feb 2015

arxiv: v2 [cond-mat.soft] 13 Feb 2015 Tuning by pruning: exploiting disorder for global response and the principle of bond-level independence Carl P. Goodrich and Andrea J. Liu Department of Physics, University of Pennsylvania, Philadelphia,

More information

The Growth of Functions. A Practical Introduction with as Little Theory as possible

The Growth of Functions. A Practical Introduction with as Little Theory as possible The Growth of Functions A Practical Introduction with as Little Theory as possible Complexity of Algorithms (1) Before we talk about the growth of functions and the concept of order, let s discuss why

More information

Math 138: Introduction to solving systems of equations with matrices. The Concept of Balance for Systems of Equations

Math 138: Introduction to solving systems of equations with matrices. The Concept of Balance for Systems of Equations Math 138: Introduction to solving systems of equations with matrices. Pedagogy focus: Concept of equation balance, integer arithmetic, quadratic equations. The Concept of Balance for Systems of Equations

More information

Lecture 12: Phonon heat capacity

Lecture 12: Phonon heat capacity Lecture 12: Phonon heat capacity Review o Phonon dispersion relations o Quantum nature of waves in solids Phonon heat capacity o Normal mode enumeration o Density of states o Debye model Review By considering

More information

Continuum Limit and Fourier Series

Continuum Limit and Fourier Series Chapter 6 Continuum Limit and Fourier Series Continuous is in the eye of the beholder Most systems that we think of as continuous are actually made up of discrete pieces In this chapter, we show that a

More information

5. STRUCTURES AND DEFECTS IN AMORPHOUS SOLIDS

5. STRUCTURES AND DEFECTS IN AMORPHOUS SOLIDS 62 5. STRUCTURES AND DEFECTS IN AMORPHOUS SOLIDS 5.1 Review/Background: In Chapter 4, we discussed the origin of crystal structures and Bravais lattices based on Euler relationship. In this chapter, we

More information

Lecture for Week 2 (Secs. 1.3 and ) Functions and Limits

Lecture for Week 2 (Secs. 1.3 and ) Functions and Limits Lecture for Week 2 (Secs. 1.3 and 2.2 2.3) Functions and Limits 1 First let s review what a function is. (See Sec. 1 of Review and Preview.) The best way to think of a function is as an imaginary machine,

More information

Chem 3502/4502 Physical Chemistry II (Quantum Mechanics) 3 Credits Spring Semester 2006 Christopher J. Cramer. Lecture 9, February 8, 2006

Chem 3502/4502 Physical Chemistry II (Quantum Mechanics) 3 Credits Spring Semester 2006 Christopher J. Cramer. Lecture 9, February 8, 2006 Chem 3502/4502 Physical Chemistry II (Quantum Mechanics) 3 Credits Spring Semester 2006 Christopher J. Cramer Lecture 9, February 8, 2006 The Harmonic Oscillator Consider a diatomic molecule. Such a molecule

More information

Math (P)Review Part I:

Math (P)Review Part I: Lecture 1: Math (P)Review Part I: Linear Algebra Computer Graphics CMU 15-462/15-662, Fall 2017 Homework 0.0 (Due Monday!) Exercises will be a bit harder / more rigorous than what you will do for the rest

More information

Structural signatures of the unjamming transition at zero temperature

Structural signatures of the unjamming transition at zero temperature Structural signatures of the unjamming transition at zero temperature Leonardo E. Silbert, 1 Andrea J. Liu, 2 and Sidney R. Nagel 1 1 James Franck Institute, University of Chicago, Chicago, Illinois 60637,

More information

Getting Started with Communications Engineering

Getting Started with Communications Engineering 1 Linear algebra is the algebra of linear equations: the term linear being used in the same sense as in linear functions, such as: which is the equation of a straight line. y ax c (0.1) Of course, if we

More information

Special Theory of Relativity Prof. Shiva Prasad Department of Physics Indian Institute of Technology, Bombay. Lecture - 15 Momentum Energy Four Vector

Special Theory of Relativity Prof. Shiva Prasad Department of Physics Indian Institute of Technology, Bombay. Lecture - 15 Momentum Energy Four Vector Special Theory of Relativity Prof. Shiva Prasad Department of Physics Indian Institute of Technology, Bombay Lecture - 15 Momentum Energy Four Vector We had started discussing the concept of four vectors.

More information

An Intuitive Introduction to Motivic Homotopy Theory Vladimir Voevodsky

An Intuitive Introduction to Motivic Homotopy Theory Vladimir Voevodsky What follows is Vladimir Voevodsky s snapshot of his Fields Medal work on motivic homotopy, plus a little philosophy and from my point of view the main fun of doing mathematics Voevodsky (2002). Voevodsky

More information

Topic 5 Notes Jeremy Orloff. 5 Homogeneous, linear, constant coefficient differential equations

Topic 5 Notes Jeremy Orloff. 5 Homogeneous, linear, constant coefficient differential equations Topic 5 Notes Jeremy Orloff 5 Homogeneous, linear, constant coefficient differential equations 5.1 Goals 1. Be able to solve homogeneous constant coefficient linear differential equations using the method

More information

Physics 106a/196a Problem Set 7 Due Dec 2, 2005

Physics 106a/196a Problem Set 7 Due Dec 2, 2005 Physics 06a/96a Problem Set 7 Due Dec, 005 Version 3, Nov 7, 005 In this set we finish up the SHO and study coupled oscillations/normal modes and waves. Problems,, and 3 are for 06a students only, 4, 5,

More information

Exploring the energy landscape

Exploring the energy landscape Exploring the energy landscape ChE210D Today's lecture: what are general features of the potential energy surface and how can we locate and characterize minima on it Derivatives of the potential energy

More information

The Dulong-Petit (1819) rule for molar heat capacities of crystalline matter c v, predicts the constant value

The Dulong-Petit (1819) rule for molar heat capacities of crystalline matter c v, predicts the constant value I believe that nobody who has a reasonably reliable sense for the experimental test of a theory will be able to contemplate these results without becoming convinced of the mighty logical power of the quantum

More information

Grade 8 Chapter 7: Rational and Irrational Numbers

Grade 8 Chapter 7: Rational and Irrational Numbers Grade 8 Chapter 7: Rational and Irrational Numbers In this chapter we first review the real line model for numbers, as discussed in Chapter 2 of seventh grade, by recalling how the integers and then the

More information

Some Notes on Linear Algebra

Some Notes on Linear Algebra Some Notes on Linear Algebra prepared for a first course in differential equations Thomas L Scofield Department of Mathematics and Statistics Calvin College 1998 1 The purpose of these notes is to present

More information

Introduction. Introductory Remarks

Introduction. Introductory Remarks Introductory Remarks This is probably your first real course in quantum mechanics. To be sure, it is understood that you have encountered an introduction to some of the basic concepts, phenomenology, history,

More information

A MASTER EQUATION FOR FORCE DISTRIBUTIONS IN POLYDISPERSE FRICTIONAL PARTICLES

A MASTER EQUATION FOR FORCE DISTRIBUTIONS IN POLYDISPERSE FRICTIONAL PARTICLES Multi-scale A Master equation Material for Models force distributions in polydisperse frictional particles IV International Conference on Particle-based Methods Fundamentals and Applications PARTICLES

More information

Advanced Partial Differential Equations with Applications

Advanced Partial Differential Equations with Applications MIT OpenCourseWare http://ocw.mit.edu 8.36 Advanced Partial Differential Equations with Applications Fall 9 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.

More information

1.9 Algebraic Expressions

1.9 Algebraic Expressions 1.9 Algebraic Expressions Contents: Terms Algebraic Expressions Like Terms Combining Like Terms Product of Two Terms The Distributive Property Distributive Property with a Negative Multiplier Answers Focus

More information

Real Analysis Prof. S.H. Kulkarni Department of Mathematics Indian Institute of Technology, Madras. Lecture - 13 Conditional Convergence

Real Analysis Prof. S.H. Kulkarni Department of Mathematics Indian Institute of Technology, Madras. Lecture - 13 Conditional Convergence Real Analysis Prof. S.H. Kulkarni Department of Mathematics Indian Institute of Technology, Madras Lecture - 13 Conditional Convergence Now, there are a few things that are remaining in the discussion

More information

Electro Magnetic Field Dr. Harishankar Ramachandran Department of Electrical Engineering Indian Institute of Technology Madras

Electro Magnetic Field Dr. Harishankar Ramachandran Department of Electrical Engineering Indian Institute of Technology Madras Electro Magnetic Field Dr. Harishankar Ramachandran Department of Electrical Engineering Indian Institute of Technology Madras Lecture - 7 Gauss s Law Good morning. Today, I want to discuss two or three

More information

CS 542G: Robustifying Newton, Constraints, Nonlinear Least Squares

CS 542G: Robustifying Newton, Constraints, Nonlinear Least Squares CS 542G: Robustifying Newton, Constraints, Nonlinear Least Squares Robert Bridson October 29, 2008 1 Hessian Problems in Newton Last time we fixed one of plain Newton s problems by introducing line search

More information

Frequency, Vibration, and Fourier

Frequency, Vibration, and Fourier Lecture 22: Frequency, Vibration, and Fourier Computer Graphics CMU 15-462/15-662, Fall 2015 Last time: Numerical Linear Algebra Graphics via linear systems of equations Why linear? Have to solve BIG problems

More information

High School Algebra I Scope and Sequence by Timothy D. Kanold

High School Algebra I Scope and Sequence by Timothy D. Kanold High School Algebra I Scope and Sequence by Timothy D. Kanold First Semester 77 Instructional days Unit 1: Understanding Quantities and Expressions (10 Instructional days) N-Q Quantities Reason quantitatively

More information

The Large Amplitude Oscillatory Strain Response of Aqueous Foam: Strain Localization and Full Stress Fourier Spectrum

The Large Amplitude Oscillatory Strain Response of Aqueous Foam: Strain Localization and Full Stress Fourier Spectrum The Large Amplitude Oscillatory Strain Response of Aqueous Foam: Strain Localization and Full Stress Fourier Spectrum By F. Rouyer, S. Cohen-Addad, R. Höhler, P. Sollich, and S.M. Fielding The European

More information

CS 542G: The Poisson Problem, Finite Differences

CS 542G: The Poisson Problem, Finite Differences CS 542G: The Poisson Problem, Finite Differences Robert Bridson November 10, 2008 1 The Poisson Problem At the end last time, we noticed that the gravitational potential has a zero Laplacian except at

More information

Physics 212: Statistical mechanics II Lecture XI

Physics 212: Statistical mechanics II Lecture XI Physics 212: Statistical mechanics II Lecture XI The main result of the last lecture was a calculation of the averaged magnetization in mean-field theory in Fourier space when the spin at the origin is

More information

What is proof? Lesson 1

What is proof? Lesson 1 What is proof? Lesson The topic for this Math Explorer Club is mathematical proof. In this post we will go over what was covered in the first session. The word proof is a normal English word that you might

More information

Interacting Fermi Gases

Interacting Fermi Gases Interacting Fermi Gases Mike Hermele (Dated: February 11, 010) Notes on Interacting Fermi Gas for Physics 7450, Spring 010 I. FERMI GAS WITH DELTA-FUNCTION INTERACTION Since it is easier to illustrate

More information

Modal Analysis: What it is and is not Gerrit Visser

Modal Analysis: What it is and is not Gerrit Visser Modal Analysis: What it is and is not Gerrit Visser What is a Modal Analysis? What answers do we get out of it? How is it useful? What does it not tell us? In this article, we ll discuss where a modal

More information

Why Complexity is Different

Why Complexity is Different Why Complexity is Different Yaneer Bar-Yam (Dated: March 21, 2017) One of the hardest things to explain is why complex systems are actually different from simple systems. The problem is rooted in a set

More information

Gaussian Quiz. Preamble to The Humble Gaussian Distribution. David MacKay 1

Gaussian Quiz. Preamble to The Humble Gaussian Distribution. David MacKay 1 Preamble to The Humble Gaussian Distribution. David MacKay Gaussian Quiz H y y y 3. Assuming that the variables y, y, y 3 in this belief network have a joint Gaussian distribution, which of the following

More information

#29: Logarithm review May 16, 2009

#29: Logarithm review May 16, 2009 #29: Logarithm review May 16, 2009 This week we re going to spend some time reviewing. I say re- view since you ve probably seen them before in theory, but if my experience is any guide, it s quite likely

More information

Anomalous phonon scattering and elastic correlations in amorphous solids

Anomalous phonon scattering and elastic correlations in amorphous solids 216MacmilanPublishersLimited,partofSpringerNature.Alrightsreserved.SUPPLEMENTARY INFORMATION DOI: 1.138/NMAT4736 Anomalous phonon scattering and elastic correlations in amorphous solids Simon Gelin 1,2,

More information

Quantum Mechanics- I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras

Quantum Mechanics- I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras Quantum Mechanics- I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras Lecture - 6 Postulates of Quantum Mechanics II (Refer Slide Time: 00:07) In my last lecture,

More information

How to work out really complicated motion. Iteration and Problem Solving Strategies. Let s go. Vertical spring-mass.

How to work out really complicated motion. Iteration and Problem Solving Strategies. Let s go. Vertical spring-mass. Iteration and Problem Solving Strategies How to solve anything! How to work out really complicated motion Break it up into little tiny steps. Use an approximate method for each step. Add them all up. Vertical

More information

Notes for CS542G (Iterative Solvers for Linear Systems)

Notes for CS542G (Iterative Solvers for Linear Systems) Notes for CS542G (Iterative Solvers for Linear Systems) Robert Bridson November 20, 2007 1 The Basics We re now looking at efficient ways to solve the linear system of equations Ax = b where in this course,

More information

Physics 202 Laboratory 5. Linear Algebra 1. Laboratory 5. Physics 202 Laboratory

Physics 202 Laboratory 5. Linear Algebra 1. Laboratory 5. Physics 202 Laboratory Physics 202 Laboratory 5 Linear Algebra Laboratory 5 Physics 202 Laboratory We close our whirlwind tour of numerical methods by advertising some elements of (numerical) linear algebra. There are three

More information

SEMELPAROUS PERIODICAL INSECTS

SEMELPAROUS PERIODICAL INSECTS SEMELPROUS PERIODICL INSECTS BRENDN FRY Honors Thesis Spring 2008 Chapter Introduction. History Periodical species are those whose life cycle has a fixed length of n years, and whose adults do not appear

More information

Getting Started with Communications Engineering. Rows first, columns second. Remember that. R then C. 1

Getting Started with Communications Engineering. Rows first, columns second. Remember that. R then C. 1 1 Rows first, columns second. Remember that. R then C. 1 A matrix is a set of real or complex numbers arranged in a rectangular array. They can be any size and shape (provided they are rectangular). A

More information

Dispersion relation for transverse waves in a linear chain of particles

Dispersion relation for transverse waves in a linear chain of particles Dispersion relation for transverse waves in a linear chain of particles V. I. Repchenkov* It is difficult to overestimate the importance that have for the development of science the simplest physical and

More information

Oscillations! (Today: Springs)

Oscillations! (Today: Springs) Oscillations! (Today: Springs) Extra Practice: 5.34, 5.35, C13.1, C13.3, C13.11, 13.1, 13.3, 13.5, 13.9, 13.11, 13.17, 13.19, 13.21, 13.23, 13.25, 13.27, 13.31 Test #3 is this Wednesday! April 12, 7-10pm,

More information

P3317 HW from Lecture 7+8 and Recitation 4

P3317 HW from Lecture 7+8 and Recitation 4 P3317 HW from Lecture 7+8 and Recitation 4 Due Friday Tuesday September 25 Problem 1. In class we argued that an ammonia atom in an electric field can be modeled by a two-level system, described by a Schrodinger

More information

Mechanics, Heat, Oscillations and Waves Prof. V. Balakrishnan Department of Physics Indian Institute of Technology, Madras

Mechanics, Heat, Oscillations and Waves Prof. V. Balakrishnan Department of Physics Indian Institute of Technology, Madras Mechanics, Heat, Oscillations and Waves Prof. V. Balakrishnan Department of Physics Indian Institute of Technology, Madras Lecture - 21 Central Potential and Central Force Ready now to take up the idea

More information

Exploiting pattern transformation to tune phononic band gaps in a two-dimensional granular crystal

Exploiting pattern transformation to tune phononic band gaps in a two-dimensional granular crystal Exploiting pattern transformation to tune phononic band gaps in a two-dimensional granular crystal The Harvard community has made this article openly available. Please share how this access benefits you.

More information

Clusters: Context and Background

Clusters: Context and Background Clusters: Context and Background We re about to embark on a subject rather different from what we ve treated before, so it is useful to step back and think again about what we want to accomplish in this

More information

Physics 110. Electricity and Magnetism. Professor Dine. Spring, Handout: Vectors and Tensors: Everything You Need to Know

Physics 110. Electricity and Magnetism. Professor Dine. Spring, Handout: Vectors and Tensors: Everything You Need to Know Physics 110. Electricity and Magnetism. Professor Dine Spring, 2008. Handout: Vectors and Tensors: Everything You Need to Know What makes E&M hard, more than anything else, is the problem that the electric

More information

Dynamics of Ocean Structures Prof. Dr. Srinivasan Chandrasekaran Department of Ocean Engineering Indian Institute of Technology, Madras

Dynamics of Ocean Structures Prof. Dr. Srinivasan Chandrasekaran Department of Ocean Engineering Indian Institute of Technology, Madras Dynamics of Ocean Structures Prof. Dr. Srinivasan Chandrasekaran Department of Ocean Engineering Indian Institute of Technology, Madras Module - 01 Lecture - 09 Characteristics of Single Degree - of -

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Basic Concepts Paul Dawkins Table of Contents Preface... Basic Concepts... 1 Introduction... 1 Definitions... Direction Fields... 8 Final Thoughts...19 007 Paul Dawkins i http://tutorial.math.lamar.edu/terms.aspx

More information

General elastic beam with an elastic foundation

General elastic beam with an elastic foundation General elastic beam with an elastic foundation Figure 1 shows a beam-column on an elastic foundation. The beam is connected to a continuous series of foundation springs. The other end of the foundation

More information

Physics Motion Math. (Read objectives on screen.)

Physics Motion Math. (Read objectives on screen.) Physics 302 - Motion Math (Read objectives on screen.) Welcome back. When we ended the last program, your teacher gave you some motion graphs to interpret. For each section, you were to describe the motion

More information

The response of an idealized granular material to an incremental shear strain

The response of an idealized granular material to an incremental shear strain The response of an idealized granular material to an incremental shear strain Luigi La Ragione and Vanessa Magnanimo Dipartimento di Ingegneria Civile e Ambientale, Politecnico di Bari, Italy E-mail: l.laragione@poliba.it;

More information

Introduction. Introductory Remarks

Introduction. Introductory Remarks Introductory Remarks This is probably your first real course in quantum mechanics. To be sure, it is understood that you have encountered an introduction to some of the basic concepts, phenomenology, history,

More information

One Dimensional Dynamical Systems

One Dimensional Dynamical Systems 16 CHAPTER 2 One Dimensional Dynamical Systems We begin by analyzing some dynamical systems with one-dimensional phase spaces, and in particular their bifurcations. All equations in this Chapter are scalar

More information

A Brief Introduction to the Quantum Harmonic Oscillator

A Brief Introduction to the Quantum Harmonic Oscillator A Brief Introduction to the Quantum Harmonic Oscillator Salvish Goomanee King s College London, UK Email address: salvish.goomanee@kcl.ac.uk Abstract In this short paper, a very brief introduction of the

More information

Brief review of Quantum Mechanics (QM)

Brief review of Quantum Mechanics (QM) Brief review of Quantum Mechanics (QM) Note: This is a collection of several formulae and facts that we will use throughout the course. It is by no means a complete discussion of QM, nor will I attempt

More information

Rectangular Systems and Echelon Forms

Rectangular Systems and Echelon Forms CHAPTER 2 Rectangular Systems and Echelon Forms 2.1 ROW ECHELON FORM AND RANK We are now ready to analyze more general linear systems consisting of m linear equations involving n unknowns a 11 x 1 + a

More information

2. FUNCTIONS AND ALGEBRA

2. FUNCTIONS AND ALGEBRA 2. FUNCTIONS AND ALGEBRA You might think of this chapter as an icebreaker. Functions are the primary participants in the game of calculus, so before we play the game we ought to get to know a few functions.

More information

CHAPTER 7: OSCILLATORY MOTION REQUIRES A SET OF CONDITIONS

CHAPTER 7: OSCILLATORY MOTION REQUIRES A SET OF CONDITIONS CHAPTER 7: OSCILLATORY MOTION REQUIRES A SET OF CONDITIONS 7.1 Period and Frequency Anything that vibrates or repeats its motion regularly is said to have oscillatory motion (sometimes called harmonic

More information

Slope Fields: Graphing Solutions Without the Solutions

Slope Fields: Graphing Solutions Without the Solutions 8 Slope Fields: Graphing Solutions Without the Solutions Up to now, our efforts have been directed mainly towards finding formulas or equations describing solutions to given differential equations. Then,

More information

Problem Set Number 2, j/2.036j MIT (Fall 2014)

Problem Set Number 2, j/2.036j MIT (Fall 2014) Problem Set Number 2, 18.385j/2.036j MIT (Fall 2014) Rodolfo R. Rosales (MIT, Math. Dept.,Cambridge, MA 02139) Due Mon., September 29, 2014. 1 Inverse function problem #01. Statement: Inverse function

More information

Assignment 6. Using the result for the Lagrangian for a double pendulum in Problem 1.22, we get

Assignment 6. Using the result for the Lagrangian for a double pendulum in Problem 1.22, we get Assignment 6 Goldstein 6.4 Obtain the normal modes of vibration for the double pendulum shown in Figure.4, assuming equal lengths, but not equal masses. Show that when the lower mass is small compared

More information

Ordinary Least Squares Linear Regression

Ordinary Least Squares Linear Regression Ordinary Least Squares Linear Regression Ryan P. Adams COS 324 Elements of Machine Learning Princeton University Linear regression is one of the simplest and most fundamental modeling ideas in statistics

More information

Slightly off-equilibrium dynamics

Slightly off-equilibrium dynamics Slightly off-equilibrium dynamics Giorgio Parisi Many progresses have recently done in understanding system who are slightly off-equilibrium because their approach to equilibrium is quite slow. In this

More information

Quantum Physics III (8.06) Spring 2005 Assignment 10

Quantum Physics III (8.06) Spring 2005 Assignment 10 Quantum Physics III (8.06) Spring 2005 Assignment 10 April 29, 2005 Due FRIDAY May 6, 2005 Please remember to put your name and section time at the top of your paper. Prof. Rajagopal will give a review

More information

MATH 521, WEEK 2: Rational and Real Numbers, Ordered Sets, Countable Sets

MATH 521, WEEK 2: Rational and Real Numbers, Ordered Sets, Countable Sets MATH 521, WEEK 2: Rational and Real Numbers, Ordered Sets, Countable Sets 1 Rational and Real Numbers Recall that a number is rational if it can be written in the form a/b where a, b Z and b 0, and a number

More information