On Some Variational Optimization Problems in Classical Fluids and Superfluids

Size: px
Start display at page:

Download "On Some Variational Optimization Problems in Classical Fluids and Superfluids"

Transcription

1 On Some Variational Optimization Problems in Classical Fluids and Superfluids Bartosz Protas Department of Mathematics & Statistics McMaster University, Hamilton, Ontario, Canada URL: Funded by Early Researcher Award (ERA) and NSERC Computational Time Provided by SHARCNET New Challenges in Mathematical Modelling and Numerical Simulation of Superfluids, CIRM 216

2 Agenda Formulation of the Problem Gradient Minimization Sobolev Gradients First-Order Geometry Second-Order Geometry Riemannian Conjugate Gradients

3 Collaborators Ionut Danaila (Université de Rouen) Diego Ayala (former Ph.D. student, now at University of Michigan) Charles Doering (University of Michigan)

4 PROBLEM I for Computation Ground States in Bose-Einstein Condensates (joint work with I. Danaila)

5 Formulation of the Problem Gradient Minimization Sobolev Gradients Gross-Pitaevskii Free Energy Functional (non-dimensional form) [ 1 E(u) = D 2 u 2 + C trap u ] 2 C g u 4 ic Ω u A t u dx, u 2 2 = u(x) 2 dx = 1, D R d where D ψ u =, ψ wavefunction, ψ : D C d/2 N x s N number of atoms in the condensate A t = [y, x, ], x s characteristic length scale C trap (x, y, z) trapping potential C g, C Ω constants C Ω characterizes the effect of rotation

6 Formulation of the Problem Gradient Minimization Sobolev Gradients Dirichlet boundary conditions: u = on D Variational optimization, E : H 1 (D) R min E(u) u H 1(D) subject to u L2 (D) = 1 Minimizers constrained to a nonlinear manifold M in H 1 (D) M := { u H 1 (D) : u L2 (D) = 1 } Computational approaches: Euler-Lagrange equation for E(u) = nonlinear eigenvalue problem Direct minimization of E(u) via a gradient method

7 Formulation of the Problem Gradient Minimization Sobolev Gradients Steepest-gradient approach where: ũ = lim n u(n) E ( u (u)) u (n+1) = u (n) τ n E ( u (u)), n =, 1,..., u () = u, (initial guess), the minimizer ( ground state ) gradient of E(u) at u (n) τ n = argmin τ> E ( u (n) τ E ( u (u))) optimal step size Key issues: Regularity of the minimizers ũ H 1 (D) = Sobolev gradients Enforcement of the constraint ũ M = Riemannian optimization

8 Formulation of the Problem Gradient Minimization Sobolev Gradients Gâteaux differential of the Gross-Pitaevskii Energy Functional E (u; v) = lim ɛ ɛ 1 [E(u + ɛv) E(u)], u, v X X some function space Riesz Representation Theorem: E (u; ) bounded linear functional on X = v X E (u; v) = X E(u), v X Relevant inner products (Danaila & Kazemi 21) u, v L2 = u, v H 1 = u, v HA = D D D u, v dx, u, v + u, v dx u, v + A u, A v dx, where u, v = uv A = + ic Ω A t

9 Formulation of the Problem Gradient Minimization Sobolev Gradients Different Sobolev gradients (X = L 2, H 1, H A ) E L2 H1 (u; v) = R L2 E(u), v = R H1 E(u), v = R H A E(u), v H A The L 2 gradient L2 E(u) = 2 ( 1 ) 2 2 u + C trap u + C g u 2 u ic Ω A t u, The Sobolev gradient G = HA E(u) obtained from the L 2 gradient via an elliptic boundary-value problem v H 1 (D) D [( 1 + C 2 Ω (x 2 + y 2 ) ) Gv + G v 2iC Ω A t Gv ] dx = D 1 2 u v + [ C trap u + C g u 2 u ic Ω A t u ] v dx

10 First-Order Geometry Second-Order Geometry Riemannian Conjugate Gradients is general approach based on differential geometry here made simple by the constraint u L2(D) = 1 Intrinsic approach with optimization performed directly on the manifold M without reference to the space H 1 (D) optimization problem becomes unconstrained can apply more efficient optimization algorithms (conjugate gradients, Newton s method) Reference: P.-A. Absil, R. Mahony and R. Sepulchre, Optimization Algorithms on Matrix Manifolds, Princeton University Press, (28).

11 First-Order Geometry Second-Order Geometry Riemannian Conjugate Gradients Projection of the gradient G on the tangent subspace T u M P un,h A G = G R ( u n, G L 2) R ( u n, v HA L 2) v H A, v HA, v HA = u n, v L 2, v H A where There is some freedom in choosing the subtracted field (v HA ) Approach equivalent to constraint enforcement via Lagrange multipliers Error in constraint satisfaction O(τ n )

12 First-Order Geometry Second-Order Geometry Riemannian Conjugate Gradients Retraction R u : T u M M maps a tangent vector ξ T u M back to the manifold M

13 First-Order Geometry Second-Order Geometry Riemannian Conjugate Gradients For our constraint manifold M R u (ξ) = u + ξ u + ξ L2 (D) retraction = normalization Riemannian steepest descent approach u n+1 = R un (τ n P un,ha G(u n )), n =, 1, 2,... u = u where τ n = argmin τ> E (R un (τp un,h A G(u n )))

14 First-Order Geometry Second-Order Geometry Riemannian Conjugate Gradients Results: Abrikosov Lattice (C g = 1, C Ω =.9) Finite-element approximation of energy functional and PDE operators implementation in FreeFEM++ (with 1 5 P1 elements) u, initial guess (Thomas-Fermi approximation) u, final state (Thomas-Fermi approximation)

15 First-Order Geometry Second-Order Geometry Riemannian Conjugate Gradients n Riemannian Grad n steepest descent for banana function step size τ n

16 First-Order Geometry Second-Order Geometry Riemannian Conjugate Gradients Consider min x R N f (x), where f : R N R Nonlinear Conjugate Gradients Method x n+1 = x n + τ n d n, n =, 1,... x = x descent direction dn is defined as d n = g n + β n d n 1, n = 1, 2,... d = g, g n = f (x n ) momentum coefficients β n ensure conjugacy of decent directions β n = β FR n := g n, g n X g n 1, g n 1 X (Fletcher-Reeves), β n = β PR n := g n, (g n g n 1 ) X g n 1, g n 1 X (Polak-Ribiére)

17 In the Riemannian setting First-Order Geometry Second-Order Geometry Riemannian Conjugate Gradients g n 1, d n 1 T xn 1 and g n, d n T xn, hence cannot be added or multiplied... Need a mapping between the tangent spaces T un 1 M and T un M Vector transport T η (ξ) : T M T M T M, ξ, η T M describing how the vector field ξ is transported along the manifold M by the field η

18 First-Order Geometry Second-Order Geometry Riemannian Conjugate Gradients Conclusions (I) Riemannian optimization accelerates the computation of BEC ground states Key enablers for Riemannian Conjugate Gradients: projections onto Tun M retractions from T un M onto M, vector transport between Tun 1 and T un Riemannian Newton s method?

