ME 163 A Catalogue of Equilibria for Systems of Two Linear Autonomous First Order Equations

Size: px
Start display at page:

Download "ME 163 A Catalogue of Equilibria for Systems of Two Linear Autonomous First Order Equations"

Transcription

1 catalogued.nb 1 ME 163 A Catalogue of Equilibria for Sstems of Two Linear Autonomous First Order Equations Introduction In this notebook, we look at solutions of equations of the following form: d = a + b, d = c + d. Here a, b, c and d are constants, and, unless otherwise specified, we assume that These equations have solutions of the form a d - b c 0. J N = Ju v N ert, where r, u, and v satisf (a - r) u + b v = 0, c u + (d - r) v = 0. For these two homogeneous linear equations to have a non-trivial solution, the determinant of the coefficient arra must vanish. Thus r - Ha + dl r + Had - bcl = 0. Each of the two roots of this quadratic determines a solution. The solution is completed b solving the equations for u and v for each value of r. Because the equations are homogeneous, the vector (u,v) is determined onl to within a constant multiple, which ma be chosen at convenience. The two solutions can then be assembled into the general solution of the problem:

2 catalogued.nb J N = C 1 J u 1 v 1 N e r 1 t + C J u v N e r t. The stabilit of the equilibrium is determined b the eigenvalues r 1 and r. If the are negative or if the are comple with negative real parts, then the solutions deca as t ö, and the equilibrium is called strictl stable. If either or both of the eigenvalues is positive (or if the real part is positive for a pair of comple conjugate eigenvalues), then there are growing solutions in the neighborhood of the equilibrium and it is unstable. If the eigenvalues are pure imaginar so that the solution is oscillator, the equilibrium is called stable (but not strictl stable). It is usual and useful to classif the possible equilibria on the basis of the eigenvalues, and this is done in Table One below. We have omitted some sub-categories that are sometimes included. Character of Eigenvalues Name of Equilibrium Stabilit real, both negative node strictl stable real, both positive node unstable real, one negative one positive saddle unstable comple conjugate, negative real part spiral strictl stable comple conjugate, positive real part spiral unstable comple conjugate, zero real part center stable Table One -- Classification of Equilibria In the remainder of this notebook, we analze a sequence of eamples, with emphasis on constructing in each case a good phase portrait. Ttaken together, the eamples illustrate the range of possibilities for linear second order autonomous sstems. Before starting the eamples, we discuss briefl the software to be used here. Software Used in This Notebook The pictures in this notebook have been constructed with DnPac. DnPac is a dnamical sstems package which runs in Mathematica. It is available on the Mac Lab server, and also on the Internet at the following URL: In this notebook, we simpl use the package, without much eplanation, to generate the pictures we want. If ou are interested in learning how to use the package, download it from the server or the net. It comes with full documentation and 17 tutorials. The Eamples In[99]:= ssid Mathematica., DnPac 10.58, 3ê31ê000 ü Defining the Equation for DnPac In ever case, we are integrating equations of the form d/ = a + b, d/ = c + d. The state vector for the sstem is {,}, which we declare now for DnPac: In[300]:= setstate@8, <D;

3 catalogued.nb 3 The parameters in the problem are the four coefficients {a,b,c,d}, which are declared as follows: In[301]:= setparm@8a, b, c, d<d; Before carring out an solutions, we will have to assign values to all four of these parameters. The slope vector is the vector of right-hand sides, and we now define it for DnPac: In[30]:= slopevec = 8a + b, c + d <; Finall, we name our sstem LinEq: In[303]:= ssname = "LinEq"; We can check what we have defined at an time b tping ssreport: In[30]:= ssreport SYSTEM DEFINITION H10.58L Sstem name ssname = LinEq State vector statevec = 8, < State units stateunits = 8, < Slope vector slopevec = 8a * + b *, c * + d * < Parameter vector parmvec = 8a, b, c, d< Parameter values parmval = 8a, b, c, d< Parameter units vector parmunits = 8,,,< Time unit timeunit = Sstem Tpe = differential equation As we work each eample, we will first set values for the coefficients, then choose a set of initial conditions, and finall ask DnPac to carr out integrations and plot the solutions. We begin with nodes, which are sstems with two real eigenvalues of the same sign. ü Stable Nodes For our first case, we take the equations d = -, d = -,

4 catalogued.nb corresponding to a = -1, b = 0, c = 0, and d = -. We set these values for DnPac: In[305]:= parmval = 8-1, 0, 0, -<; For our first task, we ask DnPac to classif this equilibrium, using the function classifd, which takes the location of the equilibrium as its argument: In[306]:= classifd@80, 0<D Abbreviations used in classifd. L = linear, NL = nonlinear, R = repeated root. Z1 = one zero root, Z = two zero roots. This message printed once. strictl stable - node DnPac tells us that this is a strictl stable node. We can get the eigenvalues as follows: In[307]:= eigval@80, 0<D Out[307]= 8-, -1< We see that the eigenvalues are - and both real and both negative, as the should be for a stable node. We can also get the eigenvectors and eigenvalues together: In[308]:= eigss@80, 0<D Out[308]= 88-, -1<, 880, 1<, 81, 0<<< The eigenvector {0,1} goes with the eigenvalue -, and the eigenvector {1,0} goes with the eigenvalue -1. Now its time to construct a picture. We will use a plotting window of {-5,5} in both and. We specif the window for Dnpac. In[309]:= plrange = 88-5, 5<, 8-5, 5<<; We set the image size to 380. In[310]:= imsize = 380; We also ask for one arrow at the mid-point of each solution curves to indicate the positive time direction. In[311]:= arrowflag = True; In[31]:= arrowvec = 81 ê <; We check our graphics settings with plotreport:

5 catalogued.nb 5 In[313]:= plotreport PLOTTING PARAMETERS Aspect ratio asprat = Automatic Color list for RGBColor colorvec = 8Black< Dashing pattern for D dashvec = 88<< Bo ratio for 3D borat = Automatic Viewpoint for 3D viewpt = 813, -, 0< Plot range for D plrange = 88-5, 5<, 8-5, 5<< Plot range for 3D plrange3d = All Point size ptsize = Poincaré map dot poincptsize = Line thickness lnthick = 0.00 Grid points in direction field dirpt = 0 Point connection flag pointcon = True Aes flag aon = True Aes origin aorg = Automatic Aes label flag alabon = True Frame flag frameon = False Frame label flag framelabon = True Plot label flag labon = True Plot label shift labshift = 0 Total digits in plot label totdig = Digits to right of decimal in label decdig = Flag for scientific notation in labels sciflag = False Gra level background gralev = 0.9 Displa flag displa = True Graphics image size imsize = 380 Graph background color backcolor = White Arrows on flag arrowflag = True Fractional arrow arclength arrowvec = 9 1 ÅÅÅÅ =

6 catalogued.nb 6 Because the solutions go inward to the origin, we start our integration on the frame of the plotting window. We will use a set of 16 initial conditions, spaced more or less uniforml around the frame. We define the initial conditions now. In[31]:= initlist = 885, 0<, 85,.5<, 85, 5<, 8.5, 5<, 80, 5<, 8-.5, 5<, 8-5, 5<, 8-5,.5<, 8-5, 0<, 8-5, -.5<, 8-5, -5<, 8-.5, -5<, 80, -5<, 8.5, -5<, 85, -5<, 85, -.5<<; For the numerical integration, we must specif the initial time t0, the integration step size h, and the number of integration steps, nsteps. In[315]:= t0 = 0.0; h = 0.01; nsteps = 500; Now we use the DnPac function portrait to get a phase portrait. In[316]:= node1 = portrait@initlist, t0, h, nsteps, 1, D; LinEq 8a, b, c, d<=8-1.00, 0.00, 0.00, -.00< The arrows help b showing the flow direction. The graph is labeled b the values of the parameters used in the integration. Notice that the solutions are all tangent to the -ais at the origin, ecept for the solutions which start on the -ais -- the remain on the -ais as the approach the origin. This can be understood b looking at the analtical form of the general solution, namel

