Jump to content

LV Competitive

From mintOC
Revision as of 07:34, 25 August 2025 by RobertLampel (talk | contribs) (Created page with "{{Dimensions |nd = 1 |nx = 3 |nw = 1 }} This '''Lotka Volterra problem with explicit inclusion of a shared resource''' is a variant of the Lotka Volterra fishing problem. Its dynamics are given via a three-dimensional ODE model. == Mathematical formulation == The optimal control problem is given by <p> <math> \begin{array}{llclr} \displaystyle \min_{u} & \int_0^{t_f} && (x_0(t) - 1)^2 + (x_1(t) - 1)^2 + (x_2(t) - 1)...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
LV Competitive
State dimension: 1
Differential states: 3
Discrete control functions: 1


This Lotka Volterra problem with explicit inclusion of a shared resource is a variant of the Lotka Volterra fishing problem. Its dynamics are given via a three-dimensional ODE model.

Mathematical formulation

The optimal control problem is given by

minu0tf(x0(t)1)2+(x1(t)1)2+(x2(t)1)2 dts.t.x˙0(t)=x0(t)(1x0(t)+αx1(t)K)c1x0(t)u(t),x˙1(t)=x1(t)+(1x0(t)+x1(t)K)c2x1(t)u(t),x(0)=x0,u(t)[0,1],α>1.

Parameters

These fixed values are used within the model.

[t0,tf]=[0,20],(c1,c2)=(0.1,0.4),x0=(1.5,0.5,1) or (1.5,1,0.5),α=1.2.

Reference Solutions