17.3 Tangent plane approximations
To extend the notion of a linear approximation, we apply the tangent plane approximation at the point x=a, y=b:
L(x,y)=f(a,b)+fx(a,b)⋅(x−a)+fy(a,b)⋅(y−b),
where fx is the partial derivative of f(x,y) with respect to x and fy is the partial derivative of f(x,y) with respect to y. For simplicity let’s work with the equilibrium solution at (0,0). If we say that f(H,L)=.3H−.1HL, we know f(0,0)=0. Furthermore the locally linear approximation is:
fH=.3−.1L→fH(0,0)=.3fL=−.1H→fL(0,0)=0
With this information we are able to take this and then write down the locally linear approximation for f(H,L):
f(H,L)≈0+.3⋅(H−0)−0⋅(L−0)=.3H
Likewise if we consider g(H,L)=.05HL−.2L, then we have:
gH=.05L−.2L→gH(0,0)=0gL=.05H−.2→fL(0,0)=−.2
With these results, our locally linear approximation for g(H,L) is:
g(H,L)≈0+0⋅(H−0)−.2⋅(L−0)=0−.2L.
So, at the equilibrium solution (0,0), Equation (17.2) behaves like the following system of equations:
dHdt=.3HdLdt=−.2L
Notice how Equation (17.3) is an entirely decoupled linear system of equations that can be solved easily by separation of variables. For an initial condition (H0,L0) Equation (17.3) has a solution H(t)=H0e.3t and L(t)=L0e−.2t.