- #1
Vepomuk
- 1
- 0
I am working on an advanced fundamental engineering theory. For that I need to solve a system of differential equations in R2 by expanding my variables as Legendre series expansion.
Thus: u(x,y)=[tex]\sum[/tex][tex]\sum[/tex]AmnPm(x)Pn(y)
The equations contain of each variable derivatives up to the fourth order. How would I go about this?
-The most straight forward way as I see it is to write out the series up to the point where I truncate and take derivatives, however that seems to be laborious, even if I use a program like Mathematica or Maple. Besides, it is "un-elegant"
-Then again, I could also write out the series up to truncation but leave the Polynomials as dn/dxn(Pm(x)). There are equations, amongst others by Brychkov, that give solutions to the derivatives of the polynomials directly. To my knowledge there are no such equations for the coefficients Amn. Still, this feels not right.
I know my way with series expansions, but not this complicated with derivatives involved and in 2-D. Would anyone enlighten me with a push in the right direction?
Thus: u(x,y)=[tex]\sum[/tex][tex]\sum[/tex]AmnPm(x)Pn(y)
The equations contain of each variable derivatives up to the fourth order. How would I go about this?
-The most straight forward way as I see it is to write out the series up to the point where I truncate and take derivatives, however that seems to be laborious, even if I use a program like Mathematica or Maple. Besides, it is "un-elegant"
-Then again, I could also write out the series up to truncation but leave the Polynomials as dn/dxn(Pm(x)). There are equations, amongst others by Brychkov, that give solutions to the derivatives of the polynomials directly. To my knowledge there are no such equations for the coefficients Amn. Still, this feels not right.
I know my way with series expansions, but not this complicated with derivatives involved and in 2-D. Would anyone enlighten me with a push in the right direction?