Ok, I have a rather large an in-depth problem that I will need help with. Additional material below.
Suppose that the population \(y\) of a certain species of fish (e.g. tuna or halibut) in a given area of the ocean is described by the logistic equation \(\displaystyle\frac{dy}{dt}=r(1-\frac{y}{K})y\) If the population is subjected to harvesting at a rate \(H(y,t)\) members per unit time, then the harvested population is modeled by the differential equation \(\displaystyle\frac{dy}{dt}=r(1-\frac{y}{K})y-H(y,t)\) Although it is desirable to utilize the fish as a food source, it is intuitively clear that if too many fish are caught, then the fish population may be reduced below a useful level and possibly even driven to extinction. The following problems explore some of the questions involved in formulating a rational strategy for managing the fishery. 1) \(Constant~Effort~Harvesting\) At a given level of effort, it is reasonable to assume that the rate at which fish are caught depends on the population \(y\); the more fish there are, the easier it is to catch them. Thus we assume that the rate at which fish are caught is given by \(H(y,t)=Ey\), where |9E\) is a positive constant, with units of 1/time, that measures the total effort made to harvest the given species of fish. With this choice for \(H(y,t)\) the equation becomes \(\displaystyle\frac{dy}{dt}=r(1-\frac{y}{k})y-Ey\) Questions: (a) Show that if \(E<r\), then there are two equilibrium points, \(y_1=0\) and \(y_2=K(1-E/r)>0\) (b) Show that \(y=y_1\) is unstable and \(y=y_2\) is asymptotically stable. (c) A sustainable yield \(Y\) of the fishery is a rate at which fish can be caught indefinitely. It is the product of the effort \(E\) and the asymptotically stable population \(y_2\). Find \(Y\) as a function of the effort \(E\). The graph of this function is known as the yield-effort curve. (d) Determine \(E\) so as to maximize \(Y\) and thereby find the maximum sustainable yield \(Y_m\)
Well your equilibrium points are going to be where the derivative vanishes, so simply set it to zero and solve. If you want to determine the stability of those points, find the second derivative and plug them in -- a stable point will have a positive second derivative while an unstable point has a negative second derivative.
The rest is straightforward multiplication and maximization.
So I want to set \(\displaystyle \frac{dy}{dt}=r(1-\frac{y}{K})y-Ey\) equal to zero? Then I would solve for \(y\) I assume?
Yup.
Very cool, gimme just a minute.
Ok, I have two as follows. \(y=0\) and \(\displaystyle y=k-\frac{EK}{r}\) How far off am I?
Well, I mean, the answers are actually given in the question .... those are right.
I know, but I don't know where the heck I went wrong...
You're not wrong, I don't understand the issue.
I am such a dolt.
For part (b), how would I prove this? Is there any particular way?
Do what I said -- calculate the second derivative and plug in your two values for y.
Find the second derivative of the overall diff.eq. or the second derivative of the two points that I calculated?
The second derivative of a point doesn't mean anything. You need to find the second derivative of y.
With respect to t, if we're being precise.
Well, because it is with respect to t, isn't is zero?
Absolutely not, how did you come up with that?
It would be a partial derivative right? Because there are no "t's" in the original derivative you would treat everything else like a constant. But evidently that is incorrect. What should I have done?
No, it would not be a partial derivative, it would be a total derivative. Perhaps it would be safer to write it in this way: \[ \frac{dy}{dt} = r\left( 1 - \frac{y(t)}{k} \right)- E\cdot y(t)\]
Oops, I missed a y(t) after the parenthesis -- but you get the idea.
I have a very gnarly looking answer, I hope this is correct. \(\displaystyle\frac{d^2y}{dt^2}=\frac{(EK-K-2\cdot y(t))\cdot(r\cdot y(t)(1-\frac{y(t)}{K})-E\cdot y(t))}{K}\)
You were typing for a while and then you stopped, this has me worried.
My apologies -- I made a typo. It's not with respect to t, it's with respect to y. The reason I stopped was because it takes awhile to type all this in to LaTeX and do the derivatives in my head at the same time.
Here: \[ \frac{dy}{dt} = f(y) \] \[f'(y) = ? \]
Lets see... I get \[ f'(y)= r\left ( 1- \frac{y}{k}\right) - \frac{r}{k}\cdot y - E\] \[ = \left( r \left(1-\frac{y}{k}\right) - \frac{r}{k} - E \right)\] \[ = \left( r - r\frac{y}{k} - \frac{r}{k} - E\right)\]
Oops. Messed up on that second line, should be \[ f'(y) = r - 2ry/k - E \] for the first solution, y = 0, that yields \[ f'(0) = r-E > 0 \] based on your assumption that E < r. What do you get when you plug in the second solution?
Well, according to my likely incorrect work, it should be, \(\displaystyle f(K-\frac{EK}{r})=r-\frac{2r(K-\frac{EK}{r})}{K}-E\)
Oopsies, should be \(\displaystyle f'(K-\frac{EK}{r})\)
That's right, but it can be simplified greatly. \[ f'( K - EK/r ) = r - 2r + 2E - E = -r + E = - (r-E) \]
You deserve so many medals. Thank you so much!
No problem. The rest is literally just multiplying things together and maximizing (with respect to E, now).
Yep, I think I can handle that. I will post what I get for parts (c) & (d) after I figure them out! At which point you will likely tell me that they can be reduced further! :P
For part (c) I get, \(Y(E)=E\cdot(K-\frac{EK}{r})\) \(Y(E)=EK=-\frac{E^2K}{r}\) Part (d) I believe you find the derivative of the above function and then set equal to zero right? \(\displaystyle \frac{dY(E)}{E}=-\frac{2EK}{r}\) Which when set equal to zero and solved for \(E\) is equal to zero... That doesn't seem right.
You have two many equals signs in the second line...
Typo, ignore the second equal sign in the second line. Sorry.
which changes your answer to (d).
\(\displaystyle Y(E)=EK-\frac{E^2K}{r}\) And how would it change the answer? \(\displaystyle\frac{dY(E)}{dE}(EK)=0\)
So that part would cancel right?
what? \[Y'(E) = K(1 - 2E/R) = 0\]
Excuse me, It would be, \(Y'(E)=\displaystyle K-\frac{2EK}{r}\)
Wait, you beat me to it :P And you are correct, that would change the answer. When set equal to zero, \(E=r/2\) Correct?
Yep.
Lastly, what does that imply for your maximum sustainable yield?
Would we plug that back into the original equation? Sorry, I am a little slow today.
Join our real-time social learning platform and learn together with your friends!