wow i didnt see this coming, but i have NO idea how to do this webassignanyhelp would be greatly appreciate - let me know if you can help me outFor each of the following models you will be using these parameter values: M = 106100, r = 0.2981, and H = 3953. Please note k=r/M. For the exponential model, if the initial population ( y(0) ) is 1345,(Symbolic) write the equation for y in terms of tNote: Use ONLY the variable t. If you need to denote "e" remember to use the "exp" format (just like in Excel!).y (t) = what is the population at t=15?For the logistic model,what is the population at the nonzero equilibrium?If y(0) = 1345, what is the population at t=15?For the harvesting model,what are the equilibrium populations? (smaller population) (larger population)Use Maple to create two graphs of the harvesting model solution using DEplot for y(0) = 31628 and y(0) = 7768, for t = 0 to t = 10.
3/21/2006 11:32:46 PM
if you think you can do this - i can link the class notes which suck 99.9% of the time - thanks again in advance
3/21/2006 11:34:09 PM
Not that this will really help, because I don't remember how to do it, but if you go to class every time, she does the exact homework assignment with different numbers. the only way you can make an A (unless you are a genious or know someone that understands this stuff) is to try and get it done during class so she can help you. I went a little early and filled out the spreadsheets ahead of time so when she zipped through the problems I could easily plug in the numbers and solve. Not trying to be negative...just telling you my experience with the class.
3/22/2006 1:20:35 PM
I dont have a "she" I have a "he" and he doesn't teach very well, especially at 8am
3/22/2006 1:24:36 PM
#1 - i have gone to 1 class and masterD is right - 8 am doesnt work#2 - i have a great girlfriend/friends to help me with this crap#3 - this class is pointless#4 - repeat step 3#5- repeat step 4#6 - for some reason this is the ONLY webassign left i cant do, nor anyone i know - i know there are some ridiculous smart people on here, so id figure id give it a shot
3/22/2006 1:45:50 PM
I'll help you out with some Maple, maybe this will get you started. use the following command to add DEtools > with(DEtools):Now if I wanted to solve d/dt{P(t)}= k*(M-P(t))*P(t) I would use the following to define the ODE>ode1:=diff(P(t),t)=k*(M-P(t))*P(t); <---- This is the logistic DE you wantThen to DEplot use>DEplot(ode1,P(t),t=0..10,[[P(0)=7768]],P=0..100000);The arguments of DEplot are 1. the ODE2. What you are solving for.. in this case P(t)3. the time scale4.the Initial condition notice the brackets. 5. The scale for the P-axis.If you want to solve a ODE use >dsolve(...)If you need help with dsolvetype>?dsolveBUt you should be able to find a formula for the soln of the logistic DE. It's pretty standard.[Edited on March 22, 2006 at 2:01 PM. Reason : .nvmnd]
3/22/2006 1:52:54 PM
ok, so i did it in class and dont have my notes with me at workhowever i pulled up the maple file i submitted, and although it doest make much sense, it does have some of the equations i used. see if you can figure it outbtw, it doesnt have the logistic...just the exponential and harvest
3/22/2006 1:56:49 PM
thank you guys so much
3/22/2006 5:52:01 PM
i only need the logistic model part now - the rest i gotwhat is the population at the nonzero equilibrium?If y(0) = 1345, what is the population at t=15?any ideas?
3/22/2006 11:04:56 PM
yea this is the problem i havei got all the restbut the logistical is coming up wrong
3/22/2006 11:06:40 PM
ok Sipn - the first part of logistic is the M value if anyone can help me with If y(0) = 1345, what is the population at t=15? i would be very thankful
3/22/2006 11:17:19 PM
3/22/2006 11:17:57 PM
The nonzero equilbrium for the logistic model is called the carrying capcacity. I can find how youguys write the model ( there are several possibilities ) but"M = 106100, r = 0.2981, and H = 3953" ...If I had to guess I'd say the answer is either 106100 or 3953.
3/22/2006 11:20:37 PM
3/22/2006 11:47:53 PM
lol my bad i skipped it and just put in the maple deali got em all anyway - thanks guys
3/22/2006 11:59:29 PM