当前位置: 首页 > news >正文

《常微分方程教程》习题2.4.1,(4)

tex文档:

  1 \documentclass[a4paper, 12pt]{article} % Font size (can be 10pt, 11pt or 12pt) and paper size (remove a4paper for US letter paper)
  2 \usepackage{amsmath,amsfonts,bm}
  3 \usepackage{hyperref}
  4 \usepackage{amsthm,epigraph} 
  5 \usepackage{amssymb}
  6 \usepackage{framed,mdframed}
  7 \usepackage{graphicx,color} 
  8 \usepackage{mathrsfs,xcolor} 
  9 \usepackage[all]{xy}
 10 \usepackage{fancybox} 
 11 % \usepackage{xeCJK}
 12 \usepackage{CJKutf8}
 13 \newtheorem*{adtheorem}{定理}
 14 % \setCJKmainfont[BoldFont=FZYaoTi,ItalicFont=FZYaoTi]{FZYaoTi}
 15 \definecolor{shadecolor}{rgb}{1.0,0.9,0.9} %背景色为浅红色
 16 \newenvironment{theorem}
 17 {\bigskip\begin{mdframed}[backgroundcolor=gray!40,rightline=false,leftline=false,topline=false,bottomline=false]\begin{adtheorem}}
 18     {\end{adtheorem}\end{mdframed}\bigskip}
 19 \newtheorem*{bdtheorem}{定义}
 20 \newenvironment{definition}
 21 {\bigskip\begin{mdframed}[backgroundcolor=gray!40,rightline=false,leftline=false,topline=false,bottomline=false]\begin{bdtheorem}}
 22     {\end{bdtheorem}\end{mdframed}\bigskip}
 23 \newtheorem*{cdtheorem}{习题}
 24 \newenvironment{exercise}
 25 {\bigskip\begin{mdframed}[backgroundcolor=gray!40,rightline=false,leftline=false,topline=false,bottomline=false]\begin{cdtheorem}}
 26     {\end{cdtheorem}\end{mdframed}\bigskip}
 27 \newtheorem*{ddtheorem}{注}
 28 \newenvironment{remark}
 29 {\bigskip\begin{mdframed}[backgroundcolor=gray!40,rightline=false,leftline=false,topline=false,bottomline=false]\begin{ddtheorem}}
 30     {\end{ddtheorem}\end{mdframed}\bigskip}
 31 \newtheorem*{edtheorem}{引理}
 32 \newenvironment{lemma}
 33 {\bigskip\begin{mdframed}[backgroundcolor=gray!40,rightline=false,leftline=false,topline=false,bottomline=false]\begin{edtheorem}}
 34     {\end{edtheorem}\end{mdframed}\bigskip}
 35 \newtheorem*{pdtheorem}{例}
 36 \newenvironment{example}
 37 {\bigskip\begin{mdframed}[backgroundcolor=gray!40,rightline=false,leftline=false,topline=false,bottomline=false]\begin{pdtheorem}}
 38     {\end{pdtheorem}\end{mdframed}\bigskip}
 39 
 40 \usepackage[protrusion=true,expansion=true]{microtype} % Better typography
 41 \usepackage{wrapfig} % Allows in-line images
 42 \usepackage{mathpazo} % Use the Palatino font
 43 \usepackage[T1]{fontenc} % Required for accented characters
 44 \linespread{1.05} % Change line spacing here, Palatino benefits from a slight increase by default
 45 
 46 \makeatletter
 47 \renewcommand\@biblabel[1]{\textbf{#1.}} % Change the square brackets for each bibliography item from '[1]' to '1.'
 48 \renewcommand{\@listI}{\itemsep=0pt} % Reduce the space between items in the itemize and enumerate environments and the bibliography
 49 
 50 \renewcommand{\maketitle}{ % Customize the title - do not edit title
 51   % and author name here, see the TITLE block
 52   % below
 53   \renewcommand\refname{参考文献}
 54   \newcommand{\D}{\displaystyle}\newcommand{\ri}{\Rightarrow}
 55   \newcommand{\ds}{\displaystyle} \renewcommand{\ni}{\noindent}
 56   \newcommand{\pa}{\partial} \newcommand{\Om}{\Omega}
 57   \newcommand{\om}{\omega} \newcommand{\sik}{\sum_{i=1}^k}
 58   \newcommand{\vov}{\Vert\omega\Vert} \newcommand{\Umy}{U_{\mu_i,y^i}}
 59   \newcommand{\lamns}{\lambda_n^{^{\scriptstyle\sigma}}}
 60   \newcommand{\chiomn}{\chi_{_{\Omega_n}}}
 61   \newcommand{\ullim}{\underline{\lim}} \newcommand{\bsy}{\boldsymbol}
 62   \newcommand{\mvb}{\mathversion{bold}} \newcommand{\la}{\lambda}
 63   \newcommand{\La}{\Lambda} \newcommand{\va}{\varepsilon}
 64   \newcommand{\be}{\beta} \newcommand{\al}{\alpha}
 65   \newcommand{\dis}{\displaystyle} \newcommand{\R}{{\mathbb R}}
 66   \newcommand{\N}{{\mathbb N}} \newcommand{\cF}{{\mathcal F}}
 67   \newcommand{\gB}{{\mathfrak B}} \newcommand{\eps}{\epsilon}
 68   \begin{flushright} % Right align
 69     {\LARGE\@title} % Increase the font size of the title
 70     
 71     \vspace{50pt} % Some vertical space between the title and author name
 72     
 73     {\large\@author} % Author name
 74     \\\@date % Date
 75     
 76     \vspace{40pt} % Some vertical space between the author block and abstract
 77   \end{flushright}
 78 }
 79 
 80 % ----------------------------------------------------------------------------------------
 81 %    TITLE
 82 % ----------------------------------------------------------------------------------------
 83 \begin{document}
 84 \begin{CJK}{UTF8}{gkai}
 85   \title{\textbf{《常微分方程教程》\cite{dinglichang}习题2.4.1,(4)}}
 86   % \setlength\epigraphwidth{0.7\linewidth}
 87   \author{\small{叶卢庆}\\{\small{杭州师范大学理学院,学
 88         号:1002011005}}\\{\small{Email:h5411167@gmail.com}}} % Institution
 89   \renewcommand{\today}{\number\year. \number\month. \number\day}
 90   \date{\today} % Date
 91   
 92   % ----------------------------------------------------------------------------------------
 93   
 94   
 95   \maketitle % Print the title section
 96   
 97   % ----------------------------------------------------------------------------------------
 98   %    ABSTRACT AND KEYWORDS
 99   % ----------------------------------------------------------------------------------------
100   
101   % \renewcommand{\abstractname}{摘要} % Uncomment to change the name of the abstract to something else
102   
103   % \begin{abstract}
104   
105   % \end{abstract}
106   
107   % \hspace*{3,6mm}\textit{关键词:} % Keywords
108   
109   % \vspace{30pt} % Some vertical space between the abstract and first section
110   
111   % ----------------------------------------------------------------------------------------
112   %    ESSAY BODY
113   % ----------------------------------------------------------------------------------------
114   \begin{exercise}[2.4.1,(4)]
115     求解下列微分方程:
116 $$
117 y'=x^3y^3-xy.
118 $$
119 \end{exercise}
120 \begin{proof}[解]
121 即为
122 $$
123 \frac{dy}{dx}=x^3y^3-xy.
124 $$
125 这是个 Bernoulli 方程.当 $y\neq 0$ 时,两边同时除以 $y^3$,可得
126 $$
127 \frac{1}{y^3}\frac{dy}{dx}+\frac{1}{y^2}x-x^3=0.
128 $$
129 令 $z=y^{-2}$,则
130 $$
131 \frac{dz}{dx}=-2y^{-3}\frac{dy}{dx},
132 $$
133 因此
134 $$
135 \frac{dz}{dx}-2zx+2x^3=0.
136 $$
137 这是个关于 $z,x$ 的一阶线性方程.可化为
138 $$
139 dz+(2x^3-2zx)dx=0.
140 $$
141 乘以积分因子 $u(x)$,则
142 $$
143 udz+u(2x^3-2zx)dx=0.
144 $$
145 146 $$
147 \frac{du}{dx}=-2xu,
148 $$
149 不妨令 $u=e^{\int -2xdx}$.因此我们得到恰当方程
150 $$
151 e^{\int -2xdx}dz+e^{\int -2xdx}(2x^3-2zx)dx=0.
152 $$
153 其中两个 $e^{\int -2xdx}$ 是同一个函数.设存在二元函数 $\phi(x,y)$ 使得
154 $$
155 \frac{\pa\phi}{\pa z}=e^{\int -2xdx}\ri \phi=ze^{\int -2xdx}+f(x).
156 $$
157 因此
158 $$
159 -2xze^{\int -2xdx}+f'(x)=e^{\int -2xdx}(2x^3-2zx).
160 $$
161 可得
162 $$
163 f'(x)=2x^3e^{\int -2xdx}\ri f(x)=-x^2e^{\int -2xdx}-e^{\int -2xdx}+C.
164 $$
165 因此可得通积分为
166 $$
167 \phi\equiv ze^{\int -2xdx}-x^2e^{\int -2xdx}-e^{\int -2xdx}+C=0.
168 $$
169 其中三个 $e^{\int -2xdx}$ 都是同一个函数.将 $z=y^{-2}$ 代入,可得
170 $$
171 \frac{e^{\int -2xdx}}{y^2}-x^2e^{\int -2xdx}-e^{\int -2xdx}+C=0.
172 $$
173 其中三个 $e^{\int -2xdx}$ 都是同一个函数.不妨设 $\int -2xdx=-x^2+D$,因
174 此可得
175 $$
176 \frac{e^{-x^2}}{y^2}-x^2e^{-x^2}-e^{-x^2}+C'=0.
177 $$
178 而当 $y=0$ 时,可得曲线为 $y=0$.
179 \end{proof}
180 % ----------------------------------------------------------------------------------------
181 %    BIBLIOGRAPHY
182 % ----------------------------------------------------------------------------------------
183   
184 \bibliographystyle{unsrt}
185   
186 \bibliography{sample}
187   
188 % ----------------------------------------------------------------------------------------
189 \end{CJK}
190 \end{document}
View Code

 

转载于:https://www.cnblogs.com/yeluqing/p/3827327.html

相关文章:

  • 掌握python机器学习-读书笔记4(特征选择)
  • JAVA中Get和Post请求的区别
  • Flask使用Flask-SQLAlchemy操作MySQL数据库
  • Windows Azure 网站上的 WebSocket 简介
  • 开源倾情奉献:基于.NET打造IP智能网络视频监控系统(三)命令行工具集
  • 浅谈硬盘构造及IOPS的计算
  • 把用户加入sudo
  • 点滴积累【JS】---JS小功能(button选择颜色)
  • Nginx、LVS及HAProxy负载均衡软件的优缺点详解
  • 面向对象实验四(输入输出流)
  • 苹果屏幕分辨力和像素
  • db2还原离线备份文件报错SQL2071N 提示“访问共享库出现错误”解决
  • 动手实现Handler v1.3
  • pam_access.so
  • Http中header与body的区别
  • [译]Python中的类属性与实例属性的区别
  • Java 9 被无情抛弃,Java 8 直接升级到 Java 10!!
  • java2019面试题北京
  • JavaScript服务器推送技术之 WebSocket
  • JavaScript实现分页效果
  • k8s 面向应用开发者的基础命令
  • Linux CTF 逆向入门
  • Python学习之路13-记分
  • Redis提升并发能力 | 从0开始构建SpringCloud微服务(2)
  • spring cloud gateway 源码解析(4)跨域问题处理
  • 前端学习笔记之观察者模式
  • 提升用户体验的利器——使用Vue-Occupy实现占位效果
  • 学习笔记DL002:AI、机器学习、表示学习、深度学习,第一次大衰退
  • 栈实现走出迷宫(C++)
  • 扩展资源服务器解决oauth2 性能瓶颈
  • ###STL(标准模板库)
  • #Ubuntu(修改root信息)
  • #WEB前端(HTML属性)
  • #宝哥教你#查看jquery绑定的事件函数
  • #每日一题合集#牛客JZ23-JZ33
  • #每天一道面试题# 什么是MySQL的回表查询
  • ()、[]、{}、(())、[[]]等各种括号的使用
  • (04)odoo视图操作
  • (11)工业界推荐系统-小红书推荐场景及内部实践【粗排三塔模型】
  • (HAL库版)freeRTOS移植STMF103
  • (待修改)PyG安装步骤
  • (理论篇)httpmoudle和httphandler一览
  • (论文阅读23/100)Hierarchical Convolutional Features for Visual Tracking
  • (深度全面解析)ChatGPT的重大更新给创业者带来了哪些红利机会
  • (图)IntelliTrace Tools 跟踪云端程序
  • (一)RocketMQ初步认识
  • (转载)CentOS查看系统信息|CentOS查看命令
  • (转载)VS2010/MFC编程入门之三十四(菜单:VS2010菜单资源详解)
  • .NET CORE 第一节 创建基本的 asp.net core
  • .NET Standard 支持的 .NET Framework 和 .NET Core
  • .vollhavhelp-V-XXXXXXXX勒索病毒的最新威胁:如何恢复您的数据?
  • :如何用SQL脚本保存存储过程返回的结果集
  • [AIGC] Nacos:一个简单 yet powerful 的配置中心和服务注册中心
  • [AS3]URLLoader+URLRequest+JPGEncoder实现BitmapData图片数据保存
  • [C++] 如何使用Visual Studio 2022 + QT6创建桌面应用