Blog Archive

Thursday, July 13, 2023

ODE An Algebraic Approach (4)

We already know two ways to solve certain ordinary differential equations (ODEs) of the form P(D)y=g.

One approach is to consider the formal power series inverse,

Math Essays: ODE An Algebraic Approach (2) (wuyulanliulongblog.blogspot.com)

while the other approach is to consider gKerH(D).

Math Essays: ODE, An Algebraic Approach (3) (wuyulanliulongblog.blogspot.com)

Each method has its advantages and disadvantages. However, we can actually combine these two methods.

Suppose we have P(D)y=g with gKerH(D) and gcd(F(D),H(D))=1, where P(D)=H(D)+F(D).

To find the particular solution, we can simply consider 1F(D)g.

It can be shown that if yp is a particular solution of P(D)y=g, then yp is also a particular solution of F(D)y=g.

Proof:

P(D)yp=(H(D)+F(D))yp=F(D)yp=g

Since gcd(P(D),H(D))=1,ypKerH(D)

The particular solution of F(D)y=g also comes from KerH(D), since gcd(H(D,F(D))

Thus, F(D)yp=P(D)yp=g

This approach can be much simpler than considering 1P(D)g in some cases.

I observed this when solving the following example: y+8y+16y=16x1.

We can rewrite it as (D2+8D+16)y=16x1.

Since gcd((D+4)2,D2)=1, we know that the particular solution is in KerD2.

In this case, you can simply do the following:

8k+16kx+16b=16x1, where k=1 and 8+16b=1. Solving this yields b=716, so yp=x+716.

Alternatively, you can consider the formal power series inverse:

18D+16(16x1)=11611+D2(16x1)=116(1D2)(16x1)=x+716.

Actually we can consider P(D)=Q(D)H(D)+R(D),H(D) is where the particluar solution comes.

If gcd(P(D),H(D)=gcd(H(D),R(D))=1, then yp is particular solution of P(D)y=g yp is a particluar solution of R(D)y=g

But we can observe that d|P(D)d|H(D)d|R(D), the common divsor of (P(D),H(D)),(H(D),R(D)) is same.

So we only need gcd(P(D),H(D))=1.

No comments:

Post a Comment

Popular Posts