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的更多相关文章

  1. 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 ...

  2. [家里蹲大学数学杂志]第269期韩青编《A Basic Course in Partial Differential Equations》 前五章习题解答

    1.Introduction 2.First-order Differential Equations Exercise2.1. Find solutons of the following inti ...

  3. A Basic Course in Partial Differential Equations

    A Basic Course in Partial Differential Equations, Qing Han, 2011 [下载说明:点击链接,等待5秒, 点击右上角的跳过广告后调至下载页面, ...

  4. 【线性代数】6-3:微分方程的应用(Applications to Differential Equations)

    title: [线性代数]6-3:微分方程的应用(Applications to Differential Equations) categories: Mathematic Linear Algeb ...

  5. NIPS2018最佳论文解读:Neural Ordinary Differential Equations

    NIPS2018最佳论文解读:Neural Ordinary Differential Equations 雷锋网2019-01-10 23:32     雷锋网 AI 科技评论按,不久前,NeurI ...

  6. Introduction to Differential Equations,Michael E.Taylor,Page 3,4 注记

    此文是对 [Introduction to Differential Equations,Michael E.Taylor] 第3页的一个注记.在该页中,作者给了微分方程$$\frac{dx}{dt} ...

  7. 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+ ...

  8. 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 ...

  9. PP: Neural ordinary differential equations

    Instead of specifying a discrete sequence of hidden layers, we parameterize the derivative of the hi ...

随机推荐

  1. golang开启随机端口并获取端口

    listener, err := net.Listen("tcp", ":0") if err != nil { panic(err) } fmt.Printl ...

  2. WebStorm 使用经验

        1.优点 1.1 可自动提示图片的宽高 1.2 标签名字可重构(改名) 1.3 css重命名 1.4 可把内联的style移到外部 1.5 可实现声明提升 1.6 设置项是可搜索的 1.7 有 ...

  3. 指令——df

    df是disk free 的简称,这个指令的功能和作用是查看磁盘空间. 可以加上 -h 的选项,来提高可读性. [he@localhost ~]$ df -h文件系统(磁盘名称)      总容量  ...

  4. nginx的日志切换

    #touch /usr/local/nginx/sbin/cut_nginx_log.sh #chmod 755  /usr/local/nginx/sbin/cut_nginx_log.sh 下面是 ...

  5. js基础学习之-js全局对象

    声明的三种方式: 第一种: var test; //或var test = 5; 第二种: test = 5; 第三种: window.test; //或window.test = 5; //只是使用 ...

  6. springboot 自定义错误jsp页面

    1.总览 2.application.properties spring.mvc.view.prefix=/WEB-INF/pages/ spring.mvc.view.suffix=.jsp#关闭w ...

  7. mac允许“任何来源”下载的应用

    刚买的mac电脑,我们不止在App Store上下载,还会通过浏览器下载 有的时候需要下载一些破解的软件,这个时候安装会提示文件被破坏,很是头疼 不用着急,这是因为mac会判断app如果被破坏,就不允 ...

  8. Kaggle: House Prices: Advanced Regression Techniques

    Kaggle: House Prices: Advanced Regression Techniques notebook来自https://www.kaggle.com/neviadomski/ho ...

  9. 文献阅读报告 - Context-Based Cyclist Path Prediction using RNN

    原文引用 Pool, Ewoud & Kooij, Julian & Gavrila, Dariu. (2019). Context-based cyclist path predic ...

  10. oracle11g忘记管理员密码

    oracle的sys和system密码是我们经常忘记的,忘记之后我们可以通过sqlplus来修改重置. 首先打开sqlplus:在运行处可直接输入打开 进入窗口后,首先输入 sqlplus/as sy ...