Forgot password?
 Create new account
View 1350|Reply 5

解series solutions for 2nd ODE

[Copy link]

16

Threads

36

Posts

293

Credits

Credits
293

Show all posts

╰☆ヾo.海x Posted at 2014-4-11 11:58:42 |Read mode
Determine the series solutions for the following ODE $$(x^2-1)y''-8xy'+20y=6x^2$$about the regular point $x_0=0$.

Comment

微分方程的解是多项式,所以在级数展开中,高于$x^5$的项为零。  Posted at 2023-4-15 07:55

7

Threads

53

Posts

398

Credits

Credits
398

Show all posts

icesheep Posted at 2014-4-11 12:46:32
设 y=a+bx+cx^2+... 代入方程解出系数。

3151

Threads

8498

Posts

610K

Credits

Credits
66208
QQ

Show all posts

hbghlyj Posted at 2022-11-25 09:16:45
Last edited by hbghlyj at 2023-4-15 00:55:00In[]:= AsymptoticDSolveValue[(x^2-1)y''[x]-8x y'[x]+20y[x]==6x^2,y[x],{x,0,8}]
Out[]= $\displaystyle-\frac{x^4}{2}+\left(1+10 x^2+5 x^4\right) c_1+\left(x+2x^3+\frac{x^5}{5}\right) c_2$


A linear ordinary differential equation can be approximated by a Taylor series expansion $y(x)=\sum_{i} a_{i}\left(x-x_{0}\right)^{i}$ near an ordinary point $x_0$ for the equation. This example shows how to obtain such an approximation using AsymptoticDSolveValue.

3151

Threads

8498

Posts

610K

Credits

Credits
66208
QQ

Show all posts

hbghlyj Posted at 2023-4-15 07:41:23
(x^2 - 1) y''[x] - 8 x y'[x] + 20 y[x] == 6 x^2
Differential equation solution $y(x) = c_2 (5 x^4 + 10 x^2 + 1) + c_1 (x - 1)^5 + x^2 + \frac1{10}$
Sample solution family Untitled.gif

3151

Threads

8498

Posts

610K

Credits

Credits
66208
QQ

Show all posts

hbghlyj Posted at 2023-4-15 18:56:58
The problem states "about the regular point $x_0=0$"
Differential Equations for Engineers (Lebl) 7.2: Series Solutions of Linear Second Order ODEs
Definition: Ordinary and Singular Points
The point \(x_0\) is called an ordinary point if \(p(x_0) \neq 0\) in linear second order homogeneous ODE of the form in Equation 7.2.1. That is, the functions
\[ \dfrac{q(x)}{p(x)} \quad\text{and}\quad \dfrac{r(x)}{p(x)}\]are defined for \(x\) near \(x_0\).
If \( p(x_0)=0\), then we say \(x_0\) is a singular point.

$\frac{-8x}{x^2-1}$ and $\frac{20}{x^2-1}$ are defined for \(x\) near \(0\), so \(0\) is an ordinary point (="regular point")

手机版Mobile version|Leisure Math Forum

2025-4-21 14:11 GMT+8

Powered by Discuz!

× Quick Reply To Top Return to the list