| Thread Closed |
[Numerical] System of first order ordinary diff equations with given asymptotic |
Share Thread | Thread Tools |
| Jul29-09, 03:44 AM | #1 |
|
|
[Numerical] System of first order ordinary diff equations with given asymptotic
I have system of first order ordinary diff equations, indipendent variable is x cordinate. I know asymptotic solution in left and right region (i.e. when x->-infinity or x->infinity, e.g. when abs(x)>1000), it's const plus exponentially falling function. I want to find numerical solution in middle region, witch will have given asymptotic in left and right region.
If I give initial value at left (i.e. at x=-1000) numerical solution blow up at right (I also have exponentially growing functions on right). How to do this? |
| Jul29-09, 12:58 PM | #2 |
|
Blog Entries: 3
|
Okay, bellow is my attempt:
Let: [tex]y(x)=c(1-w(x)exp(-kx))[/tex] Then [tex] w(x)=(1-y/c)exp(kt)[/tex] [tex] \dot{w}=-\frac{\dot{y}}{c}exp(-kx)+k \ (1-y/c)exp(-kx) [/tex] Now time to make some substitutions [tex] \dot{w}=-\frac{f(y)}{c}exp(kt)+k \ (1-\left(c(1-w \ exp(-kx)) \right)/c)exp(kt)[/tex] [tex]=-\frac{f(y)}{c}exp(kx)-w \ \left(1-\frac{k}{c}\right)exp(kx)+k \ w \ [/tex] where [tex]y[/tex] is given above as: [tex]y=c (1- w \ exp(-kx))[/tex] and [tex]f(y)[/tex] is the original differential equation. edit: The above only seems useful if [tex]\frac{1}{x}[/tex] is much bigger then [tex]k[/tex]. |
| Jul30-09, 01:07 AM | #3 |
|
|
For that x, I have asymptotic solution. I want to find numerical solution in the middle, but don't know how. (I don't have 1 ODE, I have system of ODE)
|
| Thread Closed |
| Tags |
| numerical diff |
| Thread Tools | |
Similar Threads for: [Numerical] System of first order ordinary diff equations with given asymptotic
|
||||
| Thread | Forum | Replies | ||
| 2nd order diff equations | Calculus & Beyond Homework | 4 | ||
| Conversion of System of Eq's to 2nd Order Diff Eq | Differential Equations | 4 | ||
| power series to solve 2nd order ordinary differential equations | Calculus & Beyond Homework | 3 | ||
| asymptotic stability of a system ( ordinary DE) | Calculus & Beyond Homework | 3 | ||
| Numerical Solution of Ordinary Differential Equations | Advanced Physics Learning Materials | 0 | ||