Blog Archive

Thursday, July 27, 2023

Algebraic invariant of linear constant coefficient ODE

Introduction

In this article, we explore the concept of invariants in the context of a generalization of ordinary differential equations (ODEs), denoted as ODE(3). We will discuss invariants of particular solutions and general solutions, which provide valuable insights into the behavior of these equations.

Make sure you already ready my previous work before.

Math Essays: ODE and Differential Operator Ring-module (wuyulanliulongblog.blogspot.com)

Invariant of Particular Solutions

Consider a particular type of ODE in the form of P(D)y=h, where hKerH(D).

Two ODEs (P(D)y=h1) and (Q(D)y=h2) are considered equivalent, denoted as (P(D)y=h1)(Q(D)y=h2), if their particular solutions come from the same space.

For P(D)y=h, the solution comes from Ker(H(D)P(D)). We can define the divisor set of H(D)P(D) as dHP, which corresponds to the poset (dHP,|).

Definition

S(D) is the least monic polynomial in (dHP,|) for which there exists a ypKerS(D) such that P(D)yp=h. We refer to S(D) as the particular polynomial since the particular solution comes from KerS(D).

Remark

The definition of S(D) is based on a universal property, making it clearer to understand its construction.

Examples

  1. For the ODE (D1)2y=ex, we have S(D)=H(D)P(D)=(D1)3.

  2. For the ODE (D1)(D2)y=ex, we find S(D)=(D1)2.

Proposition

If Si(D)|Sj(D), then KerSi(D)KerSj(D). As a result, we can say that (P(D)y=h)(Q(D)y=h) if and only if their particular polynomials are the same, making S(D) an invariant under the equivalence relation .

Example

Consider the following ODEs:

  1. (D1)3y=ex(D1)2y=exx(D1)y=exx2y=exx3

Invariant of General Solutions

In ODE(3), we transformed the non-homogeneous equation P(D)y=h into the homogeneous equation P(D)H(D)y=0. Solving homogeneous equations is often easier. But why we can not do sth inversely?

Since if Pi(D)Hi(D)=λPj(D)Hj(D), where λC, then they have the same type of solution.

Example

(D1)(D2)(D3)y=ex(D2)(D3)y=exxy=Aexx+Be2x+Ce3x.

Or trans it to gcd=1, such as

(D3)2(D2)2(D1)y=exx(D3)2(D2)2y=exx2.

And you can use long divison to help you find the particular solution. (D26D+9)(D24D+4)=D410D3+37D260D+36(you can use matrix to count this product.) Math Essays: Using matrix to count the product of two polynomias (wuyulanliulongblog.blogspot.com)

And, by the way, it just like integrating both sides.

I mean, how do you solve Dy=x? integrating both sides. And it just that the solution comes from y=Ax2+Bx+C=KerD3

It is really stupid to use this method when you deal with Dy=f, But you can not integraing both sides for (D2)y=ex

But as you see, you can do this for this ODE (D2)y=exy=Aex+Be2x.

Conclusion

Invariants in ODE(3) provide a powerful tool to simplify and understand the behavior of differential equations. They allow us to transform challenging problems into easier ones and relate different solutions to each other. Understanding these invariants can lead to significant insights into the study of ordinary differential equations.

 

No comments:

Post a Comment

Popular Posts