/*! 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} Q3.2-15E In Problem 14, suppose we have t... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

In Problem 14, suppose we have the additional information that the population of alligators on the grounds of the Kennedy Space Center in 1993 was estimated to be 4100. Use a logistic model to estimate the population ofalligators in the year 2020. What is the predicted limiting population? [Hint: Use the formulas in Problem 12.

Short Answer

Expert verified

The estimated population of alligators in the year 2020 is 6572 and the predicted limiting population is6693.

Step by step solution

01

Analyzing the given statement

Given, that in1980, thepopulation of alligatorson the Kennedy Space Centergroundswas estimatedto be1500 and it was estimated to be 4100 in 1993 and 6000 in 2006. We have to find estimated population of alligators in the year 2020 and the predicting limiting population.

Here, we have initial population, p0=1500

pa=4100pb=6000

ta=13(Because, 1993-1980=13)

tb=26(Because, 2006-1980=26)

02

Formulas used to find the solution

We will use the following formula to find theestimated population of alligators in the year 2020,

p(t)=p0p1p0+(p1-p0)e-Ap1t······(1)

To find the values of and A, we will use the following formulas from problem 12,

p1=[papb-2p0pb+p0papa2-p0pb]pa,······(2)A=1p1taln[pb(pa-p0)p0(pb-pa)]······(3)

03

Determine the values of  p1 and A

We will find the values ofp1 and A, using the formulas from equation (2 and 3),

p1=[41006000-215006000+1500410041002-15006000](4100)p1=6693.34A=1(6693.34)(13)ln[60004100-150015006000-4100]A=0.00001954

One will use these values of p1 and A in equation (1) to find the estimated population of splake in the year 2020.

04

Find the estimated population of splake in the year 2020 

To find the estimated population of alligators in the year 2020, we will substitute t=40 and other values from step1 and step3,

p(40)=(1500)(6693.34)(1500)+(6693.34-1500)e-(0.00001954)(6693.34)(40)p(40)=6572

Hence, the estimated population of alligators in the year 2020 is 6572.

Thus, thepredicted limiting population is 6693.

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

Early Monday morning, the temperature in the lecture hall has fallen to 40°F, the same as the temperature outside. At7:00a.m., the janitor turns on the furnace with the thermostat set at70°F. The time constant for the building is1k=2 hrand that for the building along with its heating system is1k1=12 hr. Assuming that the outside temperature remains constant, what will be the temperature inside the lecture hall at8:00a.m.? When will the temperature inside the hall reach65°F?

If the resistance in the RLcircuit of Figure 3.13(a) is zero, show that the current I (t) is directly proportional to the integral of the applied voltage E(t). Similarly, show that if the resistance in the RCcircuit of Figure 3.13(b) is zero, the current is directly proportional to the derivative of the applied voltage.

In Problem 9, suppose we have the additional information that the population of splake in 2004 was estimated to be 5000. Use a logistic model to estimate the population of splake in the year 2020. What is the predicted limiting population? [Hint: Use the formulas in Problem 12.

Use the fourth-order Runge–Kutta subroutine with h= 0.1 to approximate the solution to\({\bf{y' = 3cos(y - 5x),y(0) = 0}}\) , at the points x= 0, 0.1, 0.2, . . ., 4.0. Use your answers to make a rough sketch of the solution on [0, 4].

Local versus Global Error. In deriving formula (4) for Euler’s method, a rectangle was used to approximate the area under a curve (see Figure 3.14). With

\({\bf{g(t) = f(t,f(t))}}\), this approximation can be written as \(\int\limits_{{{\bf{x}}_{\bf{n}}}}^{{{\bf{x}}_{{\bf{n + 1}}}}} {{\bf{g(t)dt}} \approx {\bf{hg(}}{{\bf{x}}_{\bf{n}}}{\bf{)}}} \)where \({\bf{h = }}{{\bf{x}}_{{\bf{n + 1}}}}{\bf{ - }}{{\bf{x}}_{\bf{n}}}\) .

  1. Show that if g has a continuous derivative that is bounded in absolute value by B, then the rectangle approximation has error\(\left( {\bf{O}} \right){{\bf{h}}^{\bf{2}}}\); that is, for some constant M, \(\left| {\int\limits_{{{\bf{x}}_{\bf{n}}}}^{{{\bf{x}}_{{\bf{n + 1}}}}} {{\bf{g(t)dt - hg(}}{{\bf{x}}_{\bf{n}}}{\bf{)}}} } \right| \le {\bf{M}}{{\bf{h}}^{\bf{2}}}\).This is called the local truncation error of the scheme. [Hint: Write \(\int\limits_{{{\bf{x}}_{\bf{n}}}}^{{{\bf{x}}_{{\bf{n + 1}}}}} {{\bf{g(t)dt - hg(}}{{\bf{x}}_{\bf{n}}}{\bf{)}}} {\bf{ = }}\int\limits_{{{\bf{x}}_{\bf{n}}}}^{{{\bf{x}}_{{\bf{n + 1}}}}} {\left[ {{\bf{g(t)dt - g(}}{{\bf{x}}_{\bf{n}}}{\bf{)}}} \right]{\bf{dt}}} \). Next, using the mean value theorem, show that\(\left| {{\bf{g(t)dt - g(}}{{\bf{x}}_{\bf{n}}}{\bf{)}}} \right| \le {\bf{B}}\left| {{\bf{t - }}{{\bf{x}}_{\bf{n}}}} \right|\) . Then integrate to obtain the error bound\(\left( {\frac{{\bf{B}}}{{\bf{2}}}} \right){{\bf{h}}^{\bf{2}}}\).]
  2. In applying Euler’s method, local truncation errors occur in each step of the process and are propagated throughout the further computations. Show that the sum of the local truncation errors in part (a) that arise after n steps is (O)h. This is the global error, which is the same as the[ss1] [m2] convergence rate of Euler’s method.


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.