
8.2. NONLINEAR ODES: GRAPHICAL METHODS 301
I had derived the “equation of motion” for a tunnel diode electrical circuit, the
ODE taking the form of the nonlinear Van der Pol (VdP) equation,
¨x + (x
2
− 1) x + x =0, (8.6)
where x is related to the voltage change across the diode and the positive
parameter depends on certain circuit parameters. From a mechanical view-
point, the VdP equation follows on applying Newton’s second law to a unit
mass which experiences a Hooke’s law restoring force, F
Hooke
=−x,andadrag
force, F
drag
=− (x
2
−1) ˙x.For=0, Eq. (8.6) reduces to the simple harmonic
oscillator equation which has undamped oscillatory solutions. For >0, the
drag force has a rather peculiar property. For x>1and ˙x>0, F
drag
< 0, which
tends to reduce the size of the oscillations, but for x<1and ˙x still positive,
F
drag
> 0, and the oscillations tend to grow in amplitude. In the tunnel diode
case, it is the latter feature which causes the diode to begin to spontaneously
oscillate even if it is connected to a steady (non-oscillatory) power supply.
As a follow up to the class room derivation, I had then asked the class
to solve the VdP equation for = 5 for a few initial conditions of their own
choosing, using a graphical/numerical technique called the method of isoclines.
The basis of the isoclines method is as follows. Setting y ≡ ˙x, the second-order
VdP equation can be reduced to a system of two coupled first-order ODEs, viz.,
˙x = y, ˙y = (1 − x
2
) y − x. (8.7)
Since the time doesn’t explicitly appear
1
in (8.7), it may be eliminated by form-
ing the ratio dy/dx =((1−x
2
) y −x)/y. But this ratio is just the slope tangent
to the solution “trajectory” in the x-y plane (called the phase plane)atanin-
stant in time. A tangent field picture can be created by drawing systematically
spaced arrows in the x-y plane, the arrows oriented along the slope directions
and the arrow heads pointing in the direction of increasing time. Given some
initial condition, x(0), y(0), the solution curve (called a phase-plane trajectory)
can be drawn in the x-y plane by following the arrows. A tangent field picture
with one or more superimposed solution curves is referred to as a phase-plane
portrait of the autonomous ODE or ODE system.
The method of isoclines was commonly used in the pre-computer age to sys-
tematically draw the tangent field arrows. In this method, curves corresponding
to different constant slopes (the isoclines) were drawn and equally spaced ar-
rows pointing in the slope direction placed on each isocline. Once the x-y plane
was filled with a sufficiently fine grid of arrows, one could see how a solution
would evolve with time from any point in the phase plane.
So, why do I remember Joe? It’s because when Joe handed in his solution
to the problem (a week late!), it was in the form of a large cylindrical scroll
fastened with an elastic band. Removing the band, I began to unwind the
scroll. To my amazement, I found that the scroll stretched across the width of
my office. Joe had evidently chosen the wrong scale for his initial conditions and
stubbornly kept splicing sheets together until he obtained a complete solution
1
The equations are referred to as autonomous.