19 First-Order Geometry Second-Order Geometry Riemannian Conjugate Gradients PROBLEM II Probing Fundamental Bounds in Hydrodynamics (joint work with D. Ayala and Ch. Doering)

20 Navier-Stokes equation (Ω = [, L] d, d = 2, 3) v + (v )v + p ν v =, in Ω (, T ] t v =, in Ω (, T ] v = v in Ω at t = Boundary Condition on Γ (, T ] 2D Case Existence Theory Complete smooth and unique solutions exist for arbitrary times and arbitrarily large data 3D Case Weak solutions (possibly nonsmooth) exist for arbitrary times Classical (smooth) solutions (possibly nonsmooth) exist for finite times only Possibility of blow-up (finite-time singularity formation) One of the Clay Institute Millennium Problems ($ 1M!) Equations

21 What is known? Available Estimates A Key Quantity Enstrophy E(t) v 2 dω (= v 2 2) Ω Smoothness of Solutions Bounded Enstrophy E(t) (Foias & Temam, 1989) NaN? max E(t) <??? t [,T ] E() Can estimate de(t) using the momentum equation, Sobolev s embeddings, Young and Cauchy-Schwartz inequalities,... Remark: incompressibility not used in these estimates... t t

22 2D Case: de(t) C 2 ν E(t)2 3D Case: Grönwall s lemma and energy equation yield t E(t) < smooth solutions exist for all times de(t) 27C 2 128ν 3 E(t)3 corresponding estimate not available... upper bound on E(t) blows up in finite time E() E(t) 1 4 CE()2 ν t 3 singularity in finite time cannot be ruled out!

23 Problem of Lu & Doering (28), I Can we actually find solutions which saturate a given estimate? Estimate de(t) where de(t) ce(t) 3 at a fixed instant of time t de(t) max v H 1 (Ω), v= subject to E(t) = E = ν v v v v dω Ω E is a parameter Solution using a gradient-based descent method

24 Problem of Lu & Doering (28), II [ ] de(t) = 8.97 max 1 4 E vorticity field (top branch)

25 How about solutions which saturate de(t) finite time window [, T ]? ce(t) 3 over a where E(t) = t de(τ) dτ max E(T ) v H 1 (Ω), v= subject to E() = E dτ + E E and T are parameters In principle doable, but will try something simpler first...

26 Relevant Estimates 1D Burgers instantaneous 1D Burgers finite time 2D Navier Stokes instantaneous 2D Navier Stokes finite time 3D Navier Stokes instantaneous 3D Navier Stokes finite time Best Estimate Sharp? de(t) ( 3 1 ) 1/3 E(t) 5/3 Yes 2 π 2 ν Lu & Doering (28) [ max t [,T ] E(t) E 1/3 + ( ) L 2 ( 1 ) ] 4/3 3 No E 4 π 2 ν Ayala & P. (211) dp(t) ( ν E ) P 2 + C 1 ( E ν ) P dp(t) C 2 max t> P(t) ν K 1/2 P 3/2 [ ] 2 P 1/2 + C 2 K 1/2 4ν 2 E de(t) 27C 2 128ν 3 E(t) 3 E(t) E() 1 4 CE()2 ν 3 t Yes Lu & Doering (28)

27 Question #1 ( small ) Sharpness of instantaneous estimates (at some fixed t) max u max u de dp (1D, 3D) (2D) Question #2 ( big ) Sharpness of finite time estimates (at some time window [, T ], T > ) [ max max u [ max u t [,T ] E(t) ] max P(t) t [,T ] ] (1D, 3D) (2D) E(t) E() E(t) E() max T max t t

28 Relevant Estimates 1D Burgers instantaneous 1D Burgers finite time 2D Navier Stokes instantaneous 2D Navier Stokes finite time 3D Navier Stokes instantaneous 3D Navier Stokes finite time Best Estimate Sharp? de(t) ( 3 1 ) 1/3 E(t) 5/3 Yes 2 π 2 ν Lu & Doering (28) [ max t [,T ] E(t) E 1/3 + ( ) L 2 ( 1 ) ] 4/3 3 No E 4 π 2 ν Ayala & P. (211) dp(t) ( ν E ) P 2 + C 1 ( E ν ) P dp(t) C 2 ν K 1/2 P 3/2 [ ] 2 max t> P(t) P 1/2 + C 2 K 1/2 4ν 2 E de(t) 27C 2 128ν 3 E(t) 3 E(t) E() 1 4 CE()2 ν 3 t Yes Lu & Doering (28)

