/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} Q5.3-29E Competing Species. Let pi(t) den... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

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 91Ó°ÊÓ!

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

Nonlinear Spring.The Duffing equationy''+y+ry3=0 where ris a constant is a model for the vibrations of amass attached to a nonlinearspring. For this model, does the period of vibration vary as the parameter ris varied?

Does the period vary as the initial conditions are varied? [Hint:Use the vectorized Runge–Kutta algorithm with h= 0.1 to approximate the solutions for r= 1 and 2,

with initial conditionsy(0)=a,y'(0)=0 for a = 1, 2, and 3.]

Question: In Problems 29–34, determine the Taylor series about the point X0for the given functions and values of X0.

31. f(x)=1+x1-x.x0 = 0 ,

In Problems 14–24, you will need a computer and a programmed version of the vectorized classical fourth-order Runge–Kutta algorithm. (At the instructor’s discretion, other algorithms may be used.)†

Using the vectorized Runge–Kutta algorithm, approximate the solution to the initial value problem y''=t2+y2;y(0)=1,y'(0)=0at t=1. Starting with h=1, continue halving the step size until two successive approximations of both y1andy'1differ by at most 0.1.

In Problems 10–13, use the vectorized Euler method with h = 0.25 to find an approximation for the solution to the given initial value problem on the specified interval.

t2y''+y=t+2;y(1)=1,y'(1)=-1on[1,2]

Mixing.Suppose a brine containing 0.2 kg of salt per liter runs into a tank initially filled with 500 L of water containing 5 kg of salt. The brine enters the tank at a rate of 5 L/min. The mixture, kept uniform by stirring, is flowing out at the rate of 5 L/min (see Figure 2.6).

(a)Find the concentration, in kilograms per liter, of salt in the tank after 10 min. [Hint:LetAdenote the number of kilograms of salt in the tank attminutes after the process begins and use the fact that

rate of increase inA=rate of input- rate of exit.

A further discussion of mixing problems is given in Section 3.2.]

(b)After 10 min, a leak develops in the tank and an additional liter per minute of mixture flows out of the tank (see Figure 2.7). What will be the concentration, in kilograms per liter, of salt in the tank 20 min after the leak develops? [Hint:Use the method discussed in Problems 31 and 32.]

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.