Question

1. Plot the y(C) if available fort 0 to 5. 7. Logistic population growth (exponential but eventually limited) is modeled by a

need assistance and explanations would be nice thank you :)

0 0
Add a comment Improve this question Transcribed image text
Answer #1

MATLAB script

clc
clear
close all
tspan=[0 10];
y0=70;k=0.22e-3;l=3000;
[t,y]=ode45(@(t,y) k*y*(l-y),tspan,y0);
plot(t,y,'-o')
xlabel('time(Years)')
ylabel('Population')
fprintf('Population after 10 years is %.4g\n',y(end))

Results

Population after 10 years is 2838

3000 2500 2000ト 51500 F 1000 50아 0 0 1 234 5 6 78 9 10 time(Years)

Add a comment
Know the answer?
Add Answer to:
need assistance and explanations would be nice thank you :) 1. Plot the y(C) if available...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • LOGISTI We know that if the number of individuals, N, in a population at time t follows an exponential law of growth, t...

    LOGISTI We know that if the number of individuals, N, in a population at time t follows an exponential law of growth, then N-N, exr where k >0 and No is the population when t -o. es that at time, t, the rate of growth, N, of the population is proportional to dt dN the number of individuals in the population. That is, kN Under exponential growth, a population would get infinitely large as time goes on. In reality, when...

  • I need help on Number Three ONLY. Thank You! 1. Find the general solution to the...

    I need help on Number Three ONLY. Thank You! 1. Find the general solution to the ODE: y = tye-l, where t > 0. What is the limit fort → of y(t)? 2. Solve the initial Value Problem: y = y2, y) = yo, with yo ER. Does the solution exist for all tER? 3. The Kennewick Man skeleton was found on a bank of the Columbia River near Kennewick, WA on July 28, 1996. It was determined that the...

  • b and c please the first photo is just some background information ! thank you. Unless...

    b and c please the first photo is just some background information ! thank you. Unless otherwise specified, the domain of a function f is assumed to be the set of all real numbers x for which f (x) is a real number. A large vat is initially filled with a saltwater solution. A solution with a higher concentration of salt flows into the vat, and solution flows out of the vat at the same rate. The number of pounds...

  • Name: Score: 1. (3 points) Solve the initial value problem y' = 1+x2 > 0, and...

    Name: Score: 1. (3 points) Solve the initial value problem y' = 1+x2 > 0, and y(1) = 1. Give an explicit solution (as opposed to an implicit one). 2. (3 points) The logistic differential equation is = kP(1-6), where P() is the size of a certain population at time t, k is a constant of proportionality, and M is the carrying capacity of the population. How does the population grow when the population is very small? How does the...

  • Exercises 1. Verify equation (3) 2. Use the techniques of Section 13.7 and the fact that...

    Exercises 1. Verify equation (3) 2. Use the techniques of Section 13.7 and the fact that P(0) = 10 to solve equation (5). 3. The carrying capacity of Atlantic harp seals has been estimated to be C = 10 million seals. Let 1 = 0 correspond to the year 1980 when this seal population was estimated to be about 2 mil- lion. (Data from: Fisheries and Oceans Canada.) (a) Use a logistic growth model = kP(C - P) with k...

  • help please! thank you! (a) Show that an members of the family y-ve-1ฐ are-lutkn-ed Medaterntial mpalii (b) Use part (a) to find a fornvula for the solution to the ini- tial value problem v (0)-2...

    help please! thank you! (a) Show that an members of the family y-ve-1ฐ are-lutkn-ed Medaterntial mpalii (b) Use part (a) to find a fornvula for the solution to the ini- tial value problem v (0)-2. Then, sketch your solution on the slope field shown to the right. 2. Figure 1. Slope field for 3. (a) Show that all members of the family yarlutions of the disferential equation (b) Find the solution to the initial value problem ry'-tra-Zy·y(1)-S. 4. For what...

  • Use the Leading Coefficient Test to determine the end behavior of the graph of the given...

    Use the Leading Coefficient Test to determine the end behavior of the graph of the given polynomial function. f(x) = -6x* +5x2 - x +7 Choose the correct answer below. A. The graph of f(x) falls to the left and falls to the right. O B. The graph of f(x) falls to the left and rises to the right O C. The graph of f(x) rises to the left and rises to the right OD. The graph of f(x) rises...

  • I need Summary of this Paper i dont need long summary i need What methodology they used , what is the purpose of this p...

    I need Summary of this Paper i dont need long summary i need What methodology they used , what is the purpose of this paper and some conclusions and contributes of this paper. I need this for my Finishing Project so i need this ASAP please ( IN 1-2-3 HOURS PLEASE !!!) Budgetary Policy and Economic Growth Errol D'Souza The share of capital expenditures in government expenditures has been slipping and the tax reforms have not yet improved the income...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT