Making Waves in Vector Calculus

Size: px
Start display at page:

Download "Making Waves in Vector Calculus"

Transcription

1 Making Waves in Vector Calculus < J. B. Thoo Yuba College 2014 MAA MathFest, Portland, OR

2 This presentation was produced using L A TEX with C. Campani s Beamer L A TEX class and saved as a PDF file: < See Norm Matloff s web page < for a quick tutorial. Disclaimer: Our slides here won t show off what Beamer can do. Sorry. :-)

3 Are you sitting in the right room? A common exercise in calculus textbooks is to verify that a given function u = u(x, t) satisfies the heat equation, u t = Du xx, or the wave equation, u tt = c 2 u xx. While this is a useful exercise in using the chain rule, it is not a very exciting one because it ends there. The mathematical theory of waves is a rich source of partial differential equations. This talk is about introducing some mathematics of waves to vector calculus students. We will show you some examples that we have presented to our vector calculus students that have given a context for what they are learning.

4 Outline of the talk Some examples of waves Mathematical definition of a wave Some equations of waves Using what we have learnt Chain rule Integrating factor Partial fractions Other examples

5 References Roger Knobel, An Introduction to the Mathematical Theory of Waves, Student Mathematics Library, IAS/Park City Mathematical Subseries, Volume 3, American Mathematical Society, Providence (2000)

6 Some examples of waves

7 Typical Pond Guitar Strings (L) < (R) <

8 Internal waves Internal wave trains around Trinidad from space Model of an estuary in a lab (T) < (B) <

9 Internal waves Kelvin-Helmholtz instability Clouds In a tank (L) < (R) <

10 Water gravity waves Deep-water waves Bow waves or ship waves (L) < (R) <

11 Water gravity waves Shallow-water waves Tsunami (2011 Tohoku, Japan, earthquake) Iwanuma, Japan Crescent City, Ca Santa Cruz, Ca (L) < Japan-disaster-30-powerful-images-of-the-earthquake-and-tsunami.html> (C) < (R) < Inundation_Maps/Pages/2011_tohoku.aspx>

12 Solitary waves Morning glory cloud Ocean wave (L) < (R) <

13 Solitary waves Recreation of John Scott Russell s soliton, Hariot-Watt University (1995) <

14 Shock waves F-18 fighter jet Schlieren photograph (L) < (R) <

15 Mathematical definition of a wave

16 Definition No single precise definition of what exactly constitutes a wave. Various restrictive definitions can be given, but to cover the whole range of wave phenomena it seems preferable to be guided by the intuitive view that a wave is any recognizable signal that is transferred from one part of the medium to another with a recognizable velocity of propagation. [Whitham]

17 Some equations of waves

18 The wave equation The wave equation: u tt = c 2 u xx Models a number of wave phenomena, e.g., vibrations of a stretched string Standing wave solution: u n (x, t) = [A cos(nπct/l) + B sin(nπct/l)] sin(nπx/l) 0 L n = 3, A = B = 0.1, c = L = 1, t = 0 : 0.1 : 1, 0 x 1

19 The Korteweg-de Vries (KdV) equation The Korteweg-de Vries (KdV) equation: u t + uu x + u xxx = 0 Models shallow water gravity waves u speed c Look for traveling wave solution u(x, t) = f (x ct), c > 0, f (z), f (z), f (z) 0 as z ±. x

20 The Sine-Gordon equation The Sine-Gordon equation: u tt = u xx sin u Models a mechanical transmission line such as pendula connected by a spring u Look for traveling wave solution: u(x, t) = f (x ct)

21 Using what we have learnt

22 Chain rule The linearized KdV* equation: u t + u x + u xxx = 0 Look for wave train solution: u(x, t) = A cos(kx ωt), where A 0, k > 0, ω > 0 (particular type of traveling wave solution, i.e., u(x, t) = f (x ct)) *KdV = Korteweg-de Vries; the KdV equation models shallow-water gravity waves

23 Chain rule The linearized KdV* equation: u t + u x + u xxx = 0 Look for wave train solution: u(x, t) = A cos(kx ωt), where A 0, k > 0, ω > 0 (particular type of traveling wave solution, i.e., u(x, t) = f (x ct)) Note: u(x, t) = A cos ( ) k( x (ω/k)t advects at wave speed }{{} x ct c = ω/k The number ω is the angular frequency and k is called the wavenumber. The wavelength is 2π/k (small k = long wave, large k = short wave). *KdV = Korteweg-de Vries; the KdV equation models shallow-water gravity waves

24 Let z = kx ωt and f (z) = A cos(z). Then and, using the chain rule, u(x, t) = A cos(kx ωt) = f (z) u t = df z dz t u x = df z dz x u xx = df dz u xxx = df dz = f (z)( ω) = ωa sin(z), = f (z)(k) = ka sin(z), z x = f (z)(k) = k 2 A cos(z), z x = f (z)(k) = k 3 A sin(z)

25 Let z = kx ωt and f (z) = A cos(z). Then and, using the chain rule, u(x, t) = A cos(kx ωt) = f (z) u t = df z dz t u x = df z dz x u xx = df dz u xxx = df dz = f (z)( ω) = ωa sin(z), = f (z)(k) = ka sin(z), z x = f (z)(k) = k 2 A cos(z), z x = f (z)(k) = k 3 A sin(z) u t + u x + u xxx = 0 = (ω k + k 3 )A sin(z) = 0

26 (ω k + k 3 )A sin(z) = 0, A 0 = ω k + k 3 = 0 Dispersion relation: ω = k k 3

27 (ω k + k 3 )A sin(z) = 0, A 0 = ω k + k 3 = 0 Dispersion relation: ω = k k 3 Wave speed: c = ω k = 1 k2 Note: That c depends on k means that wave trains of different frequencies travel at different speeds. Such a wave is called a dispersive wave. Here, smaller k or longer waves (λ = 2π/k) speed ahead, while larger k or shorter waves trail behind.

28 (ω k + k 3 )A sin(z) = 0, A 0 = ω k + k 3 = 0 Dispersion relation: ω = k k 3 Wave speed: c = ω k = 1 k2 Note: That c depends on k means that wave trains of different frequencies travel at different speeds. Such a wave is called a dispersive wave. Here, smaller k or longer waves (λ = 2π/k) speed ahead, while larger k or shorter waves trail behind. Group velocity: C = dω dk = 1 3k2 The group velocity C is the velocity of the energy in the wave and is generally different from the wave speed c

29 Integrating factor To solve: y (x) + p(x)y(x) = q(x) for y = y(x)

30 Integrating factor To solve: y (x) + p(x)y(x) = q(x) for y = y(x) Multiply through by integrating factor µ = µ(x) µy + µpy = µq If µ = µp, then µy + µpy = µy + µ y, so that (µy) = µq = µy = µq dx and hence y(x) = 1 µ(x) [ µ(x)q(x) dx where µ(x) = exp ] p(x) dx

31 Example The Sine-Gordon equation: u tt = u xx sin u Models a mechanical transmission line such as pendula connected by a spring u Look for traveling wave solution: u(x, t) = f (x ct)

32 Let z = x ct. Then u(x, t) = f (x ct) = f (z) and u tt = u xx sin u = c 2 f (z) = f (z) sin f

33 Let z = x ct. Then u(x, t) = f (x ct) = f (z) and u tt = u xx sin u = c 2 f (z) = f (z) sin f To solve the equation in f, we multiply through by f (z), an integrating factor c 2 f f = f f f sin f = c 2( 1 2 f 2) = ( 1 2 f 2) + (cos f )

34 Let z = x ct. Then u(x, t) = f (x ct) = f (z) and u tt = u xx sin u = c 2 f (z) = f (z) sin f To solve the equation in f, we multiply through by f (z), an integrating factor c 2 f f = f f f sin f = c 2( 1 2 f 2) = ( 1 2 f 2) + (cos f ) Now integrate w.r.t. z 1 2 c2 f 2 = 1 2 f 2 + cos f + a

35 Let z = x ct. Then u(x, t) = f (x ct) = f (z) and u tt = u xx sin u = c 2 f (z) = f (z) sin f To solve the equation in f, we multiply through by f (z), an integrating factor c 2 f f = f f f sin f = c 2( 1 2 f 2) = ( 1 2 f 2) + (cos f ) Now integrate w.r.t. z 1 2 c2 f 2 = 1 2 f 2 + cos f + a To determine a, impose the conditions f (z), f (z) 0 as z i.e., pendula ahead of the wave are undisturbed

36 Then, as z, 1 2 c2 f 2 = 1 2 f 2 + cos f + a 0 = 0 + cos 0 + a so that a = 1,

37 Then, as z, 1 2 c2 f 2 = 1 2 f 2 + cos f + a 0 = 0 + cos 0 + a so that a = 1, i.e., 1 2 c2 f 2 = 1 2 f 2 + cos f 1 = f 2 = 2 (1 cos f ) 1 c2

38 Then, as z, 1 2 c2 f 2 = 1 2 f 2 + cos f + a 0 = 0 + cos 0 + a so that a = 1, i.e., 1 2 c2 f 2 = 1 2 f 2 + cos f 1 = f 2 = 2 (1 cos f ) 1 c2 Exercise: [ ( )] z 1 Show that f (z) = 4 arctan exp is a solution 1 c 2

39 Then, as z, 1 2 c2 f 2 = 1 2 f 2 + cos f + a 0 = 0 + cos 0 + a so that a = 1, i.e., 1 2 c2 f 2 = 1 2 f 2 + cos f 1 = f 2 = 2 (1 cos f ) 1 c2 Exercise: [ ( )] z 1 Show that f (z) = 4 arctan exp is a solution 1 c 2 2 Solve the equation to obtain the solution above (hint: 1 cos f = 2 sin 2 (f /2))

40 Wave front solution: [ ( u(x, t) = 4 arctan exp x ct )] 1 c 2 2π u speed c u x A wave front is a solution u(x, t) for which lim x u(x, t) = k 1 and lim x u(x, t) = k 2

41 Partial fractions Given a rational function p(x)/q(x) p(x) q(x) = r 1(x) q 1 (x) + r 2(x) q 2 (x) + + r n(x) q n (x) where q i (x) is a linear or an irreducible quadratic factor of q(x) and B i (constant) if q i is linear, r i (x) = A i x + B i if q i is quadratic

42 Example The KdV equation: u t + uu x + u xxx = 0 Look for traveling wave solution that is a pulse: u(x, t) = f (x ct), f (z), f (z), f (z) 0 as z, where z = x ct u speed c x

43 Then u t + uu x + u xxx = 0 = cf + ff + f = 0 Rewrite, cf + ( 1 2 f 2) + (f ) = 0

44 Then u t + uu x + u xxx = 0 = cf + ff + f = 0 Rewrite, then integrate cf + ( 1 2 f 2) + (f ) = 0 = cf f 2 + f = a To determine a, impose f (z), f (z) 0 as z. Then cf f 2 + f = a = a so that cf f 2 + f = 0

45 Now multiply through by integrating factor f, then integrate cff f 2 f + f f = 0 = c ( 1 2 f 2) + 1 2( 1 3 f 3) + ( 1 2 f 2) = 0 = 1 2 cf f f 2 = b To determine b, impose f (z), f (z) 0 as z. Then 1 2 cf f f 2 = b = b so that 1 2 cf f f 2 = 0

46 Rewrite, 1 2 cf f f 2 = 0 = 3 f 3c f f = 1, where we chose the positive and assume that 3c f > 0.

47 Rewrite, 1 2 cf f f 2 = 0 = 3 f 3c f f = 1, where we chose the positive and assume that 3c f > 0. Now let 3c f = g 2 3 (3c g 2 )g ( 2gg ) = 1 = 2 3 3c g 2 g = 1

48 Rewrite, 1 2 cf f f 2 = 0 = 3 f 3c f f = 1, where we chose the positive and assume that 3c f > 0. Now let 3c f = g 2 3 (3c g 2 )g ( 2gg ) = 1 = 2 3 3c g 2 g = 1 To integrate, use partial fractions 1 3c g 2 = A 3c g + B 3c + g

49 1 3c g 2 = A 3c g + B 3c + g = 1 = A( 3c + g) + B( 3c g) = A = 1 2 3c, B = 1 2 3c = = 1 3c g 2 = 1/2 3c + 1/2 3c 3c g 3c + g 2 3 3c g 2 g = g c( 3c g) + g c( 3c + g)

50 2 3 3c g 2 g = 1 = g g + = 1 c( 3c g) c( 3c + g) = g g + = c 3c g 3c + g = ln( 3c g) + ln( 3c + g) = cz + d = ln 3c + g 3c g = cz + d

51 Solve for g: g(z) = 3c exp( cz + d) 1 exp( cz + d) + 1 Recall: f = 3c g 2

52 Solve for g: g(z) = 3c exp( cz + d) 1 exp( cz + d) + 1 Recall: f = 3c g 2 Use: tanh ζ = sinh ζ 1 cosh ζ = 2 (eζ e ζ ) 1 2 (eζ + e ζ ) = exp( 2ζ) 1 exp( 2ζ) + 1 Substitute 2ζ = cz + d: g(z) = 3c tanh [ 1 2 ( cz d) ]

53 Solve for g: g(z) = 3c exp( cz + d) 1 exp( cz + d) + 1 Recall: f = 3c g 2 Use: tanh ζ = sinh ζ 1 cosh ζ = 2 (eζ e ζ ) 1 2 (eζ + e ζ ) = exp( 2ζ) 1 exp( 2ζ) + 1 Substitute 2ζ = cz + d: g(z) = 3c tanh [ 1 2 ( cz d) ] Use f = 3c g 2 and choose d = 0: f (z) = 3c sech 2[ ] 1 2 cz [ ] c = u(x, t) = 3c sech 2 (x ct) 2

54 u amplitude 3c speed c [ ] c Soliton solution: u(x, t) = 3c sech 2 (x ct) 2 x Note: That amplitude is 3c means that taller waves move faster than shorter waves.

55 Other examples Water gravity waves Ship waves Tsunamis Shock waves

56 Other examples Water gravity waves Ship waves Tsunamis Shock waves But that would have to wait for another day. Thank you.

57 References Adrian Constantin, Nonlinear Water Waves with Applications to Wave-Current Interactions and Tsunamis, CBMS-NSF Regional Conference Series in Applied Mathematics, Volume 81, Society for Industrial and Applied Mathematics, Philadelphia (2011). Roger Knobel, An Introduction to the Mathematical Theory of Waves, Student Mathematics Library, IAS/Park City Mathematical Subseries, Volume 3, American Mathematical Society, Providence (2000). James Lighthill, Waves in Fluids, Cambridge Mathematical Library, Cambridge University Press, Cambridge (1978). Bruce R. Sutherland, Internal Gravity Waves, Cambridge University Press, Cambridge (2010). G. B. Whitham, Linear and Nonlinear Waves, A Wiley-Interscience Publication, John Wiley & Sons, Inc., New York (1999) More slides:

Making Waves in Multivariable Calculus

Making Waves in Multivariable Calculus Making Waves in Multivariable Calculus J. B. Thoo Yuba College 2014 CMC3 Fall Conference, Monterey, Ca This presentation

More information

Solitons : An Introduction

Solitons : An Introduction Solitons : An Introduction p. 1/2 Solitons : An Introduction Amit Goyal Department of Physics Panjab University Chandigarh Solitons : An Introduction p. 2/2 Contents Introduction History Applications Solitons

More information

Are Solitary Waves Color Blind to Noise?

Are Solitary Waves Color Blind to Noise? Are Solitary Waves Color Blind to Noise? Dr. Russell Herman Department of Mathematics & Statistics, UNCW March 29, 2008 Outline of Talk 1 Solitary Waves and Solitons 2 White Noise and Colored Noise? 3

More information

Figure 1: Surface waves

Figure 1: Surface waves 4 Surface Waves on Liquids 1 4 Surface Waves on Liquids 4.1 Introduction We consider waves on the surface of liquids, e.g. waves on the sea or a lake or a river. These can be generated by the wind, by

More information

Dispersion relations, stability and linearization

Dispersion relations, stability and linearization Dispersion relations, stability and linearization 1 Dispersion relations Suppose that u(x, t) is a function with domain { < x 0}, and it satisfies a linear, constant coefficient partial differential

More information

Lecture 10: Whitham Modulation Theory

Lecture 10: Whitham Modulation Theory Lecture 10: Whitham Modulation Theory Lecturer: Roger Grimshaw. Write-up: Andong He June 19, 2009 1 Introduction The Whitham modulation theory provides an asymptotic method for studying slowly varying

More information

13.42 LECTURE 2: REVIEW OF LINEAR WAVES

13.42 LECTURE 2: REVIEW OF LINEAR WAVES 13.42 LECTURE 2: REVIEW OF LINEAR WAVES SPRING 2003 c A.H. TECHET & M.S. TRIANTAFYLLOU 1. Basic Water Waves Laplace Equation 2 φ = 0 Free surface elevation: z = η(x, t) No vertical velocity at the bottom

More information

INTERNAL SOLITARY WAVES IN THE ATMOSPHERE AND OCEAN

INTERNAL SOLITARY WAVES IN THE ATMOSPHERE AND OCEAN INTERNAL SOLITARY WAVES IN THE ATMOSPHERE AND OCEAN ROGER GRIMSHAW LOUGHBOROUGH UNIVERSITY In collaboration with: Efim Pelinovsky (Nizhny Novgorod) Tatiana Talipova (Nizhny Novgorod) Outline: 1. Observations

More information

Dispersion in Shallow Water

Dispersion in Shallow Water Seattle University in collaboration with Harvey Segur University of Colorado at Boulder David George U.S. Geological Survey Diane Henderson Penn State University Outline I. Experiments II. St. Venant equations

More information

Travelling waves. Chapter 8. 1 Introduction

Travelling waves. Chapter 8. 1 Introduction Chapter 8 Travelling waves 1 Introduction One of the cornerstones in the study of both linear and nonlinear PDEs is the wave propagation. A wave is a recognizable signal which is transferred from one part

More information

Differential Equations

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

More information

Propagation of Solitons Under Colored Noise

Propagation of Solitons Under Colored Noise Propagation of Solitons Under Colored Noise Dr. Russell Herman Departments of Mathematics & Statistics, Physics & Physical Oceanography UNC Wilmington, Wilmington, NC January 6, 2009 Outline of Talk 1

More information

Lecture 18: Wave-Mean Flow Interaction, Part I

Lecture 18: Wave-Mean Flow Interaction, Part I Lecture 18: Wave-Mean Flow Interaction, Part I Lecturer: Roger Grimshaw. Write-up: Hiroki Yamamoto June 5, 009 1 Introduction Nonlinearity in water waves can lead to wave breaking. We can observe easily

More information

Waves Solutions to the Wave Equation Sine Waves Transverse Speed and Acceleration

Waves Solutions to the Wave Equation Sine Waves Transverse Speed and Acceleration Waves Solutions to the Wave Equation Sine Waves Transverse Speed and Acceleration Lana Sheridan De Anza College May 17, 2018 Last time pulse propagation the wave equation Overview solutions to the wave

More information

MATH1231 CALCULUS. Session II Dr John Roberts (based on notes of A./Prof. Bruce Henry) Red Center Room 3065

MATH1231 CALCULUS. Session II Dr John Roberts (based on notes of A./Prof. Bruce Henry) Red Center Room 3065 MATH1231 CALCULUS Session II 2007. Dr John Roberts (based on notes of A./Prof. Bruce Henry) Red Center Room 3065 Jag.Roberts@unsw.edu.au MATH1231 CALCULUS p.1/66 Overview Systematic Integration Techniques

More information

What we do understand by the notion of soliton or rather solitary wave is a wave prole which is very stable in the following sense

What we do understand by the notion of soliton or rather solitary wave is a wave prole which is very stable in the following sense Introduction to Waves and Solitons What we do understand by the notion of soliton or rather solitary wave is a wave prole which is very stable in the following sense i) It is localized, which means it

