Forgot password
 Register account
View 1517|Reply 5

解series solutions for 2nd ODE

[Copy link]
╰☆ヾo.海x posted 2014-4-11 11:58 |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 2023-4-15 07:55

7

Threads

52

Posts

0

Reputation

Show all posts

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

3221

Threads

7841

Posts

52

Reputation

Show all posts

hbghlyj posted 2022-11-25 09:16
Last edited by hbghlyj 2023-4-15 00:55In[]:= 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.

3221

Threads

7841

Posts

52

Reputation

Show all posts

hbghlyj posted 2023-4-15 07:41
(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

3221

Threads

7841

Posts

52

Reputation

Show all posts

hbghlyj posted 2023-4-15 18:56
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")

Quick Reply

Advanced Mode
B Color Image Link Quote Code Smilies
You have to log in before you can reply Login | Register account

$\LaTeX$ formula tutorial

Mobile version

2025-7-21 13:47 GMT+8

Powered by Discuz!

Processed in 0.016799 seconds, 30 queries