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}

最新文章

  1. tuple放入dict中
  2. css写出0.5px边框(一)
  3. css伪类制作三角箭头
  4. js parseInt和map函数
  5. ES6新特性--多行文本
  6. 本地调试webapi
  7. ANT打包J2EE项目war包
  8. C#的类成员初始化顺序
  9. Reason: image not found 错误解决方法
  10. mac和windows系统下 eclipse svn 设置代理服务器
  11. 约瑟夫问题的java实现
  12. csv导入数据到mysql
  13. 【LeetCode】2. Two Sum
  14. [Swift]LeetCode17. 电话号码的字母组合 | Letter Combinations of a Phone Number
  15. java 实现udp通讯
  16. action中session的存取
  17. Spring 框架的历史
  18. 完美解决苹果电脑mac终端无法输入大写T的问题
  19. iOS 数据类型转换
  20. PR曲线 ROC曲线的 计算及绘制

热门文章

  1. 不能安装64位office提示已安装32位如何处理
  2. c/c++ 计算屏幕的PPI
  3. 开源DDD设计模式框架YMNNetCoreFrameWork第四篇-增加YMNSession,增加异常处理,增加策略授权
  4. STL--迭代器设计原则和萃取机制(Traits)
  5. 104-PHP定义并实例化类
  6. Essay引用如何最大限度的降低抄袭率
  7. v2??? 替换协议
  8. apache flink源码挖坑 (未完待续)
  9. 2016蓝桥杯决赛C/C++A组第三题 打靶
  10. 【redis】redis底层数据结构原理--简单动态字符串 链表 字典 跳跃表 整数集合 压缩列表等