Dear editor, Thank you for giving me your precious time. I am sorry to bother you again and again.

Size: px
Start display at page:

Download "Dear editor, Thank you for giving me your precious time. I am sorry to bother you again and again."

Transcription

1 Dear editor, Thank you for giving me your precious time. I am sorry to bother you again and again. I will send the editor a revised manuscript which takes into account suggestions from the journal attached below. In accord with suggestions from the editor, I have corrected the language errors he had suggested and in addition I have amended some explanations below equation (22) in the manuscript in order to remove the ambiguities relating to equation (23). Yours sincerely, Kiyoto Hira The comments from the mail on 2018/07/ Referee Comments: Dear colleague, The referee has approved your changes. However you have not incorporated most of the language changes we had suggested. In addition could you provide a derivation of Eq. 23? Also, if -exp(-1/alpha) >>1 then how can one keep only the first term in the Taylor expansion, which is 1? Once the above issues are resolved we can consider your article for publication. Yours sincerely, Editor,

2 Newton s method and energy eigenvalue problems for the Schrödinger equation Kiyoto Hira Sumiyoshi, Hatsukaichi, Hiroshima , Japan da43827@pb4.so-net.ne.jp Submitted on Abstract For a pedagogical example, we take up Newton s method and energy eigenvalue problems for the Schrödinger equation. Newton s method is systematically used to obtain energy eigenvalues and energy eigenfunctions of the Schrödinger equation. The Schrödinger equation with the Woods-Saxon potential is considered for an S-state. One solution is obtained analytically by means of the hypergeometric series. Another one is obtained numerically using the Runge- Kutta method. Because our approach makes the most of Newton s method in this paper, our calculations would have pedagogical benefits for those undergraduate students beginning to learn practical computations actively in physics. 1 Introduction As is well known, Newton s method is very celebrated in mathematical analysis. However, it is less well-known in practical learnings of physics and chemistry. Therefore attempts to apply it to some topics of them seem to be very interesting. In order to use Newton s method for exercises of Quantum mechanics, we take up an eigenvalue problem for the Schrödinger equation with the Woods-Saxon potential, which is very popular in the textbooks of nuclear physics, as a pedagogical example. We use two distict approaches to deal with this problem. One solution was obtained analytically with the help of the hypergeometric series by T. Ishidzu [5]. Another one is obtained numerically using the fourth-order Runge- Kutta method [1]. We would like to stress that in both approaches the Newton s method plays key roles. Motivations of this paper consist of four viewpoints: to show how to solve a transcendental equation using Newton s method without recourse to the graphical method, to show that the solution to the transcendental equation is fully compatible with the numerical one obtained by the distinct method using the Runge-Kutta method, to explain explicitly that Newton s method plays key roles in obtaining these two solutions, and to show clearly, thanks to the transcendental equation, that when the diffuseness parameter of the Woods-Saxon potential gets closer and closer to zero, energy eigenvalues, as expected, converge to those of the 3-dimensional square-well potential. Tools for our approaches are explained briefly in the following four sections after the introduction and section 6 is devoted to numerical calculations and results. Newton s method explained in this paper has been applied to the complex energy eigenvalues problems of kaonic atoms for the first time in the work of M. Atarashi et al. [2] and the present paper originated from their work. Volume/Issue/Article Number 1

3 2 Startup The radial Schödinger equation u(r) of a neutron in a symmetrical Woods-Saxon potential V(r) is given by d 2 u(e, r) dr 2 + 2m l(l + 1) h2 (E V(r) 2 h 2mr 2 )u(e, r) = 0, (1) where the total wave function ψ(r) for the neutron is represented by ψ(r) = r 1 u(r)y l,m (θ, φ), and V(r) is given by V(r) = V 0. (2) 1 + e r R d In this paper we take the parameters in the Woods- Saxon potential for convenience as A = 208, Z = 82, d = 0.67 fm, r 0 = 1.27 fm, V 0 = ( (N Z) A ) Mev, R = r 0A 1/3 fm. These parameters are adopted from Blomqvist and Wahlborn [3] and give us V 0 = MeV, R = fm. Besides, the mass of neutron mc 2 = 940 Mev and hc = MeV fm are taken. We note that for l = 0, equation (1) is easy to solve numerically but impossible to solve analytically. However, as Ishidzu calculated, only for l = 0 we solve the equation analytically. For this reason, in this paper, we restrict our considerations to an S-state (l = 0). When E < 0 we solve equation (1) numerically with condition that (3) u(e, r) = 0 at r = 0 and u(e, r) 0 for r. (4) With these boundary conditions we can determine the energy eigenvalues numerically. 3 Runge-Kutta method In order to solve equation (1) numerically in case l = 0 we rewrite it as d 2 u(e, r) dr 2 = g(r)u(e, r), (5) where g(r) = 2m h 2 (E V 0 ). (6) 1 + e r R d If we put v(r) = du(r)/dr, equation (5) is changed to a couple of the first-order differential equations as follows: du = v, dr (7) dv = g(r)u. dr (8) We apply the fourth-order Runge-Kutta method [1] for integration of the differential equations (7) and (8). Let [a, b] stand for an interval of integration and we divide it into N intervals of width h each such that h = (b a)/n. Then we put r 0 = a, r 1 = r 0 + h,, r N = b and set u i = u(r i ) and v i = v(r i ). If we solve the recurrence relations resulting from the Runge-Kutta method numerically with the initial values u 0 = u(r 0 ) and v 0 = u (r 0 ), we can obtain every {u i, v i }(i = 0, 1,, N). 4 Newton s method We find a solution x of a differentiable function f (x) = 0 numerically. Suppose x 0 is an approximate solution to f (x) = 0 and let δx 0 be the correction to x 0 such that f (x 0 + δx 0 ) = 0, We expand f (x 0 + δx 0 ) in powers of δx 0 as f (x 0 + δx 0 ) = f (x 0 ) + δx 0 f (x 0 ) +. (9) Keeping terms up to the first order in δx 0, f (x 0 + δx 0 ) = f (x 0 ) + δx 0 f (x 0 ) = 0. (10) Then we obtain δx 0 = f (x 0) f (x 0 ). (11) Accordingly we obtain, by letting x 1 = x 0 + δx 0, x 1 = x 0 f (x 0) f (x 0 ). (12) Volume/Issue/Article Number 2

4 If we replace x 0 and x 1 with x n and x n+1 respectively, we obtain the recurrence relations x n+1 = x n f (x n) f (x n ) (n = 0, 1, ). (13) By iterating these recurrence relations, the sequence {x n } is expected to converge to an exact solution. When we use these relations, a choice of the starting value x 0 is important. If f (x) has an analytic expression, we can calculate the derivative f (x) analytically. Usually, we can easily compute the derivatives numerically using the following relations: f (x n ) = f (x n + h n ) f (x n h n ) 2h n (n = 0, 1, ), (14) where h n are taken sufficiently small, and f (x n + h n ) and f (x n h n ) are numerically computed. 5 Ishidzu s analytical solution for S-state with the Woods-Saxon potential In this section we explain briefly Ishidzu s theory along the lines of his paper [5]. Putting r = Rρ, d = αr, V 0 = v 2 0 h2 /2mR 2, E = κ 2 h 2 /2mR 2, and furthermore changing the variables by x = exp {(1 ρ)/α} = exp{(r r)/d}, u(r) = e κρ χ(x), equation (1) becomes in case of l = 0 χ (x) κα χ (x) + α2 v 2 0 x x(x 1) χ(x) = 0 (15) (16) ( e 1/α < x < 0), (17) which can be solved by means of the hypergeometric series [1]. For the solution χ(x) to this equation to take a finite value at x = 0 (r ), χ(x) must be χ(x) = F(µ, µ; 1 + 2κα x), (18) where F is the hypergeometric series [1], and we put µ = α(κ + iκ ), µ = α(κ iκ ), κ = v 2 0 κ2. (19) The other boundary condition u(r) = e κρ χ(x) = 0 at r = 0 (x = e 1/α ) yields F(µ, µ; 1 + 2κα e 1/α ) = 0. (20) Since generally e 1/α 1, the function F must be continued analytically. By use of the relation between the hypergeometric series [1]: F(a, b; c z) Γ(c)Γ(b a) = Γ(b)Γ(c a) ( z) a F(a, a c + 1; a b + 1 1/z) Γ(c)Γ(a b) + Γ(a)Γ(c b) ( z) b F(b, b c + 1; b a + 1 1/z), (21) where Γ is the Gamma function, equation (20) is reduced to F(µ, µ; 1 + 2κα e 1/α ) = Γ(1 + 2κα)Γ( µ µ) Γ( µ)γ( µ + 1) e µ/α F(µ, µ 2κα; µ µ + 1 e 1/α ) + Γ(1 + 2κα)Γ(µ µ) Γ(µ)Γ(µ + 1) e µ/α F( µ, µ 2κα; µ µ + 1 e 1/α ) = 0. (22) Since d = 0.67 fm, R = 7.52 fm, and e 1/α = 1.34E 5 1, we keep only the first term of the expansion in powers of ( e 1/α ) of the hypergeometric series F. Therfore, the function F on the right-side of equation (22) can be approximated as unity to fairly good approximation. Consequently equation (22) becomes e κ Γ(1 + 2κα) { Γ( 2iκ α) Γ( µ)γ( µ + 1) e iκ + Γ(2iκ α) Γ(µ)Γ(µ + 1) eiκ } = 0, (23) where we have used equation (19) and have replaced the function F on the right-side of equation (22) with unity. If we set θ = arg Γ( 2iκ α) Γ( µ)γ( µ + 1), (24) Volume/Issue/Article Number 3

