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 ...
随机推荐
- 说说我当初是如何学Linux的
今天我就说说我当初是如何从一名普通桌面维护工程师,通过学习和努力转成Linux运维工程师的,以及作为Linux运维工程师需要一些什么技能和知识,希望可以帮到一些对Linux有兴趣或者想往Linux这个 ...
- git仓库拆分
例如: # 这就是那个大仓库 big-project $ git clone git@github.com:tom/big-project.git $ cd big-project # 把所有 `co ...
- php.laravel.middleware
关于中间件,在php-laravel中的定义就是对请求的一个过滤,相当于JSP技术中的filter的存在.需要知道编写了一个中间件可以配置在三个地方(就目前5.7版本而言)让其发挥作用,具体需要看/a ...
- 从零开始学C++(0 简介)
2020年,给自己定一个新目标————开始写技术博客,将之前所学的内容重新复习并整理成一系列的文章,一来可以让自己对这些基础知识更加熟悉,二来方便于以后的复习查阅. 以前自己都是以笔记的形式将知识点记 ...
- QT事件处理–notify()
转载至:https://www.deeplearn.me/349.html 一.说明 Qt 处理事件的方式之一:”继承 QApplication 并重新实现 notify()函数”.Qt 调用 QAp ...
- 使用jackson转换类型时报Unrecognized field
调用 objectMapper.convertValue(obj, valueType ); 时报错 原因 obj 的属性多于 valueType 导致,添加一条语句即可 objectMapper.c ...
- 学习EIGRP 笔记
CEFFIB(转发信息库,RIB现在运行了CEF,就称之为FIB)show ip cef detail EIGRP的基本组件:1.邻居发现机制2.可靠传输协议(RTP机制)3.DUAL算法4.多种网络 ...
- 深入理解class
一, class和自定义类型的区别: 1,类声明不会被提升. 2,类声明的代码自动运行在严格模式. 3,类的所有方法都是不可枚举的,而自定的方法必须使用Object.defineProperty来设置 ...
- PageHelper使用
之前我们整合过SSM框架,可以查询数据库数据,项目中一般不会全部查询所有数据,为了美观和性能,都是采用分页形式查询数据 一:pom.xml导入pagehelper.jar <!-- https: ...
- python 奇淫技巧之自动登录 哔哩哔哩
前言 嘿,各位小伙伴好呀,今天要带来点什么干货呢,就从我的实际开发中来给大家带来一个案例吧,如何自动登录 哔哩哔哩 接到老大通知,让我自动写一个自动登录 哔哩哔哩 的脚本,我当然是二话不说直接开怼,咱 ...