2007 Peer-Reviewed Conference Paper

Size: px
Start display at page:

Download "2007 Peer-Reviewed Conference Paper"

Transcription

1 - University of Canberra Research Pubication Coection Facuty of Information Sciences & Engineering 007 Peer-Reviewed Conference Paper Citation: Lise, Ian & Huang, Tracy(007), Agorithms for spherica harmonic ighting, GRAPHITE 007: Proceedings of the 5th Internationa Conference on Computer Graphics and Interactive Techniques in Austraia and Southeast Asia, 1-4 December 007, doi: / Find this item in the UC Research Repository: Copyright: 01 ACM Version: This is the authors peer reviewed version of a work that was accepted for pubication in the ACM Digita Library. The definitive version is avaiabe at Changes resuting from the pubishing process may not be refected in this document. University of Canberra, ACT 601 Austraia, Switchboard The University of Canberra is ocated on Ngunnawa Country. CRICOS number: University of Canberra / University of Canberra Coege #001K.

2 Agorithms for Spherica Harmonic Lighting Ian G. Lise S.-L. Tracy Huang Schoo of Information Sciences & Engineering University of Canberra Abstract Spherica harmonic (SH) ighting modes require efficient and genera ibraries for evauation of SH functions and of Wigner matrices for rotation. We introduce an efficient agebraic recurrence for evauation of SH functions, and aso impement SH rotation via Wigner matrices constructed for the rea SH basis by a recurrence. Using these agorithms, we provide a freey distributabe C / OpenGL impementation for SH diffuse unshadowed, shadowed and interrefected modes. Our impementation aows fexibe switching of scene, ight probe, SH degree and ighting mode at run time. CR Categories: I.3.7 [Computing Methodoogies]: Computer Graphics Three-Dimensiona Graphics and Reaism; I.3.6 [Computing Methodoogies]: Computer Graphics Methodoogy and Techniques Keywords: recurrence 1 Introduction spherica harmonic ighting, Wigner matrix, rotation, Spherica harmonic (SH) functions have found increasing use in computer graphics over the ast decade, in ighting, BRDF, shape recognition and other areas. Most notaby, precomputed radiance transfer (PRT) methods for ighting [Kautz et a. 00; Soan et a. 00] make heavy use of spherica harmonics. In outine, PRT methods work as foows [Soan et a. 00; Green 003]: 1. In a preprocessing pass, expand the ighting environment L f, scene geometry / visibiity V G and (possiby) BRDF in SH series. Ray tracing is required to expand V G. SH coefficients of V G are recorded at each vertex.. At runtime, rotation of the scene is transferred into the SH domain by computation of Wigner matrices once per frame. The Wigner matrix is appied to rotate the ighting SH coefficients. 3. At each vertex and each frame, accumuation of a dot product of SH coefficients of V G with those of the rotated ight environment L f gives an approximation to scene ighting. This paper is the resut of buiding a C/OpenGL impementation of PRT methods with our bare hands. As our impementation evoved, it became apparent that a significant part of the effort had to be directed not at the graphics, but at underying mathematica issues. PRT methods are impemented in DirectX, but ony an API is avaiabe: the associated papers [Kautz et a. 00; Soan et a. 00] are rather dense, provide no source code and ony sketch the e-mai: Ian.Lise@canberra.edu.au e-mai:tracy.huang@canberra.edu.au agorithms. Green [003] in his Gritty Detais paper undertook to fi the gaps, providing C source for many aspects of the method. However, as a tutoria, the paper presents code for SH function evauation that is extremey inefficient. Aso, the most mathematicay chaenging part of PRT methods is Wigner rotation, but the discussion in [Green 003] is incompete, with no source code. As a consequence, any researcher seeking to work in the area of PRT or other SH methods must first batte through some unfamiiar advanced mathematics to write a ibrary of functions that impements SH evauation, Wigner matrix construction, and rotation of SH coefficients. Wigner matrices are we enough known in areas such as quantum mechanics [Edmonds 1957], but transfer of these resuts to graphics is hampered by a number of factors. First, physicists customariy use a compex vaued SH basis which eads to forma convenience but is not we suited to the numerica demands of graphics cacuations. Secondy, there is a variety of conventions for choice of phase and normaisation of SH functions (see for instance the discussion of SH conventions on the SHToos site wieczor/shtools/shtools.htm). Finay, it can be difficut to disentange mathematica and agorithmic issues from the physics of the originating fied. The resut of a this is that transfer of SH resuts from other fieds is confusing and time consuming. In this paper we present detaied agorithms for cacuating SH functions and Wigner matrices, and methods for expanding functions that occur in ighting. By coecting these resuts here we hope to imit further reinventions of the whee on these matters. Agorithms.1 Spherica Harmonics Spherica harmonic functions are eigenfunctions of the Lapace operator on the sphere S [Beecker and Csordas 199]. SH Basis A convenient rea-vaued basis for SH functions is [Green 003] for each = 0, 1,,... and for m = 1,,..., Y,0 (θ, φ) = P (cos θ) Y,m (θ, φ) = cos mφ P m (cos θ) Y, m (θ, φ) = sin mφ P m (cos θ) (1) where P is a Legendre poynomia, P m are the associated Legendre functions (and P 0 P ) [Abramowitz and Stegun 1964], and (θ, φ) are coatitude and azimuth spherica coordinates. These spherica harmonic functions Y m are unnormaised; we denote the corresponding normaised SH functions by y m : Z y m = K m Y m ; such that ym = 1 () S The normaising constants K m [Green 003, p.1] are found by a simpe recurrence.