5 where the notation arg represents the argment of a complex number, equation (23) gives us significant relations cos(θ κ ) = 0, κ θ = (n 1 )π (n = 0, ±1, ±2, ). (25) 2 With the help of equation (24), equations (25) become κ + argγ(2iκ α) + argγ( µ) + argγ( µ + 1) = (n 1 )π (n = 0, ±1, ±2, ). (26) 2 As κ, κ, and µ depend on E through equations (15) and (19), the solutions E n to these transcendental equations (26) are energy eigenvalues. 6 Numerical calculations and the results We consider Ishidzu s approximate analytical expressions (26) and rewrite them, thanks to the mathematical properties of the Gamma function [1], as κ + argγ(1 + 2iκ α) 2argΓ(µ) arg(µ) = nπ (n = 0, ±1, ±2, ). (27) we decompose equations (27) into two functions arg(e) and h(n) (n = 0, ±1, ±2, ) such that arg(e) = κ + argγ(1 + 2iκ α) 2argΓ(µ) arg(µ), (28) h(n) = nπ (n = 0, ±1, ±2, ). (29) We recognize that expression (28) is not yet well suited for our straightforward calculations. For that we deform it to a distinct form that is easy to calculate. By use of the following equation [4]: Γ(x + iy) Γ(x) = e iγy x(x + iy) 1 1 [ 1 + iy/(x + m) ]eiy/m, m=1 (30) where γ is the Euler s constant, the argument of Γ(x + iy) is easily given by argγ(x + iy) = γy tan 1 ( y x ) + m=1[ y m y tan 1 ( x + m )]. (31) Thanks to this equation, equation (28) can be deformed to a tractable form arg(e) = κ + tan 1 ( κ κ ) m=1 [tan 1 ( 2ακ m ) 2 ακ tan 1 ( ακ + m )]. (32) Keep in mind that for practical calculations of the values of the function arg(e), equation (32) is used and its summation is carried out from m = 1 to m = When α goes to zero in equation (32), equation (27) becomes κ + tan 1 ( κ ) = nπ (n = 0, ±1, ±2, ), (33) κ which is changed to κ tan κ = κ. (34) This is the celebrated eigenvalue condition [6] of the 3-dimensional square-well potential (SQWP). From this it is shown explicitly that Ishidzu s expression is a mathematical extension from the 3-dimensional square well potential to the Woods-Saxon potential. Now we can plot arg(e) and h(n) (n = 1, 2, ) against E as in Figure 1, which shows us that the intersection points satisfy equations (27) and give the energy eigenvalues. When we want to obtain the exact eigenvalues numerically, we need only to apply Newton s methods to the equation f (E, n) = 0, where f (E, n) is defined by f (E, n) = arg(e) h(n). From Figure 1 we see the energies E n of the intersections for n = 1, 2, 3, and 4 are approximately equal to 40.0, 29.0, 15.0, and 1.0 MeV respectively. These values can be adopted as the starting values for Newton s method. Volume/Issue/Article Number 4

6 [radian] E[Mev] arg n = 1 n = 2 n = 3 n = 4 Figure 1: The increasing curve with respect to E represents arg(e) and horizontal lines correspond to h(n) for each integer n = 1, 2, 3, and 4. In what follows, using the Runge-Kutta method we integrate equations (7) and (8) over an interval [a, b](a < b), where a is very small and b is sufficiently greater than R (Nuclear radius). This time, at an intermediate point r = c between r = a and r = b so that a < c < b, we split the interval [a, b] into the two intervals [a, c] and [c, b]. We integrate the equations over each interval using the Runge- Kutta method. For the interval [a, c] we integrate forward from r = a to r = c with the initial conditions χ(e, a) a l+1 and χ (E, a) (l + 1)a l (a 0, l = 0). For the interval [c, b] we integrate backward from r = b to r = c with the initial conditions χ(e, b) exp( 2m ( E) b) and χ (E, b) h 2 2m 2m Method Ishidzu Runge-Kutta Approximate energy (MeV) Convergence value(mev) SquareWell (MeV) Approximate energy (MeV) Convergence value(mev) SquareWell (MeV) Approximate energy (Mev) Convergence value(mev) SquareWell (MeV) Approximate energy (MeV) Convergence value(mev) SquareWell (MeV) no-solution no-solution ( E)exp( ( E) b). Then let χ(e, c ) denote the wave function at r = c integrated from r = a h 2 h 2 Table 1: The comparisons between Ishidzu formula and the Runge-Kutta (R-K) method. For the R-K to r = c and let χ(e, c+) denote the wave function at method we adopt the parameters of the intervals explained in this section as a = 0.0 fm, b = 25.0 fm, r = c integrated from r = b to r = c, and if we write the difference between their logarithmic derivatives as c = 6.0 fm, and N = 500 for convenience. Each f (E, c), then it is given by of the approximate energies are estimated from FIG. f (E, c) = χ (E, c+) χ(e, c+) χ (E, c ) χ(e, c ). (35) 1. The eigenvalues for the 3-dimensional square-well potential are calculated using equation (33) and also Now we can obtain an energy eigenvalue if we calculated from the R-K method using equation (35). can determine a solution E to f (E, c) = 0, the continuity When the R-K method is applied, to avoid the singu- of the logarithmic derivative of the wave function larity of the square-well potential at r = R, the follow- at r = c. This is an easy task for Newton s method. ing recipes are taken: The endpoint c of the inner interval We need to verify that the solution E of f (E, c) = 0 is [0, c] is shifted from c = R to c = R free of c. ; the endpoint c of the outer interval [c, b] is shifted from c = R to c = R Volume/Issue/Article Number 5

7 r E 1 (MeV) E 2 (MeV) SQWP r E 3 (MeV) E 4 (MeV) no-solution no-solution no-solution no-solution SQWP no-solution Table 2: The energy eigenvalue dependence on the diffuseness parameter d. r is defined as the diffuseness parameter d divided by 0.67 fm (d = r 0.67 fm). The subscript numbers of E correspond to the number n in equation (27). E n (n = 1, 2, 3, 4) are the calcuated values for r using equation (27). 7 Concluding remarks We have demonstrated that Newton s method is a clearly powerful technique for solving eigenvalue problems of quantum mechanics and also have endorsed the validity of Ishizu s analytical solution numerically using the Runge-Kutta method. Although most of books on quantum mechanics are unfamiliar with Ishidzu analytic approximate expression explained in this paper in contrast to the eigenvalue problem for the 3-dimensional square-well potential, it should be noted that Ishidzu analytic approximate expression has a good accuracy and is very interesting from the viewpoint of mathematical physics. In particular, we believe that most novice students beginning to learn practical uses of quantum mechanics could follow our calculations easily, which may have pedagogical merits for those students. Our approaches may be of interest to those instructors who would like to introduce applications of Newton s method to various fields positively into their courses. Finally, we present Table 1 to compare the results calculated using Ishizdu s approximate analytical expression with those calculated using the Runge-Kutta method. From these two results we can emphasize that the results obtained by these two distinct methods are in good agreement with each other. Understandably we use Newton s method in order to obtain the convergence value in each individual method. Furthermore we calculate the energy eigenvalues of the 3-dimensional square-well potential with the same V 0 and R in equation (3) for the S-state (l = 0) using Newton s method. We include them in Table 1 for comparison. Besides, by using Ishidzu s expression we demonstrate explicitly in Table 2 that when the diffuseness parameter d of the Woods-Saxon potential approaches zero, the energy eigenvalues, as expected, converge to those of the 3-dimensional square-well potential. Acknowledgments I would like to thank the editor for reading my manuscript carefully, pointing errors and ambiguities, and giving me fruitful comments. References [1] M. Abramowitz and I. A. Stegun, Handbook of Mathematical Functions With Formulas, Graphs, and Mathematical Tables Dover Publications, Inc, New York, [2] M. Atarashi, K. Hira, and H. Narumi, On the kaon-nucleus optical potential at low energy, Prog. Theor. Phys, 60, , [3] J. Blomqvist and S.Wahlborn, Shell model calculations in the lead region with a diffuse nuclear potential, Airkiv Fysik, 16, 545, Volume/Issue/Article Number 6

8 [4] A. Erdelyi, W. Magnus, F. oberhettinger, and F. G.Tricomi, Higher Transcendental Functions volume 3, McGraw-Hill Book Co., New York, [5] T. Ishidzu, Analytical solution for S-state with the Woods-Saxon potentials, Prog. Theor. Phys, 40, , [6] L. Schiff, Quantum Mechanics 3rd. ed., Mc- GrawHill, New York, Volume/Issue/Article Number 7

