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. JPA#OneToOne

    无力吐槽. 一对一,一个人有一个身份证号码.一个人有一条命,类似于这一种的就是一对一的关系. 涉及到的注解两个: OneToOne JoinColumn( name="当前实体对应数据库表中 ...

  2. 第九届蓝桥杯省赛c/c++真题明码题解答案,另类excel解法思路

    直到快比赛才重视起之前学校给报了蓝桥杯,且这段时间一直在做Python,所以没做什么准备. 赛场上做这道题时连反码补码的知识点都记混,所以直接用了excel做这道题目,分享下做题思路.及题解. 标题: ...

  3. redis常用的命令行以及操作

    redis常用的命令行以及操作 转载酱紫人的理直气壮 最后发布于2018-07-30 17:00:41 阅读数 805  收藏 转载地址:https://blog.csdn.net/li_lening ...

  4. 二十、SAP中定义内表

    一.内表相当于传统语言的多维数组的东西,定义一个内表有以下2个方式

  5. 3.3. Mapping methods with several source parameters(具有多个源参数的映射方法)

    3.3. Mapping methods with several source parameters(具有多个源参数的映射方法) MapStruct 还支持具有多个源参数的映射方法.这是比较实用的, ...

  6. POJ 2155 二维线段树 经典的记录所有修改再统一遍历 单点查询

    本来是想找一个二维线段树涉及懒惰标记的,一看这个题,区间修改,单点查询,以为是懒惰标记,敲到一半发现这二维线段树就不适合懒惰标记,你更新了某段的某列,但其实其他段的相应列也要打标记,但因为区间不一样, ...

  7. 干货分享:Research Essay写作规范详解

    同学们在刚到国外时觉得一切都很新鲜,感觉到处都在吸引着他们,但是大部分留学生在刚碰到Research Essay便是一头包.其实Research Essay也没有想象中的那么难,只是留学生们初次接触, ...

  8. (21)Laplance

    这个算法还是用来进行边缘检测的 =============================== #include <opencv2/opencv.hpp> #include <ios ...

  9. c# 类型转换 int.TryParse() 方法

    public static bool TryParse(string s, out Int32 result); 如果转换成功则返回true.否则返回false int.TryParse(string ...

  10. Android数据库(sqlite)之Room

    说在前面: 1.使用Room需要添加的依赖: dependencies { def room_version = "2.2.3" implementation "andr ...