29 2D vorticity equation in a periodic box (ω = e z ω) ω + J(ω, ψ) = ν ω t where ψ = ω J(f, g) = f xg y f y g x Enstrophy uninteresting in 2D flows (w/o boundaries) 1 d ω 2 dω = ν ( ω) 2 dω < 2 Ω Ω Evolution equation for the vorticity gradient ω ω t + (u ) ω = ν ω + ω u }{{} stretching term

30 Palinstrophy P(t) Ω ( ω(t, x)) 2 dω = Ω ( ψ(t, x)) 2 dω Also of interest Kinetic Energy K(t) u(t, x) 2 dω = Ω Ω ( ψ(t, x)) 2 dω Poincaré s inequality K (2π) 2 E (2π) 2 P

31 Estimates for the Rate of Growth of Palinstrophy dp(t) = J( ψ, ψ) 2 ψ dω ν ( 2 ψ) 2 dω R P (ψ) Ω dp(t) ( ν ) ( ) E P 2 + C 1 P E ν (Doering & Lunasin, 211) dp(t) C 2 ν K1/2 P 3/2 (Ayala, 212) Using Poincaré s inequality (may not be sharp) dp(t) Bound on growth in finite time max t> P(t) Ω C ν P2, [ P 1/2 + C 2 4ν 2 K1/2 E ] 2 (Ayala, 212)

32 Maximum Growth of dp(t) for fixed E >, P > (2π) 2 E max R P (ψ) where ψ S P,E S P,E = ψ H4 (Ω) : 1 2 ( ψ) 2 dω = P Ω ( ψ) 2 dω = E Ω 1 2 Maximum Growth of dp(t) for fixed K >, P > (2π) 4 K max R P (ψ) where ψ S P,K S P,K = ψ H4 (Ω) : ( ψ) 2 dω = P Ω ( ψ) 2 dω = K Ω

33 y y Small Palinstrophy Limit: P (2π) 2 E ϕ = arg max R (ϕ), R (ϕ) = ν ( 2 ϕ) 2 dω, ϕ S Ω { S = ϕ H 4 (Ω) : 1 } ( ψ) 2 dω = (2π)2 ( ψ) 2 dω 2 2 Ω Ω Optimizers: Eigenfunctions of the Laplacian ( ϕ Ker( )) x ϕ(x, y) = sin(π(y x)) sin(π(y +x)) x ϕ(x, y) = sin(2πx) sin(2πy)

34 Numerical Solution of Maximization Problem Discretization of Gradient Flow dψ dτ = H4 R ν (ψ), ψ() = ψ ψ (n+1) = ψ (n) τ (n) H4 R ν (ψ (n) ), ψ () = ψ Gradient in H 4 (Ω) (via variational techniques) [ Id L 8 4] H4 R ν = L 2 R ν (Periodic BCs) L 2 R ν (ψ) = 2 J( ψ, ψ) + J(ψ, 2 ψ) + J( 2 ψ, ψ) 2ν 4 ψ Constraint satisfaction via arc minimization

35 y y y y Maximizers with Fixed (K, P ) Estimate: dp(t) C 2 ν K 1/2 P 3/ RP ( ψ) P max dp vs. P, K = x (a) P 1P c x (b) P 1P c RP ( ψ) P max dp P 3/2 as P x (c) P 1 4 P c (d) P 1 4 P c x 3

36 y y y y Maximizers with Fixed (E, P ) Estimate: dp(t) ( ν E ) P 2 + C 1 ( E ν ) P RP ( ψ) x x P max dp vs. P, E = 1 3 (a) P P c (b) P 1P c RP ( ψ) P max dp vs. P x (c) P 1 2 P c x (d) P 1 7/2 P c

37 y y x x y y x x Maximizers with Fixed (K, P ) Finite-Time Estimate: max t> P(t) [ P 1/2 + C 2 4ν 2 K 1/2 E ] max P(t) t> 1 7 E P -constraint {K, P }-constraint E (a) t =.213 (b) t =.458 (c) t =.633 (d) t =.1265

38 Relevant Estimates 1D Burgers instantaneous 1D Burgers finite time 2D Navier Stokes instantaneous 2D Navier Stokes finite time 3D Navier Stokes instantaneous 3D Navier Stokes finite time Best Estimate Sharp? de(t) ( 3 1 ) 1/3 E(t) 5/3 Yes 2 π 2 ν Lu & Doering (28) [ max t [,T ] E(t) E 1/3 + ( ) L 2 ( 1 ) ] 4/3 3 No E 4 π 2 ν Ayala & P. (211) dp(t) max t> P(t) ( ν E ) P 2 + C 1 ( E ν ) P dp(t) C 2 ν K 1/2 P 3/2 [Yes] Ayala & P. (213) [ P 1/2 + C 2 4ν 2 K 1/2 E ] 2 [Yes] Ayala & P. (213) de(t) 27C 2 128ν 3 E(t) 3 E(t) E() 1 4 CE()2 ν 3 t Yes Lu & Doering (28)???

39 Conclusions (II) Variational analysis and numerical optimization as tools for assessing sharpness of PDEs analysis motivated by big open questions in mathematical fluid mechanics (including one of Clay Millennium Problems ) 2D extreme vortex states saturate the worst-case bounds analysis is sharp Ongoing work on the 3D case (the real problem) so far, no evidence of blow-up, but results still from conclusive...

40 References L. Lu and C. R. Doering, Limits on Enstrophy Growth for Solutions of the Three-dimensional Navier-Stokes Equations Indiana University Mathematics Journal 57, , 28. D. Ayala and B. Protas, On Maximum Enstrophy Growth in a Hydrodynamic System, Physica D 24, , 211. D. Ayala and B. Protas, Maximum Palinstrophy Growth in 2D Incompressible Flows: Instantaneous Case, Journal of Fluid Mechanics , 214. D. Ayala and B. Protas, Vortices, Maximum Growth and the Problem of Finite-Time Singularity Formation, Fluid Dynamics Research (Special Issue for IUTAM Symposium on Vortex Dynamics), 46, 3144, 214. D. Ayala and B. Protas, Extreme Vortex States and the Growth of Enstrophy in 3D Incompressible Flows, (submitted; see arxiv: ), 216.

Probing Fundamental Bounds in Hydrodynamics Using Variational Optimization Methods

Probing Fundamental Bounds in Hydrodynamics Using Variational Optimization Methods Probing Fundamental Bounds in Hydrodynamics Using Variational Optimization Methods Bartosz Protas and Diego Ayala Department of Mathematics & Statistics McMaster University, Hamilton, Ontario, Canada URL:

More information

Numerical Optimization of Partial Differential Equations

Numerical Optimization of Partial Differential Equations Numerical Optimization of Partial Differential Equations Part I: basic optimization concepts in R n Bartosz Protas Department of Mathematics & Statistics McMaster University, Hamilton, Ontario, Canada

More information

Maximum Rate of Growth of Enstrophy in Solutions of the Fractional Burgers Equation

Maximum Rate of Growth of Enstrophy in Solutions of the Fractional Burgers Equation Maximum Rate of Growth of Enstrophy in Solutions of the Fractional Burgers Equation arxiv:161.9578v [physics.flu-dyn] 15 Jan 18 Dongfang Yun and Bartosz Protas Department of Mathematics and Statistics,

More information

Extreme Vortex States and the Growth of Enstrophy in 3D Incompressible Flows

Extreme Vortex States and the Growth of Enstrophy in 3D Incompressible Flows arxiv:1605.05742v2 [physics.flu-dyn] 28 Feb 2017 Extreme Vortex States and the Growth of Enstrophy in 3D Incompressible Flows Diego Ayala 1,2 and Bartosz Protas 2, 1 Department of Mathematics, University

More information

Numerical Optimization of Partial Differential Equations

Numerical Optimization of Partial Differential Equations Numerical Optimization of Partial Differential Equations Bartosz Protas Department of Mathematics & Statistics McMaster University, Hamilton, Ontario, Canada URL: http://www.math.mcmaster.ca/bprotas Rencontres

More information

Numerical methods for computing vortex states in rotating Bose-Einstein condensates. Ionut Danaila

Numerical methods for computing vortex states in rotating Bose-Einstein condensates. Ionut Danaila Numerical methods for computing vortex states in rotating Bose-Einstein condensates Ionut Danaila Laboratoire de mathématiques Raphaël Salem Université de Rouen www.univ-rouen.fr/lmrs/persopage/danaila

More information

Numerical simulation of Bose-Einstein Condensates based on Gross-Pitaevskii Equations

Numerical simulation of Bose-Einstein Condensates based on Gross-Pitaevskii Equations 1/38 Numerical simulation of Bose-Einstein Condensates based on Gross-Pitaevskii Equations Xavier ANTOINE Institut Elie Cartan de Lorraine (IECL) & Inria-SPHINX Team Université de Lorraine, France Funded

More information

CONNECTIONS BETWEEN A CONJECTURE OF SCHIFFER S AND INCOMPRESSIBLE FLUID MECHANICS

CONNECTIONS BETWEEN A CONJECTURE OF SCHIFFER S AND INCOMPRESSIBLE FLUID MECHANICS CONNECTIONS BETWEEN A CONJECTURE OF SCHIFFER S AND INCOMPRESSIBLE FLUID MECHANICS JAMES P. KELLIHER Abstract. We demonstrate connections that exists between a conjecture of Schiffer s (which is equivalent

More information

PAPER 84 QUANTUM FLUIDS

PAPER 84 QUANTUM FLUIDS MATHEMATICAL TRIPOS Part III Wednesday 6 June 2007 9.00 to 11.00 PAPER 84 QUANTUM FLUIDS Attempt TWO questions. There are FOUR questions in total. The questions carry equal weight. STATIONERY REQUIREMENTS

More information

A RECURRENCE THEOREM ON THE SOLUTIONS TO THE 2D EULER EQUATION

A RECURRENCE THEOREM ON THE SOLUTIONS TO THE 2D EULER EQUATION ASIAN J. MATH. c 2009 International Press Vol. 13, No. 1, pp. 001 006, March 2009 001 A RECURRENCE THEOREM ON THE SOLUTIONS TO THE 2D EULER EQUATION Y. CHARLES LI Abstract. In this article, I will prove

More information

Introduction. J.M. Burgers Center Graduate Course CFD I January Least-Squares Spectral Element Methods

Introduction. J.M. Burgers Center Graduate Course CFD I January Least-Squares Spectral Element Methods Introduction In this workshop we will introduce you to the least-squares spectral element method. As you can see from the lecture notes, this method is a combination of the weak formulation derived from

More information

LECTURE # 0 BASIC NOTATIONS AND CONCEPTS IN THE THEORY OF PARTIAL DIFFERENTIAL EQUATIONS (PDES)

LECTURE # 0 BASIC NOTATIONS AND CONCEPTS IN THE THEORY OF PARTIAL DIFFERENTIAL EQUATIONS (PDES) LECTURE # 0 BASIC NOTATIONS AND CONCEPTS IN THE THEORY OF PARTIAL DIFFERENTIAL EQUATIONS (PDES) RAYTCHO LAZAROV 1 Notations and Basic Functional Spaces Scalar function in R d, d 1 will be denoted by u,

More information

Arc Search Algorithms

Arc Search Algorithms Arc Search Algorithms Nick Henderson and Walter Murray Stanford University Institute for Computational and Mathematical Engineering November 10, 2011 Unconstrained Optimization minimize x D F (x) where

More information

Math background. Physics. Simulation. Related phenomena. Frontiers in graphics. Rigid fluids

Math background. Physics. Simulation. Related phenomena. Frontiers in graphics. Rigid fluids Fluid dynamics Math background Physics Simulation Related phenomena Frontiers in graphics Rigid fluids Fields Domain Ω R2 Scalar field f :Ω R Vector field f : Ω R2 Types of derivatives Derivatives measure

More information

Week 6 Notes, Math 865, Tanveer

Week 6 Notes, Math 865, Tanveer Week 6 Notes, Math 865, Tanveer. Energy Methods for Euler and Navier-Stokes Equation We will consider this week basic energy estimates. These are estimates on the L 2 spatial norms of the solution u(x,

More information

Global regularity of a modified Navier-Stokes equation

Global regularity of a modified Navier-Stokes equation Global regularity of a modified Navier-Stokes equation Tobias Grafke, Rainer Grauer and Thomas C. Sideris Institut für Theoretische Physik I, Ruhr-Universität Bochum, Germany Department of Mathematics,

More information

Ground State Patterns of Spin-1 Bose-Einstein condensation via Γ-convergence Theory

Ground State Patterns of Spin-1 Bose-Einstein condensation via Γ-convergence Theory Ground State Patterns of Spin-1 Bose-Einstein condensation via Γ-convergence Theory Tien-Tsan Shieh joint work with I-Liang Chern and Chiu-Fen Chou National Center of Theoretical Science December 19, 2015

More information

The Role of Convection and Nearly Singular Behavior of the 3D Navier-Stokes Equations

The Role of Convection and Nearly Singular Behavior of the 3D Navier-Stokes Equations The Role of Convection and Nearly Singular Behavior of the 3D Navier-Stokes Equations Thomas Y. Hou Applied and Comput. Mathematics, Caltech PDE Conference in honor of Blake Temple, University of Michigan

More information

Ground state on the bounded and unbounded graphs

Ground state on the bounded and unbounded graphs Ground state on the bounded and unbounded graphs Dmitry Pelinovsky Department of Mathematics, McMaster University, Canada Joint work with Jeremy Marzuola, University of North Carolina, USA Workshop Mathematical

More information

Remarks on the blow-up criterion of the 3D Euler equations

Remarks on the blow-up criterion of the 3D Euler equations Remarks on the blow-up criterion of the 3D Euler equations Dongho Chae Department of Mathematics Sungkyunkwan University Suwon 44-746, Korea e-mail : chae@skku.edu Abstract In this note we prove that the

More information

Zdzislaw Brzeźniak. Department of Mathematics University of York. joint works with Mauro Mariani (Roma 1) and Gaurav Dhariwal (York)

Zdzislaw Brzeźniak. Department of Mathematics University of York. joint works with Mauro Mariani (Roma 1) and Gaurav Dhariwal (York) Navier-Stokes equations with constrained L 2 energy of the solution Zdzislaw Brzeźniak Department of Mathematics University of York joint works with Mauro Mariani (Roma 1) and Gaurav Dhariwal (York) LMS

More information

A generalised Ladyzhenskaya inequality and a coupled parabolic-elliptic problem

A generalised Ladyzhenskaya inequality and a coupled parabolic-elliptic problem A generalised Ladyzhenskaya inequality and a coupled parabolic-elliptic problem Dave McCormick joint work with James Robinson and José Rodrigo Mathematics and Statistics Centre for Doctoral Training University

More information

Borel Summability in PDE initial value problems

Borel Summability in PDE initial value problems Borel Summability in PDE initial value problems Saleh Tanveer (Ohio State University) Collaborator Ovidiu Costin & Guo Luo Research supported in part by Institute for Math Sciences (IC), EPSRC & NSF. Main

More information

Numerical Approximation of Phase Field Models

Numerical Approximation of Phase Field Models Numerical Approximation of Phase Field Models Lecture 2: Allen Cahn and Cahn Hilliard Equations with Smooth Potentials Robert Nürnberg Department of Mathematics Imperial College London TUM Summer School

More information

MAXIMUM ENSTROPHY GROWTH IN BURGERS EQUATION

MAXIMUM ENSTROPHY GROWTH IN BURGERS EQUATION MAXIMUM ENSTROPHY GROWTH IN BURGERS EQUATION I MAXIMUM ENSTROPHY GROWTH IN BURGERS EQUATION 1 By DIEGO AYALA, B.Eng., M.Sc. A Thesis Submitted to the school of Graduate Studies in Partial Fulfilment of

More information

On the local well-posedness of compressible viscous flows with bounded density

On the local well-posedness of compressible viscous flows with bounded density On the local well-posedness of compressible viscous flows with bounded density Marius Paicu University of Bordeaux joint work with Raphaël Danchin and Francesco Fanelli Mathflows 2018, Porquerolles September

More information

Applied Math Qualifying Exam 11 October Instructions: Work 2 out of 3 problems in each of the 3 parts for a total of 6 problems.

Applied Math Qualifying Exam 11 October Instructions: Work 2 out of 3 problems in each of the 3 parts for a total of 6 problems. Printed Name: Signature: Applied Math Qualifying Exam 11 October 2014 Instructions: Work 2 out of 3 problems in each of the 3 parts for a total of 6 problems. 2 Part 1 (1) Let Ω be an open subset of R

More information

Eigenvalues and Eigenfunctions of the Laplacian

Eigenvalues and Eigenfunctions of the Laplacian The Waterloo Mathematics Review 23 Eigenvalues and Eigenfunctions of the Laplacian Mihai Nica University of Waterloo mcnica@uwaterloo.ca Abstract: The problem of determining the eigenvalues and eigenvectors

More information

THE L 2 -HODGE THEORY AND REPRESENTATION ON R n

THE L 2 -HODGE THEORY AND REPRESENTATION ON R n THE L 2 -HODGE THEORY AND REPRESENTATION ON R n BAISHENG YAN Abstract. We present an elementary L 2 -Hodge theory on whole R n based on the minimization principle of the calculus of variations and some

More information

January 29, Non-linear conjugate gradient method(s): Fletcher Reeves Polak Ribière January 29, 2014 Hestenes Stiefel 1 / 13

January 29, Non-linear conjugate gradient method(s): Fletcher Reeves Polak Ribière January 29, 2014 Hestenes Stiefel 1 / 13 Non-linear conjugate gradient method(s): Fletcher Reeves Polak Ribière Hestenes Stiefel January 29, 2014 Non-linear conjugate gradient method(s): Fletcher Reeves Polak Ribière January 29, 2014 Hestenes

More information

ON WEAKLY NONLINEAR BACKWARD PARABOLIC PROBLEM

ON WEAKLY NONLINEAR BACKWARD PARABOLIC PROBLEM ON WEAKLY NONLINEAR BACKWARD PARABOLIC PROBLEM OLEG ZUBELEVICH DEPARTMENT OF MATHEMATICS THE BUDGET AND TREASURY ACADEMY OF THE MINISTRY OF FINANCE OF THE RUSSIAN FEDERATION 7, ZLATOUSTINSKY MALIY PER.,

More information

Local Density Approximation for the Almost-bosonic Anyon Gas. Michele Correggi

Local Density Approximation for the Almost-bosonic Anyon Gas. Michele Correggi Local Density Approximation for the Almost-bosonic Anyon Gas Michele Correggi Università degli Studi Roma Tre www.cond-math.it QMATH13 Many-body Systems and Statistical Mechanics joint work with D. Lundholm

More information

Zdzislaw Brzeźniak. Department of Mathematics University of York. joint works with Mauro Mariani (Roma 1) and Gaurav Dhariwal (York)

Zdzislaw Brzeźniak. Department of Mathematics University of York. joint works with Mauro Mariani (Roma 1) and Gaurav Dhariwal (York) Navier-Stokes equations with constrained L 2 energy of the solution Zdzislaw Brzeźniak Department of Mathematics University of York joint works with Mauro Mariani (Roma 1) and Gaurav Dhariwal (York) Stochastic

More information

2 A Model, Harmonic Map, Problem

2 A Model, Harmonic Map, Problem ELLIPTIC SYSTEMS JOHN E. HUTCHINSON Department of Mathematics School of Mathematical Sciences, A.N.U. 1 Introduction Elliptic equations model the behaviour of scalar quantities u, such as temperature or

More information

Chapter 2. General concepts. 2.1 The Navier-Stokes equations

Chapter 2. General concepts. 2.1 The Navier-Stokes equations Chapter 2 General concepts 2.1 The Navier-Stokes equations The Navier-Stokes equations model the fluid mechanics. This set of differential equations describes the motion of a fluid. In the present work

More information

Periodic oscillations in the Gross-Pitaevskii equation with a parabolic potential

Periodic oscillations in the Gross-Pitaevskii equation with a parabolic potential Periodic oscillations in the Gross-Pitaevskii equation with a parabolic potential Dmitry Pelinovsky 1 and Panos Kevrekidis 2 1 Department of Mathematics, McMaster University, Hamilton, Ontario, Canada

More information

SHARP BOUNDARY TRACE INEQUALITIES. 1. Introduction

SHARP BOUNDARY TRACE INEQUALITIES. 1. Introduction SHARP BOUNDARY TRACE INEQUALITIES GILES AUCHMUTY Abstract. This paper describes sharp inequalities for the trace of Sobolev functions on the boundary of a bounded region R N. The inequalities bound (semi-)norms

More information

Quantum vortex reconnections

Quantum vortex reconnections Quantum vortex reconnections A.W. Baggaley 1,2, S. Zuccher 4, Carlo F Barenghi 2, 3, A.J. Youd 2 1 University of Glasgow 2 Joint Quantum Centre Durham-Newcastle 3 Newcastle University 4 University of Verona

More information

Vortices in Bose-Einstein condensates. Ionut Danaila

Vortices in Bose-Einstein condensates. Ionut Danaila Vortices in Bose-Einstein condensates 3D numerical simulations Ionut Danaila Laboratoire Jacques Louis Lions Université Pierre et Marie Curie (Paris 6) http://www.ann.jussieu.fr/ danaila October 16, 2008

More information

J.-L. Guermond 1 FOR TURBULENT FLOWS LARGE EDDY SIMULATION MODEL A HYPERVISCOSITY SPECTRAL

J.-L. Guermond 1 FOR TURBULENT FLOWS LARGE EDDY SIMULATION MODEL A HYPERVISCOSITY SPECTRAL A HYPERVISCOSITY SPECTRAL LARGE EDDY SIMULATION MODEL FOR TURBULENT FLOWS J.-L. Guermond 1 Collaborator: S. Prudhomme 2 Mathematical Aspects of Computational Fluid Dynamics Oberwolfach November 9th to

More information

REMARKS ON THE VANISHING OBSTACLE LIMIT FOR A 3D VISCOUS INCOMPRESSIBLE FLUID

REMARKS ON THE VANISHING OBSTACLE LIMIT FOR A 3D VISCOUS INCOMPRESSIBLE FLUID REMARKS ON THE VANISHING OBSTACLE LIMIT FOR A 3D VISCOUS INCOMPRESSIBLE FLUID DRAGOŞ IFTIMIE AND JAMES P. KELLIHER Abstract. In [Math. Ann. 336 (2006), 449-489] the authors consider the two dimensional

More information

A REMARK ON MINIMAL NODAL SOLUTIONS OF AN ELLIPTIC PROBLEM IN A BALL. Olaf Torné. 1. Introduction

A REMARK ON MINIMAL NODAL SOLUTIONS OF AN ELLIPTIC PROBLEM IN A BALL. Olaf Torné. 1. Introduction Topological Methods in Nonlinear Analysis Journal of the Juliusz Schauder Center Volume 24, 2004, 199 207 A REMARK ON MINIMAL NODAL SOLUTIONS OF AN ELLIPTIC PROBLEM IN A BALL Olaf Torné (Submitted by Michel

More information

Regularity Theory a Fourth Order PDE with Delta Right Hand Side

Regularity Theory a Fourth Order PDE with Delta Right Hand Side Regularity Theory a Fourth Order PDE with Delta Right Hand Side Graham Hobbs Applied PDEs Seminar, 29th October 2013 Contents Problem and Weak Formulation Example - The Biharmonic Problem Regularity Theory

More information

The 2D Magnetohydrodynamic Equations with Partial Dissipation. Oklahoma State University

The 2D Magnetohydrodynamic Equations with Partial Dissipation. Oklahoma State University The 2D Magnetohydrodynamic Equations with Partial Dissipation Jiahong Wu Oklahoma State University IPAM Workshop Mathematical Analysis of Turbulence IPAM, UCLA, September 29-October 3, 2014 1 / 112 Outline

More information

On the p-laplacian and p-fluids

On the p-laplacian and p-fluids LMU Munich, Germany Lars Diening On the p-laplacian and p-fluids Lars Diening On the p-laplacian and p-fluids 1/50 p-laplacian Part I p-laplace and basic properties Lars Diening On the p-laplacian and

More information

The Euler Equations and Non-Local Conservative Riccati Equations

The Euler Equations and Non-Local Conservative Riccati Equations The Euler Equations and Non-Local Conservative Riccati Equations Peter Constantin Department of Mathematics The University of Chicago November 8, 999 The purpose of this brief note is to present an infinite

More information

AM 205: lecture 19. Last time: Conditions for optimality Today: Newton s method for optimization, survey of optimization methods

AM 205: lecture 19. Last time: Conditions for optimality Today: Newton s method for optimization, survey of optimization methods AM 205: lecture 19 Last time: Conditions for optimality Today: Newton s method for optimization, survey of optimization methods Optimality Conditions: Equality Constrained Case As another example of equality

More information

Takens embedding theorem for infinite-dimensional dynamical systems

Takens embedding theorem for infinite-dimensional dynamical systems Takens embedding theorem for infinite-dimensional dynamical systems James C. Robinson Mathematics Institute, University of Warwick, Coventry, CV4 7AL, U.K. E-mail: jcr@maths.warwick.ac.uk Abstract. Takens

More information

Blow-up or No Blow-up? the Role of Convection in 3D Incompressible Navier-Stokes Equations

Blow-up or No Blow-up? the Role of Convection in 3D Incompressible Navier-Stokes Equations Blow-up or No Blow-up? the Role of Convection in 3D Incompressible Navier-Stokes Equations Thomas Y. Hou Applied and Comput. Mathematics, Caltech Joint work with Zhen Lei; Congming Li, Ruo Li, and Guo

More information

An application of the the Renormalization Group Method to the Navier-Stokes System

An application of the the Renormalization Group Method to the Navier-Stokes System 1 / 31 An application of the the Renormalization Group Method to the Navier-Stokes System Ya.G. Sinai Princeton University A deep analysis of nature is the most fruitful source of mathematical discoveries

More information

Divorcing pressure from viscosity in incompressible Navier-Stokes dynamics

Divorcing pressure from viscosity in incompressible Navier-Stokes dynamics Divorcing pressure from viscosity in incompressible Navier-Stokes dynamics Jian-Guo Liu 1, Jie Liu 2, and Robert L. Pego 3 February 18, 2005 Abstract We show that in bounded domains with no-slip boundary

More information

Optimal Transportation. Nonlinear Partial Differential Equations

Optimal Transportation. Nonlinear Partial Differential Equations Optimal Transportation and Nonlinear Partial Differential Equations Neil S. Trudinger Centre of Mathematics and its Applications Australian National University 26th Brazilian Mathematical Colloquium 2007

More information

From laser cooling to BEC First experiments of superfluid hydrodynamics

From laser cooling to BEC First experiments of superfluid hydrodynamics From laser cooling to BEC First experiments of superfluid hydrodynamics Alice Sinatra Quantum Fluids course - Complement 1 2013-2014 Plan 1 COOLING AND TRAPPING 2 CONDENSATION 3 NON-LINEAR PHYSICS AND

More information

Hamiltonian partial differential equations and Painlevé transcendents

Hamiltonian partial differential equations and Painlevé transcendents The 6th TIMS-OCAMI-WASEDA Joint International Workshop on Integrable Systems and Mathematical Physics March 22-26, 2014 Hamiltonian partial differential equations and Painlevé transcendents Boris DUBROVIN

More information

Spline Element Method for Partial Differential Equations

Spline Element Method for Partial Differential Equations for Partial Differential Equations Department of Mathematical Sciences Northern Illinois University 2009 Multivariate Splines Summer School, Summer 2009 Outline 1 Why multivariate splines for PDEs? Motivation

More information

Approximation of Geometric Data

Approximation of Geometric Data Supervised by: Philipp Grohs, ETH Zürich August 19, 2013 Outline 1 Motivation Outline 1 Motivation 2 Outline 1 Motivation 2 3 Goal: Solving PDE s an optimization problems where we seek a function with

More information

Lecture 2: Weak Interactions and BEC

Lecture 2: Weak Interactions and BEC Lecture 2: Weak Interactions and BEC Previous lecture: Ideal gas model gives a fair intuition for occurrence of BEC but is unphysical (infinite compressibility, shape of condensate...) Order parameter

More information

POD for Parametric PDEs and for Optimality Systems

POD for Parametric PDEs and for Optimality Systems POD for Parametric PDEs and for Optimality Systems M. Kahlbacher, K. Kunisch, H. Müller and S. Volkwein Institute for Mathematics and Scientific Computing University of Graz, Austria DMV-Jahrestagung 26,

More information

Global well-posedness and decay for the viscous surface wave problem without surface tension

Global well-posedness and decay for the viscous surface wave problem without surface tension Global well-posedness and decay for the viscous surface wave problem without surface tension Ian Tice (joint work with Yan Guo) Université Paris-Est Créteil Laboratoire d Analyse et de Mathématiques Appliquées

More information

NONLINEAR FREDHOLM ALTERNATIVE FOR THE p-laplacian UNDER NONHOMOGENEOUS NEUMANN BOUNDARY CONDITION

NONLINEAR FREDHOLM ALTERNATIVE FOR THE p-laplacian UNDER NONHOMOGENEOUS NEUMANN BOUNDARY CONDITION Electronic Journal of Differential Equations, Vol. 2016 (2016), No. 210, pp. 1 7. ISSN: 1072-6691. URL: http://ejde.math.txstate.edu or http://ejde.math.unt.edu NONLINEAR FREDHOLM ALTERNATIVE FOR THE p-laplacian

More information

Adjoint Based Optimization of PDE Systems with Alternative Gradients

Adjoint Based Optimization of PDE Systems with Alternative Gradients Adjoint Based Optimization of PDE Systems with Alternative Gradients Bartosz Protas a a Department of Mathematics & Statistics, McMaster University, Hamilton, Ontario, Canada Abstract In this work we investigate

More information

MTH 847: PDE I (Fall 2017) Exam 2,

MTH 847: PDE I (Fall 2017) Exam 2, MTH 847: PDE I (Fall 2017) Exam 2, 2017.12.8 Name: Standard exam rules apply: You are not allowed to give or receive help from other students. All electronic devices must be turned off for the duration

More information

Finite-time singularity formation for Euler vortex sheet

Finite-time singularity formation for Euler vortex sheet Finite-time singularity formation for Euler vortex sheet Daniel Coutand Maxwell Institute Heriot-Watt University Oxbridge PDE conference, 20-21 March 2017 Free surface Euler equations Picture n N x Ω Γ=

More information

Ground state of the conformal flow on S 3

Ground state of the conformal flow on S 3 Ground state of the conformal flow on S 3 Piotr Bizon 1 and Dmitry Pelinovsky 2 1 Department of Physics Jagiellonian University, Krakow, Poland 2 Department of Mathematics, McMaster University, Canada

More information

Gradient Descent and Implementation Solving the Euler-Lagrange Equations in Practice

Gradient Descent and Implementation Solving the Euler-Lagrange Equations in Practice 1 Lecture Notes, HCI, 4.1.211 Chapter 2 Gradient Descent and Implementation Solving the Euler-Lagrange Equations in Practice Bastian Goldlücke Computer Vision Group Technical University of Munich 2 Bastian

More information

This note presents an infinite-dimensional family of exact solutions of the incompressible three-dimensional Euler equations

This note presents an infinite-dimensional family of exact solutions of the incompressible three-dimensional Euler equations IMRN International Mathematics Research Notices 2000, No. 9 The Euler Equations and Nonlocal Conservative Riccati Equations Peter Constantin This note presents an infinite-dimensional family of exact solutions

More information

A globally and R-linearly convergent hybrid HS and PRP method and its inexact version with applications

A globally and R-linearly convergent hybrid HS and PRP method and its inexact version with applications A globally and R-linearly convergent hybrid HS and PRP method and its inexact version with applications Weijun Zhou 28 October 20 Abstract A hybrid HS and PRP type conjugate gradient method for smooth

More information

Dissipative quasi-geostrophic equations with L p data

Dissipative quasi-geostrophic equations with L p data Electronic Journal of Differential Equations, Vol. (), No. 56, pp. 3. ISSN: 7-669. URL: http://ejde.math.swt.edu or http://ejde.math.unt.edu ftp ejde.math.swt.edu (login: ftp) Dissipative quasi-geostrophic

More information

Adaptive C1 Macroelements for Fourth Order and Divergence-Free Problems

Adaptive C1 Macroelements for Fourth Order and Divergence-Free Problems Adaptive C1 Macroelements for Fourth Order and Divergence-Free Problems Roy Stogner Computational Fluid Dynamics Lab Institute for Computational Engineering and Sciences University of Texas at Austin March

More information

Uniqueness of ground state solutions of non-local equations in R N

Uniqueness of ground state solutions of non-local equations in R N Uniqueness of ground state solutions of non-local equations in R N Rupert L. Frank Department of Mathematics Princeton University Joint work with Enno Lenzmann and Luis Silvestre Uniqueness and non-degeneracy

More information

Optimal Reconstruction of Material Properties in Complex Multiphysics Phenomena

Optimal Reconstruction of Material Properties in Complex Multiphysics Phenomena Annual Meeting of the Canadian Society of Applied and Industrial Mathematics CAIMS 23 Optimal Reconstruction of Material Properties in Complex Multiphysics Phenomena Vladislav Bukshtynov Department of

More information

Unconstrained optimization

Unconstrained optimization Chapter 4 Unconstrained optimization An unconstrained optimization problem takes the form min x Rnf(x) (4.1) for a target functional (also called objective function) f : R n R. In this chapter and throughout

More information

A proof for the full Fourier series on [ π, π] is given here.

A proof for the full Fourier series on [ π, π] is given here. niform convergence of Fourier series A smooth function on an interval [a, b] may be represented by a full, sine, or cosine Fourier series, and pointwise convergence can be achieved, except possibly at

More information

Integrable evolution equations on spaces of tensor densities

Integrable evolution equations on spaces of tensor densities Integrable evolution equations on spaces of tensor densities J. Lenells, G. Misiolek and F. Tiglay* April 11, 21 Lenells, Misiolek, Tiglay* AMS Meeting, Minnesota, April 11, 21 slide 1/22 A family of equations

More information

Dynamics of the Coarse-Grained Vorticity

Dynamics of the Coarse-Grained Vorticity (B) Dynamics of the Coarse-Grained Vorticity See T & L, Section 3.3 Since our interest is mainly in inertial-range turbulence dynamics, we shall consider first the equations of the coarse-grained vorticity.

More information

Partial Differential Equations

Partial Differential Equations Part II Partial Differential Equations Year 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2015 Paper 4, Section II 29E Partial Differential Equations 72 (a) Show that the Cauchy problem for u(x,

More information

INTRODUCTION TO PDEs

INTRODUCTION TO PDEs INTRODUCTION TO PDEs In this course we are interested in the numerical approximation of PDEs using finite difference methods (FDM). We will use some simple prototype boundary value problems (BVP) and initial

More information

Chapter 4. Unconstrained optimization

Chapter 4. Unconstrained optimization Chapter 4. Unconstrained optimization Version: 28-10-2012 Material: (for details see) Chapter 11 in [FKS] (pp.251-276) A reference e.g. L.11.2 refers to the corresponding Lemma in the book [FKS] PDF-file

More information

Generalized Forchheimer Equations for Porous Media. Part V.

Generalized Forchheimer Equations for Porous Media. Part V. Generalized Forchheimer Equations for Porous Media. Part V. Luan Hoang,, Akif Ibragimov, Thinh Kieu and Zeev Sobol Department of Mathematics and Statistics, Texas Tech niversity Mathematics Department,

More information

THE POINCARÉ RECURRENCE PROBLEM OF INVISCID INCOMPRESSIBLE FLUIDS

THE POINCARÉ RECURRENCE PROBLEM OF INVISCID INCOMPRESSIBLE FLUIDS ASIAN J. MATH. c 2009 International Press Vol. 13, No. 1, pp. 007 014, March 2009 002 THE POINCARÉ RECURRENCE PROBLEM OF INVISCID INCOMPRESSIBLE FLUIDS Y. CHARLES LI Abstract. Nadirashvili presented a

More information

Exit times of diffusions with incompressible drifts

Exit times of diffusions with incompressible drifts Exit times of diffusions with incompressible drifts Andrej Zlatoš University of Chicago Joint work with: Gautam Iyer (Carnegie Mellon University) Alexei Novikov (Pennylvania State University) Lenya Ryzhik

More information

ASYMPTOTIC STRUCTURE FOR SOLUTIONS OF THE NAVIER STOKES EQUATIONS. Tian Ma. Shouhong Wang

ASYMPTOTIC STRUCTURE FOR SOLUTIONS OF THE NAVIER STOKES EQUATIONS. Tian Ma. Shouhong Wang DISCRETE AND CONTINUOUS Website: http://aimsciences.org DYNAMICAL SYSTEMS Volume 11, Number 1, July 004 pp. 189 04 ASYMPTOTIC STRUCTURE FOR SOLUTIONS OF THE NAVIER STOKES EQUATIONS Tian Ma Department of

More information

MAXIMIZATION AND MINIMIZATION PROBLEMS RELATED TO A p-laplacian EQUATION ON A MULTIPLY CONNECTED DOMAIN. N. Amiri and M.

MAXIMIZATION AND MINIMIZATION PROBLEMS RELATED TO A p-laplacian EQUATION ON A MULTIPLY CONNECTED DOMAIN. N. Amiri and M. TAIWANESE JOURNAL OF MATHEMATICS Vol. 19, No. 1, pp. 243-252, February 2015 DOI: 10.11650/tjm.19.2015.3873 This paper is available online at http://journal.taiwanmathsoc.org.tw MAXIMIZATION AND MINIMIZATION

More information

Exercise 1 (Formula for connection 1-forms) Using the first structure equation, show that

Exercise 1 (Formula for connection 1-forms) Using the first structure equation, show that 1 Stokes s Theorem Let D R 2 be a connected compact smooth domain, so that D is a smooth embedded circle. Given a smooth function f : D R, define fdx dy fdxdy, D where the left-hand side is the integral

More information

AM 205: lecture 19. Last time: Conditions for optimality, Newton s method for optimization Today: survey of optimization methods

AM 205: lecture 19. Last time: Conditions for optimality, Newton s method for optimization Today: survey of optimization methods AM 205: lecture 19 Last time: Conditions for optimality, Newton s method for optimization Today: survey of optimization methods Quasi-Newton Methods General form of quasi-newton methods: x k+1 = x k α

More information

OPTIMALITY CONDITIONS FOR GLOBAL MINIMA OF NONCONVEX FUNCTIONS ON RIEMANNIAN MANIFOLDS

OPTIMALITY CONDITIONS FOR GLOBAL MINIMA OF NONCONVEX FUNCTIONS ON RIEMANNIAN MANIFOLDS OPTIMALITY CONDITIONS FOR GLOBAL MINIMA OF NONCONVEX FUNCTIONS ON RIEMANNIAN MANIFOLDS S. HOSSEINI Abstract. A version of Lagrange multipliers rule for locally Lipschitz functions is presented. Using Lagrange

More information

Deterministic Dynamic Programming

Deterministic Dynamic Programming Deterministic Dynamic Programming 1 Value Function Consider the following optimal control problem in Mayer s form: V (t 0, x 0 ) = inf u U J(t 1, x(t 1 )) (1) subject to ẋ(t) = f(t, x(t), u(t)), x(t 0

More information

A Line search Multigrid Method for Large-Scale Nonlinear Optimization

A Line search Multigrid Method for Large-Scale Nonlinear Optimization A Line search Multigrid Method for Large-Scale Nonlinear Optimization Zaiwen Wen Donald Goldfarb Department of Industrial Engineering and Operations Research Columbia University 2008 Siam Conference on

More information

arxiv: v1 [math.na] 29 Feb 2016

arxiv: v1 [math.na] 29 Feb 2016 EFFECTIVE IMPLEMENTATION OF THE WEAK GALERKIN FINITE ELEMENT METHODS FOR THE BIHARMONIC EQUATION LIN MU, JUNPING WANG, AND XIU YE Abstract. arxiv:1602.08817v1 [math.na] 29 Feb 2016 The weak Galerkin (WG)

More information

INCOMPRESSIBLE FLUIDS IN THIN DOMAINS WITH NAVIER FRICTION BOUNDARY CONDITIONS (II) Luan Thach Hoang. IMA Preprint Series #2406.

INCOMPRESSIBLE FLUIDS IN THIN DOMAINS WITH NAVIER FRICTION BOUNDARY CONDITIONS (II) Luan Thach Hoang. IMA Preprint Series #2406. INCOMPRESSIBLE FLUIDS IN THIN DOMAINS WITH NAVIER FRICTION BOUNDARY CONDITIONS II By Luan Thach Hoang IMA Preprint Series #2406 August 2012 INSTITUTE FOR MATHEMATICS AND ITS APPLICATIONS UNIVERSITY OF

More information

A Numerical Algorithm for Finding Positive Solutions of Superlinear Dirichlet Problem

A Numerical Algorithm for Finding Positive Solutions of Superlinear Dirichlet Problem ISSN 1479-3889 (print), 1479-3897 (online) International Journal of Nonlinear Science Vol.3(2007) No.1,pp.27-31 A Numerical Algorithm for Finding Positive Solutions of Superlinear Dirichlet Problem G.A.Afrouzi

More information

On Two Nonlinear Biharmonic Evolution Equations: Existence, Uniqueness and Stability

On Two Nonlinear Biharmonic Evolution Equations: Existence, Uniqueness and Stability On Two Nonlinear Biharmonic Evolution Equations: Existence, Uniqueness and Stability Ming-Jun Lai, Chun Liu, and Paul Wenston Abstract We study the following two nonlinear evolution equations with a fourth

More information

Formulation of the problem

Formulation of the problem TOPICAL PROBLEMS OF FLUID MECHANICS DOI: https://doi.org/.43/tpfm.27. NOTE ON THE PROBLEM OF DISSIPATIVE MEASURE-VALUED SOLUTIONS TO THE COMPRESSIBLE NON-NEWTONIAN SYSTEM H. Al Baba, 2, M. Caggio, B. Ducomet

More information

A scaling limit from Euler to Navier-Stokes equations with random perturbation

A scaling limit from Euler to Navier-Stokes equations with random perturbation A scaling limit from Euler to Navier-Stokes equations with random perturbation Franco Flandoli, Scuola Normale Superiore of Pisa Newton Institute, October 208 Newton Institute, October 208 / Subject of

More information

Numerical Optimization Professor Horst Cerjak, Horst Bischof, Thomas Pock Mat Vis-Gra SS09

Numerical Optimization Professor Horst Cerjak, Horst Bischof, Thomas Pock Mat Vis-Gra SS09 Numerical Optimization 1 Working Horse in Computer Vision Variational Methods Shape Analysis Machine Learning Markov Random Fields Geometry Common denominator: optimization problems 2 Overview of Methods

More information

PDE Solvers for Fluid Flow

PDE Solvers for Fluid Flow PDE Solvers for Fluid Flow issues and algorithms for the Streaming Supercomputer Eran Guendelman February 5, 2002 Topics Equations for incompressible fluid flow 3 model PDEs: Hyperbolic, Elliptic, Parabolic

More information

Igor Cialenco. Department of Applied Mathematics Illinois Institute of Technology, USA joint with N.

Igor Cialenco. Department of Applied Mathematics Illinois Institute of Technology, USA joint with N. Parameter Estimation for Stochastic Navier-Stokes Equations Igor Cialenco Department of Applied Mathematics Illinois Institute of Technology, USA igor@math.iit.edu joint with N. Glatt-Holtz (IU) Asymptotical

More information

Mathematical Hydrodynamics

Mathematical Hydrodynamics Mathematical Hydrodynamics Ya G. Sinai 1. Introduction Mathematical hydrodynamics deals basically with Navier-Stokes and Euler systems. In the d-dimensional case and incompressible fluids these are the

More information

Poincaré Duality Angles on Riemannian Manifolds with Boundary

Poincaré Duality Angles on Riemannian Manifolds with Boundary Poincaré Duality Angles on Riemannian Manifolds with Boundary Clayton Shonkwiler Department of Mathematics University of Pennsylvania June 5, 2009 Realizing cohomology groups as spaces of differential

More information

V (r,t) = i ˆ u( x, y,z,t) + ˆ j v( x, y,z,t) + k ˆ w( x, y, z,t)

V (r,t) = i ˆ u( x, y,z,t) + ˆ j v( x, y,z,t) + k ˆ w( x, y, z,t) IV. DIFFERENTIAL RELATIONS FOR A FLUID PARTICLE This chapter presents the development and application of the basic differential equations of fluid motion. Simplifications in the general equations and common

More information