9 avqj > a[r,r(z] Newton's method and energy eigenvalue problems for the Schriidinger equation Kiyoto Hiral 1 SumiyoshlHatsukaich,Hiroshima , Japan da43827@pb4. so-net. ne. jp Submitted on Abstract For a pedagogical example, we take up Newton's method and energy eigenvalue problems for the Schrcidinger equation. Newton's method is systematically used to obtain energy eigenvalues and energy eigenfunctions of the Schrcidinger eq uation. The Schrcidinger equation with the Woods-Saxon potential is considered for an S-state. One solution is obtained analytically by means of the hypergeometric function. Another one is obtained numerically using the Runge-Kutta method. Because our approach makes the most of Newton's method in this paper, our calculations would have pedagogical benefits for those undergraduate students beginning to learn practical computations actively in ohvsics.. ' ' trfic0rrcrt'sfqc!$t 1!ntroduction \,, by T. Ishidzu[S]. Another one is obtained numeqically using the fohrth-order Runge-Kutta methodfj. We would like to stress that in both approaches l$ewton's method plays key roles. Motivations of this paper consist of four viewpoints: to show how to solve a transcendental equation using th,enewton's method without recourse to -l\qgraphical method, to show that the solution to the transcendental equation is fully compatible with the iln".ffi:.?lt'::ffi jffi,tfl'iln::l"fl ilf \\ Newton's method plays key roles in obtaining two solutions, and to show clearly, thanks to the transcendental equation, that when the diffuseness parameter of the Woods-Saxon potential gets closer and \\ \\ closer to zerot energy eigenvalues, as expected, con- I \ verge{ to those of the 3-dimensional sqllare well po- \ \ tential. t \ As is well known, Newton's method is very celebrated in mathematical analysis. Howeveg it is lit- Tools for our approaches are explained briefly in tle known in practical learnings of physics and chem- the following four sections after the introduction and istry. Therefore attempts to apply it to some topics -15u,rectron 6 is devoted to numerical calculations and of them seem to be very interesting. In order to use results. Newton's method for exercises of physics, we take up an eigenvalue problem for the Schrcidinger equation with the Woods-Saxon potential, which is very popular in the texlbooks of nuclear physics, as a pedagogical example. We use two different approaches to deal with this problem. One solution is dbtained analytically with the help of the hypergeometric fnncfion ThrNewton's method explained in this paper has been applied to complex energy eigenvalues problems of kaonic atoms for the first time in the work of M. Atarashi et al.[2] and the present paper originated from their work. Volume/Issue /Article Number

10 \\ 2 Startup The radial Schodinger equation tt(r) ola neutron lna symmetrical Woods-Saxon potential 1/(r) is given by dzu(e,r) d.r' +24e, - vu)- /(/ + 1)fi2 ) rt(e,r) : Q, (1) h2'- ' \'/ 2mr2 where the total wave function r/(r) for the neutron is and tffe V (r) represented by QU) : r-1u(r)y1,,,,(0, fi, is given by v(r): '0,'-,.. t t e--t' In this paper we take the Parameters in the Woods- Saxon potential for convenience as A:208, d = 0.67fm, vs : ( ;?)Mev, r.j These parameters are adopted Wahlborn[3] and give us vo : - M.0L Mev, R : frn. And also the mass of neutron mcz Mev andhc : 197.3Mev 'fm are taken. r,j fre note that for I f O, eqtation (1) will be easy. to solve numerically but impossible to solve analyti- \ \ cally. Howevergas Ishidzu calculated, only for I : 0 \ \ the equation analytically' So, in this paperq\,ve restrict our considerations to an S-state (l : 0)' W6" f ( 0 we solve equation (1) numerically oylthe boundary conditions that wt\/\ tl(e,r):oatr:o andu(e,r) +0 forr-+oo' (4) With these conditions we can determine the energy eigenv altres nr'rmerically. (2) Z :82. ro:1.27ff, (3) R: roalftrl., from Blomqvist and where S?) : -Tr'- jb) If we ptrt o(r) : du(r) / dr,equation(5) is changed to a couple of first-order differential equations as follows: [#:. ldo I 4, : *\')"' We apply the fourth-order Runge-Kutta method[1] for integration of the differential equations (7) and (8). Let la,bl stand for an interval of integration and we divide it into N intervals of width h each such that h : (b - a) /N. Then we Plut ro : a, ft : ro+h,"', tn : b and set ui : u(r) artd tti : o(t). If we solve the recurrence relations resulting from the Runge-Kutta method numerically with the initial values uo: u(ro) and o9 : u'(to), we can obtain every {ui,a;}(i : O,\,"',N). 4 Newton's method Now we find a solution * fi**nennable ftinction (*) :0 numerically. Suppose xs is an approximate f soltttion to f (*) :0 and let drs be the correction to rs such that /iro t dxo) : 0.W expand /(rs * dxs) in a power series of dxs' f (*o + 6xs) : /(ro) + 6xnf' (x,s) + " ' Keeping terms up to the first ordurfr 6*0, f (*o + 6xs) : f (xil + Sxsf' (xr1 : s. Then we obtain (6) (7) (8) (e) (10) \ It 3 Runge-Kutta method In order to solve equation (1) numerically in case I : 0 we rewrite iv "A : g(r)u(e,r), Volume,/ Issue /Article Number (5) (11) Accordingly we obtailby letting xl : xo + 6xo, f xl:xo-t@) (xo) (12) I I

11 \ If we replace.x9 and 11 with x,, and r,1+1 respectively, we obtain the recurrence relations ^11+l-*ll - _ f(r,) t?t/ ' \ J \xtt) Iterating these recurrence relatiors, the sequence {x,, } is expected to converge to an exact solution. When we ttse these relations, a choice of the starting value xg is important. tf f (x) has an analytic expression, we can calctrlate the derivativ u f ' (*) analytically. Usually_rwe can easily compute the derivatives numerically using the following relations: ',/ where F is the hypergeomehk Tgrnlll, Ir : aq< + ir<' ), p : a(r - it<' ), r' The other boundary condition a(r) r:0 (x: -stl") yields F(lr,y;t *2x*l - el/o) : o. and we put n:o'r"")' (13) : \E-A' (1s) Since generally - er/a1>> L,y>* with the help of the relation between tl-re hypergeometric functions [ 1 ]f F (s, t; ulz) : s-kpx(y) :0 at (20) ft(x-\ :.f (x', -f h,,) - f (x,, - h,,) (n :0,1....,t J \^n) - 2hu lr (14) f/rr)f/.s - i). + 1i61ffi (-z)-tf(t,t - utt;t - sttll/z), where h,, are taken sufficiently small, and f (*u + lrr) and f (x" - hn) are numerically computed. 5 lshidzu's analytical solution for S-state with the Woods-Saxon potential In this section we explain briefly the Ishidzu's theory along the lines of his paper[s]. Defining 1 &.t -.-J- "df,)+ }}" r: Rp, d: ar,. i,.vn vo:-.aihz/zntrz, E:-t?h2/2mR2, (15) Nhll""r" t., *. P and furthermore changing the variables by \ \ <i \l ---2 ttlr): e '''X\x), x : - exp {Q - p) / o} : -exp{(r - r) /d},' 4I equation (1) becomes in case of / : 0 x"@)+u?x'q)+ ffix{*):o (-it/o <x<o), (16\ (r7) where I is the Gamma ftrncfion, equation (20) duced to F(tr,it;7 t2xal - r'/n) _r(l+zra)r(y- u) r(p)r(p + 1) e'kf (1. -t Zrca) (21)..ra@ rc re-, x e-t'/of(.l.r,lt - 2r<u;1t - lt + tl -,-t/u) -, r(l + 2xa)f(y - y) r(i,)f (t, + l) x e-ri/,f(f,f - 2rca; p - y + 1l x1 - r-t/ - 0. (22) Now from the fact that d : 0.67fm,R : 7.52fm, \ e-t/o : exp(-7.52/0.67) : 1.34E - 5, the hypeage-, \ olnetric frilitior, f jp*re risht-side of equation(22) \ gor*itf fe replaced with l.ruty fl faif Sood approximatiorl keeping only the first term in the power series of (e-t/t) of the function F. Consequently equation (22) becomes %ffi+u^^? which can be solved by means of the hypergeometric furctijn[1]. For the solution X@) to this equation to takeiffie value for x : 0 (r i *), x(x) must be x(x) : F(lt,F;'J' t 2rculx), (18) Vohrme / Issue / Article Number If we set l( -2ir' a\ 0:ar{ilffi, (23) (24)

12 u \\ where the notation a/g represents the argment of a complex number, equation (23) gives us significant relations cos(0 - K') :0, r' - o : 1" _ : 0,il,+2,...). (25) With the help of equation (24), equations (25) become rct + argl(2ircta) + argf (y) + argf (y + t) 1. :(n-1)n (n:0,+7,+2,"'). (26) C."s$g#f,qj4" fact that x, xt,and p are dependhgon E throfigh.(15) and (19), the solutions E,, to these transcendentallquations (26) are energy eigenvalues. 6 Numerical calculations and the results First, we corsider-the-ishidzu's approximate analytical expressions (26) and rg){rite them, thanks to the mathematical properties of'camma function[] tq 6rn rt + argr(l a2ixta) - zargf (y) - arg(y) :n7r (n:0,+l,t2,"'). (27) 1-. Now we decompose equation (27) into two functions arg(e) andh(n) (n :0,!1,+2, ' ' ') such that arg(e) : rct + argl(l * 2irct a) - zargf (y) - argot), (28) h(n) : nv (n : 0, +L, +2, ' ' '). (29) l$r we recognize that expression (28) is not yet well suited for our straiehtfor.ward calculations. For that we deform it to o ui$#53#* ror* 8o$, t?calcr,- late. With the help of the following equation[4]: r(x + iy) r(r) : s'itlt *1* * iy)-' II )eilt / ",,*lr't+iy/(x+m) where 7 is the Euler's "9lt$ ra Gfre?igument 6n rlx lly\. ba s+d+f-sng :fu'r4* is easily given by argf (x + iy) : -"yy - ''u)+frp-tu''-r( v tan-' (it -r il.,lrp -,^, \ r + *!). 'n*'d- Qt) Thanks to this equatiory equation (28) f deformed to a tractable form 'I arg(e):r'+tan-l1l; - f 1tor,-' f'41-2tan-1 (-.,i\, )1.,t:I ' m' 'atclm" (32) Keep in mind that for practical calculations of the valtres of the function arg(e).equation (32) is used an{ summation is caruied /.,t fro#*=ito{",=1oooooi -i6 Furthermore when a goes to zero in equation (32), equation$ (27) -t become..; r,.kt r * tan-' (-) : nn K which is changed to ll t<tanr : -x. (n : 0, *1.,12,...), (33) (34) This is the celebrated eigenvalue condi9on[6] of the- 3-dimensional square well potential (SQWP).' From this it is shown explicitly tha(+he Ishidzu's expression is a mathemati"a e}t"r,fi3*lrrom the 3-dimensional sqrlare well potential to the Woods-Saxon pofential. Now we can plot arg(e) and h(n) (n : 1,2,' ' ') against E as injhsfigure L, which shows tts that the intersection points satisfy equations (27) and give the energy eigenvalues. When we want to obtain the exact eigenvalues numerically, we need only to apply thr Newton's rnethods to the equation / (E,n) :0, where f (E,") is defined by f (E,n) : ary(e) - h(n). tuom il tl I tle Figure 1 lye see the energies E,, of the intersections I J fof. = L,23?and4 are approximately eqttal to -:0.L -29.0,-L5,0, and-1.0 Mev's respectively..aaa4l[lese M. V values can be adopted as the starting values ftot 1ft (30) Newton's methodf Volume /Issue / Article Number

13 U:L.45 Elrevl -15 Figure 1: The increasing curve with respect to E represents arg(e) and horizontal lines correspond to h(n) for each integer n : 1,2,3, and 4. (\? 7 Thery using the Runge-Kutta method we integrate eqtrations (7) and (8) over an interval la,bl(a < b), where a isvery small and b islsrrfficiently greater than R (Nuclear radius). This time, at an intermediate point r : cbetween r : a. arrd r : b so that a < c < b, we split the interval [a,b] into the two intervals [a, c] xd lc,bl. We integrate the equatioru over each interval using the Runge-Kutta method. For the ilrterval [a, c] we integrate {orward from r : a to r : c with the initial conditions X(E,a) N at+1' andxt(e,a) = (l f L)at (a x 0, I : 0). For the interval [c,b] we integrate backward from r : b to r : c with the initial con- b) and xt(r,b) x ditions x@,b) o,*p1- rff;\ - ffl-e)r-pe fficilb). rhenletx(e,c-) denote the wave ftinction at r : c integrated from the innerdmd let X(E, c+) denote the wave ftmction at r : c integrated from the outer, and if we write the differ- "n.jb"t*""r, their,(ogarl)hmic derivatives as f (E,c), then it is givenby '- ",t/c ^r, X, (E,r_) f(e,c):trh-'ffi (3s) Now we can obtain an energy eigenvalue if we can determine a solution to f (E,c) : 0, the continuity of the Logarithmic derivative of the wave function at r : c. This is an easy task for*he Newton's method. In that case we need to examine the solution E to f (E,c): 0 being free of c. -- pffi4 'l Vohlme /Issue/Arficle Number Table 1: The comparisons between tr&e-ishidzulsformula and the Runge-Kutta method. For the ffi* 4 Kutta method we adopt the parameters of the intervals explained in this section as a : 0.0tm&: 25.0fm, c : 6.0fm and N = 500 for convenience. Each of the aooroximate "r","rnfrllbetimated from FIG. 1. The values for the 3-dimensional square well potential are calculated using equation (33) and also calculated using equation(35). *When the Runge-Ktrtta metho$pplied, to.avoid the singularity of the square well potential atl=b)the following recipes are taken: The end point.g of the inner interval [0,c] is,shifted from-c=r t6,,/ -r=w 6ooooor. aa*ft so f l#ndloi"t c of theglo.4 Xr interval [c,b] is shifted from c=r to c=r*

14 L s -3L l L sqwp t E3(Mev) Ea(Mev) t no-solution no-solution no-solution no-solution sqwp no-solution Table 2: The energy eigenvalue dependence on the difftiseness parameter d. r is defined as the difftiseness parameter d divided by 0.67tm, (d : r * 0.67fm). The subl;cript numbers of E correspond to thililintrmber n in@uation (27). En(n : 1.,2,3,4) are the calcuateci. values for r's using equation (27). 7 Concluding remarks We have illushated that.+he Newton's method is a powerful and indispensable technique for solving p/ eigenvalue problems of qrrantum mechanics and also have endorsed the validity of.tte Ishiztls analytical solution numerically using the Runge-Kutta calctilations have led to the following c-e,acl,t-r-trttl Jaef Although dhe Ishidzrd analytic approximate expression explained in this paper is little known in books on quantrlm mechanics in contrast to the eigenvalue problem for the 3-dimensional Square well potential, it should be noted that the Ishidztreanalytic approximate expression has a good accuracy and is very interesting from the viewpoint of mathematical physics. Further, we believe that most novice students beginrring to leam practical rrses of quanhrm,mechanics could follow our approaches easilyy?r,a"1n"y *uy have pedagogical merits for those students"aad a*t'o 3 w'e nfg,ht be of interest to those instructors who would like to introduce applications of the Newton's method to various {ields positively into their courses. 7" Finally, we present'th,etable 1to compare the results calculated using.se-ishizdu's approximate analytical expression with those calculated using the Runge-Kutta method. From these two results we can emphasize that the results obtained by.these two different methods are in good agreem"nt'ikn otner. u.,- derstandably we use.tihenewton's method jointly together in order to obtain the convergence value in each individual method. Furthelnore we calculate the energy eigenval-.,. ues of the 3-dimensional sqrlare well potential with ll the same Vs and R as in (3) for the S-state (/ : 0) using t t -thealewton's method.adud ds include them in fiq References [1] M. Abramowitz and I. A. Stegun. Handbook of Mathematical Functions With Formulas, Graphs, and Mathematical Thbles Dover Publications, Inc, New York,!972. [2] M. Atarashi, K. Hira, and H. Narum[JOn the kaon-ntrcleus optical potential at low energla) Prog. Theor. Phys, 60, , tg78. ) [3] J. Blomqvist and S.Wahlborrg)Shell model calculations in the lead region with a difftlse nuclear potential Airkiv Fysik, 16, 545, z-. # otl-'' Jil.o Table l for comparison. *n*also using tlrrlshidzu's expression we demonstrate explicitly in Table 2 that when the difftiseness parameter d of the Woods-Saxon potential approaches zero, the energy eigenvalues, as expected, converge to those of the 3-dimensional square well potential. [4] A. Erdelyi, W Magnus, F. oberhettinger, and F. G.Tiicomi. Higher tanscendental Ftmctions, volume3, McGraw-Hill Book Co., New York, [5] T. Ishidzu. Analytical solution for s-state with the, woods-saxon potentialsrprog. TGr. Phys, 40, ,1968. / Volume/Issue/Article Number wwwphysedu.in

15 [6] L. Schiff. Quantum Mechanics 3rd. ed. Mc- GrawHill, New York, Volume/Issue /Article Number

The eigenvalue problems for Schrödinger equation and applications of Newton s method. Abstract

The eigenvalue problems for Schrödinger equation and applications of Newton s method. Abstract The eigenvalue problems for Schrödinger equation and applications of Newton s method Kiyoto Hira Sumiyoshi, Hatsukaichi, Hiroshima 738-0014, Japan (Dated: December 31, 2016) Abstract The Schrödinger equation

More information

Dear Dr. Kiyoto Hira,

Dear Dr. Kiyoto Hira, Dear Dr. Kiyoto Hira, Your paper "Newton's method and energy eigenvalue problems for Schrodinger equation" has been examined by one of our referees and the comments are sent to you for your consideration.

More information

Lecture 4. Magic Numbers

Lecture 4. Magic Numbers Lecture 4 In last lecture we discussed how one can solve the Schroedinger equation to determine the allowed energies of a particle trapped in a spherically symmetric potential. We will apply these methods

More information

Not to be reproduced by photoprint or microfilm without written permission from the publisher

Not to be reproduced by photoprint or microfilm without written permission from the publisher [ Nuclear Physics 80 (1966) 500--504; (~) North-Holland Publishing Co., Amsterdam 3.B I Not to be reproduced by photoprint or microfilm without written permission from the publisher INTERNAL CONVERSION

More information

Zeros of the Hankel Function of Real Order and of Its Derivative

Zeros of the Hankel Function of Real Order and of Its Derivative MATHEMATICS OF COMPUTATION VOLUME 39, NUMBER 160 OCTOBER 1982, PAGES 639-645 Zeros of the Hankel Function of Real Order and of Its Derivative By Andrés Cruz and Javier Sesma Abstract. The trajectories

More information

Lecture 3. Solving the Non-Relativistic Schroedinger Equation for a spherically symmetric potential

Lecture 3. Solving the Non-Relativistic Schroedinger Equation for a spherically symmetric potential Lecture 3 Last lecture we were in the middle of deriving the energies of the bound states of the Λ in the nucleus. We will continue with solving the non-relativistic Schroedinger equation for a spherically

More information

Derivation of the harmonic oscillator propagator using the Feynman path integral and

Derivation of the harmonic oscillator propagator using the Feynman path integral and Home Search Collections Journals About Contact us My IOPscience Derivation of the harmonic oscillator propagator using the Feynman path integral and recursive relations This content has been downloaded

More information

P a g e 5 1 of R e p o r t P B 4 / 0 9

P a g e 5 1 of R e p o r t P B 4 / 0 9 P a g e 5 1 of R e p o r t P B 4 / 0 9 J A R T a l s o c o n c l u d e d t h a t a l t h o u g h t h e i n t e n t o f N e l s o n s r e h a b i l i t a t i o n p l a n i s t o e n h a n c e c o n n e

More information

A comment on Path integral for the quantum harmonic oscillator

A comment on Path integral for the quantum harmonic oscillator A comment on Path integral for the quantum harmonic oscillator Kiyoto Hira (Dated: May 8, 203) An elementary derivation of quantum harmonic oscillator propagator using the path integral have been reconsidered

More information

The incomplete gamma functions. Notes by G.J.O. Jameson. These notes incorporate the Math. Gazette article [Jam1], with some extra material.

The incomplete gamma functions. Notes by G.J.O. Jameson. These notes incorporate the Math. Gazette article [Jam1], with some extra material. The incomplete gamma functions Notes by G.J.O. Jameson These notes incorporate the Math. Gazette article [Jam], with some etra material. Definitions and elementary properties functions: Recall the integral

More information

828.^ 2 F r, Br n, nd t h. n, v n lth h th n l nd h d n r d t n v l l n th f v r x t p th l ft. n ll n n n f lt ll th t p n nt r f d pp nt nt nd, th t

828.^ 2 F r, Br n, nd t h. n, v n lth h th n l nd h d n r d t n v l l n th f v r x t p th l ft. n ll n n n f lt ll th t p n nt r f d pp nt nt nd, th t 2Â F b. Th h ph rd l nd r. l X. TH H PH RD L ND R. L X. F r, Br n, nd t h. B th ttr h ph rd. n th l f p t r l l nd, t t d t, n n t n, nt r rl r th n th n r l t f th f th th r l, nd d r b t t f nn r r pr

More information

PR D NT N n TR T F R 6 pr l 8 Th Pr d nt Th h t H h n t n, D D r r. Pr d nt: n J n r f th r d t r v th tr t d rn z t n pr r f th n t d t t. n

PR D NT N n TR T F R 6 pr l 8 Th Pr d nt Th h t H h n t n, D D r r. Pr d nt: n J n r f th r d t r v th tr t d rn z t n pr r f th n t d t t. n R P RT F TH PR D NT N N TR T F R N V R T F NN T V D 0 0 : R PR P R JT..P.. D 2 PR L 8 8 J PR D NT N n TR T F R 6 pr l 8 Th Pr d nt Th h t H h n t n, D.. 20 00 D r r. Pr d nt: n J n r f th r d t r v th

More information

Solutions of the Schrödinger equation for an attractive 1/r 6 potential

Solutions of the Schrödinger equation for an attractive 1/r 6 potential PHYSICAL REVIEW A VOLUME 58, NUMBER 3 SEPTEMBER 998 Solutions of the Schrödinger equation for an attractive /r 6 potential Bo Gao Department of Physics and Astronomy, University of Toledo, Toledo, Ohio

More information

Laplace Transform of Spherical Bessel Functions

Laplace Transform of Spherical Bessel Functions Laplace Transform of Spherical Bessel Functions arxiv:math-ph/01000v 18 Jan 00 A. Ludu Department of Chemistry and Physics, Northwestern State University, Natchitoches, LA 71497 R. F. O Connell Department

More information

,. *â â > V>V. â ND * 828.

,. *â â > V>V. â ND * 828. BL D,. *â â > V>V Z V L. XX. J N R â J N, 828. LL BL D, D NB R H â ND T. D LL, TR ND, L ND N. * 828. n r t d n 20 2 2 0 : 0 T http: hdl.h ndl.n t 202 dp. 0 02802 68 Th N : l nd r.. N > R, L X. Fn r f,

More information

Schrödinger equation for the nuclear potential

Schrödinger equation for the nuclear potential Schrödinger equation for the nuclear potential Introduction to Nuclear Science Simon Fraser University Spring 2011 NUCS 342 January 24, 2011 NUCS 342 (Lecture 4) January 24, 2011 1 / 32 Outline 1 One-dimensional

More information

The Periodic Table. Periodic Properties. Can you explain this graph? Valence Electrons. Valence Electrons. Paramagnetism

The Periodic Table. Periodic Properties. Can you explain this graph? Valence Electrons. Valence Electrons. Paramagnetism Periodic Properties Atomic & Ionic Radius Energy Electron Affinity We want to understand the variations in these properties in terms of electron configurations. The Periodic Table Elements in a column

More information

46 D b r 4, 20 : p t n f r n b P l h tr p, pl t z r f r n. nd n th t n t d f t n th tr ht r t b f l n t, nd th ff r n b ttl t th r p rf l pp n nt n th

46 D b r 4, 20 : p t n f r n b P l h tr p, pl t z r f r n. nd n th t n t d f t n th tr ht r t b f l n t, nd th ff r n b ttl t th r p rf l pp n nt n th n r t d n 20 0 : T P bl D n, l d t z d http:.h th tr t. r pd l 46 D b r 4, 20 : p t n f r n b P l h tr p, pl t z r f r n. nd n th t n t d f t n th tr ht r t b f l n t, nd th ff r n b ttl t th r p rf l

More information

1 r 2 sin 2 θ. This must be the case as we can see by the following argument + L2

1 r 2 sin 2 θ. This must be the case as we can see by the following argument + L2 PHYS 4 3. The momentum operator in three dimensions is p = i Therefore the momentum-squared operator is [ p 2 = 2 2 = 2 r 2 ) + r 2 r r r 2 sin θ We notice that this can be written as sin θ ) + θ θ r 2

More information

Unit 2: Solving Scalar Equations. Notes prepared by: Amos Ron, Yunpeng Li, Mark Cowlishaw, Steve Wright Instructor: Steve Wright

Unit 2: Solving Scalar Equations. Notes prepared by: Amos Ron, Yunpeng Li, Mark Cowlishaw, Steve Wright Instructor: Steve Wright cs416: introduction to scientific computing 01/9/07 Unit : Solving Scalar Equations Notes prepared by: Amos Ron, Yunpeng Li, Mark Cowlishaw, Steve Wright Instructor: Steve Wright 1 Introduction We now

More information

I N A C O M P L E X W O R L D

I N A C O M P L E X W O R L D IS L A M I C E C O N O M I C S I N A C O M P L E X W O R L D E x p l o r a t i o n s i n A g-b eanste d S i m u l a t i o n S a m i A l-s u w a i l e m 1 4 2 9 H 2 0 0 8 I s l a m i c D e v e l o p m e

More information

MANY ELECTRON ATOMS Chapter 15

MANY ELECTRON ATOMS Chapter 15 MANY ELECTRON ATOMS Chapter 15 Electron-Electron Repulsions (15.5-15.9) The hydrogen atom Schrödinger equation is exactly solvable yielding the wavefunctions and orbitals of chemistry. Howev er, the Schrödinger

More information

arxiv:hep-th/ v1 11 Mar 2005

arxiv:hep-th/ v1 11 Mar 2005 Scattering of a Klein-Gordon particle by a Woods-Saxon potential Clara Rojas and Víctor M. Villalba Centro de Física IVIC Apdo 21827, Caracas 12A, Venezuela (Dated: February 1, 28) Abstract arxiv:hep-th/5318v1

More information

arxiv: v2 [math-ph] 2 Jan 2011

arxiv: v2 [math-ph] 2 Jan 2011 Any l-state analytical solutions of the Klein-Gordon equation for the Woods-Saxon potential V. H. Badalov 1, H. I. Ahmadov, and S. V. Badalov 3 1 Institute for Physical Problems Baku State University,

More information

T h e C S E T I P r o j e c t

T h e C S E T I P r o j e c t T h e P r o j e c t T H E P R O J E C T T A B L E O F C O N T E N T S A r t i c l e P a g e C o m p r e h e n s i v e A s s es s m e n t o f t h e U F O / E T I P h e n o m e n o n M a y 1 9 9 1 1 E T

More information

Two special equations: Bessel s and Legendre s equations. p Fourier-Bessel and Fourier-Legendre series. p

Two special equations: Bessel s and Legendre s equations. p Fourier-Bessel and Fourier-Legendre series. p LECTURE 1 Table of Contents Two special equations: Bessel s and Legendre s equations. p. 259-268. Fourier-Bessel and Fourier-Legendre series. p. 453-460. Boundary value problems in other coordinate system.

More information

Equations with regular-singular points (Sect. 5.5).

Equations with regular-singular points (Sect. 5.5). Equations with regular-singular points (Sect. 5.5). Equations with regular-singular points. s: Equations with regular-singular points. Method to find solutions. : Method to find solutions. Recall: The

More information

Angular momentum and spin

Angular momentum and spin Luleå tekniska universitet Avdelningen för Fysik, 007 Hans Weber Angular momentum and spin Angular momentum is a measure of how much rotation there is in particle or in a rigid body. In quantum mechanics

More information

n

n p l p bl t n t t f Fl r d, D p rt nt f N t r l R r, D v n f nt r r R r, B r f l. n.24 80 T ll h, Fl. : Fl r d D p rt nt f N t r l R r, B r f l, 86. http://hdl.handle.net/2027/mdp.39015007497111 r t v n

More information

The Hydrogen Atom. Chapter 18. P. J. Grandinetti. Nov 6, Chem P. J. Grandinetti (Chem. 4300) The Hydrogen Atom Nov 6, / 41

The Hydrogen Atom. Chapter 18. P. J. Grandinetti. Nov 6, Chem P. J. Grandinetti (Chem. 4300) The Hydrogen Atom Nov 6, / 41 The Hydrogen Atom Chapter 18 P. J. Grandinetti Chem. 4300 Nov 6, 2017 P. J. Grandinetti (Chem. 4300) The Hydrogen Atom Nov 6, 2017 1 / 41 The Hydrogen Atom Hydrogen atom is simplest atomic system where

More information

176 5 t h Fl oo r. 337 P o ly me r Ma te ri al s

176 5 t h Fl oo r. 337 P o ly me r Ma te ri al s A g la di ou s F. L. 462 E l ec tr on ic D ev el op me nt A i ng er A.W.S. 371 C. A. M. A l ex an de r 236 A d mi ni st ra ti on R. H. (M rs ) A n dr ew s P. V. 326 O p ti ca l Tr an sm is si on A p ps

More information

SOME IDENTITIES INVOLVING GENERALIZED GENOCCHI POLYNOMIALS AND GENERALIZED FIBONACCI-LUCAS SEQUENCES

SOME IDENTITIES INVOLVING GENERALIZED GENOCCHI POLYNOMIALS AND GENERALIZED FIBONACCI-LUCAS SEQUENCES SOME IDENTITIES INVOLVING GENERALIZED GENOCCHI POLYNOMIALS AND GENERALIZED FIBONACCI-LUCAS SEQUENCES Zhizheng Zhang and Jingyu Jin Department of mathematics, Luoyang Teachers College, Luoyang, Henan, 471022,

More information

Nuclear Science Seminar (NSS)

Nuclear Science Seminar (NSS) Nuclear Science Seminar (NSS) Nov.13, 2006 Weakly-bound and positive-energy neutrons in the structure of drip-line nuclei - from spherical to deformed nuclei 6. Weakly-bound and positive-energy neutrons

More information

H NT Z N RT L 0 4 n f lt r h v d lt n r n, h p l," "Fl d nd fl d " ( n l d n l tr l t nt r t t n t nt t nt n fr n nl, th t l n r tr t nt. r d n f d rd n t th nd r nt r d t n th t th n r lth h v b n f

More information

Non-Relativistic Phase Shifts via Laplace Transform Approach

Non-Relativistic Phase Shifts via Laplace Transform Approach Bulg. J. Phys. 44 17) 1 3 Non-Relativistic Phase Shifts via Laplace Transform Approach A. Arda 1, T. Das 1 Department of Physics Education, Hacettepe University, 68, Ankara, Turkey Kodalia Prasanna Banga

More information

M.SC. PHYSICS - II YEAR

M.SC. PHYSICS - II YEAR MANONMANIAM SUNDARANAR UNIVERSITY DIRECTORATE OF DISTANCE & CONTINUING EDUCATION TIRUNELVELI 627012, TAMIL NADU M.SC. PHYSICS - II YEAR DKP26 - NUMERICAL METHODS (From the academic year 2016-17) Most Student

More information

Software Process Models there are many process model s in th e li t e ra t u re, s om e a r e prescriptions and some are descriptions you need to mode

Software Process Models there are many process model s in th e li t e ra t u re, s om e a r e prescriptions and some are descriptions you need to mode Unit 2 : Software Process O b j ec t i ve This unit introduces software systems engineering through a discussion of software processes and their principal characteristics. In order to achieve the desireable

More information

New series expansions of the Gauss hypergeometric function

New series expansions of the Gauss hypergeometric function New series expansions of the Gauss hypergeometric function José L. López and Nico. M. Temme 2 Departamento de Matemática e Informática, Universidad Pública de Navarra, 36-Pamplona, Spain. e-mail: jl.lopez@unavarra.es.

More information

A L A BA M A L A W R E V IE W

A L A BA M A L A W R E V IE W A L A BA M A L A W R E V IE W Volume 52 Fall 2000 Number 1 B E F O R E D I S A B I L I T Y C I V I L R I G HT S : C I V I L W A R P E N S I O N S A N D TH E P O L I T I C S O F D I S A B I L I T Y I N

More information

Physics 221A Fall 1996 Notes 12 Orbital Angular Momentum and Spherical Harmonics

Physics 221A Fall 1996 Notes 12 Orbital Angular Momentum and Spherical Harmonics Physics 221A Fall 1996 Notes 12 Orbital Angular Momentum and Spherical Harmonics We now consider the spatial degrees of freedom of a particle moving in 3-dimensional space, which of course is an important

More information

20 The Hydrogen Atom. Ze2 r R (20.1) H( r, R) = h2 2m 2 r h2 2M 2 R

20 The Hydrogen Atom. Ze2 r R (20.1) H( r, R) = h2 2m 2 r h2 2M 2 R 20 The Hydrogen Atom 1. We want to solve the time independent Schrödinger Equation for the hydrogen atom. 2. There are two particles in the system, an electron and a nucleus, and so we can write the Hamiltonian

More information

D t r l f r th n t d t t pr p r d b th t ff f th l t tt n N tr t n nd H n N d, n t d t t n t. n t d t t. h n t n :.. vt. Pr nt. ff.,. http://hdl.handle.net/2027/uiug.30112023368936 P bl D n, l d t z d

More information

On the relativistic L S coupling

On the relativistic L S coupling Eur. J. Phys. 9 (998) 553 56. Printed in the UK PII: S043-0807(98)93698-4 On the relativistic L S coupling P Alberto, M Fiolhais and M Oliveira Departamento de Física, Universidade de Coimbra, P-3000 Coimbra,

More information

Lesson Rigid Body Dynamics

Lesson Rigid Body Dynamics Lesson 8 Rigid Body Dynamics Lesson 8 Outline Problem definition and motivations Dynamics of rigid bodies The equation of unconstrained motion (ODE) User and time control Demos / tools / libs Rigid Body

More information

Effective interactions in the delta-shell model

Effective interactions in the delta-shell model Effective interactions in the delta-shell model Rodrigo Navarro Pérez Enrique Ruiz Arriola José Enrique Amaro Soriano University of Granada Atomic, Molecular and Nuclear Physics Department Few Body, Fukuoka,

More information

Exhibit 2-9/30/15 Invoice Filing Page 1841 of Page 3660 Docket No

Exhibit 2-9/30/15 Invoice Filing Page 1841 of Page 3660 Docket No xhibit 2-9/3/15 Invie Filing Pge 1841 f Pge 366 Dket. 44498 F u v 7? u ' 1 L ffi s xs L. s 91 S'.e q ; t w W yn S. s t = p '1 F? 5! 4 ` p V -', {} f6 3 j v > ; gl. li -. " F LL tfi = g us J 3 y 4 @" V)

