Estimating the Parameter 'a' from ODE System

Bita_La
Messages
2
Reaction score
0
Hi everyone
I have a system of ODE as follows
x1_dot=f1(t)-ax1
x2_dot=f2(t)-ax2
x3_dot=f3(t)-ax3

f1,2,3(t) are unknown nonlinear functions of time, a is constant and unknown, x1,2,3 and their derivatives are given. How can I estimate the parameter a from the given information?
Thanks
 
Physics news on Phys.org
Bita_La said:
Hi everyone
I have a system of ODE as follows
x1_dot=f1(t)-ax1
x2_dot=f2(t)-ax2
x3_dot=f3(t)-ax3

f1,2,3(t) are unknown nonlinear functions of time, a is constant and unknown, x1,2,3 and their derivatives are given. How can I estimate the parameter a from the given information?
Thanks
It's not clear what information you are given, besides the form of the equations. Do you have some initial values given which occur at a certain time t ?
 
SteamKing said:
It's not clear what information you are given, besides the form of the equations. Do you have some initial values given which occur at a certain time t ?
SteamKing said:
It's not clear what information you are given, besides the form of the equations. Do you have some initial values given which occur at a certain time t ?
Thanks for your reply. Yes, I know x1(0)=x2(0)=x3(0)=1
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top