7 catalogued.nb 7 J N = C 1 J 0 1 N e- t + C J 1 0 N e-t. We see that when t gets ver large, the first term gets much smaller than the second term, so that for an solution in which C 0, we have J N º C J 1 0 N e-t as t ö, which shows that all such solutions become asmptoticall tangent to the -ais. Let's look at a second eample of a stable node. We consider the equations d = - -, We set the parameter values for DnPac. In[317]:= parmval = 8-, -, 1, -1<; We classif the equilbrium: In[318]:= classifd@80, 0<D strictl stable - node d = -. DnPac tells us that this is a strictl stable node. We get the eigenvalues: In[319]:= eigval@80, 0<D Out[319]= 8-3, -< We see that the eigenvalues are -3 and - -- both real and both negative, as the should be for a stable node. We can also get the eigenvectors and eigenvalues together: In[30]:= eigss@80, 0<D Out[30]= 88-3, -<, 88-, 1<, 8-1, 1<<< The eigenvector {-,1} goes with the eigenvalue -3, and the eigenvector {-1,1} goes with the eigenvalue -. We can predict from this that as the orbits approach the origin, the will do so tangent to the vector {-1,1}, ecept for a single orbit along the line {-,1}. We construct the phase portrait using the parameters defined for the preceding eample, after a slight modification of the list of initial conditions. In[31]:= initlist = 885, 0<, 85,.5<, 85, 5<, 80, 5<, 8-.5, 5<, 8-5, 5<, 8-5,.5<, 8-5, 0<, 8-5, -.5<, 8-5, -5<, 80, -5<, 8.5, -5<, 85, -5<, 85, -.5<<;

8 catalogued.nb 8 In[3]:= node = portrait@initlist, t0, h, nsteps, 1, D; LinEq 8a, b, c, d<=8 -.00, -.00, 1.00, -1.00< We see clearl that all of the solutions approach the equilibrium point tangent to the direction {-1,1}, ecept the single solution along the direction {-,1}. Now we look at a few unstable nodes. Our first eample is d =- + 5, In[33]:= parmval = 8-, 5, -3, 6<; In[3]:= classifd@80, 0<D unstable - node d =

9 catalogued.nb 9 In[35]:= eigval@80, 0<D Out[35]= 81, 3< Thus we have two positive eigenvalues, so this is an unstable node, as classifd has alread told us. We must change our integration strateg slightl, because now orbits starting on the frame of our plotting window will in general leave the window and head off to infinit. To get orbits connecting the origin with the plotting frame, we integrate backwards in time, so that we start on the plotting frame and go toward the origin. We do this b assigning a negative value to the time step. In[36]:= t0 = 0.0; h =-0.01; nsteps = 500; We use the following initial conditions: In[37]:= initlist = 885, 5<, 8, 5<, 81, 5<, 83, 5<, 80, 5<, 8-5, -5<, 8-3, -5<, 8-1, -5<, 8-, -5<, 80, -5<, 85, 3<, 8-5, -3<<; In[38]:= node3 = portrait@initlist, t0, h, nsteps, 1, D; LinEq 8a, b, c, d<=8 -.00, 5.00, -3.00, 6.00< The arrows point awa from the origin, consistent with our finding that this is an unstable equilibrium. Our net node illustrates the case of a repeated root.

10 catalogued.nb 10 d = +, We set the parameter values. In[39]:= parmval = 81, 1, -1, 3<; d We classif the sstem and find the eigenvalues and eigenvectors. In[330]:= classifd@80, 0<D unstable - spiral-node transition HRL In[331]:= eigval@80, 0<D Out[331]= 8, < In[33]:= eigss@80, 0<D Out[33]= 88, <, 881, 1<, 80, 0<<< = Note that DnPac has called this a spiral-node transition. The eplanation for this is the following. For a node there are two real roots. For a spiral, there are two comple conjugate roots of the form a ± ib. Now we can imagine that we change a parameter of the sstem so that the eigenvalues change. Suppose the parameter change causes b to decrease to zero and a to remain non-zero. Just as b reaches zero, we have a repeated real root, which we normall call a node. But we see that it could equall well be regarded as the limit of a spiral as the oscillation frequenc goes to zero. Thus this case of a repeated real root is eactl in between a spiral and a node, and so it is called a spiral-node transition. We see that our repeated root comes with onl one independent eigenvector, namel {1,1}. (See the net eample for a repeated root with two independent eigenvectors.) Thus the solution will contain te t terms as well as e t terms. We can verif this b asking DSolve for the analtical solution. In[333]:= Out[333]= DSolve@8'@tD '@td == -@td + 3@tD<, td 88@tD Ø- t H-C@1D + tc@1d - Ø- t HtC@1D - C@D - tc@dl<< The form verifies our prediction. As we did in the last eample, we integrate this one backwards in time, so that orbits starting on the plotting window frame will move toward the origin. In[33]:= initlist = 885, 0<, 85,.5<, 85, 5<, 8.5, 5<, 80, 5<, 8-.5, 5<, 8-5, 5<, 8-5, 0<, 8-5, -.5<, 8-5, -5<, 8-.5, -5<, 80, -5<, 8.5, -5<, 85, -5<<;

11 catalogued.nb 11 In[335]:= node = portrait@initlist, t0, h, nsteps, 1, D; LinEq 8a, b, c, d<=8 1.00, 1.00, -1.00, 3.00< As we go back in time, all of the solutions will approach the origin tangent to {1,1}, which is the onl eigenvector. We do one last node eample. It is slightl artificial but interesting nonetheless. The equations are d = -, We set the parameter values. In[336]:= parmval = 8-, 0, 0, -<; d =-. The artificial feature is that the equations are uncoupled. We can solve for independentl of, and independentl of. Of course we can also solve them as a sstem, which we do now. First we classif the equilibrium and then find the eigenvalues and eigenvectors.

12 catalogued.nb 1 In[337]:= classifd@80, 0<D strictl stable - spiral-node transition HRL In[338]:= eigss@80, 0<D Out[338]= 88-, -<, 880, 1<, 81, 0<<< We get a repeated eigenvalue but two independent eigenvectors, so there are no te t terms in the solution, which we verif with DSolve: In[339]:= Out[339]= DSolve@8'@tD == -@td, '@td == -@td<, td 88@tD Ø -t Ø -t C@D<< No t terms, as predicted. Now we construct the phase portrait. Because the sstem is stable, we integrate forward in time, starting on the frame of our plotting window. In[30]:= initlist = 885, 0<, 85,.5<, 85, 5<, 8.5, 5<, 80, 5<, 8-.5, 5<, 8-5, 5<, 8-5,.5<, 8-5, 0<, 8-5, -.5<, 8-5, -5<, 8-.5, -5<, 80, -5<, 8.5, -5<, 85, -5<, 85, -.5<<; We restore the time direction to forward b taking the time step h positive. In[31]:= t0 = 0.0; h = 0.01; nsteps = 500;

13 catalogued.nb 13 In[3]:= node5 = portrait@initlist, t0, h, nsteps, 1, D; LinEq 8a, b, c, d<=8 -.00, 0.00, 0.00, -.00< The graph, which is startling at first glance, makes perfect sense if ou remember that [t]/[t] = C[1]/C[] = constant for an solution, so all of the orbits are straight lines through the origin. Sometimes the terminolog for nodes is refined to distinguish some of the various special cases discussed above, such as the repeated root with one eigenvector and the repeated root with two eigenvectors. However, there is a serious lack of uniformit in this terminolog in the literature, so it is of limited usefulness and we do not consider it here. ü Spirals The equations for our net eample are d = - + 3, d Å = -3 -.