More information

The Radial Electron Density in the Hydrogen Atom and the Model of Oscillations in a Chain System

The Radial Electron Density in the Hydrogen Atom and the Model of Oscillations in a Chain System July, 01 PROGRESS IN PHYSICS Volume 3 The Radial Electron Density in the Hydrogen Atom and the Model of Oscillations in a Chain System Andreas Ries Universidade Federal de Pernambuco, Centro de Tecnologia

More information

4 The matrix approach

4 The matrix approach 4 The matrix approach 4. Introduction It is not a coincidence that the finite element method blossomed at the time when computers were being developed, because it calls for a vast amount of computation

More information

Th n nt T p n n th V ll f x Th r h l l r r h nd xpl r t n rr d nt ff t b Pr f r ll N v n d r n th r 8 l t p t, n z n l n n th n rth t rn p rt n f th v

Th n nt T p n n th V ll f x Th r h l l r r h nd xpl r t n rr d nt ff t b Pr f r ll N v n d r n th r 8 l t p t, n z n l n n th n rth t rn p rt n f th v Th n nt T p n n th V ll f x Th r h l l r r h nd xpl r t n rr d nt ff t b Pr f r ll N v n d r n th r 8 l t p t, n z n l n n th n rth t rn p rt n f th v ll f x, h v nd d pr v n t fr tf l t th f nt r n r