3 Agebraic SH Recurrence Because SH functions are so heaviy used in computer graphics now, it is important to have an efficient evauation procedure for them. Various high quaity SH ibraries impementing SH functions exist, but inconvenienty use a compex SH basis ŷ m (θ, φ) = N m P m (cos θ)e imφ (3) For the rea basis (1), a recurrence for P m based on Numerica Recipes [Press et a. 199] is found in e.g. the Gritty Detais [Green 003], athough the impementation there is not particuary efficient. (For instance it is better to generate a P m at once than to evauate them one at a time.) The P m recurrence is agebraic (i.e. poynomia) in the quantities cos θ, sin θ, so invoves ony mutipication and addition. The trigonometric evauations cos mφ, sin mφ apparenty needed in (1) can simiary be generated by an agebraic recurrence from cos φ, sin φ [Banco et a. 1997]. However, instead of specifying a point u S in spherica poars (θ, φ), it is more convenient to give u = (x, y, z) as a unit vector. (For instance ray directions wi aready be in this form.) SH theory [Beecker and Csordas 199] shows that spherica harmonics Y m are homogeneous poynomias of degree in (x, y, z). By combining recurrences eqs.(9 1) and (13 14) of Banco et a. [1997] one obtains a purey agebraic recurrence for Y m : BASE OF RECURRENCE: Y 0,0 = 1, Y 1, 1 = y, Y 1,1 = x, Y 1,0 = z EDGES: For =, 3,... Y, = ( 1)` xy 1, 1 + yy 1, ( 1) Y, = ( 1)` yy 1, 1 xy 1, ( 1) INTERIOR: For =, 3,... and m = 0, 1,,..., 1 Y,m = 1 `( 1) zy 1,m ( + m 1) Y,m m Y, m = 1 `( 1) zy 1, m ( + m 1) Y, m m For m = 1, invaid terms Y,±( 1) appear in the recurrence: these terms are to be set to 0. This recurrence avoids conversion to spherica poar coordinates by computing directy in terms of (x, y, z): there are no trigonometric evauations. Normaisation is done as a fina step using the precomputed factors K m (). Data Structure There are ( + 1) spherica harmonics of degree up to, and they can be stored in an array of foats, with Y,m ocated at position ( + 1) + m in the array. However, to impement the recurrence of.1 one woud ike to use the syntax Y[][m] even for m negative. Modifying a common trick for mutidimensiona arrays [Oiveira and Stewart 006, 8.3], this is neaty achieved in C by defining a data type: typedef struct { GLfoat **Y; } ShCoeffs; GLfoat *YVaues; The array of (+1) foats in the YVaues fied hods SH vaues or coefficients as per [Green 003], whie the array of ( + 1) pointers is initiaised so that Y[] points to the vaue Y 0.. Rotations: Wigner Matrices A remarkabe feature of PRT methods is that a scene can be rotated reative to the ighting environment at run time. For a very modest computationa cost one gets soft shadows that adjust dynamicay to changed ighting. To perform this rotation requires computation of Wigner matrices reative to the chosen SH basis. Wigner matrices correspond to the odd-dimensiona irreducibe representations of the rotation group SO(3). If R SO(3) and if f is a square integrabe function on the sphere S, the eft reguar representation of SO(3) is the action (R f)(u) = f`r 1 (u). Invariance of the -th SH subspace impies the existence of coefficients Dmn(R) such that R y m = Dnm(R) y n (4) n= For a given, the entries D mn form a (+1) (+1) orthogona matrix; the probem is to construct D mn from R. Let f have SH coefficients {a m }. Then if R f has SH coefficients {a m}, the Wigner matrix entries connect the two via a m = Dmn(R) a n (5) n= By appying this rotation to SH coefficients per frame at draw time, a scene can be rotated reative to its ighting environment. Wigner matrix entries Dmn(R) can be cacuated in many ways. They depend on the choice of SH basis, so the comments in 1 about confusing basis conventions sti appy. The confusion is worsened by two further factors. First, an agorithm for Dmn(R) must choose a parametrisation of the rotation group SO(3): via a matrix, or a quaternion, or one of the many versions of Euer anges. Secondy, there are different choices for the (, m, n) to be used in a recurrence for Dmn(R). Recurrence for Wigner Matrices Mathematica compexity is a deterrent in cacuating Dmn, and and there does not appear to be a detaied code in the pubic domain for carrying through the computations with respect to the basis (1). Ivanic and Ruedenberg [1996] gave a recurrence for Wigner matrix entries in the rea spherica harmonic basis, whie Choi et a. [1999] use a recurrence based on the compex basis (3), but the method beow uses a different recurrence. Soan, et a. [00] describe the method in outine, but do not provide detaied formuas. Green [003] constructs some Wigner matrices expicity but his method is not genera and cannot easiy go to arbitrary SH degree. Beow we provide a detaied soution by a method that permits cacuation of Wigner matrix eements D mn(r) to arbitrary degree. The input to the agorithm is a rotation matrix R SO(3). Step 1. Extract Z-Y -Z Euer anges from the rotation matrix R. A rotation R is decomposed as R = R z(γ)r y(β)r z(α). The Wigner matrices D (R) can then constructed by D (R) = D `R z(γ) D `R y(β) D `R z(α) (6) Step. Wigner matrix for Y -rotation in rea SH basis. This is by far the most difficut step. For a Y -rotation through ange β we sha use d mn(β) = D mn`ry(β) to denote Wigner matrix entries with respect to rea SH basis (1). Based on the compex recurrence in [Kosteec and Rockmore 003] we derive a rea basis recurrence for d mn(β): BASE: d 0 = [1], d 1 = cos β sin β5 0 sin β cos β

4 EDGES: For =, 3,... d, = 1 cos β d 1 1, d 1 +1, +1 d, = 1 d 1 1, cos β d 1 +1, +1 and for m = 0,..., 1 d m, = d m, = q ( 1/) m sin β d 1 m, 1 q ( 1/) sin β d 1 m m, +1 INTERIOR: For =, 3,... and for m, n = 0,..., 1 d m,n = d m, n = ( 1) ( m )( n ) cos β d 1 m,n mn ( 1) d 1 m, n «(( 1) m )(( 1) n ) d ( 1)( 1) m,n ( 1) mn ( 1) d 1 m,n + cos β d 1 m, n ( m )( n ) (( 1) m )(( 1) n ) d ( 1)( 1) m,n The eements d m,n are zero for m = 1,...,, n = 0,...,, as are d m, n for m = 0,...,, n = 1,...,. Some computation is aso saved by using the symmetry d n,m = ( 1) m n d m,n. Step 3. Compose with Wigner matrices for Z-rotations Once d mn(β) are known they can be pre- and post-mutipied by Z-rotation Wigners as described by Green [003] to finay give the vaues D mn(r) (6). The above method aows generation of d mn to arbitrary degree. The method is reasonaby efficient, but further optimisation shoud be possibe by eiminating the use of Euer anges. In the first instance PRT [Soan et a. 00] treats the ighting environment to be infinitey distant, so that it is the same at each point in the scene. In this case, rotation need be done to the SH ighting coefficients a m once per frame, so efficiency is not a pressing issue. Data Structure To code the above recurrence we buid on the idea of the SH data structure of.1 and define a data type typedef struct { foat ***D; foat **DL; foat *DVaues; } WignerMatrix; If w is a WignerMatrix, then with a suitabe constructor function, w.d[][m][n] is the vaue D mn associated with w. The DVaues fied is an array of foats hoding the Wigner matrix entries; the DL fied is an array of pointers to the rows of the Wigner matrices; and the D fied is an array of pointers-to-pointers such that D[] can be thought of as the -th Wigner matrix. 3 Circuary Symmetric Function A function f on the sphere S is SH-expanded f P,m a my m by evauating integras over the sphere: a m = R S fy m. A commony arising case is where f is circuary symmetric about axis n. In this case one can be more expicit. First we state Theorem 3.1 (The Addition Theorem). [Bayis 1999, p.38]: Let {y m } be normaised spherica harmonic basis functions, and et «u, n S be points on the sphere (unit vectors). Then P (u n) = 4π + 1 m= y m (u)y m (n) It is then straightforward to show the foowing: Proposition 3.. Let f be a function on the sphere that is circuary symmetric about axis n. Then (i) There is a function h : [ 1, 1] R such that f(u) = h(n u) (ii) The SH coefficients b m of f P,m b my m are b m = π h(z)p (z) dz y m (n) (7) 1 The proof of (ii) is by expanding the function h of (i) in a series of Legendre poynomias P then appying the Addition Theorem Appication to Diffuse Unshadowed Lighting The diffuse unshadowed SH ighting mode deveoped by Ramamoorthi and Hanrahan [001a] is a oca iumination mode requiring ony surface normas n to compute shading from a ighting environment. Dot product ighting is mediated by the circuary symmetric geometry function G : S R defined by G(u) = H(u n) where H(z) = ( z 0 z z 0 Its SH expansion G P,m b my m foows immediatey from Proposition 3. as b m = πh y m (n), where H = 0 (8) zp (z) dz (9) The coefficients H were given by Ramamoorthi and Hanrahan [001b], who showed that H 0 = 1, H 1 = and that for 3 3 odd the H vanish. Their eq.(8) gives a formua for H n, but these but are more convenienty computed by Abramowitz and Stegun [1964,.13.8] H n = ( 1)n Γ(n 1 ) Γ( 1 )Γ(n + ) The H n can then be evauated once and for a from the recurrence H 0 = 1, H n+ = 3. Appication to Circuar Light Source 1 n Hn (10) + n Another appication of Proposition 3. is to SH expanding a circuar ight window that is a circuar patch on the sphere of radius ζ radians that emits ight of constant intensity. Such ight sources provide good test environments and can exhibit various artifacts associated with SH ighting. Let the ight function L f be centred on vector n and chosen so that the irradiance from L f is a constant 4π for a apertures ζ. Then L f (u) = h(u n), where h(z) = ( 1 cos ζ if z > cos ζ 0 otherwise

5 If the SH expansion of L f is L f P,m a my m, then appying Proposition 3. shows that 4π a m = 1 cos ζ cos ζ P (z) dz y m (n) R 1 1 Letting f (z) = P 1 z z (t)dt and appying the formuas of [Abramowitz and Stegun 1964, ch.], we derive the recurrence f 0(z) = 1, f 1(z) = 1 (1 + z), f +1 (z) = 1 `( + 1) zf (z) ( 1)f 1 (z) + (11) This gives the SH expansion of such a ight window with very itte effort in particuar without ray samping. 4 Impementation We have impemented three diffuse ighting modes in the PRT framework: unshadowed, shadowed and interrefected transfer. Our code uses C and OpenGL, so can buid on a variety of patforms. Because of the number of vertex attributes required, our impementation uses CPU for ighting cacuations. (We aso impemented unshadowed SH ighting in GLSL using the method of 3.1.) The code fexiby demonstrates the attributes of SH diffuse ighting modes: changing ighting mode, scene, ight probe and SH degree at run time. As we as ight probes we impement the circuar ight window of 3. with dynamicay variabe aperture. 4.1 Comparison Because DirectX provides a back box impementation of PRT it is difficut to find a compete impementation of PRT modes in open source. Green [003] gives the most compete detais but does not provide code for SH rotation. Some SH ighting demonstrations (e.g. Dempski and Viae [005]) do not even attempt rotation, negating one of the principa advantages of the PRT method. SH ighting is impemented in some student projects, but none has a genera impementation of Wigner matrices. We make our source code pubicy avaiabe ( au/dispay/shlight/): we beieve it to be the first pubicy avaiabe genera source for PRT SH rotation. The diffuse unshadowed mode is subject to some confusion in the iterature. Ramamoorthi and Hanrahan [001b] give the exact formua, but because Green s [003] sampe code cacuated the SH coefficients by ray casting, this practice has been foowed by other impementations. Such a cacuation takes around 10 sec, yet the method of 3.1 can do it (exacty) in some 0.0 sec. Combined with the agebraic SH recurrence of.1, the cacuation is fast enough to be done per vertex in a shader, as described by Ramamoorthi and Hanrahan [001b] to SH degree. This method is not as efficient as rotating via a Wigner matrix, but is much simper to code. The agebraic recurrence of.1 is of interest independent of ighting cacuations. It is easy to code, is much more efficient than the sampe code from the Gritty Detais [Green 003], and is sighty faster than the method of [Banco et a. 1997]. Benchmarking 10 6 SH evauations to degree 6 on a.13 GHz Inte Core Duo 6400, the recurrence of.1 takes 0.34 sec, or sec after unroing oops. This compares favouraby with D3DXSHEvaDirection at 0.17 sec. (The Gritty Detais code takes over 10 sec.) based on Ravi Ramamoorthi s prefiter.c code. References ABRAMOWITZ, M., AND STEGUN, I Handbook of Mathematics Functions. Dover Pubications, Inc., New York. BAYLIS, W. E Eectrodynamics: A Modern Geometric Approach. Birkhäuser, Boston. BLANCO, M. A., FLÓREZ, M., AND BERMEJO, M Evauation of the rotation matrices in the basis of rea spherica harmonics. Journa of Moecuar Structure (Theochem) 419, BLEECKER, D., AND CSORDAS, G Basic Partia Differentia Equations. Van Nostrand Reinhod, New York. CHOI, C. H., IVANIC, J., GORDON, M. S., AND RUEDENBERG, K Rapid and stabe determination of rotation matrices between spherica harmonics by direct recursion. Journa of Chemica Physics 111, DEMPSKI, K., AND VIALE, E Advanced Lighting and Materias with Shaders. Wordware Pubishing. EDMONDS, A. R Anguar Momentum in Quantum Mechanics. Princeton University Press, Princeton, N.J. GREEN, R Spherica harmonic ighting: The gritty detais. In Game Deveopers Conference. IVANIC, J., AND RUEDENBERG, K Rotation matrices for rea spherica harmonics. Direct determination by recursion. Journa of Physica Chemistry 100, KAUTZ, J., SLOAN, P.-P., AND SNYDER, J. 00. Fast, arbitrary BRDF shading for ow-frequency ighting using spherica harmonics. In proceedings of the 1th Eurographics Workshop on Rendering, P. Debevec and S. Gibson, Eds., KOSTELEC, P. J., AND ROCKMORE, D. N FFTs on the rotation group. Tech. Rep , Santa Fe Institute. OLIVEIRA, S., AND STEWART, D Writing Scientific Software: A guide to good stye. Cambridge University Press, Cambridge, UK. PRESS, W., TEUKOLSKY, S., VETTERLING, W., AND FLAN- NERY, B Numerica Recipes in C: The art of scientific computing, nd ed. Cambridge University Press, Cambridge, UK. RAMAMOORTHI, R., AND HANRAHAN, P On the reationship between radiance and irradiance: Determining the iumination from images of a convex Lambertian object. Journa of the Optica Society of America A 18, RAMAMOORTHI, R., AND HANRAHAN, P An efficient representation for irradiance environment maps. In Proceedings of ACM SIGGRAPH 001, ACM Press / ACM SIGGRAPH, New York, E. Fiume, Ed., Computer graphics Proceedings, Annua Conference Series, ACM, SLOAN, P.-P., KAUTZ, J., AND SNYDER, J. 00. Precomputed radiance transfer for rea-time rendering in dynamic, owfrequency ighting environments. ACM Transactions on Graphics 1, 3, Acknowedgements We used sampe ight probe images by Pau Debevec Our ight probe processing is