14 catalogued.nb 1 We define the equation for DnPac and then classif it. In[33]:= parmval = 8-1, 3, -3, -1<; In[3]:= classifd@80, 0<D strictl stable - spiral We have a stable spiral. The eigenvalues are In[35]:= eigval@80, 0<D Out[35]= Â, Â< The eigenvectors will be comple: In[36]:= eigss@80, 0<D Out[36]= Â, Â<, 88Â, 1<, 8-Â,1<<< Although our goal here is to produce phase portraits, we take a small detour to show how to get real-valued solutions for this equation (something that DSolve can't manage). We start b giving names to the eigenvalues and eigenvectors. In[37]:= 8r1, r< = 8First@First@eigss@80, 0<DDD, Last@First@eigss@80, 0<DDD< Out[37]= Â, Â< In[38]:= 8vec1, vec< = 8First@Last@eigss@80, 0<DDD, Last@Last@eigss@80, 0<DDD< Out[38]= 88Â, 1<, 8-Â, 1<< Now we get a real valued solution b taking the real part of the comple-valued solution: In[39]:= Out[39]= firstsol = CompleEpand@Re@vec1 Ep@r1 tddd 8 -t Sin@3 td, -t Cos@3tD< We get the second solution as the imaginar part of the comple-valued solution: In[350]:= Out[350]= secondsol = CompleEpand@Im@vec1 Ep@r1 tddd 8 -t Cos@3 td, - -t Sin@3tD< Now we construct the phase portrait. We choose initial conditions around the frame of the plotting window, which is still {{-5,5},{-5,5}}. In[351]:= initlist = 885, 0<, 8.5, 5<, 8-.5, 5<, 8-5,.5<, 8-5, 0<, 8-.5, -5<, 80, -5<, 85, -.5<<;

15 catalogued.nb 15 In[35]:= spiral1 = portrait@initlist, t0, h, nsteps, 1, D; LinEq 8a, b, c, d<=8-1.00, 3.00, -3.00, -1.00< We look at one last eample of a spiral, this time unstable. The equations are d = - 3, d = 3 +. Notice that these are the same as the equations for the previous eample, ecept the right-hand sides have the opposite sign. An interesting wa to produce these equations is to change the direction of time in the previous equations. That transformation induces a minus sign on each left hand side which can then be transferred to the right hand side. Given that observation, we epect to get the same picture as above, but with the arrows reversed in direction. Let's tr it. In[353]:= parmval = 81, -3, 3, 1<; In[35]:= eigval@80, 0<D Out[35]= 81-3 Â, 1+ 3 Â<

16 catalogued.nb 16 The eigenvalues indicate an unstable spiral. In[355]:= 0<D Out[355]= Â, Â<, 88-Â, 1<, 8Â, 1<<< We use the same initial conditions as in the last eample. In[356]:= initlist = 885, 0<, 8.5, 5<, 8-.5, 5<, 8-5,.5<, 8-5, 0<, 8-.5, -5<, 80, -5<, 85, -.5<<; We must now integrate backwards in time to get to the origin from the plot window frame, so we make the time step negative. In[357]:= t0 = 0.0; h =-0.01; nsteps = 500; In[358]:= spiral = portrait@initlist, t0, h, nsteps, 1, D; LinEq 8a, b, c, d<=8 1.00, -3.00, 3.00, 1.00< As predicted, we get the same picture with the arrows reversed.

17 catalogued.nb 17 ü Centers There is an interesting connection between spirals and centers, which can be seen b looking again at how these objects are defined b the properties of their eigenvalues. A stable spiral has eigenvalues of the form a ± ib, where a < 0. An unstable spiral has eigenvalues of the form a ± ib, where a > 0. A center has eigenvalues of the form ± ib. Thus we see that a center is a kind of transition sstem between stable and unstable spirals. Let's look at this a little more, b introducing a sstem with a parameter e which can be varied. The sstem is d =, d = - - e. (You might recognize this as the sstem form of a damped oscillator with m = 1, k = 1, and b = e.) We define the sstem for DnPac: In[359]:= In[360]:= Clear@eD parmval = 80, 1, -1, -e<; We now look at three cases: e = 0.5, 0, and In each case we will classif the equilibrium. In[361]:= e=0.5; classifd@80, 0<D strictl stable - spiral In[36]:= eigval@80, 0<D Out[36]= Â, Â< In[363]:= e=0.0; classifd@80, 0<D stable HLL, indeterminate HNLL - center In[36]:= eigval@80, 0<D Out[36]= Â, Â< In[365]:= e=-0.5; classifd@80, 0<D unstable - spiral In[366]:= eigval@80, 0<D Out[366]= Â, Â< We see eactl the transition we talked about above. As e goes from positive to negative, the sstem goes from a stable spiral to an unstable spiral, with the transition occurring at e = 0, for which the sstem is a center. Although we are focusing mostl on centers here, we plot all three cases just to show the transition. We start with the stable spiral. We specif the list of initial conditions, on the frame of the plotting window, and we specif forward integration in time. In[367]:= initlist = 88.5, 5<, 8-.5, 5<, 8-.5, -5<, 80, -5<<;

18 catalogued.nb 18 In[368]:= t0 = 0.0; h = 0.01; nsteps = 000; In[369]:= e=0.5; In[370]:= precenter = portrait@initlist, t0, h, nsteps, 1, D; LinEq 8a, b, c, d<=8 0.00, 1.00, -1.00, -0.50< Let's look now at the transition case, the center when e = 0. In[371]:= e=0.0; In[37]:= initlist = 885, 0<, 8, 0<, 83, 0<, 8, 0<, 81, 0<<; In[373]:= t0 = 0.0; h = 0.01; nsteps = 630; This particular diagram looks better with two arrows, so we ask for arrows at the 1/8 and 5/8 points of each orbit. In[37]:= arrowvec = 81 ê 8, 5 ê 8<;

19 catalogued.nb 19 In[375]:= center = portrait@initlist, t0, h, nsteps, 1, D; LinEq 8a, b, c, d<=8 0.00, 1.00, -1.00, 0.00< time. Finall we look at the unstable spiral for e = We start on the plotting window frame and integrate backwards in In[376]:= e=-0.5; In[377]:= initlist = 88.5, 5<, 8-.5, 5<, 8-.5, -5<, 8.5, -5<<; In[378]:= t0 = 0.0; h =-0.01; nsteps = 000; In[379]:= arrowvec = 81 ê <;

20 catalogued.nb 0 In[380]:= postcenter = portrait@initlist, t0, h, nsteps, 1, D; LinEq 8a, b, c, d<=8 0.00, 1.00, -1.00, 0.50< This is the unstable spiral associated with e < 0. We do one last center, unrelated to the sequence we just did. The equations are d = -, We define the sstem for DnPac: In[381]:= parmval = 8, -,, -<; We classif the sstem and look at the eigenvalues: d = -.

21 catalogued.nb 1 In[38]:= classifd@80, 0<D stable HLL, indeterminate HNLL - center In[383]:= eigval@80, 0<D Out[383]= 8- Â, Â< This is a center. The motion is periodic with angular frequenc. We construct the portrait, and we ask for two arrows. In[38]:= arrowvec = 81 ê 8, 5 ê 8<; In[385]:= initlist = 88.5, 0<, 81.5, 0<, 80.5, 0<, 8, 0<, 81, 0<<; In[386]:= t0 = 0.0; h = 0.01; nsteps = 315; In[387]:= center = portrait@initlist, t0, h, nsteps, 1, D; LinEq 8a, b, c, d<=8.00, -.00,.00, -.00< We see that rotation is the opposite wa for this center. Is there an eas wa to tell which wa the rotation is going to be? There are several was. Perhaps the best is to calculate the curl of the direction field, namel G - ÅÅÅÅÅÅ F. If it is positive, then the rotation is counterclockwise. If it is negative, the rotation is clockwise.

22 catalogued.nb ü Saddles Our final categor is saddles --equilibria for which there is one negative and one positive eigenvalue. Our first eample is ver simple and somewhat artificial, but also tpical in most was. d = -, d =. These are ver similar to our first node eample, and artificial in the same wa: the equations are uncoupled and can be solved independentl of one another. Nevertheless, the make a useful two-dimensional eample. We define the equation for DnPac and then look at the eigenvalues. In[388]:= parmval = 8-1, 0, 0, <; In[389]:= eigval@80, 0<D Out[389]= 8-1, < In[390]:= classifd@80, 0<D unstable - saddle Both eigval and classifd tell us that this is a saddle point. We get the eigenvectors too. In[391]:= eigss@80, 0<D Out[391]= 88-1, <, 881, 0<, 80, 1<<< Thus the -ais goes with the eigenvalue -1, and the -ais goes with the eigenvalue. We will see from the phase portrait that these are special straight line solutions of the equations. We construct the phase portrait now. We revert to one arrow. We use a somewhat different technique here. We integrate both directions in time, starting with initial points along the diagonals = and = -. We also use range checking and stop the integration as soon as it goes out of the bo. In[39]:= arrowvec = 81 ê <; In[393]:= In[39]:= In[395]:= rangeflag = True; bothdirflag = True; ranger = plrange; In[396]:= initlist = 881., 1.<, 8, <, 8.8,.8<, 83.5, 3.5<, 8-1., 1.<, 8-, <, 8-.8,.8<, 8-3.5, 3.5<, 8-1., -1.<, 8-, -<, 8-.8, -.8<, 8-3.5, -3.5<, 81., -1.<, 8, -<, 8.8, -.8<, 83.5, -3.5<, 85, 0<, 8-5, 0<, 80, 0.05<, 80, -0.05<<; In[397]:= t0 = 0.0; h = 0.01; nsteps = 00;

23 catalogued.nb 3 In[398]:= saddle = portrait@initlist, t0, h, nsteps, 1, D; LinEq 8a, b, c, d<=8-1.00, 0.00, 0.00,.00< For ever starting point ecept along the -ais, the solutions eventuall head off to inifinit. In ever neighborhood of the origin, there are starting points from which solutions go to infinit. Thus the equilibrium at the origin is unstable. Solutions starting on the -ais head toward the equilibrium at the origin. However, such solutions are unstable, because the slightest perturbation will knock them off the -ais onto an orbit which is heading for infinit. The -ais is called the stable manifold of the saddle point, and the -ais is called the unstable manifold of the saddle point. These manifolds divide the phase plane into four disjoint quadrants. Because solutions cannot cross, a solution remains in the quadrant in which it starts. We do one more saddle point, this time for the more tpical case when the equations are coupled. Our sstem is d = + 3, d = 3 +. We define the sstem for DnPac, and then get the classification, the eigenvalues and the eigenvectors.

24 catalogued.nb In[399]:= parmval = 81, 3, 3, 1<; In[00]:= classifd@80, 0<D unstable - saddle In[01]:= eigval@80, 0<D Out[01]= 8-, < In[0]:= eigss@80, 0<D Out[0]= 88-, <, 88-1, 1<, 81, 1<<< Now we construct the phase portrait moving our arrow location to the 3/5 point of the orbit. In[03]:= arrowvec = 83 ê 5<; We see that the stable manifold (belonging to eigenvalue -) is the line along {-1,1} -- i.e., = -. The unstable manifold (belonging to eigenvalue ) is the line along {1,1} -- i.e., =. Now the picture. First the initial condition list. In[0]:= initlist = 881.0, 0<, 8.0, 0<, 83.0, 0<, 8, 0<, 8-1.0, 0<, 8-.0, 0<, 8-3.0, 0<, 8-, 0<, 81, 1<, 8-1, -1<, 81, -1<, 8-1, 1<, 80, 1.0<, 80,.0<, 80, 3<, 80, <, 80, -1.0<, 80, -.0<, 80, -3<, 80, -<<;

25 catalogued.nb 5 In[05]:= saddle = portrait@initlist, t0, h, nsteps, 1, D; LinEq 8a, b, c, d<=8 1.00, 3.00, 3.00, 1.00< The previous two saddles are atpical in that the stable and unstable manifolds meet at right angles. Let's look at one last saddle that is more tpical in that respect. The equations are d = 3 +, d = - -. We enter the parameters for DnPac, classif the sstem and then get the eigenvalues and eigenvectors. In[06]:= parmval = 83,, -, -<; In[07]:= classifd@80, 0<D unstable - saddle

26 catalogued.nb 6 In[08]:= eigss@80, 0<D Out[08]= 88-1, <, 88-1, <, 8-, 1<<< Thus the stable manifold, belongin to the eigenvalue -1, is along the vector {-1,}. The unstable manifold, belongin to the eigenvalue, is along the vector {-,1}. We first construct a portrait with just these two manifolds. We continue to integrate both directions in time, and we start the integrations on these manifolds. In[09]:= initlist = 88-1, <, 81, -<, 8, -1<, 8-, 1<<; In[10]:= saddle3man = portrait@initlist, t0, h, nsteps, 1, D; LinEq 8a, b, c, d<=8 3.00,.00, -.00, -.00< With this picture, it is somewhat easier to pick other initial conditions to fill in the rest of the picture. In[11]:= initlist = 881, 1<, 8, <, 83, 3<, 8, <, 8-1, -1<, 8-, -<, 8-3, -3<, 8-, -<, 8, -<, 83, -3<, 8, -<, 8-, <, 8-3, 3<, 8-, <<;

27 catalogued.nb 7 In[1]:= saddle3fill = portrait@initlist, t0, h, nsteps, 1, D; LinEq 8a, b, c, d<=8 3.00,.00, -.00, -.00< Now we get our final picture with a Show command:

28 catalogued.nb 8 In[13]:= saddle3 = Show@saddle3man, saddle3filld; LinEq 8a, b, c, d<=8 3.00,.00, -.00, -.00< This concludes our catalogue. These pictures are important in understanding the behavior of linear sstems, and are conceptual building blocks for thinking about more complicated nonlinear sstems.

ME 406 Example of Stable and Unstable Manifolds

ME 406 Example of Stable and Unstable Manifolds ME 46 Eample of Stable and Unstable Manifolds intreset; plotreset; ssid Mathematica 4..2, DnPac.66, 3ê8ê22 Introduction In this notebook, we stud an eample given in Differential Equations and Dnamical

More information

ME 406 Trapping a Limit Cycle

ME 406 Trapping a Limit Cycle orbtrap.nb 1 ME 6 Trapping a Limit Ccle In[3]:= ssid Mathematica.1, DnPac 1.65, ê13ê In[33]:= In[3]:= intreset; plotreset; ü Introduction In this notebook, we localize a limit ccle b orbit trapping. The

More information

ME 406 Further Results for the Project: Analysis of Solution Near the Spiral Equilibrium for a = 0

ME 406 Further Results for the Project: Analysis of Solution Near the Spiral Equilibrium for a = 0 ME 406 Further Results for the Project: Analysis of Solution Near the Spiral Equilibrium for a = 0 1. Introduction sysid; plotreset; intreset; imsize = 250; Mathematica 6.0.3, DynPac 11.02, 4ê10ê2009 In

More information

ME 406 Predator-Prey Example Part 1 - Equilibrium

ME 406 Predator-Prey Example Part 1 - Equilibrium predpt1.nb 1 In[299]:= sysid Mathematica 6.0.3, DynPac 11.02, 2ê12ê2009 ME 406 Predator-Prey Example Part 1 - Equilibrium ü Introduction This is a simple model of an ecological system with three components:

More information

Math Notes on sections 7.8,9.1, and 9.3. Derivation of a solution in the repeated roots case: 3 4 A = 1 1. x =e t : + e t w 2.

Math Notes on sections 7.8,9.1, and 9.3. Derivation of a solution in the repeated roots case: 3 4 A = 1 1. x =e t : + e t w 2. Math 7 Notes on sections 7.8,9., and 9.3. Derivation of a solution in the repeated roots case We consider the eample = A where 3 4 A = The onl eigenvalue is = ; and there is onl one linearl independent

More information

ME 406 Assignment 6 Solutions

ME 406 Assignment 6 Solutions ME 406 Assignment 6 Solutions sysid Mathematica 6.0.3, DynPac 11.02, 3ê12ê2009 inreset; plotreset; Problem 1 ü Part a We look for equilibria. The first equation requires y = 0, and the second equation

More information

ME 406 Assignment #9 Solutions

ME 406 Assignment #9 Solutions ME 06 Assignment #9 Solutions sysid Mathematica 6.0., DynPac.0, ê8ê009 intreset; plotreset; imsize = 50; Problem The equations are x = -x, y = x +y, z = x + z. Let F = x + y +z. To show that the surface

More information

DYNAMICAL SYSTEMS Tutorial 17

DYNAMICAL SYSTEMS Tutorial 17 map.nb DYNAMICAL SYSTEMS Tutorial 7 Iterated Maps sysid Mathematica 4..2, DynPac.67, 3ê9ê22 plotreset; intreset; ü Functions and Variables Used in This Tutorial asprat, bifurcmap, bifurc3dmap, bimap, borat,

More information

ME 406 Trapping a Limit Cycle

ME 406 Trapping a Limit Cycle orbtrap.nb 1 ME 406 Trapping a Limit Cycle sysid Mathematica 6.0.3, DynPac 11.01, 1ê13ê2009 intreset; plotreset; imsize = 250; ü Introduction In this notebook, we localize a limit cycle by orbit trapping.

More information

ME 406 S-I-R Model of Epidemics Part 2 Vital Dynamics Included

ME 406 S-I-R Model of Epidemics Part 2 Vital Dynamics Included ME 406 S-I-R Model of Epidemics Part 2 Vital Dynamics Included sysid Mathematica 6.0.3, DynPac 11.01, 1ê13ê9 1. Introduction Description of the Model In this notebook, we include births and deaths in the

More information

10 Back to planar nonlinear systems

10 Back to planar nonlinear systems 10 Back to planar nonlinear sstems 10.1 Near the equilibria Recall that I started talking about the Lotka Volterra model as a motivation to stud sstems of two first order autonomous equations of the form

More information

520 Chapter 9. Nonlinear Differential Equations and Stability. dt =

520 Chapter 9. Nonlinear Differential Equations and Stability. dt = 5 Chapter 9. Nonlinear Differential Equations and Stabilit dt L dθ. g cos θ cos α Wh was the negative square root chosen in the last equation? (b) If T is the natural period of oscillation, derive the

More information

7.7 LOTKA-VOLTERRA M ODELS

7.7 LOTKA-VOLTERRA M ODELS 77 LOTKA-VOLTERRA M ODELS sstems, such as the undamped pendulum, enabled us to draw the phase plane for this sstem and view it globall In that case we were able to understand the motions for all initial

More information

Appendix: A Computer-Generated Portrait Gallery

Appendix: A Computer-Generated Portrait Gallery Appendi: A Computer-Generated Portrait Galler There are a number of public-domain computer programs which produce phase portraits for 2 2 autonomous sstems. One has the option of displaing the trajectories

More information

Local Phase Portrait of Nonlinear Systems Near Equilibria

Local Phase Portrait of Nonlinear Systems Near Equilibria Local Phase Portrait of Nonlinear Sstems Near Equilibria [1] Consider 1 = 6 1 1 3 1, = 3 1. ( ) (a) Find all equilibrium solutions of the sstem ( ). (b) For each equilibrium point, give the linear approimating

More information

ME 406 Bifurcations VII Subcritical Hopf Bifurcation

ME 406 Bifurcations VII Subcritical Hopf Bifurcation ME 406 Bifurcations VII Subcritical Hopf Bifurcation sysid Mathematica 4.1.2, DynPac 10.66, 3ê5ê2002 intreset; plotreset; 1. Introduction In this notebook, the seventh in a series of notebooks on bifurcations,

More information

Chapter 8 Equilibria in Nonlinear Systems

Chapter 8 Equilibria in Nonlinear Systems Chapter 8 Equilibria in Nonlinear Sstems Recall linearization for Nonlinear dnamical sstems in R n : X 0 = F (X) : if X 0 is an equilibrium, i.e., F (X 0 ) = 0; then its linearization is U 0 = AU; A =

More information

Math 2930 Worksheet Equilibria and Stability

Math 2930 Worksheet Equilibria and Stability Math 2930 Worksheet Equilibria and Stabilit Week 3 September 7, 2017 Question 1. (a) Let C be the temperature (in Fahrenheit) of a cup of coffee that is cooling off to room temperature. Which of the following

More information

Ordinary Differential Equations

Ordinary Differential Equations Instructor: José Antonio Agapito Ruiz UCSC Summer Session II, 00 Math Ordinar Differential Equations Final Solution This report does not contain full answers to all questions of the final. Instead, ou

More information

Problem set 6 Math 207A, Fall 2011 Solutions. 1. A two-dimensional gradient system has the form

Problem set 6 Math 207A, Fall 2011 Solutions. 1. A two-dimensional gradient system has the form Problem set 6 Math 207A, Fall 2011 s 1 A two-dimensional gradient sstem has the form x t = W (x,, x t = W (x, where W (x, is a given function (a If W is a quadratic function W (x, = 1 2 ax2 + bx + 1 2

More information

Methods of Solving Ordinary Differential Equations (Online)

Methods of Solving Ordinary Differential Equations (Online) 7in 0in Felder c0_online.te V3 - Januar, 05 0:5 A.M. Page CHAPTER 0 Methods of Solving Ordinar Differential Equations (Online) 0.3 Phase Portraits Just as a slope field (Section.4) gives us a wa to visualize

More information

Autonomous Equations / Stability of Equilibrium Solutions. y = f (y).

Autonomous Equations / Stability of Equilibrium Solutions. y = f (y). Autonomous Equations / Stabilit of Equilibrium Solutions First order autonomous equations, Equilibrium solutions, Stabilit, Longterm behavior of solutions, direction fields, Population dnamics and logistic

More information

Two Dimensional Linear Systems of ODEs

Two Dimensional Linear Systems of ODEs 34 CHAPTER 3 Two Dimensional Linear Sstems of ODEs A first-der, autonomous, homogeneous linear sstem of two ODEs has the fm x t ax + b, t cx + d where a, b, c, d are real constants The matrix fm is 31

More information

0 as an eigenvalue. degenerate

0 as an eigenvalue. degenerate Math 1 Topics since the third exam Chapter 9: Non-linear Sstems of equations x1: Tpical Phase Portraits The structure of the solutions to a linear, constant coefficient, sstem of differential equations

More information

Second-Order Linear Differential Equations C 2

Second-Order Linear Differential Equations C 2 C8 APPENDIX C Additional Topics in Differential Equations APPENDIX C. Second-Order Homogeneous Linear Equations Second-Order Linear Differential Equations Higher-Order Linear Differential Equations Application

More information

Hello everyone, Best, Josh

Hello everyone, Best, Josh Hello everyone, As promised, the chart mentioned in class about what kind of critical points you get with different types of eigenvalues are included on the following pages (The pages are an ecerpt from

More information

14.1 Systems of Linear Equations in Two Variables

14.1 Systems of Linear Equations in Two Variables 86 Chapter 1 Sstems of Equations and Matrices 1.1 Sstems of Linear Equations in Two Variables Use the method of substitution to solve sstems of equations in two variables. Use the method of elimination

More information

Biostatistics in Research Practice - Regression I

Biostatistics in Research Practice - Regression I Biostatistics in Research Practice - Regression I Simon Crouch 30th Januar 2007 In scientific studies, we often wish to model the relationships between observed variables over a sample of different subjects.

More information

Mathematics 309 Conic sections and their applicationsn. Chapter 2. Quadric figures. ai,j x i x j + b i x i + c =0. 1. Coordinate changes

Mathematics 309 Conic sections and their applicationsn. Chapter 2. Quadric figures. ai,j x i x j + b i x i + c =0. 1. Coordinate changes Mathematics 309 Conic sections and their applicationsn Chapter 2. Quadric figures In this chapter want to outline quickl how to decide what figure associated in 2D and 3D to quadratic equations look like.

More information

We have examined power functions like f (x) = x 2. Interchanging x

We have examined power functions like f (x) = x 2. Interchanging x CHAPTER 5 Eponential and Logarithmic Functions We have eamined power functions like f =. Interchanging and ields a different function f =. This new function is radicall different from a power function

More information

Methods for Advanced Mathematics (C3) Coursework Numerical Methods

Methods for Advanced Mathematics (C3) Coursework Numerical Methods Woodhouse College 0 Page Introduction... 3 Terminolog... 3 Activit... 4 Wh use numerical methods?... Change of sign... Activit... 6 Interval Bisection... 7 Decimal Search... 8 Coursework Requirements on

More information

Algebra II Notes Unit Six: Polynomials Syllabus Objectives: 6.2 The student will simplify polynomial expressions.

Algebra II Notes Unit Six: Polynomials Syllabus Objectives: 6.2 The student will simplify polynomial expressions. Algebra II Notes Unit Si: Polnomials Sllabus Objectives: 6. The student will simplif polnomial epressions. Review: Properties of Eponents (Allow students to come up with these on their own.) Let a and

More information

15. Eigenvalues, Eigenvectors

15. Eigenvalues, Eigenvectors 5 Eigenvalues, Eigenvectors Matri of a Linear Transformation Consider a linear ( transformation ) L : a b R 2 R 2 Suppose we know that L and L Then c d because of linearit, we can determine what L does

More information

8.1 Exponents and Roots

8.1 Exponents and Roots Section 8. Eponents and Roots 75 8. Eponents and Roots Before defining the net famil of functions, the eponential functions, we will need to discuss eponent notation in detail. As we shall see, eponents

More information

Physics Gravitational force. 2. Strong or color force. 3. Electroweak force

Physics Gravitational force. 2. Strong or color force. 3. Electroweak force Phsics 360 Notes on Griffths - pluses and minuses No tetbook is perfect, and Griffithsisnoeception. Themajorplusisthat it is prett readable. For minuses, see below. Much of what G sas about the del operator

More information

First-Order Differential Equations

First-Order Differential Equations First-Order Differential Equations. Solution Curves Without a Solution.. Direction Fields.. Autonomous First-Order DEs. Separable Equations.3 Linear Equations. Eact Equations.5 Solutions b Substitutions.6

More information

Cubic and quartic functions

Cubic and quartic functions 3 Cubic and quartic functions 3A Epanding 3B Long division of polnomials 3C Polnomial values 3D The remainder and factor theorems 3E Factorising polnomials 3F Sum and difference of two cubes 3G Solving

More information

5.6 RATIOnAl FUnCTIOnS. Using Arrow notation. learning ObjeCTIveS

5.6 RATIOnAl FUnCTIOnS. Using Arrow notation. learning ObjeCTIveS CHAPTER PolNomiAl ANd rational functions learning ObjeCTIveS In this section, ou will: Use arrow notation. Solve applied problems involving rational functions. Find the domains of rational functions. Identif

More information

SECTION 8-7 De Moivre s Theorem. De Moivre s Theorem, n a Natural Number nth-roots of z

SECTION 8-7 De Moivre s Theorem. De Moivre s Theorem, n a Natural Number nth-roots of z 8-7 De Moivre s Theorem 635 B eactl; compute the modulus and argument for part C to two decimal places. 9. (A) 3 i (B) 1 i (C) 5 6i 10. (A) 1 i 3 (B) 3i (C) 7 4i 11. (A) i 3 (B) 3 i (C) 8 5i 12. (A) 3

More information

A Tutorial on Euler Angles and Quaternions

A Tutorial on Euler Angles and Quaternions A Tutorial on Euler Angles and Quaternions Moti Ben-Ari Department of Science Teaching Weimann Institute of Science http://www.weimann.ac.il/sci-tea/benari/ Version.0.1 c 01 17 b Moti Ben-Ari. This work

More information

Eigenvectors and Eigenvalues 1

Eigenvectors and Eigenvalues 1 Ma 2015 page 1 Eigenvectors and Eigenvalues 1 In this handout, we will eplore eigenvectors and eigenvalues. We will begin with an eploration, then provide some direct eplanation and worked eamples, and

More information

3.2 LOGARITHMIC FUNCTIONS AND THEIR GRAPHS

3.2 LOGARITHMIC FUNCTIONS AND THEIR GRAPHS Section. Logarithmic Functions and Their Graphs 7. LOGARITHMIC FUNCTIONS AND THEIR GRAPHS Ariel Skelle/Corbis What ou should learn Recognize and evaluate logarithmic functions with base a. Graph logarithmic

More information

y R T However, the calculations are easier, when carried out using the polar set of co-ordinates ϕ,r. The relations between the co-ordinates are:

y R T However, the calculations are easier, when carried out using the polar set of co-ordinates ϕ,r. The relations between the co-ordinates are: Curved beams. Introduction Curved beams also called arches were invented about ears ago. he purpose was to form such a structure that would transfer loads, mainl the dead weight, to the ground b the elements

More information

3.7 InveRSe FUnCTIOnS

3.7 InveRSe FUnCTIOnS CHAPTER functions learning ObjeCTIveS In this section, ou will: Verif inverse functions. Determine the domain and range of an inverse function, and restrict the domain of a function to make it one-to-one.

More information

Review Topics for MATH 1400 Elements of Calculus Table of Contents

Review Topics for MATH 1400 Elements of Calculus Table of Contents Math 1400 - Mano Table of Contents - Review - page 1 of 2 Review Topics for MATH 1400 Elements of Calculus Table of Contents MATH 1400 Elements of Calculus is one of the Marquette Core Courses for Mathematical

More information

Fragment Orbitals for Transition Metal Complexes

Fragment Orbitals for Transition Metal Complexes Fragment Orbitals for Transition Metal Complees Introduction so far we have concentrated on the MO diagrams for main group elements, and the first 4 lectures will link into our Main Group chemistr course

More information

Vectors and the Geometry of Space

Vectors and the Geometry of Space Chapter 12 Vectors and the Geometr of Space Comments. What does multivariable mean in the name Multivariable Calculus? It means we stud functions that involve more than one variable in either the input

More information

Math 1270 Honors ODE I Fall, 2008 Class notes # 14. x 0 = F (x; y) y 0 = G (x; y) u 0 = au + bv = cu + dv

Math 1270 Honors ODE I Fall, 2008 Class notes # 14. x 0 = F (x; y) y 0 = G (x; y) u 0 = au + bv = cu + dv Math 1270 Honors ODE I Fall, 2008 Class notes # 1 We have learned how to study nonlinear systems x 0 = F (x; y) y 0 = G (x; y) (1) by linearizing around equilibrium points. If (x 0 ; y 0 ) is an equilibrium

More information

QUALITATIVE ANALYSIS OF DIFFERENTIAL EQUATIONS

QUALITATIVE ANALYSIS OF DIFFERENTIAL EQUATIONS arxiv:1803.0591v1 [math.gm] QUALITATIVE ANALYSIS OF DIFFERENTIAL EQUATIONS Aleander Panfilov stable spiral det A 6 3 5 4 non stable spiral D=0 stable node center non stable node saddle 1 tr A QUALITATIVE

More information

Laurie s Notes. Overview of Section 3.5

Laurie s Notes. Overview of Section 3.5 Overview of Section.5 Introduction Sstems of linear equations were solved in Algebra using substitution, elimination, and graphing. These same techniques are applied to nonlinear sstems in this lesson.

More information

Systems of Linear Equations: Solving by Graphing

Systems of Linear Equations: Solving by Graphing 8.1 Sstems of Linear Equations: Solving b Graphing 8.1 OBJECTIVE 1. Find the solution(s) for a set of linear equations b graphing NOTE There is no other ordered pair that satisfies both equations. From

More information

Functions. Introduction

Functions. Introduction Functions,00 P,000 00 0 70 7 80 8 0 000 00 00 Figure Standard and Poor s Inde with dividends reinvested (credit "bull": modification of work b Praitno Hadinata; credit "graph": modification of work b MeasuringWorth)

More information

Project 6.2 Phase Plane Portraits of Almost Linear Systems

Project 6.2 Phase Plane Portraits of Almost Linear Systems Project 6.2 Phase Plane Portraits of Almost Linear Sstems Interesting and complicated phase portraits often result from simple nonlinear perturbations of linear sstems. For instance, the figure below shows

More information

DIFFERENTIAL EQUATIONS First Order Differential Equations. Paul Dawkins

DIFFERENTIAL EQUATIONS First Order Differential Equations. Paul Dawkins DIFFERENTIAL EQUATIONS First Order Paul Dawkins Table of Contents Preface... First Order... 3 Introduction... 3 Linear... 4 Separable... 7 Eact... 8 Bernoulli... 39 Substitutions... 46 Intervals of Validit...

More information

Chapter 6 Nonlinear Systems and Phenomena. Friday, November 2, 12

Chapter 6 Nonlinear Systems and Phenomena. Friday, November 2, 12 Chapter 6 Nonlinear Systems and Phenomena 6.1 Stability and the Phase Plane We now move to nonlinear systems Begin with the first-order system for x(t) d dt x = f(x,t), x(0) = x 0 In particular, consider

More information

INTRODUCTION TO DIFFERENTIAL EQUATIONS

INTRODUCTION TO DIFFERENTIAL EQUATIONS INTRODUCTION TO DIFFERENTIAL EQUATIONS. Definitions and Terminolog. Initial-Value Problems.3 Differential Equations as Mathematical Models CHAPTER IN REVIEW The words differential and equations certainl

More information

f(x) = 2x 2 + 2x - 4

f(x) = 2x 2 + 2x - 4 4-1 Graphing Quadratic Functions What You ll Learn Scan the tet under the Now heading. List two things ou will learn about in the lesson. 1. Active Vocabular 2. New Vocabular Label each bo with the terms

More information

ME 406 Orbital Stability

ME 406 Orbital Stability ME 406 Orbital Stability sysid Mathematica 4.., DynPac 0.66, 3êê00. Introduction In this notebook we develop some examples which illustrate the concept of orbital stability. We begin by reviewing the "standard"

More information

Midterm 2. MAT17C, Spring 2014, Walcott

Midterm 2. MAT17C, Spring 2014, Walcott Mierm 2 MAT7C, Spring 24, Walcott Note: There are SEVEN questions. Points for each question are shown in a table below and also in parentheses just after each question (and part). Be sure to budget our

More information

A plane autonomous system is a pair of simultaneous first-order differential equations,

A plane autonomous system is a pair of simultaneous first-order differential equations, Chapter 11 Phase-Plane Techniques 11.1 Plane Autonomous Systems A plane autonomous system is a pair of simultaneous first-order differential equations, ẋ = f(x, y), ẏ = g(x, y). This system has an equilibrium

More information

74 Maths Quest 10 for Victoria

74 Maths Quest 10 for Victoria Linear graphs Maria is working in the kitchen making some high energ biscuits using peanuts and chocolate chips. She wants to make less than g of biscuits but wants the biscuits to contain at least 8 g

More information

Engineering Mathematics I

Engineering Mathematics I Engineering Mathematics I_ 017 Engineering Mathematics I 1. Introduction to Differential Equations Dr. Rami Zakaria Terminolog Differential Equation Ordinar Differential Equations Partial Differential

More information

Lab 5 Forces Part 1. Physics 211 Lab. You will be using Newton s 2 nd Law to help you examine the nature of these forces.

Lab 5 Forces Part 1. Physics 211 Lab. You will be using Newton s 2 nd Law to help you examine the nature of these forces. b Lab 5 Forces Part 1 Phsics 211 Lab Introduction This is the first week of a two part lab that deals with forces and related concepts. A force is a push or a pull on an object that can be caused b a variet

More information

Stability of Dynamical systems

Stability of Dynamical systems Stability of Dynamical systems Stability Isolated equilibria Classification of Isolated Equilibria Attractor and Repeller Almost linear systems Jacobian Matrix Stability Consider an autonomous system u

More information

HÉNON HEILES HAMILTONIAN CHAOS IN 2 D

HÉNON HEILES HAMILTONIAN CHAOS IN 2 D ABSTRACT HÉNON HEILES HAMILTONIAN CHAOS IN D MODELING CHAOS & COMPLEXITY 008 YOUVAL DAR PHYSICS DAR@PHYSICS.UCDAVIS.EDU Chaos in two degrees of freedom, demonstrated b using the Hénon Heiles Hamiltonian

More information

n n. ( t) ( ) = = Ay ( ) a y

n n. ( t) ( ) = = Ay ( ) a y Sstems of ODE Example of sstem with ODE: = a+ a = a + a In general for a sstem of n ODE = a + a + + a n = a + a + + a n = a + a + + a n n n nn n n n Differentiation of matrix: ( t) ( t) t t = = t t ( t)

More information

Polynomial and Rational Functions

Polynomial and Rational Functions Name Date Chapter Polnomial and Rational Functions Section.1 Quadratic Functions Objective: In this lesson ou learned how to sketch and analze graphs of quadratic functions. Important Vocabular Define

More information

Ch 3 Alg 2 Note Sheet.doc 3.1 Graphing Systems of Equations

Ch 3 Alg 2 Note Sheet.doc 3.1 Graphing Systems of Equations Ch 3 Alg Note Sheet.doc 3.1 Graphing Sstems of Equations Sstems of Linear Equations A sstem of equations is a set of two or more equations that use the same variables. If the graph of each equation =.4

More information

Chapter 5: Systems of Equations

Chapter 5: Systems of Equations Chapter : Sstems of Equations Section.: Sstems in Two Variables... 0 Section. Eercises... 9 Section.: Sstems in Three Variables... Section. Eercises... Section.: Linear Inequalities... Section.: Eercises.

More information

Math 123 Summary of Important Algebra & Trigonometry Concepts Chapter 1 & Appendix D, Stewart, Calculus Early Transcendentals

Math 123 Summary of Important Algebra & Trigonometry Concepts Chapter 1 & Appendix D, Stewart, Calculus Early Transcendentals Math Summar of Important Algebra & Trigonometr Concepts Chapter & Appendi D, Stewart, Calculus Earl Transcendentals Function a rule that assigns to each element in a set D eactl one element, called f (

More information

2.5. Infinite Limits and Vertical Asymptotes. Infinite Limits

2.5. Infinite Limits and Vertical Asymptotes. Infinite Limits . Infinite Limits and Vertical Asmptotes. Infinite Limits and Vertical Asmptotes In this section we etend the concept of it to infinite its, which are not its as before, but rather an entirel new use of

More information

MATH 415, WEEKS 7 & 8: Conservative and Hamiltonian Systems, Non-linear Pendulum

MATH 415, WEEKS 7 & 8: Conservative and Hamiltonian Systems, Non-linear Pendulum MATH 415, WEEKS 7 & 8: Conservative and Hamiltonian Systems, Non-linear Pendulum Reconsider the following example from last week: dx dt = x y dy dt = x2 y. We were able to determine many qualitative features

More information

4.7. Newton s Method. Procedure for Newton s Method HISTORICAL BIOGRAPHY

4.7. Newton s Method. Procedure for Newton s Method HISTORICAL BIOGRAPHY 4. Newton s Method 99 4. Newton s Method HISTORICAL BIOGRAPHY Niels Henrik Abel (18 189) One of the basic problems of mathematics is solving equations. Using the quadratic root formula, we know how to

More information

The Force Table Introduction: Theory:

The Force Table Introduction: Theory: 1 The Force Table Introduction: "The Force Table" is a simple tool for demonstrating Newton s First Law and the vector nature of forces. This tool is based on the principle of equilibrium. An object is

More information

Trigonometric. equations. Topic: Periodic functions and applications. Simple trigonometric. equations. Equations using radians Further trigonometric

Trigonometric. equations. Topic: Periodic functions and applications. Simple trigonometric. equations. Equations using radians Further trigonometric Trigonometric equations 6 sllabusref eferenceence Topic: Periodic functions and applications In this cha 6A 6B 6C 6D 6E chapter Simple trigonometric equations Equations using radians Further trigonometric

More information

a. plotting points in Cartesian coordinates (Grade 9 and 10), b. using a graphing calculator such as the TI-83 Graphing Calculator,

a. plotting points in Cartesian coordinates (Grade 9 and 10), b. using a graphing calculator such as the TI-83 Graphing Calculator, GRADE PRE-CALCULUS UNIT C: QUADRATIC FUNCTIONS CLASS NOTES FRAME. After linear functions, = m + b, and their graph the Quadratic Functions are the net most important equation or function. The Quadratic

More information

Essential Question How can you solve a nonlinear system of equations?

Essential Question How can you solve a nonlinear system of equations? .5 Solving Nonlinear Sstems Essential Question Essential Question How can ou solve a nonlinear sstem of equations? Solving Nonlinear Sstems of Equations Work with a partner. Match each sstem with its graph.

More information

Coordinate geometry. + bx + c. Vertical asymptote. Sketch graphs of hyperbolas (including asymptotic behaviour) from the general

Coordinate geometry. + bx + c. Vertical asymptote. Sketch graphs of hyperbolas (including asymptotic behaviour) from the general A Sketch graphs of = a m b n c where m = or and n = or B Reciprocal graphs C Graphs of circles and ellipses D Graphs of hperbolas E Partial fractions F Sketch graphs using partial fractions Coordinate

More information

Lab 9: Polarization Phy208 Spring 2008

Lab 9: Polarization Phy208 Spring 2008 Lab 9: Polarization Ph208 Spring 2008 Name Section This sheet is the lab document our TA will use to score our lab. It is to be turned in at the end of lab. To receive full credit ou must use complete

More information

6.4 graphs OF logarithmic FUnCTIOnS

6.4 graphs OF logarithmic FUnCTIOnS SECTION 6. graphs of logarithmic functions 9 9 learning ObjeCTIveS In this section, ou will: Identif the domain of a logarithmic function. Graph logarithmic functions. 6. graphs OF logarithmic FUnCTIOnS

More information

Additional Topics in Differential Equations

Additional Topics in Differential Equations 6 Additional Topics in Differential Equations 6. Eact First-Order Equations 6. Second-Order Homogeneous Linear Equations 6.3 Second-Order Nonhomogeneous Linear Equations 6.4 Series Solutions of Differential

More information

Chapter 8 Notes SN AA U2C8

Chapter 8 Notes SN AA U2C8 Chapter 8 Notes SN AA U2C8 Name Period Section 8-: Eploring Eponential Models Section 8-2: Properties of Eponential Functions In Chapter 7, we used properties of eponents to determine roots and some of

More information

ME 406 Using Eigenvector Methods with Mathematica to Solve Linear Autonomous Systems of First Order Differential Equations

ME 406 Using Eigenvector Methods with Mathematica to Solve Linear Autonomous Systems of First Order Differential Equations ME 406 Using Eigenvector Methods with Mathematica to Solve Linear Autonomous Systems of First Order Differential Equations 1. Introduction In this notebook, we use the methods of linear algebra -- specifically

More information

Symmetry Arguments and the Role They Play in Using Gauss Law

Symmetry Arguments and the Role They Play in Using Gauss Law Smmetr Arguments and the Role The la in Using Gauss Law K. M. Westerberg (9/2005) Smmetr plas a ver important role in science in general, and phsics in particular. Arguments based on smmetr can often simplif

More information

4 Second-Order Systems

4 Second-Order Systems 4 Second-Order Systems Second-order autonomous systems occupy an important place in the study of nonlinear systems because solution trajectories can be represented in the plane. This allows for easy visualization

More information

Linear and Nonlinear Systems of Equations. The Method of Substitution. Equation 1 Equation 2. Check (2, 1) in Equation 1 and Equation 2: 2x y 5?

Linear and Nonlinear Systems of Equations. The Method of Substitution. Equation 1 Equation 2. Check (2, 1) in Equation 1 and Equation 2: 2x y 5? 3330_070.qd 96 /5/05 Chapter 7 7. 9:39 AM Page 96 Sstems of Equations and Inequalities Linear and Nonlinear Sstems of Equations What ou should learn Use the method of substitution to solve sstems of linear

More information

A BRIEF REVIEW OF ALGEBRA AND TRIGONOMETRY

A BRIEF REVIEW OF ALGEBRA AND TRIGONOMETRY A BRIEF REVIEW OF ALGEBRA AND TRIGONOMETR Some Key Concepts:. The slope and the equation of a straight line. Functions and functional notation. The average rate of change of a function and the DIFFERENCE-

More information

Additional Topics in Differential Equations

Additional Topics in Differential Equations 0537_cop6.qd 0/8/08 :6 PM Page 3 6 Additional Topics in Differential Equations In Chapter 6, ou studied differential equations. In this chapter, ou will learn additional techniques for solving differential

More information

MAT389 Fall 2016, Problem Set 2

MAT389 Fall 2016, Problem Set 2 MAT389 Fall 2016, Problem Set 2 Circles in the Riemann sphere Recall that the Riemann sphere is defined as the set Let P be the plane defined b Σ = { (a, b, c) R 3 a 2 + b 2 + c 2 = 1 } P = { (a, b, c)

More information

A.5. Complex Numbers AP-12. The Development of the Real Numbers

A.5. Complex Numbers AP-12. The Development of the Real Numbers AP- A.5 Comple Numbers Comple numbers are epressions of the form a + ib, where a and b are real numbers and i is a smbol for -. Unfortunatel, the words real and imaginar have connotations that somehow

More information

Chapter 3 Motion in a Plane

Chapter 3 Motion in a Plane Chapter 3 Motion in a Plane Introduce ectors and scalars. Vectors hae direction as well as magnitude. The are represented b arrows. The arrow points in the direction of the ector and its length is related

More information

8.1 Bifurcations of Equilibria

8.1 Bifurcations of Equilibria 1 81 Bifurcations of Equilibria Bifurcation theory studies qualitative changes in solutions as a parameter varies In general one could study the bifurcation theory of ODEs PDEs integro-differential equations

More information

7 Planar systems of linear ODE

7 Planar systems of linear ODE 7 Planar systems of linear ODE Here I restrict my attention to a very special class of autonomous ODE: linear ODE with constant coefficients This is arguably the only class of ODE for which explicit solution

More information

Exact Differential Equations. The general solution of the equation is f x, y C. If f has continuous second partials, then M y 2 f

Exact Differential Equations. The general solution of the equation is f x, y C. If f has continuous second partials, then M y 2 f APPENDIX C Additional Topics in Differential Equations APPENDIX C. Eact First-Order Equations Eact Differential Equations Integrating Factors Eact Differential Equations In Chapter 6, ou studied applications

More information

ADDITIVELY SEPARABLE FUNCTIONS

ADDITIVELY SEPARABLE FUNCTIONS ADDITIVELY SEPARABLE FUNCTIONS FUNCTIONS OF THE FORM F (, ) =f()+g() STEVEN F. BELLENOT Abstract. A sample project similar to the project for Spring 25. The picture below has a hortizontal space coordinate

More information

4 The Cartesian Coordinate System- Pictures of Equations

4 The Cartesian Coordinate System- Pictures of Equations The Cartesian Coordinate Sstem- Pictures of Equations Concepts: The Cartesian Coordinate Sstem Graphs of Equations in Two Variables -intercepts and -intercepts Distance in Two Dimensions and the Pthagorean

More information

Section 8.5 Parametric Equations

Section 8.5 Parametric Equations 504 Chapter 8 Section 8.5 Parametric Equations Man shapes, even ones as simple as circles, cannot be represented as an equation where is a function of. Consider, for eample, the path a moon follows as

More information

11.4 Polar Coordinates

11.4 Polar Coordinates 11. Polar Coordinates 917 11. Polar Coordinates In Section 1.1, we introduced the Cartesian coordinates of a point in the plane as a means of assigning ordered pairs of numbers to points in the plane.

More information

Ground Rules. PC1221 Fundamentals of Physics I. Coordinate Systems. Cartesian Coordinate System. Lectures 5 and 6 Vectors.

Ground Rules. PC1221 Fundamentals of Physics I. Coordinate Systems. Cartesian Coordinate System. Lectures 5 and 6 Vectors. PC1221 Fundamentals of Phsics I Lectures 5 and 6 Vectors Dr Ta Seng Chuan 1 Ground ules Switch off our handphone and pager Switch off our laptop computer and keep it No talking while lecture is going on

More information

Lab 10: Polarization Phy248 Spring 2009

Lab 10: Polarization Phy248 Spring 2009 Lab 10: Polarization Ph248 Spring 2009 Name Section This sheet is the lab document our TA will use to score our lab. It is to be turned in at the end of lab. To receive full credit ou must use complete

More information