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 thatS1 has overS2 is the same as that ofS2 overS3 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

Short Answer

Expert verified

In all cases, the population approaches to 0.5.

Step by step solution

01

Given 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

02

Solve for part (b)

The initial conditions arep1(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

03

Find 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.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

Variation of Parameters. Here is another procedure for solving linear equations that is particularly useful for higher-order linear equations. This method is called variation of parameters. It is based on the idea that just by knowing the form of the solution, we can substitute into the given equation and solve for any unknowns. Here we illustrate the method for first-order equations (see Sections 4.6 and 6.4 for the generalization to higher-order equations).

(a) Show that the general solution to (20)dydx+P(x)y=Q(x) has the formy(x)=Cyh(x)+yp(x),whereyh ( 0is a solution to equation (20) when Q(x)=0,

C is a constant, andyp(x)=v(x)yh(x) for a suitable function v(x). [Hint: Show that we can takeyh=μ-1(x) and then use equation (8).] We can in fact determine the unknown function yhby solving a separable equation. Then direct substitution of vyh in the original equation will give a simple equation that can be solved for v.

Use this procedure to find the general solution to (21) localid="1663920708127" dydx+3xy=x2, x > 0 by completing the following steps:

(b) Find a nontrivial solutionyh to the separable equation (22) localid="1663920724944" dydx+3xy=0, localid="1663920736626" x>0.

(c) Assuming (21) has a solution of the formlocalid="1663920777078" yp(x)=v(x)yh(x) , substitute this into equation (21), and simplify to obtain localid="1663920789271" v'(x)=x2yh(x).

d) Now integrate to getlocalid="1663920800433" vx

(e) Verify thatlocalid="1663920811828" y(x)=Cyh(x)+v(x)yh(x) is a general solution to (21).

Consider the differential equation dpdt=p(p-1)(2-p) for the population p (in thousands) of a certain species at time t.

⦁ Sketch the direction field by using either a computer software package or the method of isoclines.

⦁ If the initial population is 4000 [that is, p0=4], what can you say about the limiting population limtP(t)?

⦁ If p(0)=1.7, what is limtP(t)?

⦁ If p(0)=0.8, what is limtP(t)?

⦁ Can a population of 900 ever increase to 1100?

In Problems 3–8, determine whether the given function is a solution to the given differential equation.

x=2cost-3sint,x''+x=0

Show thatϕx=c1sinx+c2cosx, is a solution tod2ydx2+y=0 for any choice of the constantsc1andc2. Thus,c1sinx+c2cosx, is a two-parameter family of solutions to the differential equation.

In problems 1-4 Use Euler’s method to approximate the solution to the given initial value problem at the points x=0.1,0.2,0.3,0.4, and 0.5, using steps of size 0.1h=0.1.

dydx=-xy,y(0)=4

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free