More information

Application of linear combination between cubic B-spline collocation methods with different basis for solving the KdV equation

Application of linear combination between cubic B-spline collocation methods with different basis for solving the KdV equation Computational Methods for Differential Equations http://cmde.tabrizu.ac.ir Vol. 4, No. 3, 016, pp. 191-04 Application of linear combination between cubic B-spline collocation methods with different basis

More information

Chapter 16 Waves in One Dimension

Chapter 16 Waves in One Dimension Chapter 16 Waves in One Dimension Slide 16-1 Reading Quiz 16.05 f = c Slide 16-2 Reading Quiz 16.06 Slide 16-3 Reading Quiz 16.07 Heavier portion looks like a fixed end, pulse is inverted on reflection.

More information

13.1 Ion Acoustic Soliton and Shock Wave

13.1 Ion Acoustic Soliton and Shock Wave 13 Nonlinear Waves In linear theory, the wave amplitude is assumed to be sufficiently small to ignore contributions of terms of second order and higher (ie, nonlinear terms) in wave amplitude In such a

More information

Functions of Several Variables

Functions of Several Variables Functions of Several Variables Partial Derivatives Philippe B Laval KSU March 21, 2012 Philippe B Laval (KSU) Functions of Several Variables March 21, 2012 1 / 19 Introduction In this section we extend

