微分方程

草awa留言 | 贡献2024年11月4日 (一) 16:56的版本 (创建页面,内容为“== 一阶线性微分方程 == 方程<math>\frac{dy}{dx}+P\left ( x \right )y=Q\left ( x \right )</math>叫做一阶线性微分方程,若<math>Q\left ( x \right ) \equiv 0 </math>,则此方程称为齐次的,否则称为非齐次的。 1. 一阶齐次线性微分方程<math>\frac{dy}{dx}+P\left ( x \right )y=0</math>的通解公式 {| class="wikitable" |- !<big><math>y=Ce^{-\int P\left ( x \right )dx } </math></big> |} 2. 一阶非齐次线性微分方…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

一阶线性微分方程

方程[math]\displaystyle{ \frac{dy}{dx}+P\left ( x \right )y=Q\left ( x \right ) }[/math]叫做一阶线性微分方程,若[math]\displaystyle{ Q\left ( x \right ) \equiv 0 }[/math],则此方程称为齐次的,否则称为非齐次的。

1. 一阶齐次线性微分方程[math]\displaystyle{ \frac{dy}{dx}+P\left ( x \right )y=0 }[/math]的通解公式

[math]\displaystyle{ y=Ce^{-\int P\left ( x \right )dx } }[/math]

2. 一阶非齐次线性微分方程[math]\displaystyle{ \frac{dy}{dx}+P\left ( x \right )y=Q\left ( x \right ) }[/math]的通解公式

[math]\displaystyle{ y=\left[\int Q\left(x\right)e^{\int P\left(x\right)dx}dx+C\right]e^{-\int P\left(x\right)dx} }[/math]

二阶常系数线性微分方程

1.二阶常系数齐次线性微分方程的解法

形如[math]\displaystyle{ y''+py'+qy=0 }[/math]的方程称为二阶常系数齐次线性微分方程,其特征方程为[math]\displaystyle{ r^{2} +pr+q=0 }[/math]

求解步骤如下:

(1)用公式[math]\displaystyle{ r_{1,2} =\frac{-p\pm \sqrt{p^{2}-4q}}{2} }[/math]求解特征方程的两个根[math]\displaystyle{ r_{1} ,r_{2} }[/math]

(2)根据特征方程的根分为三种情况:

①当[math]\displaystyle{ \sqrt{p^{2}-4q} }[/math]>0时,有两个不相等的实根[math]\displaystyle{ r_{1}\ne r_{2} }[/math],原方程通解为

[math]\displaystyle{ y=C_{1}e^{r_{1}x}+C_{2}e^{r_{2}x} }[/math]

②当[math]\displaystyle{ \sqrt{p^{2}-4q} }[/math]=0时,有两个相等的实根[math]\displaystyle{ r_{1} =r_{2} }[/math],原方程通解为

[math]\displaystyle{ y=\left ( C_{1} +C_{2} x \right )e ^{r_{1}x } }[/math]

③当[math]\displaystyle{ \sqrt{p^{2}-4q} }[/math]<0时,有一对共轭复根[math]\displaystyle{ r_{1,2}=\alpha \pm \beta i }[/math],原方程通解为

[math]\displaystyle{ y=e^{\alpha x} \left ( C_{1} \cos \beta +C_{2} \sin \beta \right ) }[/math]

2.二阶常系数非齐次线性微分方程的解法

形如[math]\displaystyle{ y''+py'+qy=f\left(x\right) }[/math]的方程称为二阶常系数齐次线性微分方程