More information

The Infinity Norm of a Certain Type of Symmetric Circulant Matrix

The Infinity Norm of a Certain Type of Symmetric Circulant Matrix MATHEMATICS OF COMPUTATION, VOLUME 31, NUMBER 139 JULY 1977, PAGES 733-737 The Infinity Norm of a Certain Type of Symmetric Circulant Matrix By W. D. Hoskins and D. S. Meek Abstract. An attainable bound

More information

Plot of temperature u versus x and t for the heat conduction problem of. ln(80/π) = 820 sec. τ = 2500 π 2. + xu t. = 0 3. u xx. + u xt 4.

Plot of temperature u versus x and t for the heat conduction problem of. ln(80/π) = 820 sec. τ = 2500 π 2. + xu t. = 0 3. u xx. + u xt 4. 10.5 Separation of Variables; Heat Conduction in a Rod 579 u 20 15 10 5 10 50 20 100 30 150 40 200 50 300 x t FIGURE 10.5.5 Example 1. Plot of temperature u versus x and t for the heat conduction problem

More information

MATH 241 Practice Second Midterm Exam - Fall 2012

MATH 241 Practice Second Midterm Exam - Fall 2012 MATH 41 Practice Second Midterm Exam - Fall 1 1. Let f(x = { 1 x for x 1 for 1 x (a Compute the Fourier sine series of f(x. The Fourier sine series is b n sin where b n = f(x sin dx = 1 = (1 x cos = 4

More information

Vibrating-string problem

Vibrating-string problem EE-2020, Spring 2009 p. 1/30 Vibrating-string problem Newton s equation of motion, m u tt = applied forces to the segment (x, x, + x), Net force due to the tension of the string, T Sinθ 2 T Sinθ 1 T[u

More information

CONVOLUTION TREES AND PASCAL-T TRIANGLES. JOHN C. TURNER University of Waikato, Hamilton, New Zealand (Submitted December 1986) 1.

CONVOLUTION TREES AND PASCAL-T TRIANGLES. JOHN C. TURNER University of Waikato, Hamilton, New Zealand (Submitted December 1986) 1. JOHN C. TURNER University of Waikato, Hamilton, New Zealand (Submitted December 986). INTRODUCTION Pascal (6-66) made extensive use of the famous arithmetical triangle which now bears his name. He wrote

More information

Old Dominion University Physics 811 Fall 2008

Old Dominion University Physics 811 Fall 2008 Old Dominion University Physics 811 Fall 008 Projects Structure of Project Reports: 1 Introduction. Briefly summarize the nature of the physical system. Theory. Describe equations selected for the project.

More information

Lecture 4: Numerical solution of ordinary differential equations

Lecture 4: Numerical solution of ordinary differential equations Lecture 4: Numerical solution of ordinary differential equations Department of Mathematics, ETH Zürich General explicit one-step method: Consistency; Stability; Convergence. High-order methods: Taylor

More information

Chapter 0. Preliminaries. 0.1 Things you should already know

Chapter 0. Preliminaries. 0.1 Things you should already know Chapter 0 Preliminaries These notes cover the course MATH45061 (Continuum Mechanics) and are intended to supplement the lectures. The course does not follow any particular text, so you do not need to buy

More information

4 4 N v b r t, 20 xpr n f th ll f th p p l t n p pr d. H ndr d nd th nd f t v L th n n f th pr v n f V ln, r dn nd l r thr n nt pr n, h r th ff r d nd

4 4 N v b r t, 20 xpr n f th ll f th p p l t n p pr d. H ndr d nd th nd f t v L th n n f th pr v n f V ln, r dn nd l r thr n nt pr n, h r th ff r d nd n r t d n 20 20 0 : 0 T P bl D n, l d t z d http:.h th tr t. r pd l 4 4 N v b r t, 20 xpr n f th ll f th p p l t n p pr d. H ndr d nd th nd f t v L th n n f th pr v n f V ln, r dn nd l r thr n nt pr n,

More information

arxiv: v1 [nucl-th] 5 Jul 2012

arxiv: v1 [nucl-th] 5 Jul 2012 Approximate bound state solutions of the deformed Woods-Saxon potential using asymptotic iteration method Babatunde J. Falaye 1 Theoretical Physics Section, Department of Physics University of Ilorin,

More information

4 Partial Differentiation

4 Partial Differentiation 4 Partial Differentiation Many equations in engineering, physics and mathematics tie together more than two variables. For example Ohm s Law (V = IR) and the equation for an ideal gas, PV = nrt, which

More information

H atom solution. 1 Introduction 2. 2 Coordinate system 2. 3 Variable separation 4

H atom solution. 1 Introduction 2. 2 Coordinate system 2. 3 Variable separation 4 H atom solution Contents 1 Introduction 2 2 Coordinate system 2 3 Variable separation 4 4 Wavefunction solutions 6 4.1 Solution for Φ........................... 6 4.2 Solution for Θ...........................

More information

Separation of Variables in Linear PDE: One-Dimensional Problems

Separation of Variables in Linear PDE: One-Dimensional Problems Separation of Variables in Linear PDE: One-Dimensional Problems Now we apply the theory of Hilbert spaces to linear differential equations with partial derivatives (PDE). We start with a particular example,

More information

AMBIGUITY PROBLEMS WITH POLAR COORDINATES

AMBIGUITY PROBLEMS WITH POLAR COORDINATES AMBIGUITY PROBLEMS WITH POLAR COORDINATES A given point in the plane can be represented by more than one pair of polar coordinates, and Section 9.7 of Thomas and Finney, Calculus, Ninth Edition, discusses

More information

Ordinary differential equations. Phys 420/580 Lecture 8

Ordinary differential equations. Phys 420/580 Lecture 8 Ordinary differential equations Phys 420/580 Lecture 8 Most physical laws are expressed as differential equations These come in three flavours: initial-value problems boundary-value problems eigenvalue

More information

Before you begin read these instructions carefully.

Before you begin read these instructions carefully. MATHEMATICAL TRIPOS Part IB Tuesday, 5 June, 2012 9:00 am to 12:00 pm PAPER 1 Before you begin read these instructions carefully. Each question in Section II carries twice the number of marks of each question

More information

22 t b r 2, 20 h r, th xp t d bl n nd t fr th b rd r t t. f r r z r t l n l th h r t rl T l t n b rd n n l h d, nd n nh rd f pp t t f r n. H v v d n f

22 t b r 2, 20 h r, th xp t d bl n nd t fr th b rd r t t. f r r z r t l n l th h r t rl T l t n b rd n n l h d, nd n nh rd f pp t t f r n. H v v d n f n r t d n 20 2 : 6 T P bl D n, l d t z d http:.h th tr t. r pd l 22 t b r 2, 20 h r, th xp t d bl n nd t fr th b rd r t t. f r r z r t l n l th h r t rl T l t n b rd n n l h d, nd n nh rd f pp t t f r

More information

Method of Frobenius. General Considerations. L. Nielsen, Ph.D. Dierential Equations, Fall Department of Mathematics, Creighton University

Method of Frobenius. General Considerations. L. Nielsen, Ph.D. Dierential Equations, Fall Department of Mathematics, Creighton University Method of Frobenius General Considerations L. Nielsen, Ph.D. Department of Mathematics, Creighton University Dierential Equations, Fall 2008 Outline 1 The Dierential Equation and Assumptions 2 3 Main Theorem

More information

K E L LY T H O M P S O N

K E L LY T H O M P S O N K E L LY T H O M P S O N S E A O LO G Y C R E ATO R, F O U N D E R, A N D PA R T N E R K e l l y T h o m p s o n i s t h e c r e a t o r, f o u n d e r, a n d p a r t n e r o f S e a o l o g y, a n e x

More information

Mathematical Tripos Part IB Michaelmas Term Example Sheet 1. Values of some physical constants are given on the supplementary sheet

Mathematical Tripos Part IB Michaelmas Term Example Sheet 1. Values of some physical constants are given on the supplementary sheet Mathematical Tripos Part IB Michaelmas Term 2015 Quantum Mechanics Dr. J.M. Evans Example Sheet 1 Values of some physical constants are given on the supplementary sheet 1. Whenasampleofpotassiumisilluminatedwithlightofwavelength3

More information

Th pr nt n f r n th f ft nth nt r b R b rt Pr t r. Pr t r, R b rt, b. 868. xf rd : Pr nt d f r th B bl r ph l t t th xf rd n v r t Pr, 00. http://hdl.handle.net/2027/nyp.33433006349173 P bl D n n th n

More information

Free-particle and harmonic-oscillator propagators in two and three dimensions

Free-particle and harmonic-oscillator propagators in two and three dimensions Free-particle harmonic-oscillator propagators in two three dimensions Ferno Chaos U. Departamento de Física, Escuela Superior de Física y Matemáticas Instituto Politécnico Nacional, México, D. F., MEXICO

More information

C. A laboratory course helps the students realize the distinction.

C. A laboratory course helps the students realize the distinction. lntro-1 NTRODUCTON How To Make A Good Grade n A Lab Course Without Really Trying A laboratory course may seem to involve a lot of work for too few credits. However, remembering the following points may

More information

n r t d n :4 T P bl D n, l d t z d th tr t. r pd l

n r t d n :4 T P bl D n, l d t z d   th tr t. r pd l n r t d n 20 20 :4 T P bl D n, l d t z d http:.h th tr t. r pd l 2 0 x pt n f t v t, f f d, b th n nd th P r n h h, th r h v n t b n p d f r nt r. Th t v v d pr n, h v r, p n th pl v t r, d b p t r b R

More information

surface area per unit time is w(x, t). Derive the partial differential

surface area per unit time is w(x, t). Derive the partial differential 1.2 Conduction of Heat in One-Dimension 11 1.2.4. Derive the diffusion equation for a chemical pollutant. (a) Consider the total amount of the chemical in a thin region between x and x + Ax. (b) Consider

More information

Modulus and Phase of the Reduced Logarithmic Derivative of the Hankel Function

Modulus and Phase of the Reduced Logarithmic Derivative of the Hankel Function mathematics of computation volume 41, number 164 october 1983. pages 597-605 Modulus and Phase of the Reduced Logarithmic Derivative of the Hankel Function By Andrés Cruz and Javier Sesma Abstract. The

More information

PHYS 3313 Section 001 Lecture # 22

PHYS 3313 Section 001 Lecture # 22 PHYS 3313 Section 001 Lecture # 22 Dr. Barry Spurlock Simple Harmonic Oscillator Barriers and Tunneling Alpha Particle Decay Schrodinger Equation on Hydrogen Atom Solutions for Schrodinger Equation for

More information

Speed of light c = m/s. x n e a x d x = 1. 2 n+1 a n π a. He Li Ne Na Ar K Ni 58.

Speed of light c = m/s. x n e a x d x = 1. 2 n+1 a n π a. He Li Ne Na Ar K Ni 58. Physical Chemistry II Test Name: KEY CHEM 464 Spring 18 Chapters 7-11 Average = 1. / 16 6 questions worth a total of 16 points Planck's constant h = 6.63 1-34 J s Speed of light c = 3. 1 8 m/s ħ = h π

More information

Learning Objectives for Math 165

Learning Objectives for Math 165 Learning Objectives for Math 165 Chapter 2 Limits Section 2.1: Average Rate of Change. State the definition of average rate of change Describe what the rate of change does and does not tell us in a given

More information

ON GENERATING FUNCTIONS OF THE JACOBI POLYNOMIALS

ON GENERATING FUNCTIONS OF THE JACOBI POLYNOMIALS ON GENERATING FUNCTIONS OF THE JACOBI POLYNOMIALS PETER HENRICI 1. Introduction. The series of Jacobi polynomials w = 0 (a n independent of p and τ) has in the case a n =l already been evaluated by Jacobi

More information

Bessel s Equation. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics

Bessel s Equation. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics Bessel s Equation MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Background Bessel s equation of order ν has the form where ν is a constant. x 2 y + xy

More information

Upper triangular matrices and Billiard Arrays

Upper triangular matrices and Billiard Arrays Linear Algebra and its Applications 493 (2016) 508 536 Contents lists available at ScienceDirect Linear Algebra and its Applications www.elsevier.com/locate/laa Upper triangular matrices and Billiard Arrays

More information

8.1 The hydrogen atom solutions

8.1 The hydrogen atom solutions 8.1 The hydrogen atom solutions Slides: Video 8.1.1 Separating for the radial equation Text reference: Quantum Mechanics for Scientists and Engineers Section 10.4 (up to Solution of the hydrogen radial

More information

y(a, x) = f f "V' dt (a > 0) (1) ^ (-1)"

y(a, x) = f f V' dt (a > 0) (1) ^ (-1) mathematics of computation, volume 26, number 119, july, 1972 On the Zeros of the Incomplete Gamma Function By K. S. Kölbig Abstract. Some asymptotic formulae given elsewhere for the zeros of the incomplete

More information

POTENTIAL MODEL FOR NUCLEAR SCATTERING OF PROTON BELOW 30 MeV BY TARGET NUCLEI WITH MASS NUMBER BELOW 70

POTENTIAL MODEL FOR NUCLEAR SCATTERING OF PROTON BELOW 30 MeV BY TARGET NUCLEI WITH MASS NUMBER BELOW 70 POTENTIAL MODEL FOR NUCLEAR SCATTERING OF PROTON BELOW 30 MeV BY TARGET NUCLEI WITH MASS NUMBER BELOW 70 Budi Santoso ABSTRACT POTENTIAL MODEL FOR NUCLEAR SCATTERING OF PROTON BELOW 30 MeV BY TARGET NUCLEI

More information

Green Function of a Time-Dependent Linear PDE

Green Function of a Time-Dependent Linear PDE Green Function of a Time-Dependent Linear PDE Consider one-dimensional linear PDE of the form γu t = u xx, (1) where u = u(x, t), x (, ), u t = u/ t, u xx = 2 u/ x 2. We want to find u(x, t), provided

More information

OH BOY! Story. N a r r a t iv e a n d o bj e c t s th ea t e r Fo r a l l a g e s, fr o m th e a ge of 9

OH BOY! Story. N a r r a t iv e a n d o bj e c t s th ea t e r Fo r a l l a g e s, fr o m th e a ge of 9 OH BOY! O h Boy!, was or igin a lly cr eat ed in F r en ch an d was a m a jor s u cc ess on t h e Fr en ch st a ge f or young au di enc es. It h a s b een s een by ap pr ox i ma t ely 175,000 sp ect at

More information

New simple form for phenomenological nuclear potential. Abstract

New simple form for phenomenological nuclear potential. Abstract New simple form for phenomenological nuclear potential P. Salamon, T. Vertse Institute of Nuclear Research of the Hungarian Academy of Sciences, H-4001 Debrecen, P. O. Box 51, University of Debrecen, Faculty

More information

Errata List Numerical Mathematics and Computing, 7th Edition Ward Cheney & David Kincaid Cengage Learning (c) March 2013

Errata List Numerical Mathematics and Computing, 7th Edition Ward Cheney & David Kincaid Cengage Learning (c) March 2013 Chapter Errata List Numerical Mathematics and Computing, 7th Edition Ward Cheney & David Kincaid Cengage Learning (c) 202 9 March 203 Page 4, Summary, 2nd bullet item, line 4: Change A segment of to The

More information

MOMENTS OF HYPERGEOMETRIC HURWITZ ZETA FUNCTIONS

MOMENTS OF HYPERGEOMETRIC HURWITZ ZETA FUNCTIONS MOMENTS OF HYPERGEOMETRIC HURWITZ ZETA FUNCTIONS ABDUL HASSEN AND HIEU D. NGUYEN Abstract. This paper investigates a generalization the classical Hurwitz zeta function. It is shown that many of the properties

More information

= m. 30 m. The angle that the tangent at B makes with the x axis is f = tan-1

= m. 30 m. The angle that the tangent at B makes with the x axis is f = tan-1 1 11. When the roller coaster is at B, it has a speed of 5 m>s, which is increasing at at = 3 m>s. Determine the magnitude of the acceleration of the roller coaster at this instant and the direction angle

More information

rhtre PAID U.S. POSTAGE Can't attend? Pass this on to a friend. Cleveland, Ohio Permit No. 799 First Class

rhtre PAID U.S. POSTAGE Can't attend? Pass this on to a friend. Cleveland, Ohio Permit No. 799 First Class rhtr irt Cl.S. POSTAG PAD Cllnd, Ohi Prmit. 799 Cn't ttnd? P thi n t frind. \ ; n l *di: >.8 >,5 G *' >(n n c. if9$9$.jj V G. r.t 0 H: u ) ' r x * H > x > i M

More information

High-order actions and their applications to honor our friend and

High-order actions and their applications to honor our friend and High-order actions and their applications to honor our friend and collaborator Siu A. Chin Universitat Politecnica de Catalunya, Barcelona, Spain Lecture: Magnus Expansion and Suzuki s Method Outline of

More information

Universal Associated Legendre Polynomials and Some Useful Definite Integrals

Universal Associated Legendre Polynomials and Some Useful Definite Integrals Commun. Theor. Phys. 66 0) 158 Vol. 66, No., August 1, 0 Universal Associated Legendre Polynomials and Some Useful Definite Integrals Chang-Yuan Chen í ), 1, Yuan You ), 1 Fa-Lin Lu öß ), 1 Dong-Sheng

More information

Ordinary differential equations - Initial value problems

Ordinary differential equations - Initial value problems Education has produced a vast population able to read but unable to distinguish what is worth reading. G.M. TREVELYAN Chapter 6 Ordinary differential equations - Initial value problems In this chapter

More information

arxiv: v1 [math.ca] 17 Feb 2017

arxiv: v1 [math.ca] 17 Feb 2017 GENERALIZED STIELTJES CONSTANTS AND INTEGRALS INVOLVING THE LOG-LOG FUNCTION: KUMMER S THEOREM IN ACTION OMRAN KOUBA arxiv:7549v [mathca] 7 Feb 7 Abstract In this note, we recall Kummer s Fourier series

More information

Introduction to Sturm-Liouville Theory and the Theory of Generalized Fourier Series

Introduction to Sturm-Liouville Theory and the Theory of Generalized Fourier Series CHAPTER 5 Introduction to Sturm-Liouville Theory and the Theory of Generalized Fourier Series We start with some introductory examples. 5.. Cauchy s equation The homogeneous Euler-Cauchy equation (Leonhard

More information

Series Solutions of ODEs. Special Functions

Series Solutions of ODEs. Special Functions C05.tex 6/4/0 3: 5 Page 65 Chap. 5 Series Solutions of ODEs. Special Functions We continue our studies of ODEs with Legendre s, Bessel s, and the hypergeometric equations. These ODEs have variable coefficients

More information

9.9 L1N1F_JL 19bo. G)&) art9lej11 b&bo 51JY1511JEJ11141N0fM1NW15tIr1

9.9 L1N1F_JL 19bo. G)&) art9lej11 b&bo 51JY1511JEJ11141N0fM1NW15tIr1 thunyitmn tn1 zni f1117n.nllfmztri Lrs v wu 4 t t701 f 171/ ti 141 o&oiv,3 if 042 9.9 L1N1F_JL 19bo vitioluutul fly11.1.g)onoo b5 et Nn`15fiwnwiymri1 nrikl5fini1nvi Ltol : Aeniln,flvnu 6m,wiutrmntn15Y

More information

Lesson Ten. What role does energy play in chemical reactions? Grade 8. Science. 90 minutes ENGLISH LANGUAGE ARTS

Lesson Ten. What role does energy play in chemical reactions? Grade 8. Science. 90 minutes ENGLISH LANGUAGE ARTS Lesson Ten What role does energy play in chemical reactions? Science Asking Questions, Developing Models, Investigating, Analyzing Data and Obtaining, Evaluating, and Communicating Information ENGLISH

More information

Mathematical Methods for Numerical Analysis and Optimization

Mathematical Methods for Numerical Analysis and Optimization Biyani's Think Tank Concept based notes Mathematical Methods for Numerical Analysis and Optimization (MCA) Varsha Gupta Poonam Fatehpuria M.Sc. (Maths) Lecturer Deptt. of Information Technology Biyani

More information