symmetry methods for differential equations,exercise 1.4
tex文档:
\documentclass[a4paper, 12pt]{article} % Font size (can be 10pt, 11pt or 12pt) and paper size (remove a4paper for US letter paper)
\usepackage{amsmath,amsfonts,bm}
\usepackage{hyperref}
\usepackage{amsthm,epigraph}
\usepackage{amssymb}
\usepackage{framed,mdframed}
\usepackage{graphicx,color}
\usepackage{mathrsfs,xcolor}
\usepackage[all]{xy}
\usepackage{fancybox}
\usepackage{CJKutf8}
\newtheorem*{adtheorem}{定理}
%\setCJKmainfont[BoldFont=FZYaoTi,ItalicFont=FZYaoTi]{FZYaoTi}
\definecolor{shadecolor}{rgb}{1.0,0.9,0.9} %背景色为浅红色
\newenvironment{theorem}
{\bigskip\begin{mdframed}[backgroundcolor=gray!,rightline=false,leftline=false,topline=false,bottomline=false]\begin{adtheorem}}
{\end{adtheorem}\end{mdframed}\bigskip}
\newtheorem*{bdtheorem}{定义}
\newenvironment{definition}
{\bigskip\begin{mdframed}[backgroundcolor=gray!,rightline=false,leftline=false,topline=false,bottomline=false]\begin{bdtheorem}}
{\end{bdtheorem}\end{mdframed}\bigskip}
\newtheorem*{cdtheorem}{Exercise}
\newenvironment{exercise}
{\bigskip\begin{mdframed}[backgroundcolor=gray!,rightline=false,leftline=false,topline=false,bottomline=false]\begin{cdtheorem}}
{\end{cdtheorem}\end{mdframed}\bigskip}
\newtheorem*{ddtheorem}{注}
\newenvironment{remark}
{\bigskip\begin{mdframed}[backgroundcolor=gray!,rightline=false,leftline=false,topline=false,bottomline=false]\begin{ddtheorem}}
{\end{ddtheorem}\end{mdframed}\bigskip}
\newtheorem*{edtheorem}{引理}
\newenvironment{lemma}
{\bigskip\begin{mdframed}[backgroundcolor=gray!,rightline=false,leftline=false,topline=false,bottomline=false]\begin{edtheorem}}
{\end{edtheorem}\end{mdframed}\bigskip}
\newtheorem*{pdtheorem}{例}
\newenvironment{example}
{\bigskip\begin{mdframed}[backgroundcolor=gray!,rightline=false,leftline=false,topline=false,bottomline=false]\begin{pdtheorem}}
{\end{pdtheorem}\end{mdframed}\bigskip} \usepackage[protrusion=true,expansion=true]{microtype} % Better typography
\usepackage{wrapfig} % Allows in-line images
\usepackage{mathpazo} % Use the Palatino font
\usepackage[T1]{fontenc} % Required for accented characters
\linespread{1.05} % Change line spacing here, Palatino benefits from a slight increase by default \makeatletter
\renewcommand\@biblabel[]{\textbf{#.}} % Change the square brackets for each bibliography item from '[1]' to '1.'
\renewcommand{\@listI}{\itemsep=0pt} % Reduce the space between items in the itemize and enumerate environments and the bibliography \renewcommand{\maketitle}{ % Customize the title - do not edit title
% and author name here, see the TITLE block
% below
\renewcommand\refname{参考文献}
\newcommand{\D}{\displaystyle}\newcommand{\ri}{\Rightarrow}
\newcommand{\ds}{\displaystyle} \renewcommand{\ni}{\noindent}
\newcommand{\pa}{\partial} \newcommand{\Om}{\Omega}
\newcommand{\om}{\omega} \newcommand{\sik}{\sum_{i=}^k}
\newcommand{\vov}{\Vert\omega\Vert} \newcommand{\Umy}{U_{\mu_i,y^i}}
\newcommand{\lamns}{\lambda_n^{^{\scriptstyle\sigma}}}
\newcommand{\chiomn}{\chi_{_{\Omega_n}}}
\newcommand{\ullim}{\underline{\lim}} \newcommand{\bsy}{\boldsymbol}
\newcommand{\mvb}{\mathversion{bold}} \newcommand{\la}{\lambda}
\newcommand{\La}{\Lambda} \newcommand{\va}{\varepsilon}
\newcommand{\be}{\beta} \newcommand{\al}{\alpha}
\newcommand{\dis}{\displaystyle} \newcommand{\R}{{\mathbb R}}
\newcommand{\N}{{\mathbb N}} \newcommand{\cF}{{\mathcal F}}
\newcommand{\gB}{{\mathfrak B}} \newcommand{\eps}{\epsilon}
\begin{flushright} % Right align
{\LARGE\@title} % Increase the font size of the title \vspace{50pt} % Some vertical space between the title and author name {\large\@author} % Author name
\\\@date % Date \vspace{40pt} % Some vertical space between the author block and abstract
\end{flushright}
} % ----------------------------------------------------------------------------------------
% TITLE
% ----------------------------------------------------------------------------------------
\begin{document}
\begin{CJK}{UTF8}{gkai}
\title{\textbf{Symmetry Methods for Differential Equations:\\Exercise 1.4}}
% \setlength\epigraphwidth{0.7\linewidth}
\author{\small{叶卢庆}\\{\small{杭州师范大学理学院,学号:}}\\{\small{Email:h5411167@gmail.com}}} % Institution
\renewcommand{\today}{\number\year. \number\month. \number\day}
\date{\today} % Date % ---------------------------------------------------------------------------------------- \maketitle % Print the title section % ----------------------------------------------------------------------------------------
% ABSTRACT AND KEYWORDS
% ---------------------------------------------------------------------------------------- % \renewcommand{\abstractname}{摘要} % Uncomment to change the name of the abstract to something else % \begin{abstract} % \end{abstract} % \hspace*{,6mm}\textit{关键词:} % Keywords % \vspace{30pt} % Some vertical space between the abstract and first section % ----------------------------------------------------------------------------------------
% ESSAY BODY
% ----------------------------------------------------------------------------------------
\begin{exercise}[1.4]
Determine the value of $\alpha$ for which
$$
(x',y')=(x+\va,ye^{\alpha\va})
$$
is a symmetry of
$$
\frac{dy}{dx}=y^2e^{-x}+y+e^x
$$
for all $\va\in\mathbf{R}$.
\end{exercise}
\begin{proof}
The symmetry condition for the differential equation is
$$
\frac{\frac{\pa g}{\pa x}+\frac{\pa g}{\pa y}w(x,y)}{\frac{\pa f}{\pa
x}+\frac{\pa f}{\pa y}w(x,y)}=w(f(x,y),g(x,y)).
$$
Where
$w(x,y)=y^2e^{-x}+y+e^x$,$f(x,y)=x+\va,g(x,y)=ye^{\alpha\va}$.So the
symmetry condition can be written as
$$
y^2e^{-x+\alpha\va}+e^{x+\alpha\va}=y^2e^{\alpha\va-x-\va}+e^{x+\va}.
$$
So $\alpha=$.
\end{proof}
% ----------------------------------------------------------------------------------------
% BIBLIOGRAPHY
% ---------------------------------------------------------------------------------------- \bibliographystyle{unsrt} \bibliography{sample} % ----------------------------------------------------------------------------------------
\end{CJK}
\end{document}
symmetry methods for differential equations,exercise 1.4的更多相关文章
- Introduction to Differential Equations,Exercise 1.1,1.5,1.6,1.8,1.9,1.10
As noted,if $z=x+iy$,$x,y\in\mathbf{R}$,then $|z|=\sqrt{x^2+y^2}$ is equivalent to $|z|^2=z\overline ...
- [家里蹲大学数学杂志]第269期韩青编《A Basic Course in Partial Differential Equations》 前五章习题解答
1.Introduction 2.First-order Differential Equations Exercise2.1. Find solutons of the following inti ...
- A Basic Course in Partial Differential Equations
A Basic Course in Partial Differential Equations, Qing Han, 2011 [下载说明:点击链接,等待5秒, 点击右上角的跳过广告后调至下载页面, ...
- 【线性代数】6-3:微分方程的应用(Applications to Differential Equations)
title: [线性代数]6-3:微分方程的应用(Applications to Differential Equations) categories: Mathematic Linear Algeb ...
- NIPS2018最佳论文解读:Neural Ordinary Differential Equations
NIPS2018最佳论文解读:Neural Ordinary Differential Equations 雷锋网2019-01-10 23:32 雷锋网 AI 科技评论按,不久前,NeurI ...
- Introduction to Differential Equations,Michael E.Taylor,Page 3,4 注记
此文是对 [Introduction to Differential Equations,Michael E.Taylor] 第3页的一个注记.在该页中,作者给了微分方程$$\frac{dx}{dt} ...
- Solving ordinary differential equations I(Nonstiff Problems),Exercise 1.2:A wrong solution
(Newton 1671, “Problema II, Solutio particulare”). Solve the total differential equation $$3x^2-2ax+ ...
- Solving ordinary differential equations I(nonstiff problems),exercise 1.1
Solve equation $y'=1-3x+y+x^2+xy$ with another initial value $y(0)=1$. Solve: We solve this by using ...
- PP: Neural ordinary differential equations
Instead of specifying a discrete sequence of hidden layers, we parameterize the derivative of the hi ...
随机推荐
- xml配置文件解释
XML 指可扩展标记语言(EXtensible Markup Language) xmlns:是指XML命名空间 ( XML Namespace ) XSD是指XML结构定义 ( XML Schema ...
- 七十三、SAP中清空内表的三种方式
一.上代码 二.需要注意的是 * CLEAR 只能清空不带WITH HEADER LINE的内表* REFRESH 能清空内表,但是不回收内存* FREE 能清空内表并回收内存,但是此内表还能继续使用
- plsql和navicat连接远程oracle(易错点)
plsql和navicat连接远程oracle,只需要安装oracle客户端即可.注意此处是oracle客户端(Instant Client),并不是oracle数据库. oracle客户端下载地址: ...
- Block循环引用问题(Objective-c)
造成循环引用的简单理解是:Block的拥有者在Block作用域内部又引用了自己,因此导致了Block的拥有者永远无法释放内存,就出现了循环引用的内存泄漏 示例代码 @interface ObjTest ...
- HDU 4866 多校1 主席树+扫描线
终于是解决了这个题目了 不过不知道下一次碰到主席树到底做不做的出来,这个东西稍微难一点就不一定能做得出 离散化+扫描线式的建树,所以对于某个坐标二分找到对应的那颗主席树,即搜索出结果即可(因为是扫描线 ...
- 留学Essay写作:从入门到精通
Essay作为最常见的英国大学作业形式,几乎是每个留学生都绕不过去的任务. 大部分人提到自己在英国的大学生活,都会回想起无数个“血泪交加”的夜晚,从白天到傍晚再到深夜,点灯熬油的查资料,写essay. ...
- ELK 介绍
章节 ELK 介绍 ELK 安装Elasticsearch ELK 安装Kibana ELK 安装Beat ELK 安装Logstash ELK是什么? ELK是3个开源产品的组合: Elastics ...
- 51nod 1435:位数阶乘
1435 位数阶乘 题目来源: CodeForces 基准时间限制:1 秒 空间限制:131072 KB 分值: 40 难度:4级算法题 收藏 关注 X是一个n位数的正整数 (x=a0a1...a ...
- 4K电视到底值不值得购买?
在智能手机等移动终端的冲击下,近年来电视厂商的日子越来越不好过.为了吸引消费者的关注,电视厂商也是绞尽脑汁不断在电视上增加各种噱头功能.比如当年被吹得神乎其神.在家就享受影院体验的3D电视,就因为3D ...
- 群论&Polya计数
群论&Polya计数 其实在我听课的过程中,我发现针对于学习OI中的群并没有什么过多必要向内学习... 群 以后会补的. 就是\(QQ\)群. 置换 置换就是一个... \[ \begin{m ...