More information

First Order Differential Equations

First Order Differential Equations Chapter 2 First Order Differential Equations 2.1 9 10 CHAPTER 2. FIRST ORDER DIFFERENTIAL EQUATIONS 2.2 Separable Equations A first order differential equation = f(x, y) is called separable if f(x, y)

More information

Long-time solutions of the Ostrovsky equation

Long-time solutions of the Ostrovsky equation Long-time solutions of the Ostrovsky equation Roger Grimshaw Centre for Nonlinear Mathematics and Applications, Department of Mathematical Sciences, Loughborough University, U.K. Karl Helfrich Woods Hole

More information

SAMPLE CHAPTERS UNESCO EOLSS WAVES IN THE OCEANS. Wolfgang Fennel Institut für Ostseeforschung Warnemünde (IOW) an der Universität Rostock,Germany

SAMPLE CHAPTERS UNESCO EOLSS WAVES IN THE OCEANS. Wolfgang Fennel Institut für Ostseeforschung Warnemünde (IOW) an der Universität Rostock,Germany WAVES IN THE OCEANS Wolfgang Fennel Institut für Ostseeforschung Warnemünde (IOW) an der Universität Rostock,Germany Keywords: Wind waves, dispersion, internal waves, inertial oscillations, inertial waves,

More information

OPAC102. The Acoustic Wave Equation

OPAC102. The Acoustic Wave Equation OPAC102 The Acoustic Wave Equation Acoustic waves in fluid Acoustic waves constitute one kind of pressure fluctuation that can exist in a compressible fluid. The restoring forces responsible for propagating

More information

Shallow Water Gravity Waves: A Note on the Particle Orbits

Shallow Water Gravity Waves: A Note on the Particle Orbits Journal of Oceanography Vol. 5, pp. 353 to 357. 1996 Shallow Water Gravity Waves: A Note on the Particle Orbits KERN E. KENYON 463 North Lane, Del Mar, CA 9014-4134, U.S.A. (Received 4 July 1995; in revised

More information

Dynamics of Strongly Nonlinear Internal Solitary Waves in Shallow Water

Dynamics of Strongly Nonlinear Internal Solitary Waves in Shallow Water Dynamics of Strongly Nonlinear Internal Solitary Waves in Shallow Water By Tae-Chang Jo and Wooyoung Choi We study the dynamics of large amplitude internal solitary waves in shallow water by using a strongly

More information

Generation of undular bores and solitary wave trains in fully nonlinear shallow water theory

Generation of undular bores and solitary wave trains in fully nonlinear shallow water theory Generation of undular bores and solitary wave trains in fully nonlinear shallow water theory Gennady El 1, Roger Grimshaw 1 and Noel Smyth 2 1 Loughborough University, UK, 2 University of Edinburgh, UK

More information

Relation between Periodic Soliton Resonance and Instability

Relation between Periodic Soliton Resonance and Instability Proceedings of Institute of Mathematics of NAS of Ukraine 004 Vol. 50 Part 1 486 49 Relation between Periodic Soliton Resonance and Instability Masayoshi TAJIRI Graduate School of Engineering Osaka Prefecture

More information

Content of the course 3NAB0 (see study guide)

Content of the course 3NAB0 (see study guide) Content of the course 3NAB0 (see study guide) 17 November diagnostic test! Week 1 : 14 November Week 2 : 21 November Introduction, units (Ch1), Circuits (Ch25,26) Heat (Ch17), Kinematics (Ch2 3) Week 3:

More information

Shock Waves & Solitons

Shock Waves & Solitons 1 / 1 Shock Waves & Solitons PDE Waves; Oft-Left-Out; CFD to Follow Rubin H Landau Sally Haerer, Producer-Director Based on A Survey of Computational Physics by Landau, Páez, & Bordeianu with Support from

More information

Lecture 1: sine-gordon equation and solutions

Lecture 1: sine-gordon equation and solutions Lecture 1: sine-gordon equation and solutions Equivalent circuit Derivation of sine-gordon equation The most important solutions plasma waves a soliton! chain of solitons resistive state breather and friends

More information

Mathématiques appliquées (MATH0504-1) B. Dewals, Ch. Geuzaine

Mathématiques appliquées (MATH0504-1) B. Dewals, Ch. Geuzaine Lecture 2 The wave equation Mathématiques appliquées (MATH0504-1) B. Dewals, Ch. Geuzaine V1.0 28/09/2018 1 Learning objectives of this lecture Understand the fundamental properties of the wave equation

More information

Periodic functions: simple harmonic oscillator

Periodic functions: simple harmonic oscillator Periodic functions: simple harmonic oscillator Recall the simple harmonic oscillator (e.g. mass-spring system) d 2 y dt 2 + ω2 0y = 0 Solution can be written in various ways: y(t) = Ae iω 0t y(t) = A cos

More information

Chapter 15 Mechanical Waves

Chapter 15 Mechanical Waves Chapter 15 Mechanical Waves 1 Types of Mechanical Waves This chapter and the next are about mechanical waves waves that travel within some material called a medium. Waves play an important role in how

More information

Kink, singular soliton and periodic solutions to class of nonlinear equations

Kink, singular soliton and periodic solutions to class of nonlinear equations Available at http://pvamu.edu/aam Appl. Appl. Math. ISSN: 193-9466 Vol. 10 Issue 1 (June 015 pp. 1 - Applications and Applied Mathematics: An International Journal (AAM Kink singular soliton and periodic

More information

α(t) = ω 2 θ (t) κ I ω = g L L g T = 2π mgh rot com I rot

α(t) = ω 2 θ (t) κ I ω = g L L g T = 2π mgh rot com I rot α(t) = ω 2 θ (t) ω = κ I ω = g L T = 2π L g ω = mgh rot com I rot T = 2π I rot mgh rot com Chapter 16: Waves Mechanical Waves Waves and particles Vibration = waves - Sound - medium vibrates - Surface ocean

More information

Waves Part 1: Travelling Waves

Waves Part 1: Travelling Waves Waves Part 1: Travelling Waves Last modified: 15/05/2018 Links Contents Travelling Waves Harmonic Waves Wavelength Period & Frequency Summary Example 1 Example 2 Example 3 Example 4 Transverse & Longitudinal

More information

Chapter 16 - Waves. I m surfing the giant life wave. -William Shatner. David J. Starling Penn State Hazleton PHYS 213. Chapter 16 - Waves

Chapter 16 - Waves. I m surfing the giant life wave. -William Shatner. David J. Starling Penn State Hazleton PHYS 213. Chapter 16 - Waves I m surfing the giant life wave. -William Shatner David J. Starling Penn State Hazleton PHYS 213 There are three main types of waves in physics: (a) Mechanical waves: described by Newton s laws and propagate

More information

Simulating Solitons of the Sine-Gordon Equation using Variational Approximations and Hamiltonian Principles

Simulating Solitons of the Sine-Gordon Equation using Variational Approximations and Hamiltonian Principles Simulating Solitons of the Sine-Gordon Equation using Variational Approximations and Hamiltonian Principles By Evan Foley A SENIOR RESEARCH PAPER PRESENTED TO THE DEPARTMENT OF MATHEMATICS AND COMPUTER

More information

The Whitham Equation. John D. Carter April 2, Based upon work supported by the NSF under grant DMS

The Whitham Equation. John D. Carter April 2, Based upon work supported by the NSF under grant DMS April 2, 2015 Based upon work supported by the NSF under grant DMS-1107476. Collaborators Harvey Segur, University of Colorado at Boulder Diane Henderson, Penn State University David George, USGS Vancouver

More information

The effect of a background shear current on large amplitude internal solitary waves

The effect of a background shear current on large amplitude internal solitary waves The effect of a background shear current on large amplitude internal solitary waves Wooyoung Choi Dept. of Mathematical Sciences New Jersey Institute of Technology CAMS Report 0506-4, Fall 005/Spring 006

More information

A NEW APPROACH FOR SOLITON SOLUTIONS OF RLW EQUATION AND (1+2)-DIMENSIONAL NONLINEAR SCHRÖDINGER S EQUATION

A NEW APPROACH FOR SOLITON SOLUTIONS OF RLW EQUATION AND (1+2)-DIMENSIONAL NONLINEAR SCHRÖDINGER S EQUATION A NEW APPROACH FOR SOLITON SOLUTIONS OF RLW EQUATION AND (+2-DIMENSIONAL NONLINEAR SCHRÖDINGER S EQUATION ALI FILIZ ABDULLAH SONMEZOGLU MEHMET EKICI and DURGUN DURAN Communicated by Horia Cornean In this

More information

Collisionless Shocks and the Earth s Bow Shock

Collisionless Shocks and the Earth s Bow Shock Collisionless Shocks and the Earth s Bow Shock Jean-Luc Thiffeault AST 381 Gas Dynamics 17 November 1994 1 Introduction The mean free path for particle collisions in the solar wind at the boundary of the

More information

Mathematics II. Tutorial 2 First order differential equations. Groups: B03 & B08

Mathematics II. Tutorial 2 First order differential equations. Groups: B03 & B08 Tutorial 2 First order differential equations Groups: B03 & B08 February 1, 2012 Department of Mathematics National University of Singapore 1/15 : First order linear differential equations In this question,

More information

Concepts from linear theory Extra Lecture

Concepts from linear theory Extra Lecture Concepts from linear theory Extra Lecture Ship waves from WW II battleships and a toy boat. Kelvin s (1887) method of stationary phase predicts both. Concepts from linear theory A. Linearize the nonlinear

More information

Mathematical Methods - Lecture 9

Mathematical Methods - Lecture 9 Mathematical Methods - Lecture 9 Yuliya Tarabalka Inria Sophia-Antipolis Méditerranée, Titane team, http://www-sop.inria.fr/members/yuliya.tarabalka/ Tel.: +33 (0)4 92 38 77 09 email: yuliya.tarabalka@inria.fr

More information

Lecture 11: Internal solitary waves in the ocean

Lecture 11: Internal solitary waves in the ocean Lecture 11: Internal solitary waves in the ocean Lecturer: Roger Grimshaw. Write-up: Yiping Ma. June 19, 2009 1 Introduction In Lecture 6, we sketched a derivation of the KdV equation applicable to internal

More information

What Is a Soliton? by Peter S. Lomdahl. Solitons in Biology

What Is a Soliton? by Peter S. Lomdahl. Solitons in Biology What Is a Soliton? by Peter S. Lomdahl A bout thirty years ago a remarkable discovery was made here in Los Alamos. Enrico Fermi, John Pasta, and Stan Ulam were calculating the flow of energy in a onedimensional

More information

Dynamics of Solitary Waves Induced by Shock Impulses in a Linear Atomic Chain*

Dynamics of Solitary Waves Induced by Shock Impulses in a Linear Atomic Chain* Dynamics of Solitary Waves Induced by Shock Impulses in a Linear Atomic Chain* PHUOC X. TRAN, DONALD W. BRENNER, and C. T. WHITE Naval Research Laboratory, Washington, DC 20375-5000 Abstract The propagation

More information

MATH 312 Section 2.4: Exact Differential Equations

MATH 312 Section 2.4: Exact Differential Equations MATH 312 Section 2.4: Exact Differential Equations Prof. Jonathan Duncan Walla Walla College Spring Quarter, 2007 Outline 1 Exact Differential Equations 2 Solving an Exact DE 3 Making a DE Exact 4 Conclusion

More information

Lecture 7: Oceanographic Applications.

Lecture 7: Oceanographic Applications. Lecture 7: Oceanographic Applications. Lecturer: Harvey Segur. Write-up: Daisuke Takagi June 18, 2009 1 Introduction Nonlinear waves can be studied by a number of models, which include the Korteweg de

More information

Lecture17: Generalized Solitary Waves

Lecture17: Generalized Solitary Waves Lecture17: Generalized Solitary Waves Lecturer: Roger Grimshaw. Write-up: Andrew Stewart and Yiping Ma June 24, 2009 We have seen that solitary waves, either with a pulse -like profile or as the envelope

More information

Mechanical Waves. 3: Mechanical Waves (Chapter 16) Waves: Space and Time

Mechanical Waves. 3: Mechanical Waves (Chapter 16) Waves: Space and Time 3: Mechanical Waves (Chapter 6) Phys3, A Dr. Robert MacDonald Mechanical Waves A mechanical wave is a travelling disturbance in a medium (like water, string, earth, Slinky, etc). Move some part of the

More information

Wave Phenomena Physics 15c. Lecture 11 Dispersion

Wave Phenomena Physics 15c. Lecture 11 Dispersion Wave Phenomena Physics 15c Lecture 11 Dispersion What We Did Last Time Defined Fourier transform f (t) = F(ω)e iωt dω F(ω) = 1 2π f(t) and F(w) represent a function in time and frequency domains Analyzed

More information

Merton College Maths for Physics Prelims August 29, 2008 HT I. Multiple Integrals

Merton College Maths for Physics Prelims August 29, 2008 HT I. Multiple Integrals Merton College Maths for Physics Prelims August 29, 28 HT I Multiple Integrals 1. (a) For the following integrals sketch the region of integration and so write equivalent integrals with the order of integration

More information

Strauss PDEs 2e: Section Exercise 4 Page 1 of 6

Strauss PDEs 2e: Section Exercise 4 Page 1 of 6 Strauss PDEs 2e: Section 5.3 - Exercise 4 Page of 6 Exercise 4 Consider the problem u t = ku xx for < x < l, with the boundary conditions u(, t) = U, u x (l, t) =, and the initial condition u(x, ) =, where

More information

Lecture 6: Differential Equations Describing Vibrations

Lecture 6: Differential Equations Describing Vibrations Lecture 6: Differential Equations Describing Vibrations In Chapter 3 of the Benson textbook, we will look at how various types of musical instruments produce sound, focusing on issues like how the construction

More information

Model Equation, Stability and Dynamics for Wavepacket Solitary Waves

Model Equation, Stability and Dynamics for Wavepacket Solitary Waves p. 1/1 Model Equation, Stability and Dynamics for Wavepacket Solitary Waves Paul Milewski Mathematics, UW-Madison Collaborator: Ben Akers, PhD student p. 2/1 Summary Localized solitary waves exist in the

More information

Marine Hydrodynamics Lecture 19. Exact (nonlinear) governing equations for surface gravity waves assuming potential theory

Marine Hydrodynamics Lecture 19. Exact (nonlinear) governing equations for surface gravity waves assuming potential theory 13.021 Marine Hydrodynamics, Fall 2004 Lecture 19 Copyright c 2004 MIT - Department of Ocean Engineering, All rights reserved. Water Waves 13.021 - Marine Hydrodynamics Lecture 19 Exact (nonlinear) governing

More information

DRAFT - Math 101 Lecture Note - Dr. Said Algarni

DRAFT - Math 101 Lecture Note - Dr. Said Algarni 3 Differentiation Rules 3.1 The Derivative of Polynomial and Exponential Functions In this section we learn how to differentiate constant functions, power functions, polynomials, and exponential functions.

More information

Waves vibrations. Maxime Nicolas. To cite this version: HAL Id: cel Maxime Nicolas.

Waves vibrations. Maxime Nicolas. To cite this version: HAL Id: cel Maxime Nicolas. Waves vibrations Maxime Nicolas To cite this version: Maxime Nicolas. Waves vibrations. Engineering school. France. 2016. HAL Id: cel-01440543 https://hal.archives-ouvertes.fr/cel-01440543

More information

General Physics I. Lecture 14: Sinusoidal Waves. Prof. WAN, Xin ( 万歆 )

General Physics I. Lecture 14: Sinusoidal Waves. Prof. WAN, Xin ( 万歆 ) General Physics I Lecture 14: Sinusoidal Waves Prof. WAN, Xin ( 万歆 ) xinwan@zju.edu.cn http://zimp.zju.edu.cn/~xinwan/ Motivation When analyzing a linear medium that is, one in which the restoring force

More information

Introduction to Marine Hydrodynamics

Introduction to Marine Hydrodynamics 1896 190 1987 006 Introduction to Marine Hydrodynamics (NA35) Department of Naval Architecture and Ocean Engineering School of Naval Architecture, Ocean & Civil Engineering Shanghai Jiao Tong University

More information

Salmon: Introduction to ocean waves

Salmon: Introduction to ocean waves 3 Many waves In the previous lecture, we considered the case of two basic waves propagating in one horizontal dimension. However, Proposition #2 lets us have as many basic waves as we want. Suppose we

More information

Waves Standing Waves Sound Waves

Waves Standing Waves Sound Waves Waves Standing Waves Sound Waves Lana Sheridan De Anza College May 23, 2018 Last time finish up reflection and transmission standing waves Warm Up Question: Standing Waves and Resonance In the following

More information

Waves, the Wave Equation, and Phase Velocity. We ll start with optics. The one-dimensional wave equation. What is a wave? Optional optics texts: f(x)

Waves, the Wave Equation, and Phase Velocity. We ll start with optics. The one-dimensional wave equation. What is a wave? Optional optics texts: f(x) We ll start with optics Optional optics texts: Waves, the Wave Equation, and Phase Velocity What is a wave? f(x) f(x-) f(x-) f(x-3) Eugene Hecht, Optics, 4th ed. J.F. James, A Student's Guide to Fourier

More information

Series FOURIER SERIES. Graham S McDonald. A self-contained Tutorial Module for learning the technique of Fourier series analysis

Series FOURIER SERIES. Graham S McDonald. A self-contained Tutorial Module for learning the technique of Fourier series analysis Series FOURIER SERIES Graham S McDonald A self-contained Tutorial Module for learning the technique of Fourier series analysis Table of contents Begin Tutorial c 24 g.s.mcdonald@salford.ac.uk 1. Theory

More information

Review of Fundamental Equations Supplementary notes on Section 1.2 and 1.3

Review of Fundamental Equations Supplementary notes on Section 1.2 and 1.3 Review of Fundamental Equations Supplementary notes on Section. and.3 Introduction of the velocity potential: irrotational motion: ω = u = identity in the vector analysis: ϕ u = ϕ Basic conservation principles:

More information

v t + fu = 1 p y w t = 1 p z g u x + v y + w

v t + fu = 1 p y w t = 1 p z g u x + v y + w 1 For each of the waves that we will be talking about we need to know the governing equators for the waves. The linear equations of motion are used for many types of waves, ignoring the advective terms,

More information

Differential Equations DIRECT INTEGRATION. Graham S McDonald

Differential Equations DIRECT INTEGRATION. Graham S McDonald Differential Equations DIRECT INTEGRATION Graham S McDonald A Tutorial Module introducing ordinary differential equations and the method of direct integration Table of contents Begin Tutorial c 2004 g.s.mcdonald@salford.ac.uk

More information

JUST THE MATHS UNIT NUMBER DIFFERENTIATION 3 (Elementary techniques of differentiation) A.J.Hobson

JUST THE MATHS UNIT NUMBER DIFFERENTIATION 3 (Elementary techniques of differentiation) A.J.Hobson JUST THE MATHS UNIT NUMBER 10.3 DIFFERENTIATION 3 (Elementary techniques of differentiation) by A.J.Hobson 10.3.1 Standard derivatives 10.3.2 Rules of differentiation 10.3.3 Exercises 10.3.4 Answers to

More information

(TRAVELLING) 1D WAVES. 1. Transversal & Longitudinal Waves

(TRAVELLING) 1D WAVES. 1. Transversal & Longitudinal Waves (TRAVELLING) 1D WAVES 1. Transversal & Longitudinal Waves Objectives After studying this chapter you should be able to: Derive 1D wave equation for transversal and longitudinal Relate propagation speed

More information

The Evolution of Large-Amplitude Internal Gravity Wavepackets

The Evolution of Large-Amplitude Internal Gravity Wavepackets The Evolution of Large-Amplitude Internal Gravity Wavepackets Sutherland, Bruce R. and Brown, Geoffrey L. University of Alberta Environmental and Industrial Fluid Dynamics Laboratory Edmonton, Alberta,

More information

Chapter 16 Traveling Waves

Chapter 16 Traveling Waves Chapter 16 Traveling Waves GOALS When you have mastered the contents of this chapter, you will be able to achieve the following goals: Definitions Define each of the following terms as it is used in physics,

More information

Math 575-Lecture 26. KdV equation. Derivation of KdV

Math 575-Lecture 26. KdV equation. Derivation of KdV Math 575-Lecture 26 KdV equation We look at the KdV equations and the so-called integrable systems. The KdV equation can be written as u t + 3 2 uu x + 1 6 u xxx = 0. The constants 3/2 and 1/6 are not

More information

7.1. Calculus of inverse functions. Text Section 7.1 Exercise:

7.1. Calculus of inverse functions. Text Section 7.1 Exercise: Contents 7. Inverse functions 1 7.1. Calculus of inverse functions 2 7.2. Derivatives of exponential function 4 7.3. Logarithmic function 6 7.4. Derivatives of logarithmic functions 7 7.5. Exponential

More information

Transactions on Engineering Sciences vol 9, 1996 WIT Press, ISSN

Transactions on Engineering Sciences vol 9, 1996 WIT Press,   ISSN Fundamentals concerning Stokes waves M. Rahman Department of Applied Mathematics, Technical University of Nova Scotia, Halifax, Nova Scotia, Canada B3J 2X4 Abstract In the study of water waves, it is well

More information

Marine Hydrodynamics Lecture 19. Exact (nonlinear) governing equations for surface gravity waves assuming potential theory

Marine Hydrodynamics Lecture 19. Exact (nonlinear) governing equations for surface gravity waves assuming potential theory 13.021 Marine Hydrodynamics Lecture 19 Copyright c 2001 MIT - Department of Ocean Engineering, All rights reserved. 13.021 - Marine Hydrodynamics Lecture 19 Water Waves Exact (nonlinear) governing equations

More information

Simulation for Different Order Solitons in Optical Fibers and the Behaviors of Kink and Antikink Solitons

Simulation for Different Order Solitons in Optical Fibers and the Behaviors of Kink and Antikink Solitons Simulation for Different Order Solitons in Optical Fibers and the Behaviors of Kink and Antikink Solitons MOHAMMAD MEHDI KARKHANEHCHI and MOHSEN OLIAEE Department of Electronics, Faculty of Engineering

More information

Continuous limits and integrability for a semidiscrete system Zuo-nong Zhu Department of Mathematics, Shanghai Jiao Tong University, P R China

Continuous limits and integrability for a semidiscrete system Zuo-nong Zhu Department of Mathematics, Shanghai Jiao Tong University, P R China Continuous limits and integrability for a semidiscrete system Zuo-nong Zhu Department of Mathematics, Shanghai Jiao Tong University, P R China the 3th GCOE International Symposium, Tohoku University, 17-19

More information

Lecture 4 Notes: 06 / 30. Energy carried by a wave

Lecture 4 Notes: 06 / 30. Energy carried by a wave Lecture 4 Notes: 06 / 30 Energy carried by a wave We want to find the total energy (kinetic and potential) in a sine wave on a string. A small segment of a string at a fixed point x 0 behaves as a harmonic

More information

Chap. 15: Simple Harmonic Motion

Chap. 15: Simple Harmonic Motion Chap. 15: Simple Harmonic Motion Announcements: CAPA is due next Tuesday and next Friday. Web page: http://www.colorado.edu/physics/phys1110/phys1110_sp12/ Examples of periodic motion vibrating guitar

More information

Chapter 16 Waves in One Dimension

Chapter 16 Waves in One Dimension Lecture Outline Chapter 16 Waves in One Dimension Slide 16-1 Chapter 16: Waves in One Dimension Chapter Goal: To study the kinematic and dynamics of wave motion, i.e., the transport of energy through a

More information

Introduction of Partial Differential Equations and Boundary Value Problems

Introduction of Partial Differential Equations and Boundary Value Problems Introduction of Partial Differential Equations and Boundary Value Problems 2009 Outline Definition Classification Where PDEs come from? Well-posed problem, solutions Initial Conditions and Boundary Conditions

More information

Born simulation report

Born simulation report Born simulation report Name: The atoms in a solid are in constant thermally induced motion. In born we study the dynamics of a linear chain of atoms. We assume that the atomic arrangement that has minimum

More information

Exact Solutions of The Regularized Long-Wave Equation: The Hirota Direct Method Approach to Partially Integrable Equations

Exact Solutions of The Regularized Long-Wave Equation: The Hirota Direct Method Approach to Partially Integrable Equations Thai Journal of Mathematics Volume 5(2007) Number 2 : 273 279 www.math.science.cmu.ac.th/thaijournal Exact Solutions of The Regularized Long-Wave Equation: The Hirota Direct Method Approach to Partially

More information

A Novel Nonlinear Evolution Equation Integrable by the Inverse Scattering Method

A Novel Nonlinear Evolution Equation Integrable by the Inverse Scattering Method Proceedings of Institute of Mathematics of NAS of Ukraine 2002, Vol. 43, Part, 384 39 A Novel Nonlinear Evolution Equation Integrable by the Inverse Scattering Method Vyacheslav VAKHNENKO and John PARKES

More information

Ordinary Differential Equations (ODEs)

Ordinary Differential Equations (ODEs) c01.tex 8/10/2010 22: 55 Page 1 PART A Ordinary Differential Equations (ODEs) Chap. 1 First-Order ODEs Sec. 1.1 Basic Concepts. Modeling To get a good start into this chapter and this section, quickly

More information

Chapter 16 Mechanical Waves

Chapter 16 Mechanical Waves Chapter 6 Mechanical Waves A wave is a disturbance that travels, or propagates, without the transport of matter. Examples: sound/ultrasonic wave, EM waves, and earthquake wave. Mechanical waves, such as

More information

Space Physics. ELEC-E4520 (5 cr) Teacher: Esa Kallio Assistant: Markku Alho and Riku Järvinen. Aalto University School of Electrical Engineering

Space Physics. ELEC-E4520 (5 cr) Teacher: Esa Kallio Assistant: Markku Alho and Riku Järvinen. Aalto University School of Electrical Engineering Space Physics ELEC-E4520 (5 cr) Teacher: Esa Kallio Assistant: Markku Alho and Riku Järvinen Aalto University School of Electrical Engineering The 6 th week: topics Last week: Examples of waves MHD: Examples

More information

Soliton and Periodic Solutions to the Generalized Hirota-Satsuma Coupled System Using Trigonometric and Hyperbolic Function Methods.

Soliton and Periodic Solutions to the Generalized Hirota-Satsuma Coupled System Using Trigonometric and Hyperbolic Function Methods. ISSN 1749-889 (print), 1749-897 (online) International Journal of Nonlinear Science Vol.14(01) No.,pp.150-159 Soliton and Periodic Solutions to the Generalized Hirota-Satsuma Coupled System Using Trigonometric

More information

16 WAVES. Introduction. Chapter Outline

16 WAVES. Introduction. Chapter Outline Chapter 16 Waves 795 16 WAVES Figure 16.1 From the world of renewable energy sources comes the electric power-generating buoy. Although there are many versions, this one converts the up-and-down motion,

More information

Fundamentals of Atmospheric Modelling

Fundamentals of Atmospheric Modelling M.Sc. in Computational Science Fundamentals of Atmospheric Modelling Peter Lynch, Met Éireann Mathematical Computation Laboratory (Opp. Room 30) Dept. of Maths. Physics, UCD, Belfield. January April, 2004.

More information

MA1131 Lecture 15 (2 & 3/12/2010) 77. dx dx v + udv dx. (uv) = v du dx dx + dx dx dx

MA1131 Lecture 15 (2 & 3/12/2010) 77. dx dx v + udv dx. (uv) = v du dx dx + dx dx dx MA3 Lecture 5 ( & 3//00) 77 0.3. Integration by parts If we integrate both sides of the proct rule we get d (uv) dx = dx or uv = d (uv) = dx dx v + udv dx v dx dx + v dx dx + u dv dx dx u dv dx dx This

More information

Soliton Solutions of a General Rosenau-Kawahara-RLW Equation

Soliton Solutions of a General Rosenau-Kawahara-RLW Equation Soliton Solutions of a General Rosenau-Kawahara-RLW Equation Jin-ming Zuo 1 1 School of Science, Shandong University of Technology, Zibo 255049, PR China Journal of Mathematics Research; Vol. 7, No. 2;

More information

Modulational instability in the presence of damping

Modulational instability in the presence of damping Perspectives on Soliton Physics February 17, 2007 Modulational instability in the presence of damping Harvey Segur University of Colorado Joint work with: J. Hammack, D. Henderson, J. Carter, W. Craig,

More information

Fourier spectral methods for solving some nonlinear partial differential equations

Fourier spectral methods for solving some nonlinear partial differential equations Int. J. Open Problems Compt. Math., Vol., No., June ISSN 99-; Copyright ICSRS Publication, www.i-csrs.org Fourier spectral methods for solving some nonlinear partial differential equations Hany N. HASSAN

More information

New Approach of ( Ǵ/G ) Expansion Method. Applications to KdV Equation

New Approach of ( Ǵ/G ) Expansion Method. Applications to KdV Equation Journal of Mathematics Research; Vol. 6, No. ; ISSN 96-9795 E-ISSN 96-989 Published by Canadian Center of Science and Education New Approach of Ǵ/G Expansion Method. Applications to KdV Equation Mohammad

More information

10 Shallow Water Models

10 Shallow Water Models 10 Shallow Water Models So far, we have studied the effects due to rotation and stratification in isolation. We then looked at the effects of rotation in a barotropic model, but what about if we add stratification

More information

A. A. Minzoni and N. F. Smyth

A. A. Minzoni and N. F. Smyth Methods and Applications of Analysis 1997 International Press 4 (1) 1997, pp. 1-10 ISSN 1073-2772 A MODULATION SOLUTION OF THE SIGNALLING PROBLEM FOR THE EQUATION OF SELF-INDUCED TRANSPARENCY IN THE SINE-GORDON

More information