A population of $N$ fish in a certain lake grow at rate $$N'(t) = aN(t) - bN^2(t)$$ if undisturbed by people. Fish can be withdrawn from the lake and consumed at rate $c(t)$, yielding utility $w(c(t))$ to the consuming community and reducing the fish growth rate accordingly: $$N'(t) = aN(t) - bN^2(t) - c(t)$$
Assume future utilities to the community are discounted at constant rate $r$. Characterize a fishing (consumption) plan to maximize the present value of the discounted stream of utilities. Assume that $N(0) = \frac{a}{b}$, and that $u' > 0$, $u'' < 0$.
2026-03-25 21:45:51.1774475151
Find optimal fishing plan
258 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ORDINARY-DIFFERENTIAL-EQUATIONS
- The Runge-Kutta method for a system of equations
- Analytical solution of a nonlinear ordinary differential equation
- Stability of system of ordinary nonlinear differential equations
- Maximal interval of existence of the IVP
- Power series solution of $y''+e^xy' - y=0$
- Change of variables in a differential equation
- Dimension of solution space of homogeneous differential equation, proof
- Solve the initial value problem $x^2y'+y(x-y)=0$
- Stability of system of parameters $\kappa, \lambda$ when there is a zero eigenvalue
- Derive an equation with Faraday's law
Related Questions in CONTROL-THEORY
- MIT rule VS Lyapunov design - Adaptive Control
- Question on designing a state observer for discrete time system
- Do I really need quadratic programming to do a Model Predictive Controller?
- Understanding Definition of Switching Sequence
- understanding set of controllable state for switched system
- understanding solution of state equation
- Derive Anti Resonance Frequency from Transfer Function
- Laplace Transforms, show the relationship between the 2 expressions
- Laplace transform of a one-sided full-wave rectified...
- Controlled Markov process - proper notation and set up
Related Questions in OPTIMAL-CONTROL
- Do I really need quadratic programming to do a Model Predictive Controller?
- Transforming linear dynamical system to reduce magnitude of eigen values
- Hamiltonian minimization
- An approximate definition of optimal state trajectory of a discrete time system
- Reference request: Symmetric Groups and linear control systems
- Does the Pontryagrin maximum principle in sequential order result in same minimum?
- I can't get my Recursive Least Square algorithm work - What have I miss?
- Will LQR act like MPC in reality?
- Find which gain the process will be unstable?
- How do I find the maximum gain limit for a delayed system?
Related Questions in OPERATIONS-RESEARCH
- correctness for minimizing average completition time for scheduling problem with release times
- the effect of an operation
- Reasonable/unreasonable exponentially distributed interarrival (service) times
- Optimally allocating inventory, does this problem have a name?
- Linear Programming: What is the rationale behind the Gauss Jordan Row operations we do after determining the leaving and entering variables?
- Linear programming: Converting nested absolute value
- How to find infinite optimal solutions for linear program?
- Ways to speed up solving an LP with Google's ortools
- A Mixed Integer Model with Mixed Integer sub-Problems
- Does zero considered as a leaving variable in simplex method?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Since the fish becomes cheaper at rate $r$, the Lagrangian: $$ \mathcal L=\int_0^\infty w(c(t))e^{-rt}dt $$
The Hamiltonian here is: $$ H(t, N, c,\lambda)=w(c)e^{-rt} +\lambda(a N-bN^2-c) %+\mu N \\ \frac{\partial H}{\partial c}=0=w'(c)e^{-rt}-\lambda\\ \lambda = w'(c) e^{-rt}\\ \dot \lambda =-\frac{\partial H}{\partial N}=-a\lambda+2b\lambda N\\ -rw'(c)e^{-rt}+w''(c)\dot c e^{-rt}=-e^{-rt}(a-2bN)\\[20pt] w''(c)\dot c=r w'(c)+2bN-a\\ \dot N=aN-bN^2-c $$
We have ODE with initial condition $N(0)=N_0$ and ending condition $\lambda(t_{end})=0$ ($t_{end}$ is the time when fish is depleted from the lake $N(t_{end})=0$).
There can be a case when the end condition cannot be satisfied and $\lambda(t_{end})>0$. That means the fish becomes cheaper faster than it can grow. So the optimal solution will be to fish all the fish as fast as you can $c=N_0\delta(t)$.