Separation of Variables and a Spherical Shell with Surface Charge

Separation of Variables and a Spherical Shell with Surface Charge Separation of Variabes and a Spherica She with Surface Charge In cass we worked out the eectrostatic potentia due to a spherica she of radius R with a surface charge density σθ = σ cos θ. This cacuation

More information

TRANSFORMATION OF REAL SPHERICAL HARMONICS UNDER ROTATIONS

TRANSFORMATION OF REAL SPHERICAL HARMONICS UNDER ROTATIONS Vo. 39 (008) ACTA PHYSICA POLONICA B No 8 TRANSFORMATION OF REAL SPHERICAL HARMONICS UNDER ROTATIONS Zbigniew Romanowski Interdiscipinary Centre for Materias Modeing Pawińskiego 5a, 0-106 Warsaw, Poand

More information

Legendre Polynomials - Lecture 8

Legendre Polynomials - Lecture 8 Legendre Poynomias - Lecture 8 Introduction In spherica coordinates the separation of variabes for the function of the poar ange resuts in Legendre s equation when the soution is independent of the azimutha

More information

4 1-D Boundary Value Problems Heat Equation

4 1-D Boundary Value Problems Heat Equation 4 -D Boundary Vaue Probems Heat Equation The main purpose of this chapter is to study boundary vaue probems for the heat equation on a finite rod a x b. u t (x, t = ku xx (x, t, a < x < b, t > u(x, = ϕ(x

More information

LECTURE NOTES 8 THE TRACELESS SYMMETRIC TENSOR EXPANSION AND STANDARD SPHERICAL HARMONICS

LECTURE NOTES 8 THE TRACELESS SYMMETRIC TENSOR EXPANSION AND STANDARD SPHERICAL HARMONICS MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department Physics 8.07: Eectromagnetism II October, 202 Prof. Aan Guth LECTURE NOTES 8 THE TRACELESS SYMMETRIC TENSOR EXPANSION AND STANDARD SPHERICAL HARMONICS

More information

Rapid and Stable Determination of Rotation Matrices between Spherical Harmonics by Direct Recursion

Rapid and Stable Determination of Rotation Matrices between Spherical Harmonics by Direct Recursion Chemistry Pubications Chemistry 11-1999 Rapid and Stabe Determination of Rotation Matrices between Spherica Harmonics by Direct Recursion Cheo Ho Choi Iowa State University Joseph Ivanic Iowa State University

More information

221B Lecture Notes Notes on Spherical Bessel Functions

221B Lecture Notes Notes on Spherical Bessel Functions Definitions B Lecture Notes Notes on Spherica Besse Functions We woud ike to sove the free Schrödinger equation [ h d r R(r) = h k R(r). () m r dr r m R(r) is the radia wave function ψ( x) = R(r)Y m (θ,

More information

Higher dimensional PDEs and multidimensional eigenvalue problems

Higher dimensional PDEs and multidimensional eigenvalue problems Higher dimensiona PEs and mutidimensiona eigenvaue probems 1 Probems with three independent variabes Consider the prototypica equations u t = u (iffusion) u tt = u (W ave) u zz = u (Lapace) where u = u

More information

A Brief Introduction to Markov Chains and Hidden Markov Models

A Brief Introduction to Markov Chains and Hidden Markov Models A Brief Introduction to Markov Chains and Hidden Markov Modes Aen B MacKenzie Notes for December 1, 3, &8, 2015 Discrete-Time Markov Chains You may reca that when we first introduced random processes,

More information

FFTs in Graphics and Vision. Spherical Convolution and Axial Symmetry Detection

FFTs in Graphics and Vision. Spherical Convolution and Axial Symmetry Detection FFTs in Graphics and Vision Spherica Convoution and Axia Symmetry Detection Outine Math Review Symmetry Genera Convoution Spherica Convoution Axia Symmetry Detection Math Review Symmetry: Given a unitary

More information

LECTURE NOTES 9 TRACELESS SYMMETRIC TENSOR APPROACH TO LEGENDRE POLYNOMIALS AND SPHERICAL HARMONICS

LECTURE NOTES 9 TRACELESS SYMMETRIC TENSOR APPROACH TO LEGENDRE POLYNOMIALS AND SPHERICAL HARMONICS MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department Physics 8.07: Eectromagnetism II October 7, 202 Prof. Aan Guth LECTURE NOTES 9 TRACELESS SYMMETRIC TENSOR APPROACH TO LEGENDRE POLYNOMIALS AND SPHERICAL

More information

High-order approximations to the Mie series for electromagnetic scattering in three dimensions

High-order approximations to the Mie series for electromagnetic scattering in three dimensions Proceedings of the 9th WSEAS Internationa Conference on Appied Mathematics Istanbu Turkey May 27-29 2006 (pp199-204) High-order approximations to the Mie series for eectromagnetic scattering in three dimensions

More information

Physics 505 Fall Homework Assignment #4 Solutions

Physics 505 Fall Homework Assignment #4 Solutions Physics 505 Fa 2005 Homework Assignment #4 Soutions Textbook probems: Ch. 3: 3.4, 3.6, 3.9, 3.0 3.4 The surface of a hoow conducting sphere of inner radius a is divided into an even number of equa segments

More information

arxiv: v1 [math.ca] 6 Mar 2017

arxiv: v1 [math.ca] 6 Mar 2017 Indefinite Integras of Spherica Besse Functions MIT-CTP/487 arxiv:703.0648v [math.ca] 6 Mar 07 Joyon K. Boomfied,, Stephen H. P. Face,, and Zander Moss, Center for Theoretica Physics, Laboratory for Nucear

More information

$, (2.1) n="# #. (2.2)

$, (2.1) n=# #. (2.2) Chapter. Eectrostatic II Notes: Most of the materia presented in this chapter is taken from Jackson, Chap.,, and 4, and Di Bartoo, Chap... Mathematica Considerations.. The Fourier series and the Fourier

More information

Quantum Mechanical Models of Vibration and Rotation of Molecules Chapter 18

Quantum Mechanical Models of Vibration and Rotation of Molecules Chapter 18 Quantum Mechanica Modes of Vibration and Rotation of Moecues Chapter 18 Moecuar Energy Transationa Vibrationa Rotationa Eectronic Moecuar Motions Vibrations of Moecues: Mode approximates moecues to atoms

More information

4 Separation of Variables

4 Separation of Variables 4 Separation of Variabes In this chapter we describe a cassica technique for constructing forma soutions to inear boundary vaue probems. The soution of three cassica (paraboic, hyperboic and eiptic) PDE

More information

Physics 505 Fall 2007 Homework Assignment #5 Solutions. Textbook problems: Ch. 3: 3.13, 3.17, 3.26, 3.27

Physics 505 Fall 2007 Homework Assignment #5 Solutions. Textbook problems: Ch. 3: 3.13, 3.17, 3.26, 3.27 Physics 55 Fa 7 Homework Assignment #5 Soutions Textook proems: Ch. 3: 3.3, 3.7, 3.6, 3.7 3.3 Sove for the potentia in Proem 3., using the appropriate Green function otained in the text, and verify that

More information

Jackson 4.10 Homework Problem Solution Dr. Christopher S. Baird University of Massachusetts Lowell

Jackson 4.10 Homework Problem Solution Dr. Christopher S. Baird University of Massachusetts Lowell Jackson 4.10 Homework Probem Soution Dr. Christopher S. Baird University of Massachusetts Lowe PROBLEM: Two concentric conducting spheres of inner and outer radii a and b, respectivey, carry charges ±.

More information

2M2. Fourier Series Prof Bill Lionheart

2M2. Fourier Series Prof Bill Lionheart M. Fourier Series Prof Bi Lionheart 1. The Fourier series of the periodic function f(x) with period has the form f(x) = a 0 + ( a n cos πnx + b n sin πnx ). Here the rea numbers a n, b n are caed the Fourier

More information

First-Order Corrections to Gutzwiller s Trace Formula for Systems with Discrete Symmetries

First-Order Corrections to Gutzwiller s Trace Formula for Systems with Discrete Symmetries c 26 Noninear Phenomena in Compex Systems First-Order Corrections to Gutzwier s Trace Formua for Systems with Discrete Symmetries Hoger Cartarius, Jörg Main, and Günter Wunner Institut für Theoretische

More information

Notes: Most of the material presented in this chapter is taken from Jackson, Chap. 2, 3, and 4, and Di Bartolo, Chap. 2. 2π nx i a. ( ) = G n.

Notes: Most of the material presented in this chapter is taken from Jackson, Chap. 2, 3, and 4, and Di Bartolo, Chap. 2. 2π nx i a. ( ) = G n. Chapter. Eectrostatic II Notes: Most of the materia presented in this chapter is taken from Jackson, Chap.,, and 4, and Di Bartoo, Chap... Mathematica Considerations.. The Fourier series and the Fourier

More information

C. Fourier Sine Series Overview

C. Fourier Sine Series Overview 12 PHILIP D. LOEWEN C. Fourier Sine Series Overview Let some constant > be given. The symboic form of the FSS Eigenvaue probem combines an ordinary differentia equation (ODE) on the interva (, ) with a

More information

VI.G Exact free energy of the Square Lattice Ising model

VI.G Exact free energy of the Square Lattice Ising model VI.G Exact free energy of the Square Lattice Ising mode As indicated in eq.(vi.35), the Ising partition function is reated to a sum S, over coections of paths on the attice. The aowed graphs for a square

More information

Volume 13, MAIN ARTICLES

Volume 13, MAIN ARTICLES Voume 13, 2009 1 MAIN ARTICLES THE BASIC BVPs OF THE THEORY OF ELASTIC BINARY MIXTURES FOR A HALF-PLANE WITH CURVILINEAR CUTS Bitsadze L. I. Vekua Institute of Appied Mathematics of Iv. Javakhishvii Tbiisi

More information

Week 6 Lectures, Math 6451, Tanveer

Week 6 Lectures, Math 6451, Tanveer Fourier Series Week 6 Lectures, Math 645, Tanveer In the context of separation of variabe to find soutions of PDEs, we encountered or and in other cases f(x = f(x = a 0 + f(x = a 0 + b n sin nπx { a n

More information

FOURIER SERIES ON ANY INTERVAL

FOURIER SERIES ON ANY INTERVAL FOURIER SERIES ON ANY INTERVAL Overview We have spent considerabe time earning how to compute Fourier series for functions that have a period of 2p on the interva (-p,p). We have aso seen how Fourier series

More information

Two Kinds of Parabolic Equation algorithms in the Computational Electromagnetics

Two Kinds of Parabolic Equation algorithms in the Computational Electromagnetics Avaiabe onine at www.sciencedirect.com Procedia Engineering 9 (0) 45 49 0 Internationa Workshop on Information and Eectronics Engineering (IWIEE) Two Kinds of Paraboic Equation agorithms in the Computationa

More information

PHYS 110B - HW #1 Fall 2005, Solutions by David Pace Equations referenced as Eq. # are from Griffiths Problem statements are paraphrased

PHYS 110B - HW #1 Fall 2005, Solutions by David Pace Equations referenced as Eq. # are from Griffiths Problem statements are paraphrased PHYS 110B - HW #1 Fa 2005, Soutions by David Pace Equations referenced as Eq. # are from Griffiths Probem statements are paraphrased [1.] Probem 6.8 from Griffiths A ong cyinder has radius R and a magnetization

More information

Math 124B January 17, 2012

Math 124B January 17, 2012 Math 124B January 17, 212 Viktor Grigoryan 3 Fu Fourier series We saw in previous ectures how the Dirichet and Neumann boundary conditions ead to respectivey sine and cosine Fourier series of the initia

More information

An approximate method for solving the inverse scattering problem with fixed-energy data

An approximate method for solving the inverse scattering problem with fixed-energy data J. Inv. I-Posed Probems, Vo. 7, No. 6, pp. 561 571 (1999) c VSP 1999 An approximate method for soving the inverse scattering probem with fixed-energy data A. G. Ramm and W. Scheid Received May 12, 1999

More information

MATH 172: MOTIVATION FOR FOURIER SERIES: SEPARATION OF VARIABLES

MATH 172: MOTIVATION FOR FOURIER SERIES: SEPARATION OF VARIABLES MATH 172: MOTIVATION FOR FOURIER SERIES: SEPARATION OF VARIABLES Separation of variabes is a method to sove certain PDEs which have a warped product structure. First, on R n, a inear PDE of order m is

More information

Solution Set Seven. 1 Goldstein Components of Torque Along Principal Axes Components of Torque Along Cartesian Axes...

Solution Set Seven. 1 Goldstein Components of Torque Along Principal Axes Components of Torque Along Cartesian Axes... : Soution Set Seven Northwestern University, Cassica Mechanics Cassica Mechanics, Third Ed.- Godstein November 8, 25 Contents Godstein 5.8. 2. Components of Torque Aong Principa Axes.......................

More information

Formulas for Angular-Momentum Barrier Factors Version II

Formulas for Angular-Momentum Barrier Factors Version II BNL PREPRINT BNL-QGS-06-101 brfactor1.tex Formuas for Anguar-Momentum Barrier Factors Version II S. U. Chung Physics Department, Brookhaven Nationa Laboratory, Upton, NY 11973 March 19, 2015 abstract A

More information

Approximation and Fast Calculation of Non-local Boundary Conditions for the Time-dependent Schrödinger Equation

Approximation and Fast Calculation of Non-local Boundary Conditions for the Time-dependent Schrödinger Equation Approximation and Fast Cacuation of Non-oca Boundary Conditions for the Time-dependent Schrödinger Equation Anton Arnod, Matthias Ehrhardt 2, and Ivan Sofronov 3 Universität Münster, Institut für Numerische

More information

Problem set 6 The Perron Frobenius theorem.

Problem set 6 The Perron Frobenius theorem. Probem set 6 The Perron Frobenius theorem. Math 22a4 Oct 2 204, Due Oct.28 In a future probem set I want to discuss some criteria which aow us to concude that that the ground state of a sef-adjoint operator

More information

arxiv:gr-qc/ v1 12 Sep 1996

arxiv:gr-qc/ v1 12 Sep 1996 AN ALGEBRAIC INTERPRETATION OF THE WHEELER-DEWITT EQUATION arxiv:gr-qc/960900v Sep 996 John W. Barrett Louis Crane 6 March 008 Abstract. We make a direct connection between the construction of three dimensiona

More information

HYDROGEN ATOM SELECTION RULES TRANSITION RATES

HYDROGEN ATOM SELECTION RULES TRANSITION RATES DOING PHYSICS WITH MATLAB QUANTUM PHYSICS Ian Cooper Schoo of Physics, University of Sydney ian.cooper@sydney.edu.au HYDROGEN ATOM SELECTION RULES TRANSITION RATES DOWNLOAD DIRECTORY FOR MATLAB SCRIPTS

More information

Appendix of the Paper The Role of No-Arbitrage on Forecasting: Lessons from a Parametric Term Structure Model

Appendix of the Paper The Role of No-Arbitrage on Forecasting: Lessons from a Parametric Term Structure Model Appendix of the Paper The Roe of No-Arbitrage on Forecasting: Lessons from a Parametric Term Structure Mode Caio Ameida cameida@fgv.br José Vicente jose.vaentim@bcb.gov.br June 008 1 Introduction In this

More information

Physics 566: Quantum Optics Quantization of the Electromagnetic Field

Physics 566: Quantum Optics Quantization of the Electromagnetic Field Physics 566: Quantum Optics Quantization of the Eectromagnetic Fied Maxwe's Equations and Gauge invariance In ecture we earned how to quantize a one dimensiona scaar fied corresponding to vibrations on

More information

Physics 116C Helmholtz s and Laplace s Equations in Spherical Polar Coordinates: Spherical Harmonics and Spherical Bessel Functions

Physics 116C Helmholtz s and Laplace s Equations in Spherical Polar Coordinates: Spherical Harmonics and Spherical Bessel Functions Physics 116C Hemhotz s an Lapace s Equations in Spherica Poar Coorinates: Spherica Harmonics an Spherica Besse Functions Peter Young Date: October 28, 2013) I. HELMHOLTZ S EQUATION As iscusse in cass,

More information

In-plane shear stiffness of bare steel deck through shell finite element models. G. Bian, B.W. Schafer. June 2017

In-plane shear stiffness of bare steel deck through shell finite element models. G. Bian, B.W. Schafer. June 2017 In-pane shear stiffness of bare stee deck through she finite eement modes G. Bian, B.W. Schafer June 7 COLD-FORMED STEEL RESEARCH CONSORTIUM REPORT SERIES CFSRC R-7- SDII Stee Diaphragm Innovation Initiative

More information

3D and 6D Fast Rotational Matching

3D and 6D Fast Rotational Matching 3D and 6D Fast Rotationa Matching Juio Kovacs, Ph.D. Department of Moecuar Bioogy The Scripps Research Institute 10550 N. Torrey Pines Road, Mai TPC6 La Joa, Caifornia, 9037 Situs Modeing Workshop, San

More information

14 Separation of Variables Method

14 Separation of Variables Method 14 Separation of Variabes Method Consider, for exampe, the Dirichet probem u t = Du xx < x u(x, ) = f(x) < x < u(, t) = = u(, t) t > Let u(x, t) = T (t)φ(x); now substitute into the equation: dt

More information

Reichenbachian Common Cause Systems

Reichenbachian Common Cause Systems Reichenbachian Common Cause Systems G. Hofer-Szabó Department of Phiosophy Technica University of Budapest e-mai: gszabo@hps.ete.hu Mikós Rédei Department of History and Phiosophy of Science Eötvös University,

More information

12.2. Maxima and Minima. Introduction. Prerequisites. Learning Outcomes

12.2. Maxima and Minima. Introduction. Prerequisites. Learning Outcomes Maima and Minima 1. Introduction In this Section we anayse curves in the oca neighbourhood of a stationary point and, from this anaysis, deduce necessary conditions satisfied by oca maima and oca minima.

More information

Discrete Techniques. Chapter Introduction

Discrete Techniques. Chapter Introduction Chapter 3 Discrete Techniques 3. Introduction In the previous two chapters we introduced Fourier transforms of continuous functions of the periodic and non-periodic (finite energy) type, we as various

More information

CS229 Lecture notes. Andrew Ng

CS229 Lecture notes. Andrew Ng CS229 Lecture notes Andrew Ng Part IX The EM agorithm In the previous set of notes, we taked about the EM agorithm as appied to fitting a mixture of Gaussians. In this set of notes, we give a broader view

More information

The state vectors j, m transform in rotations like D(R) j, m = m j, m j, m D(R) j, m. m m (R) = j, m exp. where. d (j) m m (β) j, m exp ij )

The state vectors j, m transform in rotations like D(R) j, m = m j, m j, m D(R) j, m. m m (R) = j, m exp. where. d (j) m m (β) j, m exp ij ) Anguar momentum agebra It is easy to see that the operat J J x J x + J y J y + J z J z commutes with the operats J x, J y and J z, [J, J i ] 0 We choose the component J z and denote the common eigenstate

More information

Smoothness equivalence properties of univariate subdivision schemes and their projection analogues

Smoothness equivalence properties of univariate subdivision schemes and their projection analogues Numerische Mathematik manuscript No. (wi be inserted by the editor) Smoothness equivaence properties of univariate subdivision schemes and their projection anaogues Phiipp Grohs TU Graz Institute of Geometry

More information

An explicit Jordan Decomposition of Companion matrices

An explicit Jordan Decomposition of Companion matrices An expicit Jordan Decomposition of Companion matrices Fermín S V Bazán Departamento de Matemática CFM UFSC 88040-900 Forianópois SC E-mai: fermin@mtmufscbr S Gratton CERFACS 42 Av Gaspard Coriois 31057

More information

Generalized Bell polynomials and the combinatorics of Poisson central moments

Generalized Bell polynomials and the combinatorics of Poisson central moments Generaized Be poynomias and the combinatorics of Poisson centra moments Nicoas Privaut Division of Mathematica Sciences Schoo of Physica and Mathematica Sciences Nanyang Technoogica University SPMS-MAS-05-43,

More information

arxiv:gr-qc/ v2 10 Apr 1997

arxiv:gr-qc/ v2 10 Apr 1997 AN ALGEBRAIC INTERPRETATION OF THE WHEELER-DEWITT EQUATION arxiv:gr-qc/960900v 0 Apr 997 John W. Barrett Louis Crane 9 Apri 997 Abstract. We make a direct connection between the construction of three dimensiona

More information

Theory of Generalized k-difference Operator and Its Application in Number Theory

Theory of Generalized k-difference Operator and Its Application in Number Theory Internationa Journa of Mathematica Anaysis Vo. 9, 2015, no. 19, 955-964 HIKARI Ltd, www.m-hiari.com http://dx.doi.org/10.12988/ijma.2015.5389 Theory of Generaized -Difference Operator and Its Appication

More information

Physics 235 Chapter 8. Chapter 8 Central-Force Motion

Physics 235 Chapter 8. Chapter 8 Central-Force Motion Physics 35 Chapter 8 Chapter 8 Centra-Force Motion In this Chapter we wi use the theory we have discussed in Chapter 6 and 7 and appy it to very important probems in physics, in which we study the motion

More information

More Scattering: the Partial Wave Expansion

More Scattering: the Partial Wave Expansion More Scattering: the Partia Wave Expansion Michae Fower /7/8 Pane Waves and Partia Waves We are considering the soution to Schrödinger s equation for scattering of an incoming pane wave in the z-direction

More information

Discrete Techniques. Chapter Introduction

Discrete Techniques. Chapter Introduction Chapter 3 Discrete Techniques 3. Introduction In the previous two chapters we introduced Fourier transforms of continuous functions of the periodic and non-periodic (finite energy) type, as we as various

More information

c 2007 Society for Industrial and Applied Mathematics

c 2007 Society for Industrial and Applied Mathematics SIAM REVIEW Vo. 49,No. 1,pp. 111 1 c 7 Society for Industria and Appied Mathematics Domino Waves C. J. Efthimiou M. D. Johnson Abstract. Motivated by a proposa of Daykin [Probem 71-19*, SIAM Rev., 13 (1971),

More information

Physics 506 Winter 2006 Homework Assignment #6 Solutions

Physics 506 Winter 2006 Homework Assignment #6 Solutions Physics 506 Winter 006 Homework Assignment #6 Soutions Textbook probems: Ch. 10: 10., 10.3, 10.7, 10.10 10. Eectromagnetic radiation with eiptic poarization, described (in the notation of Section 7. by

More information

Math 124B January 31, 2012

Math 124B January 31, 2012 Math 124B January 31, 212 Viktor Grigoryan 7 Inhomogeneous boundary vaue probems Having studied the theory of Fourier series, with which we successfuy soved boundary vaue probems for the homogeneous heat

More information

A Simple and Efficient Algorithm of 3-D Single-Source Localization with Uniform Cross Array Bing Xue 1 2 a) * Guangyou Fang 1 2 b and Yicai Ji 1 2 c)

A Simple and Efficient Algorithm of 3-D Single-Source Localization with Uniform Cross Array Bing Xue 1 2 a) * Guangyou Fang 1 2 b and Yicai Ji 1 2 c) A Simpe Efficient Agorithm of 3-D Singe-Source Locaization with Uniform Cross Array Bing Xue a * Guangyou Fang b Yicai Ji c Key Laboratory of Eectromagnetic Radiation Sensing Technoogy, Institute of Eectronics,

More information

Published in: Proceedings of the Twenty Second Nordic Seminar on Computational Mechanics

Published in: Proceedings of the Twenty Second Nordic Seminar on Computational Mechanics Aaborg Universitet An Efficient Formuation of the Easto-pastic Constitutive Matrix on Yied Surface Corners Causen, Johan Christian; Andersen, Lars Vabbersgaard; Damkide, Lars Pubished in: Proceedings of

More information

6 Wave Equation on an Interval: Separation of Variables

6 Wave Equation on an Interval: Separation of Variables 6 Wave Equation on an Interva: Separation of Variabes 6.1 Dirichet Boundary Conditions Ref: Strauss, Chapter 4 We now use the separation of variabes technique to study the wave equation on a finite interva.

More information

A SIMPLIFIED DESIGN OF MULTIDIMENSIONAL TRANSFER FUNCTION MODELS

A SIMPLIFIED DESIGN OF MULTIDIMENSIONAL TRANSFER FUNCTION MODELS A SIPLIFIED DESIGN OF ULTIDIENSIONAL TRANSFER FUNCTION ODELS Stefan Petrausch, Rudof Rabenstein utimedia Communications and Signa Procesg, University of Erangen-Nuremberg, Cauerstr. 7, 958 Erangen, GERANY

More information

Partial permutation decoding for MacDonald codes

Partial permutation decoding for MacDonald codes Partia permutation decoding for MacDonad codes J.D. Key Department of Mathematics and Appied Mathematics University of the Western Cape 7535 Bevie, South Africa P. Seneviratne Department of Mathematics

More information

A nodal collocation approximation for the multidimensional P L equations. 3D applications.

A nodal collocation approximation for the multidimensional P L equations. 3D applications. XXI Congreso de Ecuaciones Diferenciaes y Apicaciones XI Congreso de Matemática Apicada Ciudad Rea, 1-5 septiembre 9 (pp. 1 8) A noda coocation approximation for the mutidimensiona P L equations. 3D appications.

More information

Explicit overall risk minimization transductive bound

Explicit overall risk minimization transductive bound 1 Expicit overa risk minimization transductive bound Sergio Decherchi, Paoo Gastado, Sandro Ridea, Rodofo Zunino Dept. of Biophysica and Eectronic Engineering (DIBE), Genoa University Via Opera Pia 11a,

More information

JENSEN S OPERATOR INEQUALITY FOR FUNCTIONS OF SEVERAL VARIABLES

JENSEN S OPERATOR INEQUALITY FOR FUNCTIONS OF SEVERAL VARIABLES PROCEEDINGS OF THE AMERICAN MATHEMATICAL SOCIETY Voume 128, Number 7, Pages 2075 2084 S 0002-99390005371-5 Artice eectronicay pubished on February 16, 2000 JENSEN S OPERATOR INEQUALITY FOR FUNCTIONS OF

More information

Gaussian Curvature in a p-orbital, Hydrogen-like Atoms

Gaussian Curvature in a p-orbital, Hydrogen-like Atoms Advanced Studies in Theoretica Physics Vo. 9, 015, no. 6, 81-85 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.1988/astp.015.5115 Gaussian Curvature in a p-orbita, Hydrogen-ike Atoms Sandro-Jose Berrio-Guzman

More information

Stochastic Automata Networks (SAN) - Modelling. and Evaluation. Paulo Fernandes 1. Brigitte Plateau 2. May 29, 1997

Stochastic Automata Networks (SAN) - Modelling. and Evaluation. Paulo Fernandes 1. Brigitte Plateau 2. May 29, 1997 Stochastic utomata etworks (S) - Modeing and Evauation Pauo Fernandes rigitte Pateau 2 May 29, 997 Institut ationa Poytechnique de Grenobe { IPG Ecoe ationae Superieure d'informatique et de Mathematiques

More information

5.74 RWF LECTURE #3 ROTATIONAL TRANSFORMATIONS AND SPHERICAL TENSOR OPERATORS

5.74 RWF LECTURE #3 ROTATIONAL TRANSFORMATIONS AND SPHERICAL TENSOR OPERATORS MIT Department of Chemistry 5.74, Spring 004: Introductory Quantum Mechanics II Instructor: Prof. Robert Fied 3 1 5.74 RWF LECTURE #3 ROTATIONAL TRANSFORMATIONS AND SPHERICAL TENSOR OPERATORS Last time;

More information

Lecture Note 3: Stationary Iterative Methods

Lecture Note 3: Stationary Iterative Methods MATH 5330: Computationa Methods of Linear Agebra Lecture Note 3: Stationary Iterative Methods Xianyi Zeng Department of Mathematica Sciences, UTEP Stationary Iterative Methods The Gaussian eimination (or

More information

SEMINAR 2. PENDULUMS. V = mgl cos θ. (2) L = T V = 1 2 ml2 θ2 + mgl cos θ, (3) d dt ml2 θ2 + mgl sin θ = 0, (4) θ + g l

SEMINAR 2. PENDULUMS. V = mgl cos θ. (2) L = T V = 1 2 ml2 θ2 + mgl cos θ, (3) d dt ml2 θ2 + mgl sin θ = 0, (4) θ + g l Probem 7. Simpe Penduum SEMINAR. PENDULUMS A simpe penduum means a mass m suspended by a string weightess rigid rod of ength so that it can swing in a pane. The y-axis is directed down, x-axis is directed

More information

Introduction to LMTO method

Introduction to LMTO method 1 Introduction to MTO method 24 February 2011; V172 P.Ravindran, FME-course on Ab initio Modeing of soar ce Materias 24 February 2011 Introduction to MTO method Ab initio Eectronic Structure Cacuations

More information

Lecture 6: Moderately Large Deflection Theory of Beams

Lecture 6: Moderately Large Deflection Theory of Beams Structura Mechanics 2.8 Lecture 6 Semester Yr Lecture 6: Moderatey Large Defection Theory of Beams 6.1 Genera Formuation Compare to the cassica theory of beams with infinitesima deformation, the moderatey

More information

B. Brown, M. Griebel, F.Y. Kuo and I.H. Sloan

B. Brown, M. Griebel, F.Y. Kuo and I.H. Sloan Wegeerstraße 6 53115 Bonn Germany phone +49 8 73-347 fax +49 8 73-757 www.ins.uni-bonn.de B. Brown, M. Griebe, F.Y. Kuo and I.H. Soan On the expected uniform error of geometric Brownian motion approximated

More information

Testing for the Existence of Clusters

Testing for the Existence of Clusters Testing for the Existence of Custers Caudio Fuentes and George Casea University of Forida November 13, 2008 Abstract The detection and determination of custers has been of specia interest, among researchers

More information

Gauss Law. 2. Gauss s Law: connects charge and field 3. Applications of Gauss s Law

Gauss Law. 2. Gauss s Law: connects charge and field 3. Applications of Gauss s Law Gauss Law 1. Review on 1) Couomb s Law (charge and force) 2) Eectric Fied (fied and force) 2. Gauss s Law: connects charge and fied 3. Appications of Gauss s Law Couomb s Law and Eectric Fied Couomb s

More information

Polar Snakes: a fast and robust parametric active contour model

Polar Snakes: a fast and robust parametric active contour model Poar Snakes: a fast and robust parametric active contour mode Christophe Coewet To cite this version: Christophe Coewet. Poar Snakes: a fast and robust parametric active contour mode. IEEE Int. Conf. on

More information

David Eigen. MA112 Final Paper. May 10, 2002

David Eigen. MA112 Final Paper. May 10, 2002 David Eigen MA112 Fina Paper May 1, 22 The Schrodinger equation describes the position of an eectron as a wave. The wave function Ψ(t, x is interpreted as a probabiity density for the position of the eectron.

More information

Supporting Information for Suppressing Klein tunneling in graphene using a one-dimensional array of localized scatterers

Supporting Information for Suppressing Klein tunneling in graphene using a one-dimensional array of localized scatterers Supporting Information for Suppressing Kein tunneing in graphene using a one-dimensiona array of ocaized scatterers Jamie D Was, and Danie Hadad Department of Chemistry, University of Miami, Cora Gabes,

More information

Simple Algebraic Proofs of Fermat s Last Theorem. Samuel Bonaya Buya*

Simple Algebraic Proofs of Fermat s Last Theorem. Samuel Bonaya Buya* Avaiabe onine at www.peagiaresearchibrary.com eagia Research Library Advances in Appied Science Research, 017, 8(3:60-6 ISSN : 0976-8610 CODEN (USA: AASRFC Simpe Agebraic roofs of Fermat s Last Theorem

More information

18. Atmospheric scattering details

18. Atmospheric scattering details 8. Atmospheric scattering detais See Chandrasekhar for copious detais and aso Goody & Yung Chapters 7 (Mie scattering) and 8. Legendre poynomias are often convenient in scattering probems to expand the

More information

MA 201: Partial Differential Equations Lecture - 10

MA 201: Partial Differential Equations Lecture - 10 MA 201: Partia Differentia Equations Lecture - 10 Separation of Variabes, One dimensiona Wave Equation Initia Boundary Vaue Probem (IBVP) Reca: A physica probem governed by a PDE may contain both boundary

More information

Section 6: Magnetostatics

Section 6: Magnetostatics agnetic fieds in matter Section 6: agnetostatics In the previous sections we assumed that the current density J is a known function of coordinates. In the presence of matter this is not aways true. The

More information

Integrating Factor Methods as Exponential Integrators

Integrating Factor Methods as Exponential Integrators Integrating Factor Methods as Exponentia Integrators Borisav V. Minchev Department of Mathematica Science, NTNU, 7491 Trondheim, Norway Borko.Minchev@ii.uib.no Abstract. Recenty a ot of effort has been

More information

Combining reaction kinetics to the multi-phase Gibbs energy calculation

Combining reaction kinetics to the multi-phase Gibbs energy calculation 7 th European Symposium on Computer Aided Process Engineering ESCAPE7 V. Pesu and P.S. Agachi (Editors) 2007 Esevier B.V. A rights reserved. Combining reaction inetics to the muti-phase Gibbs energy cacuation

More information

The Group Structure on a Smooth Tropical Cubic

The Group Structure on a Smooth Tropical Cubic The Group Structure on a Smooth Tropica Cubic Ethan Lake Apri 20, 2015 Abstract Just as in in cassica agebraic geometry, it is possibe to define a group aw on a smooth tropica cubic curve. In this note,

More information

Lecture 17 - The Secrets we have Swept Under the Rug

Lecture 17 - The Secrets we have Swept Under the Rug Lecture 17 - The Secrets we have Swept Under the Rug Today s ectures examines some of the uirky features of eectrostatics that we have negected up unti this point A Puzze... Let s go back to the basics

More information

ORTHOGONAL MULTI-WAVELETS FROM MATRIX FACTORIZATION

ORTHOGONAL MULTI-WAVELETS FROM MATRIX FACTORIZATION J. Korean Math. Soc. 46 2009, No. 2, pp. 281 294 ORHOGONAL MLI-WAVELES FROM MARIX FACORIZAION Hongying Xiao Abstract. Accuracy of the scaing function is very crucia in waveet theory, or correspondingy,

More information

Factorization of Cyclotomic Polynomials with Quadratic Radicals in the Coefficients

Factorization of Cyclotomic Polynomials with Quadratic Radicals in the Coefficients Advances in Pure Mathematics, 07, 7, 47-506 http://www.scirp.org/journa/apm ISSN Onine: 60-0384 ISSN Print: 60-0368 Factoriation of Cycotomic Poynomias with Quadratic Radicas in the Coefficients Afred

More information

XSAT of linear CNF formulas

XSAT of linear CNF formulas XSAT of inear CN formuas Bernd R. Schuh Dr. Bernd Schuh, D-50968 Kön, Germany; bernd.schuh@netcoogne.de eywords: compexity, XSAT, exact inear formua, -reguarity, -uniformity, NPcompeteness Abstract. Open

More information

The graded generalized Fibonacci sequence and Binet formula

The graded generalized Fibonacci sequence and Binet formula The graded generaized Fibonacci sequence and Binet formua Won Sang Chung,, Minji Han and Jae Yoon Kim Department of Physics and Research Institute of Natura Science, Coege of Natura Science, Gyeongsang

More information

Backward Monte Carlo Simulations in Radiative Heat Transfer

Backward Monte Carlo Simulations in Radiative Heat Transfer Backward Monte Caro Simuations in Radiative Heat Transfer Michae F. Modest Department of Mechanica and Nucear Engineering Penn State University University Park, PA 82 emai: mfm@psu.edu August 29, 2 Abstract

More information

On the universal structure of Higgs amplitudes mediated by heavy particles

On the universal structure of Higgs amplitudes mediated by heavy particles On the universa structure of Higgs ampitudes mediated by heavy partices a,b, Féix Driencourt-Mangin b and Germán Rodrigo b a Dipartimento di Fisica, Università di Miano and INFN Sezione di Miano, I- Mian,

More information

Math 220B - Summer 2003 Homework 1 Solutions

Math 220B - Summer 2003 Homework 1 Solutions Math 0B - Summer 003 Homework Soutions Consider the eigenvaue probem { X = λx 0 < x < X satisfies symmetric BCs x = 0, Suppose f(x)f (x) x=b x=a 0 for a rea-vaued functions f(x) which satisfy the boundary

More information

International Journal of Mass Spectrometry

International Journal of Mass Spectrometry Internationa Journa of Mass Spectrometry 280 (2009) 179 183 Contents ists avaiabe at ScienceDirect Internationa Journa of Mass Spectrometry journa homepage: www.esevier.com/ocate/ijms Stark mixing by ion-rydberg

More information

2.1. Cantilever The Hooke's law

2.1. Cantilever The Hooke's law .1. Cantiever.1.1 The Hooke's aw The cantiever is the most common sensor of the force interaction in atomic force microscopy. The atomic force microscope acquires any information about a surface because

More information

Multiple Beam Interference

Multiple Beam Interference MutipeBeamInterference.nb James C. Wyant 1 Mutipe Beam Interference 1. Airy's Formua We wi first derive Airy's formua for the case of no absorption. ü 1.1 Basic refectance and transmittance Refected ight

More information

Mixed Volume Computation, A Revisit

Mixed Volume Computation, A Revisit Mixed Voume Computation, A Revisit Tsung-Lin Lee, Tien-Yien Li October 31, 2007 Abstract The superiority of the dynamic enumeration of a mixed ces suggested by T Mizutani et a for the mixed voume computation

More information