Q5.3-29E

Question

Competing Species. Let pi(t) denote, respectively, the populations of three competing species Si,i=1,2,3.Suppose these species have the same growth rates, and the maximum population that the habitat can support is the same for each species. (We assume it to be one unit.) Also, suppose the competitive advantage that S1 has over S2 is the same as that of S2 over S3 and over. This situation is modeled by the system

p'1=p1(1-p1-ap2-bp3)p'2=p2(1-bp1-p2-ap3)p'3=p3(1-ap1-bp2-p3)

where a and b are positive constants. To demonstrate the population dynamics of this system when a = b = 0.5, use the Runge–Kutta algorithm for systems with h = 0.1 to approximate the populations over the time interval [0, 10] under each of the following initial conditions:

(a) p1(0)=1.0,p2=0.1,p3=0.1(b) p1(0)=0.1,p2=1.0,p3=0.1(c) p1(0)=0.1,p2=0.1,p3=1.0

Step-by-Step Solution

Verified
Answer

In all cases, the population approaches to 0.5.

1Given conditions

Given that the system is:

p'1=p1(1-p1-ap2-bp3)p'2=p2(1-bp1-p2-ap3)p'3=p3(1-ap1-bp2-p3)

And 

 

The initial conditions are:

p1(0)=1.0,p2=0.1,p3=0.1


T

p1

p2

p3

0

1

0.1

0.1

0.1

0.99035

0.103

0.1035

0.5

0.9574

0.1189

0.1189

1

0.9245

0.1406

0.140

1.5

0.8960

0.1647

0.164

3

0.817

0.245

0.245

4

0.766

0.298

0.298

5

0.7187

0.349

0.349

9

0.583

0.452

0.452

10.1

0.565

0.463

0.4638

2Solve for part (b)

The initial conditions are p1(0)=0.1,p2=1.0,p3=0.1.

T

p1

p2

p3

0

0.1

1

0.1

0.1

0.103

0.990

0.1035

0.5

0.118

0.957

0.1189

1

0.1406

0.9245

0.1406

1.5

0.1647

0.8960

0.164

3

0.245

0.8177

0.245

4

0.298

0.7668

0.298

5

0.344

0.7187

0.3449

9

0.452

0.583

0.452

10.1

0.463

0.565

0.4638

3Find the result of part (c)

The initials conditions are p1(0)=0.1,p2=0.1,p3=1.0.

T

p1

p2

p3

0

0.1

0.1

1

0.1

0.103

0.103

0.990

0.5

0.118

0.118

0.957

1

0.1406

0.1406

0.9245

1.5

0.1647

0.1647

0.8960

3

0.2452

0.2453

0.8117

4

0.2982

0.2982

0.7618

5

0.344

0.3449

0.7187

9

0.4521

0.4521

0.5834

10.1

0.463

0.4638

0.565


In all cases, the population approaches 0.5.

 

This is the required result.