1: %-----------------------------------------------------------------------
2: % Beginning of article.tex
3: %-----------------------------------------------------------------------
4: %
5: % AMS-LaTeX 1.2 sample file for book proceedings, based on amsproc.cls.
6: %
7: % Replace amsproc by the documentclass for the target series, e.g. pspum-l.
8: %
9: \documentclass{conm-p-l}
10:
11: \newtheorem{theorem}{Theorem}[section]
12: \newtheorem{lemma}[theorem]{Lemma}
13:
14: \theoremstyle{definition}
15: \newtheorem{definition}[theorem]{Definition}
16: \newtheorem{example}[theorem]{Example}
17: \newtheorem{xca}[theorem]{Exercise}
18:
19: \theoremstyle{remark}
20: \newtheorem{remark}[theorem]{Remark}
21:
22: \numberwithin{equation}{section}
23:
24: % Absolute value notation
25: \newcommand{\abs}[1]{\lvert#1\rvert}
26:
27: % Blank box placeholder for figures (to avoid requiring any
28: % particular graphics capabilities for printing this document).
29: \newcommand{\blankbox}[2]{%
30: \parbox{\columnwidth}{\centering
31: % Set fboxsep to 0 so that the actual size of the box will match the
32: % given measurements more closely.
33: \setlength{\fboxsep}{0pt}%
34: \fbox{\raisebox{0pt}[#2]{\hspace{#1}}}%
35: }%
36: }
37:
38: \newcommand{\sq}{\Upsilon}
39: \newcommand{\LL}{{\mathcal L}}
40: \newcommand{\tla}{\tilde{\lambda}}
41: \newcommand{\tu}{\tilde{u}}
42: \newcommand{\im}{\mathop{\rm Im}\nolimits}
43: \newcommand{\hk}{\hat{k}}
44: \newcommand{\Z}{Z^2/\{0\}}
45: \newcommand{\E}{{\mathcal E}}
46: \newcommand{\HH}{{\mathcal H}}
47: \newcommand{\cS}{{\mathcal S}}
48: \newcommand{\q}{\vec{q}}
49: \newcommand{\vq}{\vec{q}}
50: \newcommand{\p}{\vec{p}}
51: \newcommand{\f}{\vec{f}}
52: \newcommand{\F}{{\mathcal F}}
53: \newcommand{\e}{\epsilon}
54: \newcommand{\vth}{\vartheta}
55: \newcommand{\U}{{\mathcal U}}
56: \newcommand{\N}{{\mathcal N}}
57: \newcommand{\cq}{\tilde{q}}
58: \newcommand{\tDl}{\tilde{\Delta}}
59: \newcommand{\tQ}{\tilde{Q}}
60: \newcommand{\vQ}{\vec{Q}}
61: \newcommand{\A}{{\mathcal A}}
62: \newcommand{\B}{{\mathcal B}}
63: \newcommand{\C}{{\mathcal C}}
64: \newcommand{\R}{{\mathcal R}}
65: \newcommand{\BD}{B\"acklund-Darboux transformations}
66: \renewcommand{\k}{\kappa}
67: \newcommand{\ga}{\gamma}
68: \newcommand{\Ga}{\Gamma}
69: \newcommand{\ve}{\bf{e}}
70: \newcommand{\we}{{\hat{{\bf{e}}}}}
71: \newcommand{\he}{\hat{e}}
72: \newcommand{\vv}{\vec{v}}
73: \newcommand{\hcS}{\hat{\cS}}
74: \newcommand{\tcS}{\tilde{\cS}}
75: \newcommand{\hS}{\hat{S}}
76: \newcommand{\tS}{\tilde{S}}
77: \newcommand{\hD}{\hat{D}}
78: \newcommand{\hJ}{\hat{J}}
79: \newcommand{\tD}{\tilde{D}}
80: \newcommand{\tC}{\tilde{C}}
81: \newcommand{\dl}{\delta}
82: \newcommand{\Dl}{\Delta}
83: \renewcommand{\th}{\theta}
84: \newcommand{\ra}{\rightarrow}
85: \newcommand{\al}{\alpha}
86: \newcommand{\be}{\beta}
87: \newcommand{\sg}{\sigma}
88: \newcommand{\Sg}{\Sigma}
89: \newcommand{\bM}{\bar{M}}
90: \newcommand{\pa}{\partial}
91: \newcommand{\z}{\zeta}
92: \newcommand{\hQ}{\hat{Q}}
93: \newcommand{\hq}{\hat{q}}
94: \newcommand{\hv}{\hat{v}}
95: \newcommand{\hw}{\hat{w}}
96: \newcommand{\hx}{\hat{x}}
97: \newcommand{\hy}{\hat{y}}
98: \newcommand{\hz}{\hat{z}}
99: \newcommand{\bv}{\bar{v}}
100: \newcommand{\bw}{\bar{w}}
101: \newcommand{\La}{\Lambda}
102: \newcommand{\tLa}{\tilde{\Lambda}}
103: \newcommand{\la}{\lambda}
104: \newcommand{\bq}{\bar{q}}
105: \newcommand{\bp}{\bar{p}}
106: \newcommand{\bQ}{\bar{Q}}
107: \newcommand{\bE}{\bar{E}}
108: \newcommand{\nid}{\noindent}
109: \newcommand{\cF}{{\mathcal F}}
110: \newcommand{\rc}{S_\omega}
111: \newcommand{\hrc}{\hat{S}_\omega}
112: \newcommand{\bW}{\bar{W}}
113: \newcommand{\hN}{\hat{N}}
114: \newcommand{\hF}{\hat{F}}
115: \newcommand{\tF}{\tilde{F}}
116: \newcommand{\om}{\omega}
117: \newcommand{\Om}{\Omega}
118: \newcommand{\na}{\nabla}
119: \newcommand{\lag}{\langle}
120: \newcommand{\rag}{\rangle}
121: \newcommand{\tx}{\tilde{x}}
122: \newcommand{\tq}{\tilde{q}}
123: \newcommand{\tE}{\tilde{E}}
124: \newcommand{\cH}{{\mathcal H}}
125: \newcommand{\W}{{\mathcal W}}
126: \renewcommand{\O}{{\mathcal O}}
127: \newcommand{\ty}{\tilde{y}}
128: \newcommand{\tz}{\tilde{z}}
129: \newcommand{\ttau}{\tilde{\tau}}
130: \newcommand{\htau}{\hat{\tau}}
131: \newcommand{\hrho}{\hat{\rho}}
132: \newcommand{\hvth}{\hat{\vartheta}}
133: \newcommand{\tb}{\tilde{b}}
134: \newcommand{\bd}{\bar{d}}
135: \newcommand{\bb}{\bar{b}}
136: \newcommand{\ba}{\bar{a}}
137: \newcommand{\bc}{\bar{c}}
138:
139:
140:
141:
142:
143: %Commuting Diagram Need
144: \def\maprightu#1{\smash{
145: \mathop{\longrightarrow}\limits^{#1}}}
146: \def\maprightd#1{\smash{
147: \mathop{\longrightarrow}\limits_{#1}}}
148: \def\mapdownl#1{
149: \llap{$\vcenter{\hbox{$\scriptstyle#1$}}$}\Big\downarrow}
150: \def\mapdownr#1{\Big\downarrow
151: \rlap{$\vcenter{\hbox{$\scriptstyle#1$}}$}}
152: \def\mapupl#1{
153: \llap{$\vcenter{\hbox{$\scriptstyle#1$}}$}\Big\uparrow}
154: \def\mapupr#1{\Big\uparrow
155: \rlap{$\vcenter{\hbox{$\scriptstyle#1$}}$}}
156:
157:
158:
159: \begin{document}
160:
161: \title{Melnikov Analysis for Singularly Perturbed DSII Equation}
162:
163:
164: % Information for first author
165: \author{Yanguang (Charles) Li}
166: % Address of record for the research reported here
167: \address{Department of Mathematics, University of Missouri,
168: Columbia, MO 65211}
169: % Current address
170: \curraddr{}
171: \email{cli@math.missouri.edu}
172: % \thanks will become a 1st page footnote.
173: \thanks{}
174:
175: % Information for second author
176: %\author{Author Two}
177: %\address{Mathematical Research Section, School of Mathematical Sciences,
178: %Australian National University, Canberra ACT 2601, Australia}
179: %\email{two@maths.univ.edu.au}
180: %\thanks{Support information for the second author.}
181:
182: % General info
183: \subjclass{Primary 35Q55, 35Q30; Secondary 37L10, 37L50}
184: \date{}
185:
186: %\dedicatory{This paper is dedicated to our advisors.}
187:
188: \keywords{Melnikov integral, Davey-Stewartson equation, Darboux
189: transformations, invariant manifolds, fibers.}
190:
191: \begin{abstract}
192: Rigorous Melnikov analysis is accomplished for Davey-Stewartson II
193: equation under singular perturbation. Unstable fiber theorem and
194: center-stable manifold theorem are established. The fact that the
195: unperturbed homoclinic orbit, obtained via a Darboux transformation,
196: is a classical solution, leads to the conclusion that only local
197: well-posedness is necessary for a Melnikov measurement.
198: \end{abstract}
199:
200: \maketitle
201:
202: %\section*{}
203: %This is an example of an unnumbered first-level heading.
204:
205: %\specialsection*{This is a Special Section Head}
206: %This is an example of a special section head%
207: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
208: %\footnote{Here is an example of a footnote. Notice that this footnote
209: %text is running on so that it can stand as an example of how a footnote
210: %with separate paragraphs should be written.
211: %\par
212: %And here is the beginning of the second paragraph.}%
213: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
214:
215: %\section{This is a numbered first-level section head}
216: %This is an example of a numbered first-level heading.
217:
218: %\subsection{This is a numbered second-level section head}
219: %This is an example of a numbered second-level heading.
220:
221: %\subsection*{This is an unnumbered second-level section head}
222: %This is an example of an unnumbered second-level heading.
223:
224: %\subsubsection{This is a numbered third-level section head}
225: %This is an example of a numbered third-level heading.
226:
227: %\subsubsection*{This is an unnumbered third-level section head}
228: %This is an example of an unnumbered third-level heading.
229:
230: \input intro.tex
231: \input local.tex
232: \input global.tex
233: \input appendix.tex
234:
235: \begin{thebibliography}{99}
236: \bibitem{Li01b} Y. Li, Persistent homoclinic orbits for nonlinear
237: Schr{\"{o}}dinger equation under singular perturbation, {\it Submitted}
238: (2001).
239: \bibitem{Oza92} T. Ozawa, Exact blow-up solutions to the Cauchy
240: problem for the Davey-Stewartson systems,
241: {\it Proc. R. Soc. Lond.} {\bf 436} (1992), 345.
242: \bibitem{GS90} J. M. Ghidaglia and J. C. Saut, On the initial value
243: problem for the Davey-Stewartson systems, {\it Nonlinearity} {\bf
244: 3} (1990), 475.
245: \bibitem{Sun94} L. Y. Sung, An inverse scattering transform for the
246: Davey-Stewartson II equations, part I, II, III,
247: {\it J. Math. Anal. Appl.} {\bf 183} (1994), 121, 289, 477.
248: \bibitem{Li00} Y. Li, B{\"{a}}cklund-Darboux transformations
249: and Melnikov analysis for Davey-Stewartson II equations, {\it
250: Journal of Nonlinear Sciences} {\bf 10, no.1} (2000), 103.
251: \bibitem{Ada75} R. Adams, {\it Sobolev Space}, Academic Press, New York,
252: 1975.
253: \bibitem{Kat72} T. Kato, Nonstationary flows of viscous and ideal fluids in
254: $R^3$, {\it Journal of Functional Analysis} {\bf 9} (1972), 296.
255: \bibitem{Kat75} T. Kato, Quasi-linear equations of evolution, with
256: applications to partial differential equations, {\it Lecture Notes in Math.,
257: Springer} {\bf 448} (1975), 25.
258: \bibitem{LM97} Y. Li and D. W. McLaughlin, Homoclinic orbits and chaos
259: in discretized perturbed NLS system, part I. homoclinic orbits,
260: {\it Journal of Nonlinear Sciences} {\bf 7} (1997), 211.
261: \bibitem{LMSW96} Y. Li et al., Persistent homoclinic orbits for a
262: perturbed nonlinear Schr{\"{o}}dinger equation,
263: {\it Comm. Pure Appl. Math.} {\bf XLIX} (1996), 1175.
264:
265: \end{thebibliography}
266:
267:
268: \end{document}
269:
270: %-----------------------------------------------------------------------
271: % End of article.tex
272: %-----------------------------------------------------------------------
273: