<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2623891062074265316</id><updated>2011-11-27T15:43:52.629-08:00</updated><category term='False Position Method'/><category term='Newton-Raphson Method'/><category term='Bisection Method'/><category term='Numerical Optimization'/><category term='Differential Equations'/><category term='Eigenvalues and Eigenvectors'/><category term='Partial Differential Equations'/><title type='text'>Introductory Methods of Numerical Analysis</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>37</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-4409178369951029278</id><published>2010-02-02T04:13:00.000-08:00</published><updated>2010-02-02T04:25:20.128-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Differential Equations'/><title type='text'>Runge-Kutta-Fehlberg Method</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;One way to guarantee accuracy in the solution of an I.V.P. is to solve the problem twice using step sizes &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;h&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt; and&lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/rungekuttafehlberg/RungeKuttaFehlbergMod/Images/RungeKuttaFehlbergMod_gr_1.gif" alt="[Graphics:Images/RungeKuttaFehlbergMod_gr_1.gif]" align="absmiddle" border="0" height="30" width="19" /&gt;&lt;span style="font-family:Times New Roman;"&gt; and compare answers at the mesh points corresponding to the larger step size.  But this requires a significant amount of computation for the smaller step size and must be repeated if it is determined that the agreement is not good enough. The Runge-Kutta-Fehlberg method (denoted RKF45) is one way to try to resolve this problem.  It has a procedure to determine if the proper step size &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;h&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;i&gt; &lt;/i&gt;is being used.  At each step, two different approximations for the solution are made and compared.  If the two answers are in close agreement, the approximation is accepted. If the two answers do not agree to a specified accuracy, the step size is reduced.  If the answers agree to more significant digits than required, the step size is increased.&lt;/span&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;    Each Runge-Kutta-Fehlberg step requires the use of the following six values:&lt;br /&gt;&lt;br /&gt;        &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/rungekuttafehlberg/RungeKuttaFehlbergMod/Images/RungeKuttaFehlbergMod_gr_2.gif" alt="[Graphics:Images/RungeKuttaFehlbergMod_gr_2.gif]" align="absmiddle" border="0" height="282" width="405" /&gt;   &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;Then an approximation to the solution of the I.V.P. is made using a Runge-Kutta method of order 4:&lt;br /&gt;&lt;br /&gt;        &lt;/span&gt;&lt;b&gt;&lt;code&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/rungekuttafehlberg/RungeKuttaFehlbergMod/Images/RungeKuttaFehlbergMod_gr_3.gif" alt="[Graphics:Images/RungeKuttaFehlbergMod_gr_3.gif]" align="absmiddle" border="0" height="30" width="285" /&gt;&lt;/code&gt;&lt;/b&gt;  &lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;&lt;br /&gt;And a better value for the solution is determined using a Runge-Kutta method of order 5:&lt;br /&gt;&lt;br /&gt;        &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/rungekuttafehlberg/RungeKuttaFehlbergMod/Images/RungeKuttaFehlbergMod_gr_4.gif" alt="[Graphics:Images/RungeKuttaFehlbergMod_gr_4.gif]" align="absmiddle" border="0" height="30" width="355" /&gt; &lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;&lt;br /&gt;The optimal step size &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;sh&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt; can be determined by multiplying the scalar &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;s&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;i&gt; &lt;/i&gt;times the current step size &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;h&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;. The scalar &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;s&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;i&gt; &lt;/i&gt;is&lt;br /&gt;&lt;br /&gt;        &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/rungekuttafehlberg/RungeKuttaFehlbergMod/Images/RungeKuttaFehlbergMod_gr_5.gif" alt="[Graphics:Images/RungeKuttaFehlbergMod_gr_5.gif]" align="absmiddle" border="0" height="37" width="345" /&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;&lt;br /&gt;where &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/rungekuttafehlberg/RungeKuttaFehlbergMod/Images/RungeKuttaFehlbergMod_gr_6.gif" alt="[Graphics:Images/RungeKuttaFehlbergMod_gr_6.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;&lt;span style="font-family:Times New Roman;"&gt; is the specified error control tolerance.&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-4409178369951029278?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/4409178369951029278/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/runge-kutta-fehlberg-method.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/4409178369951029278'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/4409178369951029278'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/runge-kutta-fehlberg-method.html' title='Runge-Kutta-Fehlberg Method'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-5066536864785236661</id><published>2010-02-02T04:07:00.000-08:00</published><updated>2010-02-02T04:20:09.928-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Differential Equations'/><title type='text'>Adams-Bashforth-Moulton Method</title><content type='html'>&lt;div style="text-align: justify;"&gt;The methods of Euler, Heun, Taylor and Runge-Kutta are called single-step methods because they use only the information from one previous point to compute the successive point, that is, only the initial point  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_1.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_1.gif]" align="absmiddle" border="0" height="17" width="55" /&gt;  is used to compute  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_2.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_2.gif]" align="absmiddle" border="0" height="17" width="55" /&gt;  and in general  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_3.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_3.gif]" align="absmiddle" border="0" height="17" width="18" /&gt;  is needed to compute  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_4.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_4.gif]" align="absmiddle" border="0" height="17" width="28" /&gt;.  After several points have been found it is feasible to use several prior points in the calculation.  The Adams-Bashforth-Moulton method uses &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_5.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_5.gif]" align="absmiddle" border="0" height="17" width="135" /&gt;  in the calculation of &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_6.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_6.gif]" align="absmiddle" border="0" height="17" width="28" /&gt;.  This method is not self-starting;  four initial points  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_7.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_7.gif]" align="absmiddle" border="0" height="17" width="55" /&gt;, &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_8.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_8.gif]" align="absmiddle" border="0" height="17" width="55" /&gt;, &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_9.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_9.gif]" align="absmiddle" border="0" height="17" width="55" /&gt;,  and &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_10.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_10.gif]" align="absmiddle" border="0" height="17" width="55" /&gt; must be given in advance in order to generate the points &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_11.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_11.gif]" align="absmiddle" border="0" height="17" width="87" /&gt;.&lt;br /&gt;&lt;br /&gt;   A desirable feature of a multistep method is that the local truncation error (L. T. E.) can be determined and a correction term can be included, which improves the accuracy of the answer at each step.  Also, it is possible to determine if the step size is small enough to obtain an accurate value for  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_12.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_12.gif]" align="absmiddle" border="0" height="17" width="28" /&gt;, yet large enough so that unnecessary and time-consuming calculations are eliminated.  If the code for the subroutine is fine-tuned, then the combination of a  predictor and corrector requires only two function evaluations of&lt;span style="font-family:Times New Roman;"&gt;  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;f(t,y)&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;  &lt;/span&gt;per step.    &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;&lt;b&gt;Adams-Bashforth-MoultonMethod:&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;Assume that  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;f(t,y)&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;  &lt;/span&gt;is continuous and satisfies a &lt;span style="color: rgb(153, 0, 0);"&gt;Lipschits condition&lt;/span&gt; in the variable  &lt;span style="font-family:Courier New;"&gt;y&lt;/span&gt;,  and consider the  I. V. P. (initial value problem)&lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;&lt;br /&gt;           &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_13.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_13.gif]" align="absmiddle" border="0" height="17" width="89" /&gt;&lt;span style="font-family:Times New Roman;"&gt; with &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_14.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_14.gif]" align="absmiddle" border="0" height="17" width="83" /&gt;,  over the interval  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_15.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_15.gif]" align="absmiddle" border="0" height="17" width="53" /&gt;.&lt;br /&gt;     &lt;br /&gt;The Adams-Bashforth-Moulton method uses the formulas &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_16.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_16.gif]" align="absmiddle" border="0" height="17" width="81" /&gt;,  and&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt;the predictor&lt;/span&gt;          &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_17.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_17.gif]" align="absmiddle" border="0" height="30" width="306" /&gt;,  and&lt;br /&gt;&lt;br /&gt;the corrector           &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_18.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_18.gif]" align="absmiddle" border="0" height="30" width="327" /&gt;  for  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_19.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_19.gif]" align="absmiddle" border="0" height="17" width="99" /&gt;&lt;br /&gt;&lt;br /&gt;as an approximate solution to the differential equation using the discrete set of points&lt;span style="font-family:Times New Roman;"&gt;  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_20.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_20.gif]" align="absmiddle" border="0" height="17" width="87" /&gt;.  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Remark:&lt;/b&gt;&lt;/span&gt;  The Adams-Bashforth-Moulton method is not a self-starting method.  Three additional starting values &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_21.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_21.gif]" align="absmiddle" border="0" height="17" width="81" /&gt;  must be given.  They are usually computed using the Runge-Kutta method.&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;&lt;b&gt;Precision of Adams-Bashforth-MoultonMethod:&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;  Assume that  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_22.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_22.gif]" align="absmiddle" border="0" height="17" width="59" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  is the solution to the I.V.P.  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_23.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_23.gif]" align="absmiddle" border="0" height="17" width="89" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  with  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_24.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_24.gif]" align="absmiddle" border="0" height="17" width="67" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.  If  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_25.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_25.gif]" align="absmiddle" border="0" height="17" width="107" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  and  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_26.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_26.gif]" align="absmiddle" border="0" height="17" width="87" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  is the sequence of approximations generated by &lt;/span&gt;Adams-Bashforth-Moulton method&lt;span style="font-family:Times New Roman;"&gt;, then at each step, the local truncation error &lt;/span&gt;is of the order  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_27.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_27.gif]" align="absmiddle" border="0" height="17" width="42" /&gt;,  and the overall &lt;span style="font-family:Times New Roman;"&gt;global truncation error  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_28.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_28.gif]" align="absmiddle" border="0" height="17" width="18" /&gt; &lt;span style="font-family:Times New Roman;"&gt; is of the order&lt;br /&gt;&lt;br /&gt;       &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_29.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_29.gif]" align="absmiddle" border="0" height="17" width="210" /&gt;,  for  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_30.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_30.gif]" align="absmiddle" border="0" height="17" width="82" /&gt;.  &lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;The error at the right end of the interval is called the final global error&lt;br /&gt;&lt;br /&gt;       &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_31.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_31.gif]" align="absmiddle" border="0" height="17" width="241" /&gt;.  &lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Adams-Bashforth-Moulton Method&lt;/b&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;:&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;To approximate the solution of the initial value problem &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_32.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_32.gif]" align="absmiddle" border="0" height="17" width="83" /&gt; with &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_33.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_33.gif]" align="absmiddle" border="0" height="17" width="86" /&gt;  over  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_34.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_34.gif]" align="absmiddle" border="0" height="17" width="102" /&gt;  at a discrete set of points using the formulas:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt;use the predictor&lt;/span&gt;      &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_35.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_35.gif]" align="absmiddle" border="0" height="30" width="306" /&gt;&lt;br /&gt;&lt;br /&gt;and  the corrector       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_36.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_36.gif]" align="absmiddle" border="0" height="30" width="327" /&gt;  for  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/abmmethod/AdamsBashforthMod/Images/AdamsBashforthMod_gr_37.gif" alt="[Graphics:Images/AdamsBashforthMod_gr_37.gif]" align="absmiddle" border="0" height="17" width="100" /&gt;.&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-5066536864785236661?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/5066536864785236661/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/adams-bashforth-moulton-method.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/5066536864785236661'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/5066536864785236661'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/adams-bashforth-moulton-method.html' title='Adams-Bashforth-Moulton Method'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-8527465989762521581</id><published>2010-02-02T03:55:00.000-08:00</published><updated>2010-02-02T04:10:49.322-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Differential Equations'/><title type='text'>Milne-Simpson's Method</title><content type='html'>&lt;div style="text-align: justify;"&gt;The methods of Euler, Heun, Taylor and Runge-Kutta are called single-step methods because they use only the information from one previous point to compute the successive point, that is, only the initial point  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_1.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_1.gif]" align="absmiddle" border="0" height="17" width="55" /&gt;  is used to compute  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_2.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_2.gif]" align="absmiddle" border="0" height="17" width="55" /&gt;  and in general  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_3.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_3.gif]" align="absmiddle" border="0" height="17" width="18" /&gt;  is needed to compute  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_4.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_4.gif]" align="absmiddle" border="0" height="17" width="28" /&gt;.  After several points have been found it is feasible to use several prior points in the calculation.  The Milne-Simpson method uses &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_5.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_5.gif]" align="absmiddle" border="0" height="17" width="135" /&gt;  in the calculation of &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_6.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_6.gif]" align="absmiddle" border="0" height="17" width="28" /&gt;.  This method is not self-starting;  four initial points  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_7.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_7.gif]" align="absmiddle" border="0" height="17" width="55" /&gt;, &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_8.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_8.gif]" align="absmiddle" border="0" height="17" width="55" /&gt;, &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_9.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_9.gif]" align="absmiddle" border="0" height="17" width="55" /&gt;,  and &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_10.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_10.gif]" align="absmiddle" border="0" height="17" width="55" /&gt; must be given in advance in order to generate the points &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_11.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_11.gif]" align="absmiddle" border="0" height="17" width="87" /&gt;.&lt;br /&gt;&lt;br /&gt;   A desirable feature of a multistep method is that the local truncation error (L. T. E.) can be determined and a correction term can be included, which improves the accuracy of the answer at each step.  Also, it is possible to determine if the step size is small enough to obtain an accurate value for  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_12.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_12.gif]" align="absmiddle" border="0" height="17" width="28" /&gt;, yet large enough so that unnecessary and time-consuming calculations are eliminated.  If the code for the subroutine is fine-tuned, then the combination of a  predictor and corrector requires only two function evaluations of&lt;span style="font-family:Times New Roman;"&gt;  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;f(t,y)&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;  &lt;/span&gt;per step.    &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;&lt;b&gt;Theorem  (&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Milne-Simpson's Method&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;:&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;Assume that  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;f(t,y)&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;  &lt;/span&gt;is continuous and satisfies a &lt;span style="color: rgb(153, 0, 0);"&gt;Lipschits condition&lt;/span&gt; in the variable  &lt;span style="font-family:Courier New;"&gt;y&lt;/span&gt;,  and consider the  I. V. P. (initial value problem)&lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;&lt;br /&gt;           &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_13.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_13.gif]" align="absmiddle" border="0" height="17" width="89" /&gt;&lt;span style="font-family:Times New Roman;"&gt; with &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_14.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_14.gif]" align="absmiddle" border="0" height="17" width="83" /&gt;,  over the interval  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_15.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_15.gif]" align="absmiddle" border="0" height="17" width="53" /&gt;.&lt;br /&gt;     &lt;br /&gt;The Milne-Simpson method uses the formulas &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_16.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_16.gif]" align="absmiddle" border="0" height="17" width="81" /&gt;,  and&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt;the predictor&lt;/span&gt;          &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_17.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_17.gif]" align="absmiddle" border="0" height="30" width="231" /&gt;,  and&lt;br /&gt;&lt;br /&gt;the corrector           &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_18.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_18.gif]" align="absmiddle" border="0" height="30" width="267" /&gt;  for  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_19.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_19.gif]" align="absmiddle" border="0" height="17" width="100" /&gt;&lt;br /&gt;&lt;br /&gt;as an approximate solution to the differential equation using the discrete set of points&lt;span style="font-family:Times New Roman;"&gt;  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_20.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_20.gif]" align="absmiddle" border="0" height="17" width="87" /&gt;.  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Remark:&lt;/b&gt;&lt;/span&gt;  The Milne-Simpson method is not a self-starting method.  Three additional starting values &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_21.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_21.gif]" align="absmiddle" border="0" height="17" width="81" /&gt;  must be given.  They are usually computed using the Runge-Kutta method.&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;&lt;b&gt;Theorem (Precision of the Milne-Simpson Method:&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;Assume that  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_22.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_22.gif]" align="absmiddle" border="0" height="17" width="59" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  is the solution to the I.V.P.  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_23.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_23.gif]" align="absmiddle" border="0" height="17" width="89" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  with  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_24.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_24.gif]" align="absmiddle" border="0" height="17" width="67" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.  If  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_25.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_25.gif]" align="absmiddle" border="0" height="17" width="107" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  and  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_26.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_26.gif]" align="absmiddle" border="0" height="17" width="87" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  is the sequence of approximations generated by &lt;/span&gt;Milne-Simpson method&lt;span style="font-family:Times New Roman;"&gt;, then at each step, the local truncation error &lt;/span&gt;is of the order  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_27.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_27.gif]" align="absmiddle" border="0" height="17" width="42" /&gt;,  and the overall &lt;span style="font-family:Times New Roman;"&gt;global truncation error  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_28.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_28.gif]" align="absmiddle" border="0" height="17" width="18" /&gt; &lt;span style="font-family:Times New Roman;"&gt; is of the order&lt;br /&gt;&lt;br /&gt;       &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_29.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_29.gif]" align="absmiddle" border="0" height="17" width="210" /&gt;,  for  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_30.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_30.gif]" align="absmiddle" border="0" height="17" width="82" /&gt;.  &lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;The error at the right end of the interval is called the final global error&lt;br /&gt;&lt;br /&gt;       &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/milnesimpson/MilneSimpsonMod/Images/MilneSimpsonMod_gr_31.gif" alt="[Graphics:Images/MilneSimpsonMod_gr_31.gif]" align="absmiddle" border="0" height="17" width="241" /&gt;.&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-8527465989762521581?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/8527465989762521581/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/milne-simpsons-method.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/8527465989762521581'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/8527465989762521581'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/milne-simpsons-method.html' title='Milne-Simpson&apos;s Method'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-7806282762103933952</id><published>2010-02-02T03:50:00.000-08:00</published><updated>2010-02-02T03:59:12.954-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Differential Equations'/><title type='text'>Shooting Methods for ODE's</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt; &lt;/b&gt;Finding the solution of a linear boundary problem is assisted by the linear structure of the equation and the use of two special initial value problems. Suppose that  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;u(t)&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;  is the unique solution to the I.V.P.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt;     &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/shootingmethod/ShootingMod/Images/ShootingMod_gr_34.gif" alt="[Graphics:Images/ShootingMod_gr_34.gif]" align="absmiddle" border="0" height="17" width="265" /&gt;  with  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/shootingmethod/ShootingMod/Images/ShootingMod_gr_35.gif" alt="[Graphics:Images/ShootingMod_gr_35.gif]" align="absmiddle" border="0" height="17" width="146" /&gt;.&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt; Furthermore, suppose that  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;v(t)&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;i&gt;  &lt;/i&gt;is the unique solution to the I.V.P.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt;     &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/shootingmethod/ShootingMod/Images/ShootingMod_gr_36.gif" alt="[Graphics:Images/ShootingMod_gr_36.gif]" align="absmiddle" border="0" height="17" width="222" /&gt;  with  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/shootingmethod/ShootingMod/Images/ShootingMod_gr_37.gif" alt="[Graphics:Images/ShootingMod_gr_37.gif]" align="absmiddle" border="0" height="17" width="146" /&gt;.&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt; Then the linear combination&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt; &lt;/span&gt;     &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/shootingmethod/ShootingMod/Images/ShootingMod_gr_38.gif" alt="[Graphics:Images/ShootingMod_gr_38.gif]" align="absmiddle" border="0" height="32" width="203" /&gt;. &lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;i&gt; &lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;i&gt; &lt;/i&gt;is a solution to  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/shootingmethod/ShootingMod/Images/ShootingMod_gr_39.gif" alt="[Graphics:Images/ShootingMod_gr_39.gif]" align="absmiddle" border="0" height="17" width="235" /&gt;  with  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/shootingmethod/ShootingMod/Images/ShootingMod_gr_40.gif" alt="[Graphics:Images/ShootingMod_gr_40.gif]" align="absmiddle" border="0" height="17" width="137" /&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Program &lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;&lt;b&gt;(Linear Shooting Method)&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;/span&gt;:&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;To approximate the solution of the boundary value problem&lt;br /&gt;&lt;br /&gt;   &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/shootingmethod/ShootingMod/Images/ShootingMod_gr_41.gif" alt="[Graphics:Images/ShootingMod_gr_41.gif]" align="absmiddle" border="0" height="17" width="235" /&gt;  with  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/shootingmethod/ShootingMod/Images/ShootingMod_gr_42.gif" alt="[Graphics:Images/ShootingMod_gr_42.gif]" align="absmiddle" border="0" height="17" width="137" /&gt;  &lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;&lt;br /&gt;over the interval  [a,b]  by using the Runge-Kutta method of order n=4.&lt;/span&gt;&lt;/p&gt;&lt;div&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;The method involves solving a two systems of equations over  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/shootingmethod/ShootingMod/Images/ShootingMod_gr_43.gif" alt="[Graphics:Images/ShootingMod_gr_43.gif]" align="absmiddle" border="0" height="17" width="44" /&gt;.  First solve   &lt;br /&gt;&lt;br /&gt;   &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/shootingmethod/ShootingMod/Images/ShootingMod_gr_44.gif" alt="[Graphics:Images/ShootingMod_gr_44.gif]" align="absmiddle" border="0" height="17" width="68" /&gt;                        with    &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/shootingmethod/ShootingMod/Images/ShootingMod_gr_45.gif" alt="[Graphics:Images/ShootingMod_gr_45.gif]" align="absmiddle" border="0" height="17" width="56" /&gt;,&lt;br /&gt;   &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/shootingmethod/ShootingMod/Images/ShootingMod_gr_46.gif" alt="[Graphics:Images/ShootingMod_gr_46.gif]" align="absmiddle" border="0" height="17" width="223" /&gt;    and    &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/shootingmethod/ShootingMod/Images/ShootingMod_gr_47.gif" alt="[Graphics:Images/ShootingMod_gr_47.gif]" align="absmiddle" border="0" height="17" width="110" /&gt;.&lt;br /&gt; &lt;br /&gt;Then solve&lt;br /&gt;&lt;br /&gt;   &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/shootingmethod/ShootingMod/Images/ShootingMod_gr_48.gif" alt="[Graphics:Images/ShootingMod_gr_48.gif]" align="absmiddle" border="0" height="17" width="68" /&gt;                        with    &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/shootingmethod/ShootingMod/Images/ShootingMod_gr_49.gif" alt="[Graphics:Images/ShootingMod_gr_49.gif]" align="absmiddle" border="0" height="17" width="56" /&gt;, &lt;br /&gt;   &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/shootingmethod/ShootingMod/Images/ShootingMod_gr_50.gif" alt="[Graphics:Images/ShootingMod_gr_50.gif]" align="absmiddle" border="0" height="17" width="221" /&gt;    and    &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/shootingmethod/ShootingMod/Images/ShootingMod_gr_51.gif" alt="[Graphics:Images/ShootingMod_gr_51.gif]" align="absmiddle" border="0" height="17" width="110" /&gt;.&lt;br /&gt; &lt;br /&gt;Finally, the desired solution x(t) is the linear combination&lt;br /&gt;&lt;br /&gt;    &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/shootingmethod/ShootingMod/Images/ShootingMod_gr_52.gif" alt="[Graphics:Images/ShootingMod_gr_52.gif]" align="absmiddle" border="0" height="32" width="203" /&gt;. &lt;br /&gt;&lt;br /&gt;The subroutine &lt;b&gt;Runge2D&lt;/b&gt; will be used to construct the two solutions  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/shootingmethod/ShootingMod/Images/ShootingMod_gr_53.gif" alt="[Graphics:Images/ShootingMod_gr_53.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;,  and  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/shootingmethod/ShootingMod/Images/ShootingMod_gr_54.gif" alt="[Graphics:Images/ShootingMod_gr_54.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;.    &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-7806282762103933952?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/7806282762103933952/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/shooting-methods-for-odes.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/7806282762103933952'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/7806282762103933952'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/shooting-methods-for-odes.html' title='Shooting Methods for ODE&apos;s'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-4385648258079436418</id><published>2010-02-02T03:43:00.000-08:00</published><updated>2010-02-02T03:50:10.193-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Differential Equations'/><title type='text'>Finite Difference Method for ODE's</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt; &lt;/b&gt;Methods involving difference quotient approximations for derivatives can be used for solving certain second-order boundary value problems.  Consider the linear equation&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt;     &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt; (1)        &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/finitedifference/FiniteDifferenceMod/Images/FiniteDifferenceMod_gr_26.gif" alt="[Graphics:Images/FiniteDifferenceMod_gr_26.gif]" align="absmiddle" border="0" height="17" width="235" /&gt; &lt;br /&gt;&lt;br /&gt;over  &lt;span style="font-family:Courier New;"&gt;[a,b]&lt;/span&gt;  with  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/finitedifference/FiniteDifferenceMod/Images/FiniteDifferenceMod_gr_27.gif" alt="[Graphics:Images/FiniteDifferenceMod_gr_27.gif]" align="absmiddle" border="0" height="17" width="137" /&gt;.  &lt;span style="font-family:Times New Roman;"&gt;Form a partition of [&lt;i&gt;a, b&lt;/i&gt;] using the points  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/finitedifference/FiniteDifferenceMod/Images/FiniteDifferenceMod_gr_28.gif" alt="[Graphics:Images/FiniteDifferenceMod_gr_28.gif]" align="absmiddle" border="0" height="17" width="146" /&gt;&lt;span style="font-family:Times New Roman;"&gt;,  where  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/finitedifference/FiniteDifferenceMod/Images/FiniteDifferenceMod_gr_29.gif" alt="[Graphics:Images/FiniteDifferenceMod_gr_29.gif]" align="absmiddle" border="0" height="30" width="59" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  and &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/finitedifference/FiniteDifferenceMod/Images/FiniteDifferenceMod_gr_30.gif" alt="[Graphics:Images/FiniteDifferenceMod_gr_30.gif]" align="absmiddle" border="0" height="18" width="80" /&gt;  for  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/finitedifference/FiniteDifferenceMod/Images/FiniteDifferenceMod_gr_31.gif" alt="[Graphics:Images/FiniteDifferenceMod_gr_31.gif]" align="absmiddle" border="0" height="17" width="106" /&gt;.  &lt;span style="font-family:Times New Roman;"&gt;The central-difference formulas discussed in Chapter 6 are used to approximate the derivatives  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt; (2)        &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/finitedifference/FiniteDifferenceMod/Images/FiniteDifferenceMod_gr_32.gif" alt="[Graphics:Images/FiniteDifferenceMod_gr_32.gif]" align="absmiddle" border="0" height="31" width="237" /&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt; and&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt; (3)        &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/finitedifference/FiniteDifferenceMod/Images/FiniteDifferenceMod_gr_33.gif" alt="[Graphics:Images/FiniteDifferenceMod_gr_33.gif]" align="absmiddle" border="0" height="31" width="303" /&gt;&lt;br /&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;Use the notation &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/finitedifference/FiniteDifferenceMod/Images/FiniteDifferenceMod_gr_34.gif" alt="[Graphics:Images/FiniteDifferenceMod_gr_34.gif]" align="absmiddle" border="0" height="18" width="17" /&gt;&lt;span style="font-family:Times New Roman;"&gt; for the terms &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/finitedifference/FiniteDifferenceMod/Images/FiniteDifferenceMod_gr_35.gif" alt="[Graphics:Images/FiniteDifferenceMod_gr_35.gif]" align="absmiddle" border="0" height="18" width="41" /&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;i&gt; &lt;/i&gt;on the right side of (2) and (3) and drop the two terms &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/finitedifference/FiniteDifferenceMod/Images/FiniteDifferenceMod_gr_36.gif" alt="[Graphics:Images/FiniteDifferenceMod_gr_36.gif]" align="absmiddle" border="0" height="17" width="41" /&gt;.  Also, use the notations  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/finitedifference/FiniteDifferenceMod/Images/FiniteDifferenceMod_gr_37.gif" alt="[Graphics:Images/FiniteDifferenceMod_gr_37.gif]" align="absmiddle" border="0" height="18" width="73" /&gt;,    &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/finitedifference/FiniteDifferenceMod/Images/FiniteDifferenceMod_gr_38.gif" alt="[Graphics:Images/FiniteDifferenceMod_gr_38.gif]" align="absmiddle" border="0" height="18" width="73" /&gt;,  and  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/finitedifference/FiniteDifferenceMod/Images/FiniteDifferenceMod_gr_39.gif" alt="[Graphics:Images/FiniteDifferenceMod_gr_39.gif]" align="absmiddle" border="0" height="18" width="73" /&gt; &lt;span style="font-family:Times-Roman;"&gt;this produces the difference equation&lt;br /&gt;&lt;br /&gt;        &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/finitedifference/FiniteDifferenceMod/Images/FiniteDifferenceMod_gr_40.gif" alt="[Graphics:Images/FiniteDifferenceMod_gr_40.gif]" align="absmiddle" border="0" height="31" width="283" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:Times-Roman;"&gt;which is used to compute numerical approximations to the differential equation (1).  This is carried out by multiplying each side  by &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/finitedifference/FiniteDifferenceMod/Images/FiniteDifferenceMod_gr_41.gif" alt="[Graphics:Images/FiniteDifferenceMod_gr_41.gif]" align="absmiddle" border="0" height="17" width="17" /&gt;&lt;span style="font-family:Times-Roman;"&gt; and then collecting terms involving  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/finitedifference/FiniteDifferenceMod/Images/FiniteDifferenceMod_gr_42.gif" alt="[Graphics:Images/FiniteDifferenceMod_gr_42.gif]" align="absmiddle" border="0" height="18" width="99" /&gt;&lt;span style="font-family:Times-Roman;"&gt;  and arranging them in a system of linear equations:&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;&lt;br /&gt;        &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/finitedifference/FiniteDifferenceMod/Images/FiniteDifferenceMod_gr_43.gif" alt="[Graphics:Images/FiniteDifferenceMod_gr_43.gif]" align="absmiddle" border="0" height="30" width="351" /&gt; &lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt;for&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/finitedifference/FiniteDifferenceMod/Images/FiniteDifferenceMod_gr_44.gif" alt="[Graphics:Images/FiniteDifferenceMod_gr_44.gif]" align="absmiddle" border="0" height="17" width="111" /&gt;&lt;span style="font-family:Times New Roman;"&gt; , where &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/finitedifference/FiniteDifferenceMod/Images/FiniteDifferenceMod_gr_45.gif" alt="[Graphics:Images/FiniteDifferenceMod_gr_45.gif]" align="absmiddle" border="0" height="17" width="38" /&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;i&gt; &lt;/i&gt;and  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/finitedifference/FiniteDifferenceMod/Images/FiniteDifferenceMod_gr_46.gif" alt="[Graphics:Images/FiniteDifferenceMod_gr_46.gif]" align="absmiddle" border="0" height="17" width="38" /&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;i&gt; &lt;/i&gt;. This system has the familiar tridiagonal form.&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-4385648258079436418?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/4385648258079436418/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/finite-difference-method-for-odes.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/4385648258079436418'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/4385648258079436418'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/finite-difference-method-for-odes.html' title='Finite Difference Method for ODE&apos;s'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-5747897986956649254</id><published>2010-02-02T03:32:00.000-08:00</published><updated>2010-02-02T03:47:07.337-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Differential Equations'/><title type='text'>Galerkin's Method</title><content type='html'>&lt;div style="text-align: justify;"&gt;One of the most important weighted residual methods was invented by the Russian mathematician &lt;span style="color: rgb(102, 0, 0);"&gt;Boris Grigoryevich Galerkin&lt;/span&gt; (February 20, 1871 - July 12, 1945).  Galerkin's method selects the weight function functions in a special way:  they are chosen from the basis functions, i.e.  &lt;img src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_59.gif" alt="[Graphics:Images/GalerkinMod_gr_59.gif]" align="absmiddle" border="0" height="17" width="115" /&gt;.  It is required that the following &lt;img src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_60.gif" alt="[Graphics:Images/GalerkinMod_gr_60.gif]" align="absmiddle" border="0" height="17" width="11" /&gt; equations hold true&lt;br /&gt; &lt;br /&gt;(6)        &lt;img src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_61.gif" alt="[Graphics:Images/GalerkinMod_gr_61.gif]" align="absmiddle" border="0" height="30" width="234" /&gt;    for  &lt;img src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_62.gif" alt="[Graphics:Images/GalerkinMod_gr_62.gif]" align="absmiddle" border="0" height="17" width="92" /&gt;.&lt;br /&gt;&lt;br /&gt;To apply the method, all we need to do is solve these &lt;img src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_63.gif" alt="[Graphics:Images/GalerkinMod_gr_63.gif]" align="absmiddle" border="0" height="17" width="11" /&gt; equations for the coefficients &lt;img src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_64.gif" alt="[Graphics:Images/GalerkinMod_gr_64.gif]" align="absmiddle" border="0" height="17" width="46" /&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Galerkin's Method for solving an I. V. P.&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;   Suppose we wish to solve the initial value problem&lt;br /&gt; &lt;br /&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;(i)&lt;/span&gt;  &lt;/span&gt;        &lt;img src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_65.gif" alt="[Graphics:Images/GalerkinMod_gr_65.gif]" align="absmiddle" border="0" height="17" width="133" /&gt;,&lt;br /&gt;            with&lt;br /&gt;            &lt;img src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_66.gif" alt="[Graphics:Images/GalerkinMod_gr_66.gif]" align="absmiddle" border="0" height="17" width="68" /&gt;   over the interval  &lt;img src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_67.gif" alt="[Graphics:Images/GalerkinMod_gr_67.gif]" align="absmiddle" border="0" height="17" width="53" /&gt;.&lt;br /&gt;&lt;br /&gt;We use the trial function&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;(ii)&lt;/span&gt; &lt;/span&gt;        &lt;img src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_68.gif" alt="[Graphics:Images/GalerkinMod_gr_68.gif]" align="absmiddle" border="0" height="39" width="159" /&gt;.&lt;br /&gt;&lt;br /&gt;There are &lt;img src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_69.gif" alt="[Graphics:Images/GalerkinMod_gr_69.gif]" align="absmiddle" border="0" height="17" width="11" /&gt; equations to solve   &lt;img src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_70.gif" alt="[Graphics:Images/GalerkinMod_gr_70.gif]" align="absmiddle" border="0" height="30" width="147" /&gt;   for  &lt;img src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_71.gif" alt="[Graphics:Images/GalerkinMod_gr_71.gif]" align="absmiddle" border="0" height="17" width="92" /&gt;,  i.e. &lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;(iii)&lt;/span&gt;        &lt;img src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_72.gif" alt="[Graphics:Images/GalerkinMod_gr_72.gif]" align="absmiddle" border="0" height="41" width="325" /&gt;    for  &lt;img src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_73.gif" alt="[Graphics:Images/GalerkinMod_gr_73.gif]" align="absmiddle" border="0" height="17" width="92" /&gt;.  &lt;/p&gt;&lt;div&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Remark&lt;/b&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;: &lt;/span&gt;For the solution of an I. V. P. we choose  &lt;img src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_74.gif" alt="[Graphics:Images/GalerkinMod_gr_74.gif]" align="absmiddle" border="0" height="17" width="67" /&gt;.&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Galerkin's Method for solving an a B. V. P.&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;   Suppose we wish to solve a boundary value problem over the interval  &lt;img src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_142.gif" alt="[Graphics:Images/GalerkinMod_gr_142.gif]" align="absmiddle" border="0" height="17" width="53" /&gt;,&lt;br /&gt; &lt;br /&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;(I) &lt;/span&gt; &lt;/span&gt;        &lt;img src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_143.gif" alt="[Graphics:Images/GalerkinMod_gr_143.gif]" align="absmiddle" border="0" height="17" width="133" /&gt;,&lt;br /&gt;             with&lt;br /&gt;             &lt;img src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_144.gif" alt="[Graphics:Images/GalerkinMod_gr_144.gif]" align="absmiddle" border="0" height="36" width="68" /&gt; &lt;br /&gt;&lt;br /&gt;We define  &lt;img src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_145.gif" alt="[Graphics:Images/GalerkinMod_gr_145.gif]" align="absmiddle" border="0" height="28" width="178" /&gt;  and use the trial function&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;(II)&lt;/span&gt; &lt;/span&gt;        &lt;img src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_146.gif" alt="[Graphics:Images/GalerkinMod_gr_146.gif]" align="absmiddle" border="0" height="39" width="183" /&gt;.&lt;br /&gt;&lt;br /&gt;There are &lt;img src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_147.gif" alt="[Graphics:Images/GalerkinMod_gr_147.gif]" align="absmiddle" border="0" height="17" width="11" /&gt; equations to solve   &lt;img src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_148.gif" alt="[Graphics:Images/GalerkinMod_gr_148.gif]" align="absmiddle" border="0" height="30" width="147" /&gt;   for  &lt;img src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_149.gif" alt="[Graphics:Images/GalerkinMod_gr_149.gif]" align="absmiddle" border="0" height="17" width="92" /&gt;,  i.e.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;(III)&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;        &lt;/span&gt;&lt;img style="color: rgb(51, 51, 51);" src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_150.gif" alt="[Graphics:Images/GalerkinMod_gr_150.gif]" align="absmiddle" border="0" height="41" width="349" /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;    for  &lt;/span&gt;&lt;img style="color: rgb(51, 51, 51);" src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_151.gif" alt="[Graphics:Images/GalerkinMod_gr_151.gif]" align="absmiddle" border="0" height="17" width="92" /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;.  &lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify; color: rgb(51, 51, 51);"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Remark:&lt;/b&gt;&lt;/span&gt;  The functions  &lt;img src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_152.gif" alt="[Graphics:Images/GalerkinMod_gr_152.gif]" align="absmiddle" border="0" height="17" width="70" /&gt;  must all be chosen with the boundary properties&lt;br /&gt;&lt;br /&gt;              &lt;img src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_153.gif" alt="[Graphics:Images/GalerkinMod_gr_153.gif]" align="absmiddle" border="0" height="17" width="62" /&gt;  and  &lt;img src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_154.gif" alt="[Graphics:Images/GalerkinMod_gr_154.gif]" align="absmiddle" border="0" height="17" width="62" /&gt;    for  &lt;img src="http://math.fullerton.edu/mathews/n2003/galerkin/GalerkinMod/Images/GalerkinMod_gr_155.gif" alt="[Graphics:Images/GalerkinMod_gr_155.gif]" align="absmiddle" border="0" height="17" width="92" /&gt;.&lt;br /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-5747897986956649254?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/5747897986956649254/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/galerkins-method.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/5747897986956649254'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/5747897986956649254'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/galerkins-method.html' title='Galerkin&apos;s Method'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-758907286580117885</id><published>2010-02-02T03:24:00.000-08:00</published><updated>2010-02-02T03:34:43.131-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Differential Equations'/><title type='text'>Lotka-Volterra Model</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Lotka-Volterra Equations&lt;/b&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;:&lt;br /&gt;&lt;/span&gt;The "&lt;span style="color: rgb(153, 0, 0);"&gt;Lotka-Volterra equations&lt;/span&gt;" refer to two coupled differential equations&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/lotkavoltera/Lotka-VolterraMod/Images/Lotka-VolterraMod_gr_1.gif" alt="[Graphics:Images/Lotka-VolterraMod_gr_1.gif]" align="absmiddle" border="0" height="30" width="122" /&gt;&lt;br /&gt; &lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/lotkavoltera/Lotka-VolterraMod/Images/Lotka-VolterraMod_gr_2.gif" alt="[Graphics:Images/Lotka-VolterraMod_gr_2.gif]" align="absmiddle" border="0" height="30" width="127" /&gt;&lt;br /&gt;&lt;br /&gt;There is one critical point which occurs when &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/lotkavoltera/Lotka-VolterraMod/Images/Lotka-VolterraMod_gr_3.gif" alt="[Graphics:Images/Lotka-VolterraMod_gr_3.gif]" align="absmiddle" border="0" height="30" width="118" /&gt; and it is &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/lotkavoltera/Lotka-VolterraMod/Images/Lotka-VolterraMod_gr_4.gif" alt="[Graphics:Images/Lotka-VolterraMod_gr_4.gif]" align="absmiddle" border="0" height="32" width="133" /&gt;.&lt;br /&gt;&lt;br /&gt;The Runge-Kutta method is used to numerically solve O.D.E.'s over&lt;span style="font-family:Times New Roman;"&gt; an interval  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/lotkavoltera/Lotka-VolterraMod/Images/Lotka-VolterraMod_gr_5.gif" alt="[Graphics:Images/Lotka-VolterraMod_gr_5.gif]" align="absmiddle" border="0" height="17" width="53" /&gt;.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-758907286580117885?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/758907286580117885/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/lotka-volterra-model.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/758907286580117885'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/758907286580117885'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/lotka-volterra-model.html' title='Lotka-Volterra Model'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-2308372279079265720</id><published>2010-02-02T03:13:00.000-08:00</published><updated>2010-02-02T03:27:52.181-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Differential Equations'/><title type='text'>Pendulum</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Nonlinear Pendulum:&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;A &lt;span style="color: rgb(153, 0, 0);"&gt;simple pendulum&lt;/span&gt; consists of a point mass  &lt;span style="font-family:Courier New;"&gt;m&lt;/span&gt;  attached to a rod of negligible weight.   The &lt;span style="color: rgb(153, 0, 0);"&gt;torque&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/pendulum/PendulumMod/Images/PendulumMod_gr_1.gif" alt="[Graphics:Images/PendulumMod_gr_1.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;  is&lt;br /&gt;&lt;br /&gt;(1)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/pendulum/PendulumMod/Images/PendulumMod_gr_2.gif" alt="[Graphics:Images/PendulumMod_gr_2.gif]" align="absmiddle" border="0" height="17" width="117" /&gt;,&lt;br /&gt;     &lt;br /&gt;where  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/pendulum/PendulumMod/Images/PendulumMod_gr_3.gif" alt="[Graphics:Images/PendulumMod_gr_3.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;  denotes the the angle of the rod measured downward from a vertical axis.  The moment of inertia for the point mass is  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/pendulum/PendulumMod/Images/PendulumMod_gr_4.gif" alt="[Graphics:Images/PendulumMod_gr_4.gif]" align="absmiddle" border="0" height="17" width="54" /&gt;  where  &lt;span style="font-family:Courier New;"&gt;l&lt;/span&gt;  is the length of the rod.  The torque can also be expressed as  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/pendulum/PendulumMod/Images/PendulumMod_gr_5.gif" alt="[Graphics:Images/PendulumMod_gr_5.gif]" align="absmiddle" border="0" height="17" width="48" /&gt;,  where  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/pendulum/PendulumMod/Images/PendulumMod_gr_6.gif" alt="[Graphics:Images/PendulumMod_gr_6.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;  is the angular acceleration, using &lt;span style="color: rgb(153, 0, 0);"&gt;Newton's second law&lt;/span&gt;, and the second derivative, this can be written as&lt;br /&gt;&lt;br /&gt;(2)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/pendulum/PendulumMod/Images/PendulumMod_gr_7.gif" alt="[Graphics:Images/PendulumMod_gr_7.gif]" align="absmiddle" border="0" height="33" width="74" /&gt;.&lt;br /&gt;&lt;br /&gt;Equating  (1) and (2) results in the nonlinear D. E.&lt;br /&gt;&lt;br /&gt;(3)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/pendulum/PendulumMod/Images/PendulumMod_gr_8.gif" alt="[Graphics:Images/PendulumMod_gr_8.gif]" align="absmiddle" border="0" height="33" width="165" /&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Linear Pendulum&lt;/b&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;:&lt;br /&gt;&lt;/span&gt;Introductory courses discuss the &lt;span style="color: rgb(153, 0, 0);"&gt;pendulum with small oscillations&lt;/span&gt; as an example of a &lt;span style="color: rgb(153, 0, 0);"&gt;simple harmonic oscillator&lt;/span&gt;.  If the angle of oscillation &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/pendulum/PendulumMod/Images/PendulumMod_gr_9.gif" alt="[Graphics:Images/PendulumMod_gr_9.gif]" align="absmiddle" border="0" height="17" width="14" /&gt;  is small, use the approximation  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/pendulum/PendulumMod/Images/PendulumMod_gr_10.gif" alt="[Graphics:Images/PendulumMod_gr_10.gif]" align="absmiddle" border="0" height="17" width="76" /&gt;  in equation (3) and obtain the familiar linear D. E. for &lt;span style="color: rgb(153, 0, 0);"&gt;simple harmonic motion&lt;/span&gt;:&lt;br /&gt;&lt;br /&gt;(4)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/pendulum/PendulumMod/Images/PendulumMod_gr_11.gif" alt="[Graphics:Images/PendulumMod_gr_11.gif]" align="absmiddle" border="0" height="33" width="127" /&gt;,&lt;br /&gt;&lt;br /&gt;Using the substitution  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/pendulum/PendulumMod/Images/PendulumMod_gr_12.gif" alt="[Graphics:Images/PendulumMod_gr_12.gif]" align="absmiddle" border="0" height="39" width="89" /&gt;, the solution to (4)  is known to be&lt;br /&gt;&lt;br /&gt;(5)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/pendulum/PendulumMod/Images/PendulumMod_gr_13.gif" alt="[Graphics:Images/PendulumMod_gr_13.gif]" align="absmiddle" border="0" height="17" width="220" /&gt;,&lt;br /&gt;&lt;br /&gt;which has period  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/pendulum/PendulumMod/Images/PendulumMod_gr_14.gif" alt="[Graphics:Images/PendulumMod_gr_14.gif]" align="absmiddle" border="0" height="39" width="105" /&gt;.  When the solution (5) is written with a phase shift, it becomes&lt;br /&gt;&lt;br /&gt;(6)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/pendulum/PendulumMod/Images/PendulumMod_gr_15.gif" alt="[Graphics:Images/PendulumMod_gr_15.gif]" align="absmiddle" border="0" height="17" width="146" /&gt;.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-2308372279079265720?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/2308372279079265720/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/pendulum.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/2308372279079265720'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/2308372279079265720'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/pendulum.html' title='Pendulum'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-2349322460096922764</id><published>2010-02-02T03:01:00.000-08:00</published><updated>2010-02-02T03:16:42.171-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Differential Equations'/><title type='text'>Projectile Motion</title><content type='html'>&lt;div style="text-align: justify;"&gt;In calculus, a model for &lt;span style="color: rgb(51, 51, 51);"&gt;projectile motion&lt;/span&gt; with no friction is considered, and a "parabolic trajectory" is obtained.  If the initial velocity is  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_1.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_1.gif]" align="absmiddle" border="0" height="17" width="17" /&gt;  and  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_2.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_2.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;  is the initial angle to the horizontal, then the parametric equations for the horizontal and vertical components of the position vector are&lt;br /&gt; &lt;br /&gt;(1)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_3.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_3.gif]" align="absmiddle" border="0" height="17" width="132" /&gt;,&lt;br /&gt;   and&lt;br /&gt;(2)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_4.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_4.gif]" align="absmiddle" border="0" height="30" width="190" /&gt;.&lt;br /&gt;&lt;br /&gt;Solve equation (1) for &lt;span style="font-family:Courier New;"&gt;t&lt;/span&gt; and get  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_5.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_5.gif]" align="absmiddle" border="0" height="32" width="91" /&gt;,  then replace this value of &lt;span style="font-family:Courier New;"&gt;t&lt;/span&gt; in equation (2) and the result is&lt;br /&gt;&lt;br /&gt;        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_6.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_6.gif]" align="absmiddle" border="0" height="37" width="205" /&gt;,&lt;br /&gt;&lt;br /&gt;which is an equation of a parabola.    &lt;/div&gt;&lt;p style="text-align: justify;"&gt;    The time &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_7.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_7.gif]" align="absmiddle" border="0" height="17" width="17" /&gt; required to reach the &lt;span style="color: rgb(51, 51, 51);"&gt;maximum height&lt;/span&gt; is found by solving  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_8.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_8.gif]" align="absmiddle" border="0" height="17" width="65" /&gt;:&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_9.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_9.gif]" align="absmiddle" border="0" height="17" width="187" /&gt;,&lt;br /&gt;yields&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_10.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_10.gif]" align="absmiddle" border="0" height="32" width="105" /&gt;,&lt;br /&gt;     &lt;br /&gt;and the maximum height is&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_11.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_11.gif]" align="absmiddle" border="0" height="35" width="192" /&gt;.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;    The time &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_12.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_12.gif]" align="absmiddle" border="0" height="17" width="17" /&gt; till impact is found by solving  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_13.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_13.gif]" align="absmiddle" border="0" height="17" width="56" /&gt;, which yields  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_14.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_14.gif]" align="absmiddle" border="0" height="32" width="115" /&gt;, and for this model,  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_15.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_15.gif]" align="absmiddle" border="0" height="17" width="56" /&gt;.  The &lt;span style="color: rgb(153, 0, 0);"&gt;range&lt;/span&gt; is found by calculating  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_16.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_16.gif]" align="absmiddle" border="0" height="17" width="41" /&gt;:&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_17.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_17.gif]" align="absmiddle" border="0" height="35" width="191" /&gt;.&lt;br /&gt;     &lt;br /&gt;For a fixed initial velocity  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_18.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_18.gif]" align="absmiddle" border="0" height="17" width="17" /&gt;, the range  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_19.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_19.gif]" align="absmiddle" border="0" height="18" width="37" /&gt;  is a function of  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_20.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_20.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;,  and is maximum when  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_21.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_21.gif]" align="absmiddle" border="0" height="28" width="50" /&gt;.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Numerical solution of second order D. E.'s&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;   This module illustrates numerical solutions of a second order differential equation.  First, we consider the special case where the projectile is fired vertically along the y-axis and has no horizontal motion, i. e.  &lt;span style="font-family:Courier New;"&gt;x(t)= 0&lt;/span&gt;.  The effect of changing the amount of air drag or air resistance is investigated.  It is known that the drag force acting on an object which moves very slowly through a viscous fluid is directly proportional to the velocity of that object.  However, there are examples, such as Millikan's oil drop experiment, when the drag force is proportional to the square of the velocity.  Further investigations into the situation could involve the &lt;span style="color: rgb(153, 0, 0);"&gt;Reynolds number&lt;/span&gt;.  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Math-Models (Projectile Motion I)&lt;/b&gt;&lt;/span&gt;:&lt;/p&gt;&lt;p style="text-align: justify;"&gt;The following mathematical models are are considered.&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;(i).&lt;/b&gt;&lt;/span&gt;     No air resistance  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_22.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_22.gif]" align="absmiddle" border="0" height="30" width="89" /&gt;,   and&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_23.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_23.gif]" align="absmiddle" border="0" height="17" width="65" /&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;(ii).&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; &lt;/span&gt;    Air resistance proportional to velocity  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_24.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_24.gif]" align="absmiddle" border="0" height="30" width="125" /&gt;,  and&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_25.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_25.gif]" align="absmiddle" border="0" height="30" width="116" /&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;(iii).&lt;/b&gt;&lt;/span&gt;     Air resistance proportional to the square of the velocity  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_26.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_26.gif]" align="absmiddle" border="0" height="30" width="131" /&gt;,  for the ascent, and  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_27.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_27.gif]" align="absmiddle" border="0" height="30" width="123" /&gt;,  for the descent, and&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_28.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_28.gif]" align="absmiddle" border="0" height="30" width="69" /&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_29.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_29.gif]" align="absmiddle" border="0" height="17" width="93" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;(iv).&lt;/b&gt;&lt;/span&gt;     Air resistance proportional to the &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_30.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_30.gif]" align="absmiddle" border="0" height="30" width="19" /&gt; power of the velocity&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_31.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_31.gif]" align="absmiddle" border="0" height="30" width="69" /&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/projectilemotion/ProjectileMotionMod/Images/ProjectileMotionMod_gr_32.gif" alt="[Graphics:Images/ProjectileMotionMod_gr_32.gif]" align="absmiddle" border="0" height="18" width="110" /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-2349322460096922764?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/2349322460096922764/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/projectile-motion.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/2349322460096922764'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/2349322460096922764'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/projectile-motion.html' title='Projectile Motion'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-8827057979232434356</id><published>2010-02-02T02:30:00.000-08:00</published><updated>2010-02-02T03:06:24.800-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Differential Equations'/><title type='text'>Lorenz Attractor</title><content type='html'>&lt;p style="text-align: justify;" class="Text"&gt; The Lorenz attractor is an &lt;span class="Hyperlink"&gt;attractor&lt;/span&gt; that arises in a simplified system of equations describing the two-dimensional flow  of fluid of uniform depth &lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline1.gif" class="inlineformula" alt="H" border="0" height="14" width="11" /&gt;, with an imposed  temperature difference &lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline2.gif" class="inlineformula" alt="DeltaT" border="0" height="14" width="21" /&gt;, under gravity &lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline3.gif" class="inlineformula" alt="g" border="0" height="14" width="7" /&gt;, with buoyancy  &lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline4.gif" class="inlineformula" alt="alpha" border="0" height="14" width="8" /&gt;, thermal diffusivity &lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline5.gif" class="inlineformula" alt="kappa" border="0" height="14" width="6" /&gt;, and kinematic  viscosity &lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline6.gif" class="inlineformula" alt="nu" border="0" height="14" width="7" /&gt;. The full equations are &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;table style="padding-left: 50px; text-align: left; margin-left: 0px; margin-right: 0px;" border="0" cellpadding="0" cellspacing="0" width="100%"&gt; &lt;tbody&gt;&lt;tr style=""&gt;&lt;td align="right" width="1"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline7.gif" class="displayformula" alt="partial/(partialt)(del ^2phi)" border="0" height="36" width="50" /&gt;&lt;/td&gt;&lt;td align="center" width="14"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline8.gif" class="displayformula" alt="=" border="0" height="14" width="9" /&gt;&lt;/td&gt;&lt;td align="left"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline9.gif" class="displayformula" alt="(partialpsi)/(partialz)partial/(partialx)(del ^2psi)-(partialpsi)/(partialx)partial/(partialz)(del ^2psi)+nudel ^2(del ^2psi)+galpha(dT)/(dx)" border="0" height="37" width="304" /&gt;&lt;/td&gt;&lt;td align="right" width="10"&gt; &lt;div id="eqn1" class="eqnum"&gt; (1) &lt;/div&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style=""&gt;&lt;td align="right" width="1"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline10.gif" class="displayformula" alt="(partialT)/(partialt)" border="0" height="36" width="22" /&gt;&lt;/td&gt;&lt;td align="center" width="14"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline11.gif" class="displayformula" alt="=" border="0" height="14" width="9" /&gt;&lt;/td&gt;&lt;td align="left"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline12.gif" class="displayformula" alt="(partialT)/(partialz)(partialpsi)/(partialx)-(partialtheta)/(partialx)(partialpsi)/(partialz)+kappadel ^2T+(DeltaT)/H(partialpsi)/(partialx)." border="0" height="37" width="223" /&gt;&lt;/td&gt;&lt;td align="right" width="10"&gt; &lt;div id="eqn2" class="eqnum"&gt; (2) &lt;/div&gt; &lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;" class="Text"&gt; Here, &lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline13.gif" class="inlineformula" alt="psi" border="0" height="14" width="9" /&gt; is a stream function, defined such  that the velocity components &lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline14.gif" class="inlineformula" alt="u=(u,w)" border="0" height="14" width="57" /&gt; of the fluid  motion are &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;table style="padding-left: 50px; text-align: left; margin-left: 0px; margin-right: 0px;" border="0" cellpadding="0" cellspacing="0" width="100%"&gt; &lt;tbody&gt;&lt;tr style=""&gt;&lt;td align="right" width="1"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline15.gif" class="displayformula" alt="u" border="0" height="14" width="7" /&gt;&lt;/td&gt;&lt;td align="center" width="14"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline16.gif" class="displayformula" alt="=" border="0" height="14" width="9" /&gt;&lt;/td&gt;&lt;td align="left"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline17.gif" class="displayformula" alt="(partialpsi)/(partialz)" border="0" height="37" width="22" /&gt;&lt;/td&gt;&lt;td align="right" width="10"&gt; &lt;div id="eqn3" class="eqnum"&gt; (3) &lt;/div&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style=""&gt;&lt;td align="right" width="1"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline18.gif" class="displayformula" alt="w" border="0" height="14" width="9" /&gt;&lt;/td&gt;&lt;td align="center" width="14"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline19.gif" class="displayformula" alt="=" border="0" height="14" width="9" /&gt;&lt;/td&gt;&lt;td align="left"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline20.gif" class="displayformula" alt="-(partialpsi)/(partialx)" border="0" height="36" width="32" /&gt;&lt;/td&gt;&lt;td align="right" width="10"&gt; &lt;div id="eqn4" class="eqnum"&gt; (4) &lt;/div&gt; &lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;" class="Text"&gt; (Tabor 1989, p. 205). &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;" class="Text"&gt; In the early 1960s, Lorenz accidentally discovered the &lt;span class="Hyperlink"&gt;chaotic&lt;/span&gt; behavior of this system when he found that, for a simplified system, periodic solutions  &lt;span class="Hyperlink"&gt;of the form&lt;/span&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt; &lt;table style="padding-left: 50px; text-align: left; margin-left: 0px; margin-right: 0px;" cellpadding="0" cellspacing="0" width="100%"&gt; &lt;tbody&gt;&lt;tr&gt;&lt;td align="left"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/NumberedEquation1.gif" class="numberedequation" alt=" psi=psi_0sin((piax)/H)sin((piz)/H) " border="0" height="32" width="157" /&gt;&lt;/td&gt;&lt;td align="right" width="3"&gt; &lt;div id="eqn5" class="eqnum"&gt; (5) &lt;/div&gt; &lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;div style="text-align: justify;"&gt; &lt;/div&gt; &lt;table style="padding-left: 50px; text-align: left; margin-left: 0px; margin-right: 0px;" cellpadding="0" cellspacing="0" width="100%"&gt; &lt;tbody&gt;&lt;tr&gt;&lt;td align="left"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/NumberedEquation2.gif" class="numberedequation" alt=" theta=theta_0cos((piax)/H)sin((piz)/H) " border="0" height="32" width="154" /&gt;&lt;/td&gt;&lt;td align="right" width="3"&gt; &lt;div id="eqn6" class="eqnum"&gt; (6) &lt;/div&gt; &lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;" class="Text"&gt; grew for Rayleigh numbers larger than the critical value, &lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline21.gif" class="inlineformula" alt="" /&gt;Ra_c" border="0" height="16" width="58"&gt;. Furthermore,  vastly different results were obtained for very small changes in the initial values,  representing one of the earliest discoveries of the so-called &lt;span class="Hyperlink"&gt;butterfly effect&lt;/span&gt;. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;" class="Text"&gt; Lorenz included the terms &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;table style="padding-left: 50px; text-align: left; margin-left: 0px; margin-right: 0px;" border="0" cellpadding="0" cellspacing="0" width="100%"&gt; &lt;tbody&gt;&lt;tr style=""&gt;&lt;td align="right" width="1"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline22.gif" class="displayformula" alt="X" border="0" height="14" width="10" /&gt;&lt;/td&gt;&lt;td align="center" width="14"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline23.gif" class="displayformula" alt="=" border="0" height="14" width="9" /&gt;&lt;/td&gt;&lt;td align="left"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline24.gif" class="displayformula" alt="psi_(11)" border="0" height="14" width="20" /&gt;&lt;/td&gt;&lt;td align="right" width="10"&gt; &lt;div id="eqn7" class="eqnum"&gt; (7) &lt;/div&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style=""&gt;&lt;td align="right" width="1"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline25.gif" class="displayformula" alt="Y" border="0" height="14" width="9" /&gt;&lt;/td&gt;&lt;td align="center" width="14"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline26.gif" class="displayformula" alt="=" border="0" height="14" width="9" /&gt;&lt;/td&gt;&lt;td align="left"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline27.gif" class="displayformula" alt="T_(11)" border="0" height="14" width="19" /&gt;&lt;/td&gt;&lt;td align="right" width="10"&gt; &lt;div id="eqn8" class="eqnum"&gt; (8) &lt;/div&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style=""&gt;&lt;td align="right" width="1"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline28.gif" class="displayformula" alt="Z" border="0" height="14" width="9" /&gt;&lt;/td&gt;&lt;td align="center" width="14"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline29.gif" class="displayformula" alt="=" border="0" height="14" width="9" /&gt;&lt;/td&gt;&lt;td align="left"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline30.gif" class="displayformula" alt="T_(02)," border="0" height="16" width="23" /&gt;&lt;/td&gt;&lt;td align="right" width="10"&gt; &lt;div id="eqn9" class="eqnum"&gt; (9) &lt;/div&gt; &lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;" class="Text"&gt; where &lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline31.gif" class="inlineformula" alt="X" border="0" height="14" width="10" /&gt; is proportional to convective intensity,  &lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline32.gif" class="inlineformula" alt="Y" border="0" height="14" width="9" /&gt; to the temperature difference between descending  and ascending currents, and &lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline33.gif" class="inlineformula" alt="Z" border="0" height="14" width="9" /&gt; to the difference  in vertical temperature profile from linearity in his system of equations. From these,  he obtained the simplified equations &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;table style="padding-left: 50px; text-align: left; margin-left: 0px; margin-right: 0px;" border="0" cellpadding="0" cellspacing="0" width="100%"&gt; &lt;tbody&gt;&lt;tr style=""&gt;&lt;td align="right" width="1"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline34.gif" class="displayformula" alt="X^." border="0" height="18" width="10" /&gt;&lt;/td&gt;&lt;td align="center" width="14"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline35.gif" class="displayformula" alt="=" border="0" height="14" width="9" /&gt;&lt;/td&gt;&lt;td align="left"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline36.gif" class="displayformula" alt="sigma(Y-X)" border="0" height="14" width="55" /&gt;&lt;/td&gt;&lt;td align="right" width="10"&gt; &lt;div id="eqn10" class="eqnum"&gt; (10) &lt;/div&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style=""&gt;&lt;td align="right" width="1"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline37.gif" class="displayformula" alt="Y^." border="0" height="18" width="9" /&gt;&lt;/td&gt;&lt;td align="center" width="14"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline38.gif" class="displayformula" alt="=" border="0" height="14" width="9" /&gt;&lt;/td&gt;&lt;td align="left"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline39.gif" class="displayformula" alt="-XZ+rX-Y" border="0" height="14" width="89" /&gt;&lt;/td&gt;&lt;td align="right" width="10"&gt; &lt;div id="eqn11" class="eqnum"&gt; (11) &lt;/div&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style=""&gt;&lt;td align="right" width="1"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline40.gif" class="displayformula" alt="Z^." border="0" height="18" width="9" /&gt;&lt;/td&gt;&lt;td align="center" width="14"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline41.gif" class="displayformula" alt="=" border="0" height="14" width="9" /&gt;&lt;/td&gt;&lt;td align="left"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline42.gif" class="displayformula" alt="XY-bZ," border="0" height="14" width="60" /&gt;&lt;/td&gt;&lt;td align="right" width="10"&gt; &lt;div id="eqn12" class="eqnum"&gt; (12) &lt;/div&gt; &lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;" class="Text"&gt; now known as the &lt;span class="Hyperlink"&gt;Lorenz equations&lt;/span&gt;. Here, &lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline43.gif" class="inlineformula" alt="X^.=dX/dt" border="0" height="18" width="69" /&gt;, &lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline44.gif" class="inlineformula" alt="Y^.=dY/dt" border="0" height="18" width="67" /&gt;, &lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline45.gif" class="inlineformula" alt="Z^.=dZ/dt" border="0" height="18" width="67" /&gt;, and &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;table style="padding-left: 50px; text-align: left; margin-left: 0px; margin-right: 0px;" border="0" cellpadding="0" cellspacing="0" width="100%"&gt; &lt;tbody&gt;&lt;tr style=""&gt;&lt;td align="right" width="1"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline46.gif" class="displayformula" alt="sigma" border="0" height="14" width="10" /&gt;&lt;/td&gt;&lt;td align="center" width="14"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline47.gif" class="displayformula" alt="=" border="0" height="14" width="9" /&gt;&lt;/td&gt;&lt;td align="left"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline48.gif" class="displayformula" alt="nu/kappa" border="0" height="33" width="12" /&gt;&lt;/td&gt;&lt;td align="right" width="10"&gt; &lt;div id="eqn13" class="eqnum"&gt; (13) &lt;/div&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style=""&gt;&lt;td align="right" width="1"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline49.gif" class="displayformula" alt="r" border="0" height="14" width="5" /&gt;&lt;/td&gt;&lt;td align="center" width="14"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline50.gif" class="displayformula" alt="=" border="0" height="14" width="9" /&gt;&lt;/td&gt;&lt;td align="left"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline51.gif" class="displayformula" alt="(Ra)/(Ra_c)" border="0" height="39" width="26" /&gt;&lt;/td&gt;&lt;td align="right" width="10"&gt; &lt;div id="eqn14" class="eqnum"&gt; (14) &lt;/div&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style=""&gt;&lt;td align="right" width="1"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline52.gif" class="displayformula" alt="b" border="0" height="14" width="7" /&gt;&lt;/td&gt;&lt;td align="center" width="14"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline53.gif" class="displayformula" alt="=" border="0" height="14" width="9" /&gt;&lt;/td&gt;&lt;td align="left"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline54.gif" class="displayformula" alt="4/(1+a^2)." border="0" height="38" width="44" /&gt;&lt;/td&gt;&lt;td align="right" width="10"&gt; &lt;div id="eqn15" class="eqnum"&gt; (15) &lt;/div&gt; &lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;" class="Text"&gt; where &lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline55.gif" class="inlineformula" alt="sigma" border="0" height="14" width="10" /&gt; is the Prandtl number, Ra is the  Rayleigh number, &lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline56.gif" class="inlineformula" alt="Ra_c" border="0" height="16" width="21" /&gt; is the critical Rayleigh number,  and &lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline57.gif" class="inlineformula" alt="b" border="0" height="14" width="7" /&gt; is a geometric factor (Tabor 1989, p. 206).  Lorenz took &lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline58.gif" class="inlineformula" alt="b=8/3" border="0" height="14" width="44" /&gt; and &lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline59.gif" class="inlineformula" alt="sigma=10" border="0" height="14" width="39" /&gt;. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;" class="Text"&gt; The Lorenz attractor has a &lt;span class="Hyperlink"&gt;correlation exponent&lt;/span&gt; of &lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline60.gif" class="inlineformula" alt="2.05+/-0.01" border="0" height="14" width="65" /&gt; and &lt;span class="Hyperlink"&gt;capacity dimension&lt;/span&gt; &lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline61.gif" class="inlineformula" alt="2.06+/-0.01" border="0" height="14" width="65" /&gt; (Grassberger  and Procaccia 1983). For more details, see Lichtenberg and Lieberman (1983, p. 65)  and Tabor (1989, p. 204). As one of his list of challenging problems for mathematics  (&lt;span class="Hyperlink"&gt;Smale's problems&lt;/span&gt;), Smale (1998,  2000) posed the open question of whether the Lorenz attractor is a &lt;span class="Hyperlink"&gt;strange attractor&lt;/span&gt;. This question was answered in the affirmative  by Tucker (2002), whose technical proof makes use of a combination of normal form  theory and validated &lt;span class="Hyperlink"&gt;interval  arithmetic&lt;/span&gt;. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt; &lt;applet code="Live.class" codebase="/live" archive="live.jar" alt="Lorenz attractor" align="middle" height="300" width="300"&gt;&lt;param name="input_file" value="lorenz.m"&gt;&lt;param name="input_archive" value="/zip/lorenz.zip"&gt; &lt;/applet&gt;&lt;div style="text-align: center;"&gt;&lt;applet code="Live.class" codebase="/live" archive="live.jar" alt="Lorenz attractor" align="middle" height="300" width="300"&gt;&lt;div align="center"&gt; &lt;img src="http://mathworld.wolfram.com/images/eps-gif/LorenzAttractor_700.gif" alt="" border="0" height="319" width="219" /&gt; &lt;/div&gt;&lt;/applet&gt;&lt;/div&gt;&lt;applet code="Live.class" codebase="/live" archive="live.jar" alt="Lorenz attractor" align="middle" height="300" width="300"&gt; &lt;/applet&gt; &lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;" class="Text"&gt; The &lt;span class="Hyperlink"&gt;critical points&lt;/span&gt; at (0, 0, 0) correspond to no convection, and the &lt;span class="Hyperlink"&gt;critical  points&lt;/span&gt; at &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt; &lt;table style="padding-left: 50px; text-align: left; margin-left: 0px; margin-right: 0px;" cellpadding="0" cellspacing="0" width="100%"&gt; &lt;tbody&gt;&lt;tr&gt;&lt;td align="left"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/NumberedEquation3.gif" class="numberedequation" alt=" (sqrt(b(r-1)),sqrt(b(r-1)),r-1) " border="0" height="22" width="173" /&gt;&lt;/td&gt;&lt;td align="right" width="3"&gt; &lt;div id="eqn16" class="eqnum"&gt; (16) &lt;/div&gt; &lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;" class="Text"&gt; and &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt; &lt;table style="padding-left: 50px; text-align: left; margin-left: 0px; margin-right: 0px;" cellpadding="0" cellspacing="0" width="100%"&gt; &lt;tbody&gt;&lt;tr&gt;&lt;td align="left"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/NumberedEquation4.gif" class="numberedequation" alt=" (-sqrt(b(r-1)),-sqrt(b(r-1)),r-1) " border="0" height="22" width="193" /&gt;&lt;/td&gt;&lt;td align="right" width="3"&gt; &lt;div id="eqn17" class="eqnum"&gt; (17) &lt;/div&gt; &lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;" class="Text"&gt; correspond to steady convection. This pair is stable only if &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt; &lt;table style="padding-left: 50px; text-align: left; margin-left: 0px; margin-right: 0px;" cellpadding="0" cellspacing="0" width="100%"&gt; &lt;tbody&gt;&lt;tr&gt;&lt;td align="left"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/NumberedEquation5.gif" class="numberedequation" alt=" r=(sigma(sigma+b+3))/(sigma-b-1), " border="0" height="36" width="106" /&gt;&lt;/td&gt;&lt;td align="right" width="3"&gt; &lt;div id="eqn18" class="eqnum"&gt; (18) &lt;/div&gt; &lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;" class="Text"&gt; which can hold only for &lt;span class="Hyperlink"&gt;positive&lt;/span&gt; &lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline62.gif" class="inlineformula" alt="r" border="0" height="14" width="5" /&gt; if &lt;img src="http://mathworld.wolfram.com/images/equations/LorenzAttractor/Inline63.gif" class="inlineformula" alt="" /&gt;b+1" border="0" height="14" width="54"&gt;. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt; &lt;div style="text-align: left;"&gt;&lt;img src="http://mathworld.wolfram.com/images/gifs/LorenzAttractor.jpg" alt="Lorenz attractor laser-etched crystal (Bathsheba Grossman)" height="340" width="256" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;  The image above shows a Lorenz attractor laser-etched into glass by digital sculptor Bathsheba Grossman&lt;br /&gt;&lt;br /&gt;The &lt;span style="color: rgb(153, 0, 0);"&gt;Lorenz attractor&lt;/span&gt; is a set of differential equations which are popular in the field of Chaos. The equations describe the flow of fluid in a box which is heated along the bottom. This model was intended to simulate medium-scale atmospheric convection.  Lorenz simplified some of the Navier-Stokes equations in the area of fluid dynamics and obtained three ordinary differential equations&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/lorenz/LorenzAttractorMod/Images/LorenzAttractorMod_gr_1.gif" alt="[Graphics:Images/LorenzAttractorMod_gr_1.gif]" align="absmiddle" border="0" height="17" width="90" /&gt;,    &lt;/div&gt;&lt;p style="text-align: justify;"&gt;        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/lorenz/LorenzAttractorMod/Images/LorenzAttractorMod_gr_2.gif" alt="[Graphics:Images/LorenzAttractorMod_gr_2.gif]" align="absmiddle" border="0" height="17" width="118" /&gt;, &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;    &lt;/span&gt;    &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/lorenz/LorenzAttractorMod/Images/LorenzAttractorMod_gr_3.gif" alt="[Graphics:Images/LorenzAttractorMod_gr_3.gif]" align="absmiddle" border="0" height="17" width="92" /&gt;.    &lt;br /&gt; &lt;br /&gt;The parameter &lt;span style="font-family:Courier New;"&gt;p&lt;/span&gt; is the &lt;span style="color: rgb(153, 0, 0);"&gt;Prandtl number&lt;/span&gt;, &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/lorenz/LorenzAttractorMod/Images/LorenzAttractorMod_gr_4.gif" alt="[Graphics:Images/LorenzAttractorMod_gr_4.gif]" align="absmiddle" border="0" height="32" width="52" /&gt; is the quotient of the&lt;span style="font-family:Times New Roman;"&gt; &lt;/span&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;Rayleigh number&lt;/span&gt;  and &lt;span style="color: rgb(102, 0, 0);"&gt;critical Rayleigh number&lt;/span&gt;  and &lt;span style="font-family:Courier New;"&gt;b&lt;/span&gt; is a geometric factor.  Lorenz is attributed to using the values &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/lorenz/LorenzAttractorMod/Images/LorenzAttractorMod_gr_5.gif" alt="[Graphics:Images/LorenzAttractorMod_gr_5.gif]" align="absmiddle" border="0" height="30" width="132" /&gt;.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;br /&gt;   There are three critical points &lt;span style="font-family:Courier New;"&gt;(0,0,0)&lt;/span&gt;  corresponds to no convection,  and the two points&lt;br /&gt;&lt;br /&gt;    &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/lorenz/LorenzAttractorMod/Images/LorenzAttractorMod_gr_6.gif" alt="[Graphics:Images/LorenzAttractorMod_gr_6.gif]" align="absmiddle" border="0" height="20" width="205" /&gt; and  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/lorenz/LorenzAttractorMod/Images/LorenzAttractorMod_gr_7.gif" alt="[Graphics:Images/LorenzAttractorMod_gr_7.gif]" align="absmiddle" border="0" height="20" width="220" /&gt;  correspond to steady convection.&lt;br /&gt;&lt;br /&gt;The latter two points are to be stable, only if the following equation holds&lt;br /&gt;&lt;br /&gt;   &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/lorenz/LorenzAttractorMod/Images/LorenzAttractorMod_gr_8.gif" alt="[Graphics:Images/LorenzAttractorMod_gr_8.gif]" align="absmiddle" border="0" height="32" width="109" /&gt;.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-8827057979232434356?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/8827057979232434356/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/lorenz-attractor.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/8827057979232434356'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/8827057979232434356'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/lorenz-attractor.html' title='Lorenz Attractor'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-1764130194500406889</id><published>2010-02-02T02:18:00.000-08:00</published><updated>2010-02-02T02:42:25.450-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Differential Equations'/><title type='text'>Van Der Pol System</title><content type='html'>&lt;div style="text-align: justify;"&gt; &lt;img style="width: 400px; height: 508px;" src="http://mathworld.wolfram.com/images/eps-gif/vanderPolEquation_1000.gif" alt="vanderPolEquation" /&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;p style="text-align: justify;" class="Text"&gt; The van der Pol equation is an &lt;span class="Hyperlink"&gt;ordinary differential equation&lt;/span&gt; that can be derived from the &lt;span class="Hyperlink"&gt;Rayleigh differential equation&lt;/span&gt; by differentiating and setting  &lt;img src="http://mathworld.wolfram.com/images/equations/vanderPolEquation/Inline1.gif" class="inlineformula" alt="y=y^'" border="0" height="14" width="35" /&gt;. It is an equation describing self-sustaining  oscillations in which energy is fed into small oscillations and removed from large  oscillations. This equation arises in the study of circuits containing vacuum tubes  and is given by &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt; &lt;table style="padding-left: 50px; text-align: left; margin-left: 0px; margin-right: 0px;" cellpadding="0" cellspacing="0" width="100%"&gt; &lt;tbody&gt;&lt;tr&gt;&lt;td align="left"&gt;&lt;img src="http://mathworld.wolfram.com/images/equations/vanderPolEquation/NumberedEquation1.gif" class="numberedequation" alt=" y^('')-mu(1-y^2)y^'+y=0. " border="0" height="21" width="148" /&gt;&lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;" class="Text"&gt; If &lt;img src="http://mathworld.wolfram.com/images/equations/vanderPolEquation/Inline2.gif" class="inlineformula" alt="mu=0" border="0" height="14" width="32" /&gt;, the equation reduces to the equation  of &lt;span class="Hyperlink"&gt;simple harmonic motion&lt;/span&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;   &lt;img src="http://mathworld.wolfram.com/images/equations/vanderPolEquation/NumberedEquation2.gif" class="numberedequation" alt=" y^('')+y=0. " border="0" height="14" width="65" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt; &lt;/span&gt;&lt;br /&gt;The &lt;span style="color: rgb(153, 0, 0);"&gt;van der Pol equation&lt;/span&gt; is&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/vanderpol/VanDerPolMod/Images/VanDerPolMod_gr_1.gif" alt="[Graphics:Images/VanDerPolMod_gr_1.gif]" align="absmiddle" border="0" height="17" width="173" /&gt;,&lt;br /&gt;where&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/vanderpol/VanDerPolMod/Images/VanDerPolMod_gr_2.gif" alt="[Graphics:Images/VanDerPolMod_gr_2.gif]" align="absmiddle" border="0" height="17" width="32" /&gt;  is a constant.&lt;br /&gt;     &lt;br /&gt;When  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/vanderpol/VanDerPolMod/Images/VanDerPolMod_gr_3.gif" alt="[Graphics:Images/VanDerPolMod_gr_3.gif]" align="absmiddle" border="0" height="17" width="32" /&gt;  the equation reduces to  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/vanderpol/VanDerPolMod/Images/VanDerPolMod_gr_4.gif" alt="[Graphics:Images/VanDerPolMod_gr_4.gif]" align="absmiddle" border="0" height="17" width="79" /&gt;,   and has the familiar solution  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/vanderpol/VanDerPolMod/Images/VanDerPolMod_gr_5.gif" alt="[Graphics:Images/VanDerPolMod_gr_5.gif]" align="absmiddle" border="0" height="17" width="183" /&gt;.  Usually the term  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/vanderpol/VanDerPolMod/Images/VanDerPolMod_gr_6.gif" alt="[Graphics:Images/VanDerPolMod_gr_6.gif]" align="absmiddle" border="0" height="17" width="90" /&gt;  in equation (1) should be regarded as friction or resistance, and this is the case when the coefficient &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/vanderpol/VanDerPolMod/Images/VanDerPolMod_gr_7.gif" alt="[Graphics:Images/VanDerPolMod_gr_7.gif]" align="absmiddle" border="0" height="17" width="71" /&gt;  is positive.  However, if the coefficient  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/vanderpol/VanDerPolMod/Images/VanDerPolMod_gr_8.gif" alt="[Graphics:Images/VanDerPolMod_gr_8.gif]" align="absmiddle" border="0" height="17" width="71" /&gt;  is negative then we have the case of "negative resistance."  In the age of "vacuum tube" radios, the "&lt;span style="color: rgb(153, 0, 0);"&gt;tetrode vacuum tube&lt;/span&gt;" (cathode, grid, plate),  was used for a power amplifier and was known to exhibit "negative resistance."  The mathematics is amazing too, and  van der Pol, Balthasar (1889-1959) is credited with developing equation (1).  &lt;span style="font-family:Times New Roman;"&gt;The solution curves exhibits &lt;/span&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;orbital stability&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;.&lt;/span&gt; &lt;/span&gt;      The van der Pol equation can be written as a second order system&lt;br /&gt;&lt;br /&gt;   &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/vanderpol/VanDerPolMod/Images/VanDerPolMod_gr_9.gif" alt="[Graphics:Images/VanDerPolMod_gr_9.gif]" align="absmiddle" border="0" height="17" width="50" /&gt;, &lt;br /&gt;and&lt;br /&gt;   &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/vanderpol/VanDerPolMod/Images/VanDerPolMod_gr_10.gif" alt="[Graphics:Images/VanDerPolMod_gr_10.gif]" align="absmiddle" border="0" height="17" width="130" /&gt;.  &lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;&lt;br /&gt;Any convenient numerical differential equation solver such as the &lt;/span&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;Runge-Kutta method&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt; can be used to compute the solutions. &lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-1764130194500406889?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/1764130194500406889/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/van-der-pol-system.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/1764130194500406889'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/1764130194500406889'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/van-der-pol-system.html' title='Van Der Pol System'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-2826818774399683013</id><published>2010-02-02T02:08:00.000-08:00</published><updated>2010-02-02T02:39:42.488-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Differential Equations'/><title type='text'>Harvesting Model</title><content type='html'>&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Harvesting a Logistic Population&lt;/b&gt;&lt;/span&gt;:&lt;br /&gt;&lt;p style="text-align: justify;"&gt;When the harvesting term  &lt;span style="font-family:Courier New;"&gt;-k&lt;/span&gt;  is incorporated into into bounded population model we have&lt;br /&gt;&lt;br /&gt;        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_11.gif" alt="[Graphics:Images/HarvestingModelMod_gr_11.gif]" align="absmiddle" border="0" height="30" width="129" /&gt;.  &lt;/p&gt;&lt;div&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;There are &lt;span style="color: rgb(153, 0, 0);"&gt;three&lt;/span&gt; solution forms for this differential equation, and they correspond to the nature of the stationary solutions  ( &lt;span style="font-family:Courier New;"&gt;x(t) = c&lt;/span&gt;).  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Definition(Stationary Points)&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;:&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;The stationary points of the D. E.  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_12.gif" alt="[Graphics:Images/HarvestingModelMod_gr_12.gif]" align="absmiddle" border="0" height="30" width="129" /&gt;  are solutions where &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_13.gif" alt="[Graphics:Images/HarvestingModelMod_gr_13.gif]" align="absmiddle" border="0" height="30" width="53" /&gt; and are the roots of the characteristic equation&lt;br /&gt;&lt;br /&gt;        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_14.gif" alt="[Graphics:Images/HarvestingModelMod_gr_14.gif]" align="absmiddle" border="0" height="17" width="115" /&gt;.&lt;br /&gt;&lt;br /&gt;The roots are known to be  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_15.gif" alt="[Graphics:Images/HarvestingModelMod_gr_15.gif]" align="absmiddle" border="0" height="35" width="119" /&gt;,  and the stationary solutions are  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_16.gif" alt="[Graphics:Images/HarvestingModelMod_gr_16.gif]" align="absmiddle" border="0" height="35" width="143" /&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Remark:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;  Since  &lt;span style="font-family:Courier New;"&gt;x(t)&lt;/span&gt;  is a real function, there are no stationary solutions when  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_17.gif" alt="[Graphics:Images/HarvestingModelMod_gr_17.gif]" align="absmiddle" border="0" height="17" width="78" /&gt;.  &lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Case (i)&lt;/b&gt; &lt;b&gt; If   &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_18.gif" alt="[Graphics:Images/HarvestingModelMod_gr_18.gif]" align="absmiddle" border="0" height="18" width="59" /&gt;  there is one stationary solution &lt;/b&gt; &lt;b&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_19.gif" alt="[Graphics:Images/HarvestingModelMod_gr_19.gif]" align="absmiddle" border="0" height="28" width="80" /&gt;:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;When  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_20.gif" alt="[Graphics:Images/HarvestingModelMod_gr_20.gif]" align="absmiddle" border="0" height="17" width="58" /&gt;,  the differential equation has the form  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_21.gif" alt="[Graphics:Images/HarvestingModelMod_gr_21.gif]" align="absmiddle" border="0" height="33" width="147" /&gt;  and the solution is  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;blockquote&gt;            &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_22.gif" alt="[Graphics:Images/HarvestingModelMod_gr_22.gif]" align="absmiddle" border="0" height="30" width="163" /&gt;.          &lt;blockquote&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_23.gif" alt="[Graphics:Images/HarvestingModelMod_gr_23.gif]" align="absmiddle" border="0" height="178" hspace="4" width="288" /&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;The solution with the initial condition  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_24.gif" alt="[Graphics:Images/HarvestingModelMod_gr_24.gif]" align="absmiddle" border="0" height="17" width="62" /&gt;  is&lt;br /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;blockquote&gt;            &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_25.gif" alt="[Graphics:Images/HarvestingModelMod_gr_25.gif]" align="absmiddle" border="0" height="32" width="221" /&gt;.&lt;/blockquote&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;If  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_26.gif" alt="[Graphics:Images/HarvestingModelMod_gr_26.gif]" align="absmiddle" border="0" height="28" width="55" /&gt;  then   &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_27.gif" alt="[Graphics:Images/HarvestingModelMod_gr_27.gif]" align="absmiddle" border="0" height="28" width="109" /&gt;.&lt;br /&gt;&lt;br /&gt;If  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_28.gif" alt="[Graphics:Images/HarvestingModelMod_gr_28.gif]" align="absmiddle" border="0" height="28" width="55" /&gt;  then function  &lt;span style="font-family:Courier New;"&gt;x(t)&lt;/span&gt;  has a vertical asymptote at  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_29.gif" alt="[Graphics:Images/HarvestingModelMod_gr_29.gif]" align="absmiddle" border="0" height="32" width="93" /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;and the population   &lt;span style="font-family:Courier New;"&gt;x(t)&lt;/span&gt;  becomes extinct at some time  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_30.gif" alt="[Graphics:Images/HarvestingModelMod_gr_30.gif]" align="absmiddle" border="0" height="17" width="38" /&gt;  (where &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_31.gif" alt="[Graphics:Images/HarvestingModelMod_gr_31.gif]" align="absmiddle" border="0" height="17" width="64" /&gt;),  i. e.&lt;br /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;blockquote&gt;            &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_32.gif" alt="[Graphics:Images/HarvestingModelMod_gr_32.gif]" align="absmiddle" border="0" height="17" width="68" /&gt;.&lt;/blockquote&gt;  &lt;/div&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Case (ii)  If  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_33.gif" alt="[Graphics:Images/HarvestingModelMod_gr_33.gif]" align="absmiddle" border="0" height="18" width="59" /&gt;&lt;/b&gt; &lt;b&gt; there are two stationary solutions  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_34.gif" alt="[Graphics:Images/HarvestingModelMod_gr_34.gif]" align="absmiddle" border="0" height="36" width="152" /&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;  and  &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_35.gif" alt="[Graphics:Images/HarvestingModelMod_gr_35.gif]" align="absmiddle" border="0" height="36" width="152" /&gt;:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;When  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_36.gif" alt="[Graphics:Images/HarvestingModelMod_gr_36.gif]" align="absmiddle" border="0" height="17" width="58" /&gt;,  the differential equation has the form  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_37.gif" alt="[Graphics:Images/HarvestingModelMod_gr_37.gif]" align="absmiddle" border="0" height="30" width="129" /&gt;  and the solution is  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;blockquote&gt;            &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_38.gif" alt="[Graphics:Images/HarvestingModelMod_gr_38.gif]" align="absmiddle" border="0" height="43" width="301" /&gt;.               &lt;blockquote&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_39.gif" alt="[Graphics:Images/HarvestingModelMod_gr_39.gif]" align="absmiddle" border="0" height="178" hspace="4" width="288" /&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;The two real roots of the characteristic equation  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_40.gif" alt="[Graphics:Images/HarvestingModelMod_gr_40.gif]" align="absmiddle" border="0" height="17" width="97" /&gt;,  are  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_41.gif" alt="[Graphics:Images/HarvestingModelMod_gr_41.gif]" align="absmiddle" border="0" height="35" width="308" /&gt;.  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;The solution with the initial condition  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_42.gif" alt="[Graphics:Images/HarvestingModelMod_gr_42.gif]" align="absmiddle" border="0" height="17" width="62" /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_Jt8jI5P6sEU/S2gAhzIv76I/AAAAAAAADkw/PXOXxXZVzqw/s1600-h/1.bmp"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 28px;" src="http://1.bp.blogspot.com/_Jt8jI5P6sEU/S2gAhzIv76I/AAAAAAAADkw/PXOXxXZVzqw/s400/1.bmp" alt="" id="BLOGGER_PHOTO_ID_5433593531085090722" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;blockquote&gt; &lt;br /&gt;&lt;/blockquote&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;If   &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_44.gif" alt="[Graphics:Images/HarvestingModelMod_gr_44.gif]" align="absmiddle" border="0" height="17" width="49" /&gt;   then   &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_45.gif" alt="[Graphics:Images/HarvestingModelMod_gr_45.gif]" align="absmiddle" border="0" height="35" width="223" /&gt;.&lt;br /&gt;&lt;br /&gt;If   &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_46.gif" alt="[Graphics:Images/HarvestingModelMod_gr_46.gif]" align="absmiddle" border="0" height="17" width="70" /&gt;   then the population   &lt;span style="font-family:Courier New;"&gt;x(t)&lt;/span&gt;  becomes extinct at some time  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_47.gif" alt="[Graphics:Images/HarvestingModelMod_gr_47.gif]" align="absmiddle" border="0" height="17" width="38" /&gt;,  i. e.   &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_48.gif" alt="[Graphics:Images/HarvestingModelMod_gr_48.gif]" align="absmiddle" border="0" height="17" width="68" /&gt;.  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Case (iii)  If  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_49.gif" alt="[Graphics:Images/HarvestingModelMod_gr_49.gif]" align="absmiddle" border="0" height="18" width="59" /&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt; there are no stationary solutions:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;When  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_50.gif" alt="[Graphics:Images/HarvestingModelMod_gr_50.gif]" align="absmiddle" border="0" height="17" width="58" /&gt;,  the differential equation has the form  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_51.gif" alt="[Graphics:Images/HarvestingModelMod_gr_51.gif]" align="absmiddle" border="0" height="30" width="129" /&gt;  and the solution is  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;blockquote&gt;            &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_52.gif" alt="[Graphics:Images/HarvestingModelMod_gr_52.gif]" align="absmiddle" border="0" height="35" width="314" /&gt;.          &lt;blockquote&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_53.gif" alt="[Graphics:Images/HarvestingModelMod_gr_53.gif]" align="absmiddle" border="0" height="178" hspace="4" width="288" /&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;The solution with the initial condition  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_54.gif" alt="[Graphics:Images/HarvestingModelMod_gr_54.gif]" align="absmiddle" border="0" height="17" width="62" /&gt;  is&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_Jt8jI5P6sEU/S2gAiPoLz_I/AAAAAAAADk4/SA40EUKQouM/s1600-h/2.bmp"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 46px;" src="http://2.bp.blogspot.com/_Jt8jI5P6sEU/S2gAiPoLz_I/AAAAAAAADk4/SA40EUKQouM/s400/2.bmp" alt="" id="BLOGGER_PHOTO_ID_5433593538733133810" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;blockquote&gt;         &lt;br /&gt;&lt;/blockquote&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;The function  &lt;span style="font-family:Courier New;"&gt;x(t)&lt;/span&gt;  has a vertical asymptote at  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_56.gif" alt="[Graphics:Images/HarvestingModelMod_gr_56.gif]" align="absmiddle" border="0" height="42" width="111" /&gt; so the population   &lt;span style="font-family:Courier New;"&gt;x(t)&lt;/span&gt;  becomes extinct at some time  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_57.gif" alt="[Graphics:Images/HarvestingModelMod_gr_57.gif]" align="absmiddle" border="0" height="17" width="38" /&gt;  (where &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_58.gif" alt="[Graphics:Images/HarvestingModelMod_gr_58.gif]" align="absmiddle" border="0" height="17" width="64" /&gt;.), i.e.&lt;br /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;blockquote&gt;            &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/harvesting/HarvestingModelMod/Images/HarvestingModelMod_gr_59.gif" alt="[Graphics:Images/HarvestingModelMod_gr_59.gif]" align="absmiddle" border="0" height="17" width="68" /&gt;.&lt;/blockquote&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-2826818774399683013?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/2826818774399683013/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/harvesting-model.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/2826818774399683013'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/2826818774399683013'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/harvesting-model.html' title='Harvesting Model'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_Jt8jI5P6sEU/S2gAhzIv76I/AAAAAAAADkw/PXOXxXZVzqw/s72-c/1.bmp' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-6364480971179575730</id><published>2010-02-02T01:58:00.000-08:00</published><updated>2010-02-02T02:12:38.605-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Differential Equations'/><title type='text'>Frobenius Series Solution</title><content type='html'>&lt;div style="text-align: justify;"&gt;Consider the second order linear differential equation&lt;br /&gt; &lt;br /&gt;(1)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_1.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_1.gif]" align="absmiddle" border="0" height="17" width="287" /&gt;.&lt;br /&gt;&lt;br /&gt;Rewrite this equation in the form   &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_2.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_2.gif]" align="absmiddle" border="0" height="32" width="268" /&gt;,  then use the substitutions  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_3.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_3.gif]" align="absmiddle" border="0" height="32" width="93" /&gt;  and  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_4.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_4.gif]" align="absmiddle" border="0" height="32" width="93" /&gt;  and rewrite the differential equation (1) in the form&lt;br /&gt;&lt;br /&gt;(2)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_5.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_5.gif]" align="absmiddle" border="0" height="17" width="264" /&gt;.  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Definition (&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Analytic&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;):&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;  The functions &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_6.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_6.gif]" align="absmiddle" border="0" height="17" width="41" /&gt; and &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_7.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_7.gif]" align="absmiddle" border="0" height="17" width="41" /&gt; are analytic at &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_8.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_8.gif]" align="absmiddle" border="0" height="17" width="38" /&gt; if they have &lt;span style="color: rgb(51, 51, 51);"&gt;Taylor series&lt;/span&gt; expansions with radius of convergence &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_9.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_9.gif]" align="absmiddle" border="0" height="17" width="38" /&gt; and  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_10.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_10.gif]" align="absmiddle" border="0" height="17" width="38" /&gt;, respectively.  That is&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_11.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_11.gif]" align="absmiddle" border="0" height="37" width="197" /&gt;  which converges for  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_12.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_12.gif]" align="absmiddle" border="0" height="17" width="91" /&gt;&lt;br /&gt;   and&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_13.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_13.gif]" align="absmiddle" border="0" height="37" width="197" /&gt;  which converges for  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_14.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_14.gif]" align="absmiddle" border="0" height="17" width="91" /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Definition (&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Ordinary Point&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;):&lt;/b&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;If the functions &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_15.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_15.gif]" align="absmiddle" border="0" height="32" width="93" /&gt; and &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_16.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_16.gif]" align="absmiddle" border="0" height="32" width="93" /&gt; are analytic at &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_17.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_17.gif]" align="absmiddle" border="0" height="17" width="38" /&gt;, then the point &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_18.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_18.gif]" align="absmiddle" border="0" height="17" width="38" /&gt; is called an &lt;span style="color: rgb(51, 51, 51);"&gt;ordinary point&lt;/span&gt; of the differential equation&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_19.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_19.gif]" align="absmiddle" border="0" height="17" width="264" /&gt;.&lt;br /&gt;&lt;br /&gt;Otherwise, the point &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_20.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_20.gif]" align="absmiddle" border="0" height="17" width="38" /&gt; is called a &lt;span style="color: rgb(51, 51, 51);"&gt;singular point&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;.  &lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Definition (&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Regular Singular Point)&lt;/b&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;:&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;Assume that &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_21.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_21.gif]" align="absmiddle" border="0" height="17" width="38" /&gt; is a singular point of (1) and that  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_22.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_22.gif]" align="absmiddle" border="0" height="32" width="106" /&gt; and  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_23.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_23.gif]" align="absmiddle" border="0" height="32" width="112" /&gt; are analytic at &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_24.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_24.gif]" align="absmiddle" border="0" height="17" width="32" /&gt;.&lt;br /&gt;&lt;br /&gt;They will have Maclaurin series expansions with radius of convergence &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_25.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_25.gif]" align="absmiddle" border="0" height="17" width="38" /&gt; and  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_26.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_26.gif]" align="absmiddle" border="0" height="17" width="38" /&gt;, respectively.  That is&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_27.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_27.gif]" align="absmiddle" border="0" height="37" width="174" /&gt;  which converges for  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_28.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_28.gif]" align="absmiddle" border="0" height="17" width="66" /&gt;&lt;br /&gt;   and&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_29.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_29.gif]" align="absmiddle" border="0" height="37" width="177" /&gt;  which converges for  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_30.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_30.gif]" align="absmiddle" border="0" height="17" width="66" /&gt;&lt;br /&gt;&lt;br /&gt;Then the point  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_31.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_31.gif]" align="absmiddle" border="0" height="17" width="38" /&gt; is called a &lt;span style="color: rgb(51, 51, 51);"&gt;regular singular point&lt;/span&gt; of the differential equation (1).&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Method of Frobenius:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;   This method is attributed to the german mathemematican &lt;span style="color: rgb(51, 51, 51);"&gt;Ferdinand Georg Frobenius&lt;/span&gt; (1849-1917 ).  Assume that &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_32.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_32.gif]" align="absmiddle" border="0" height="17" width="38" /&gt;  is regular singular point of the differential equation&lt;br /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;blockquote&gt;    &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_33.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_33.gif]" align="absmiddle" border="0" height="17" width="287" /&gt;.  &lt;/blockquote&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;  &lt;br /&gt;A &lt;span style="color: rgb(51, 51, 51);"&gt;Frobenius series&lt;/span&gt; (generalized Laurent series) of the form&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_34.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_34.gif]" align="absmiddle" border="0" height="37" width="203" /&gt;&lt;br /&gt;&lt;br /&gt;can be used to solve the differential equation.  The parameter &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_35.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_35.gif]" align="absmiddle" border="0" height="17" width="11" /&gt; must be chosen so that when the series is substituted into the D.E. the coefficient of the smallest power of  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_36.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_36.gif]" align="absmiddle" border="0" height="17" width="11" /&gt; is zero.  This is called the indicial equation.  Next, a recursive equation for the coefficients is obtained by setting the coefficient of  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_37.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_37.gif]" align="absmiddle" border="0" height="17" width="27" /&gt;  equal to zero.  Caveat: There are some instances when only one Frobenius solution can be constructed.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Definition (&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Indicial Equation&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;):&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;  The parameter &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_38.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_38.gif]" align="absmiddle" border="0" height="17" width="11" /&gt; in the Frobenius series is a root of the indicial equation&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_39.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_39.gif]" align="absmiddle" border="0" height="17" width="148" /&gt;.&lt;br /&gt;&lt;br /&gt;Assuming that the singular point is  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_40.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_40.gif]" align="absmiddle" border="0" height="17" width="17" /&gt;, we can calculate &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_41.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_41.gif]" align="absmiddle" border="0" height="17" width="59" /&gt; as follows:&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_42.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_42.gif]" align="absmiddle" border="0" height="32" width="115" /&gt;&lt;br /&gt;and&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_43.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_43.gif]" align="absmiddle" border="0" height="32" width="120" /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;The Recursive Formulas:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;For each root &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_65.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_65.gif]" align="absmiddle" border="0" height="17" width="11" /&gt; of the indicial equation, recursive formulas are used to calculate the unknown coefficients &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_66.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_66.gif]" align="absmiddle" border="0" height="17" width="46" /&gt;.  This is custom work because a numerical value for &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/frobeniusdiffeqns/FrobeniusSeriesMod/Images/FrobeniusSeriesMod_gr_67.gif" alt="[Graphics:Images/FrobeniusSeriesMod_gr_67.gif]" align="absmiddle" border="0" height="17" width="11" /&gt; is easier use.&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-6364480971179575730?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/6364480971179575730/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/frobenius-series-solution.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/6364480971179575730'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/6364480971179575730'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/frobenius-series-solution.html' title='Frobenius Series Solution'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-3192254523892736154</id><published>2010-02-02T01:47:00.000-08:00</published><updated>2010-02-02T02:01:55.800-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Differential Equations'/><title type='text'>Picard Iteration</title><content type='html'>&lt;div style="text-align: justify;"&gt;The term "Picard iteration" occurs two places in undergraduate mathematics.  In numerical analysis it is used when discussing fixed point iteration for finding a numerical approximation to the equation  &lt;img src="http://math.fullerton.edu/mathews/n2003/picarditeration/PicardIterationMod/Images/PicardIterationMod_gr_1.gif" alt="[Graphics:Images/PicardIterationMod_gr_1.gif]" align="absmiddle" border="0" height="17" width="56" /&gt;.  In differential equations, Picard iteration is a constructive procedure for establishing the existence of a solution to a differential equation  &lt;img src="http://math.fullerton.edu/mathews/n2003/picarditeration/PicardIterationMod/Images/PicardIterationMod_gr_2.gif" alt="[Graphics:Images/PicardIterationMod_gr_2.gif]" align="absmiddle" border="0" height="17" width="79" /&gt; that passes through the point  &lt;img src="http://math.fullerton.edu/mathews/n2003/picarditeration/PicardIterationMod/Images/PicardIterationMod_gr_3.gif" alt="[Graphics:Images/PicardIterationMod_gr_3.gif]" align="absmiddle" border="0" height="17" width="51" /&gt;.  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;The first type of Picard iteration uses computations to generate a "sequence of numbers" which converges to a solution.  We will not present this application, but mention that it involves the traditional role of computer software as a "number cruncher."  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="text-align: justify;"&gt;The goal of this article is to illustrate the second application of Picard iteration; i. e. how to use a computer to efficiently generate a "sequence of functions" which converges to a solution.  We will see that computer software can perform the more sophisticated task of "symbol cruncher&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Most differential equations texts give a proof for the existence and uniqueness of the solution to a first order differential equation.  Then exercises are given for performing the laborious details involved in the method of successive approximations.  The concept seems straightforward, just repeated integration, but students get bogged down with the details.  Now computers can do all the drudgery and we can get a better grasp on how the process works.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Theorem 1 (Existence Theorem):&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;If both  &lt;img src="http://math.fullerton.edu/mathews/n2003/picarditeration/PicardIterationMod/Images/PicardIterationMod_gr_4.gif" alt="[Graphics:Images/PicardIterationMod_gr_4.gif]" align="absmiddle" border="0" height="18" width="129" /&gt;  are continuous on the rectangle  &lt;img src="http://math.fullerton.edu/mathews/n2003/picarditeration/PicardIterationMod/Images/PicardIterationMod_gr_5.gif" alt="[Graphics:Images/PicardIterationMod_gr_5.gif]" align="absmiddle" border="0" height="17" width="198" /&gt;  and  &lt;img src="http://math.fullerton.edu/mathews/n2003/picarditeration/PicardIterationMod/Images/PicardIterationMod_gr_6.gif" alt="[Graphics:Images/PicardIterationMod_gr_6.gif]" align="absmiddle" border="0" height="17" width="72" /&gt;,  then there exists a unique solution to the initial value problem (I.V.P.)&lt;br /&gt;&lt;br /&gt;(1)        &lt;img src="http://math.fullerton.edu/mathews/n2003/picarditeration/PicardIterationMod/Images/PicardIterationMod_gr_7.gif" alt="[Graphics:Images/PicardIterationMod_gr_7.gif]" align="absmiddle" border="0" height="17" width="194" /&gt;&lt;br /&gt;&lt;br /&gt;for all values of  x  in some (smaller) interval  &lt;img src="http://math.fullerton.edu/mathews/n2003/picarditeration/PicardIterationMod/Images/PicardIterationMod_gr_8.gif" alt="[Graphics:Images/PicardIterationMod_gr_8.gif]" align="absmiddle" border="0" height="17" width="116" /&gt; contained in  &lt;img src="http://math.fullerton.edu/mathews/n2003/picarditeration/PicardIterationMod/Images/PicardIterationMod_gr_9.gif" alt="[Graphics:Images/PicardIterationMod_gr_9.gif]" align="absmiddle" border="0" height="17" width="65" /&gt;.    &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Picard's Method for D.E.'s&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The method of successive approximations uses the equivalent integral equation for (1) and an iterative method for constructing approximations to the solution.  This is a traditional way to prove (1) and appears in most all differential equations textbooks.   It is attributed to the French mathematician &lt;span style="color: rgb(51, 51, 51);"&gt;Charles Emile Picard&lt;/span&gt; (1856-1941).&lt;br /&gt;  &lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Theorem 2 (Successive Approximations - Picard Iteration):&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;The solution to the I.V.P in (1) is found by constructing recursively a sequence  &lt;img src="http://math.fullerton.edu/mathews/n2003/picarditeration/PicardIterationMod/Images/PicardIterationMod_gr_10.gif" alt="[Graphics:Images/PicardIterationMod_gr_10.gif]" align="absmiddle" border="0" height="17" width="70" /&gt;  of functions&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://math.fullerton.edu/mathews/n2003/picarditeration/PicardIterationMod/Images/PicardIterationMod_gr_11.gif" alt="[Graphics:Images/PicardIterationMod_gr_11.gif]" align="absmiddle" border="0" height="17" width="76" /&gt;,   and&lt;br /&gt;(2)  &lt;br /&gt;       &lt;img src="http://math.fullerton.edu/mathews/n2003/picarditeration/PicardIterationMod/Images/PicardIterationMod_gr_12.gif" alt="[Graphics:Images/PicardIterationMod_gr_12.gif]" align="absmiddle" border="0" height="32" width="292" /&gt;.&lt;br /&gt;&lt;br /&gt;Then the solution &lt;img src="http://math.fullerton.edu/mathews/n2003/picarditeration/PicardIterationMod/Images/PicardIterationMod_gr_13.gif" alt="[Graphics:Images/PicardIterationMod_gr_13.gif]" align="absmiddle" border="0" height="17" width="35" /&gt; to (1) is given by the limit:&lt;br /&gt;&lt;br /&gt;(3)        &lt;img src="http://math.fullerton.edu/mathews/n2003/picarditeration/PicardIterationMod/Images/PicardIterationMod_gr_14.gif" alt="[Graphics:Images/PicardIterationMod_gr_14.gif]" align="absmiddle" border="0" height="25" width="124" /&gt;.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-3192254523892736154?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/3192254523892736154/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/picard-iteration.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/3192254523892736154'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/3192254523892736154'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/picard-iteration.html' title='Picard Iteration'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-7593112937521174935</id><published>2010-02-01T10:07:00.000-08:00</published><updated>2010-02-01T11:19:34.892-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Differential Equations'/><title type='text'>Spring-Mass Systems</title><content type='html'>&lt;div style="text-align: justify;"&gt;Consider the system of two masses  &lt;img src="http://math.fullerton.edu/mathews/n2003/springmass/SpringMassMod/Images/SpringMassMod_gr_1.gif" alt="[Graphics:Images/SpringMassMod_gr_1.gif]" align="absmiddle" border="0" height="17" width="58" /&gt;  and two springs with no external force.  Visualize a wall on the left and to the right a spring , a mass, a spring and another mass.  Assume that the spring constants are  &lt;img src="http://math.fullerton.edu/mathews/n2003/springmass/SpringMassMod/Images/SpringMassMod_gr_2.gif" alt="[Graphics:Images/SpringMassMod_gr_2.gif]" align="absmiddle" border="0" height="17" width="58" /&gt;.   See Figure 1 below.&lt;br /&gt;&lt;br /&gt;      &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/springmass/SpringMassMod/Images/SpringMassMod_gr_3.gif" alt="[Graphics:Images/SpringMassMod_gr_3.gif]" align="absmiddle" border="0" height="58" hspace="4" width="288" /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;br /&gt;    &lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Figure 1.&lt;/b&gt;&lt;/span&gt; Coupled masses with spring attached to the wall at the left.&lt;br /&gt;&lt;br /&gt;  Assume that the masses slide on a frictionless surface and that the functions  &lt;img src="http://math.fullerton.edu/mathews/n2003/springmass/SpringMassMod/Images/SpringMassMod_gr_4.gif" alt="[Graphics:Images/SpringMassMod_gr_4.gif]" align="absmiddle" border="0" height="17" width="89" /&gt;  denote the displacement from &lt;span style="color: rgb(51, 51, 51);"&gt;static equilibrium&lt;/span&gt; of the masses  &lt;img src="http://math.fullerton.edu/mathews/n2003/springmass/SpringMassMod/Images/SpringMassMod_gr_5.gif" alt="[Graphics:Images/SpringMassMod_gr_5.gif]" align="absmiddle" border="0" height="17" width="58" /&gt;, respectively.  It can be shown by using&lt;span style="color: rgb(51, 51, 51);"&gt; &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Newton's second law&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; and &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Hooke's law&lt;/span&gt; that the system of  D. E.'s for  &lt;img src="http://math.fullerton.edu/mathews/n2003/springmass/SpringMassMod/Images/SpringMassMod_gr_6.gif" alt="[Graphics:Images/SpringMassMod_gr_6.gif]" align="absmiddle" border="0" height="17" width="89" /&gt;  is&lt;br /&gt;&lt;br /&gt;      &lt;img src="http://math.fullerton.edu/mathews/n2003/springmass/SpringMassMod/Images/SpringMassMod_gr_7.gif" alt="[Graphics:Images/SpringMassMod_gr_7.gif]" align="absmiddle" border="0" height="38" width="167" /&gt;   &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;&lt;b&gt;Remark:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(153, 0, 0);"&gt; &lt;/span&gt; The &lt;span style="color: rgb(51, 51, 51);"&gt;eigenfrequencies&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; &lt;/span&gt;can be obtained by taking the square root of the eigenvalues of the matrix &lt;img src="http://math.fullerton.edu/mathews/n2003/springmass/SpringMassMod/Images/SpringMassMod_gr_8.gif" alt="[Graphics:Images/SpringMassMod_gr_8.gif]" align="absmiddle" border="0" height="29" width="165" /&gt;.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; Consider the system of&lt;span style="color: rgb(51, 51, 51);"&gt; &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;two masses&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;  &lt;/span&gt;&lt;img style="color: rgb(51, 51, 51);" src="http://math.fullerton.edu/mathews/n2003/springmass/SpringMassMod/Images/SpringMassMod_gr_193.gif" alt="[Graphics:Images/SpringMassMod_gr_193.gif]" align="absmiddle" border="0" height="17" width="58" /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;and three springs&lt;/span&gt; with no external force.  Visualize a wall on the left and to the right a spring , a mass, a spring, a mass, a spring and another wall.  Assume that the spring constants are  &lt;img src="http://math.fullerton.edu/mathews/n2003/springmass/SpringMassMod/Images/SpringMassMod_gr_194.gif" alt="[Graphics:Images/SpringMassMod_gr_194.gif]" align="absmiddle" border="0" height="17" width="82" /&gt;.   See Figure 2 below.&lt;br /&gt;&lt;br /&gt;    &lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;img style="width: 277px; height: 58px;" src="http://math.fullerton.edu/mathews/n2003/springmass/SpringMassMod/Images/SpringMassMod_gr_195.gif" alt="[Graphics:Images/SpringMassMod_gr_195.gif]" align="absmiddle" border="0" hspace="4" /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;br /&gt;  &lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Figure 2.&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; &lt;/span&gt;Coupled masses with springs attached to walls at the left and right.&lt;br /&gt;&lt;br /&gt;  Assume that the masses slide on a frictionless surface and that the functions  &lt;img src="http://math.fullerton.edu/mathews/n2003/springmass/SpringMassMod/Images/SpringMassMod_gr_196.gif" alt="[Graphics:Images/SpringMassMod_gr_196.gif]" align="absmiddle" border="0" height="17" width="89" /&gt;  denote the displacement from &lt;span style="color: rgb(51, 51, 51);"&gt;static equilibrium&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; &lt;/span&gt;of the masses  &lt;img src="http://math.fullerton.edu/mathews/n2003/springmass/SpringMassMod/Images/SpringMassMod_gr_197.gif" alt="[Graphics:Images/SpringMassMod_gr_197.gif]" align="absmiddle" border="0" height="17" width="58" /&gt;, respectively.  It can be shown by using&lt;span style="color: rgb(51, 51, 51);"&gt; &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Newton's second law&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; and &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Hooke's law&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; t&lt;/span&gt;hat the system of  D. E.'s for  &lt;img src="http://math.fullerton.edu/mathews/n2003/springmass/SpringMassMod/Images/SpringMassMod_gr_198.gif" alt="[Graphics:Images/SpringMassMod_gr_198.gif]" align="absmiddle" border="0" height="17" width="89" /&gt;  is&lt;br /&gt;&lt;br /&gt;      &lt;img src="http://math.fullerton.edu/mathews/n2003/springmass/SpringMassMod/Images/SpringMassMod_gr_199.gif" alt="[Graphics:Images/SpringMassMod_gr_199.gif]" align="absmiddle" border="0" height="38" width="167" /&gt;  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;&lt;b&gt;Remark:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;  The &lt;span style="color: rgb(51, 51, 51);"&gt;eigenfrequencies&lt;/span&gt; can be obtained by taking the square root of the eigenvalues of the matrix &lt;img src="http://math.fullerton.edu/mathews/n2003/springmass/SpringMassMod/Images/SpringMassMod_gr_200.gif" alt="[Graphics:Images/SpringMassMod_gr_200.gif]" align="absmiddle" border="0" height="29" width="205" /&gt;.&lt;/p&gt;&lt;p style="text-align: justify; font-weight: bold;"&gt;&lt;span style="font-size:130%;"&gt;Eigen Frequencies:&lt;/span&gt;&lt;/p&gt; &lt;img style="width: 400px; height: 110px;" src="http://scienceworld.wolfram.com/physics/simg490.gif" border="0" /&gt; &lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; Consider three springs in parallel, with two of the springs having spring constant &lt;i&gt;k&lt;/i&gt; and attached to two walls on either end, and the third spring of spring constant &lt;i&gt;k&lt;/i&gt; placed between two equal masses &lt;i&gt;m&lt;/i&gt;. To solve for the motion of the masses using the normal formalism, equate forces &lt;/p&gt;     &lt;table style="text-align: left; margin-left: 0px; margin-right: 0px;" cellpadding="0" width="100%"&gt; &lt;tbody&gt;&lt;tr valign="MIDDLE"&gt;&lt;td align="RIGHT" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg491.gif" align="MIDDLE" border="0" height="29" width="21" /&gt;&lt;/td&gt; &lt;td align="CENTER" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg21.gif" align="MIDDLE" border="0" height="28" width="16" /&gt;&lt;/td&gt; &lt;td align="LEFT" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg492.gif" align="MIDDLE" border="0" height="31" width="186" /&gt;&lt;/td&gt; &lt;td align="RIGHT" width="10"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr valign="MIDDLE"&gt;&lt;td align="RIGHT" nowrap="nowrap"&gt;&lt;br /&gt;&lt;/td&gt; &lt;td align="CENTER" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg21.gif" align="MIDDLE" border="0" height="28" width="16" /&gt;&lt;/td&gt; &lt;td align="LEFT" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg493.gif" align="MIDDLE" border="0" height="31" width="161" /&gt;&lt;/td&gt; &lt;td align="RIGHT" width="10"&gt; (1)&lt;/td&gt;&lt;/tr&gt; &lt;tr valign="MIDDLE"&gt;&lt;td align="RIGHT" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg494.gif" align="MIDDLE" border="0" height="29" width="21" /&gt;&lt;/td&gt; &lt;td align="CENTER" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg21.gif" align="MIDDLE" border="0" height="28" width="16" /&gt;&lt;/td&gt; &lt;td align="LEFT" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg495.gif" align="MIDDLE" border="0" height="31" width="198" /&gt;&lt;/td&gt; &lt;td align="RIGHT" width="10"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr valign="MIDDLE"&gt;&lt;td align="RIGHT" nowrap="nowrap"&gt;&lt;br /&gt;&lt;/td&gt; &lt;td align="CENTER" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg21.gif" align="MIDDLE" border="0" height="28" width="16" /&gt;&lt;/td&gt; &lt;td align="LEFT" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg496.gif" align="MIDDLE" border="0" height="31" width="166" /&gt;&lt;/td&gt; &lt;td align="RIGHT" width="10"&gt; (2)&lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt; Writing (1) and (2) in matrix form gives &lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;     &lt;/div&gt;&lt;table style="text-align: left; margin-left: 0px; margin-right: 0px;" width="100%"&gt; &lt;tbody&gt;&lt;tr valign="MIDDLE"&gt;&lt;td style="text-align: left;" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg497.gif" border="0" height="45" width="324" /&gt;&lt;/td&gt; &lt;td style="text-align: left;" width="10"&gt; (3)&lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; To find the equations of motion from energy considerations, note that the kinetic energy is defined by &lt;/p&gt;     &lt;table style="text-align: left; margin-left: 0px; margin-right: 0px;" width="100%"&gt; &lt;tbody&gt;&lt;tr valign="MIDDLE"&gt;&lt;td align="CENTER" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg498.gif" border="0" height="44" width="207" /&gt;&lt;/td&gt; &lt;td align="RIGHT" width="10"&gt; (4)&lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; so the rate of change of &lt;i&gt;K&lt;/i&gt; is &lt;/p&gt;     &lt;table style="text-align: left; margin-left: 0px; margin-right: 0px;" width="100%"&gt; &lt;tbody&gt;&lt;tr valign="MIDDLE"&gt;&lt;td align="CENTER" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg499.gif" border="0" height="27" width="152" /&gt;&lt;/td&gt; &lt;td align="RIGHT" width="10"&gt; (5)&lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; Similarly, the potential energy is defined by &lt;/p&gt;     &lt;table style="text-align: left; margin-left: 0px; margin-right: 0px;" cellpadding="0" width="100%"&gt; &lt;tbody&gt;&lt;tr valign="MIDDLE"&gt;&lt;td align="RIGHT" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg385.gif" align="MIDDLE" border="0" height="29" width="17" /&gt;&lt;/td&gt; &lt;td align="CENTER" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg21.gif" align="MIDDLE" border="0" height="28" width="16" /&gt;&lt;/td&gt; &lt;td align="LEFT" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg500.gif" align="MIDDLE" border="0" height="48" width="101" /&gt;&lt;/td&gt; &lt;td align="RIGHT" width="10"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr valign="MIDDLE"&gt;&lt;td align="RIGHT" nowrap="nowrap"&gt;&lt;br /&gt;&lt;/td&gt; &lt;td align="CENTER" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg21.gif" align="MIDDLE" border="0" height="28" width="16" /&gt;&lt;/td&gt; &lt;td align="LEFT" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg501.gif" align="MIDDLE" border="0" height="35" width="235" /&gt;&lt;/td&gt; &lt;td align="RIGHT" width="10"&gt; (6)&lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;so the rate of change of &lt;i&gt;U&lt;/i&gt; is &lt;/div&gt;     &lt;table style="text-align: left; margin-left: 0px; margin-right: 0px;" cellpadding="0" width="100%"&gt; &lt;tbody&gt;&lt;tr valign="MIDDLE"&gt;&lt;td align="RIGHT" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg503.gif" align="MIDDLE" border="0" height="37" width="17" /&gt;&lt;/td&gt; &lt;td align="CENTER" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg21.gif" align="MIDDLE" border="0" height="28" width="16" /&gt;&lt;/td&gt; &lt;td align="LEFT" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg504.gif" align="MIDDLE" border="0" height="31" width="276" /&gt;&lt;/td&gt; &lt;td align="RIGHT" width="10"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr valign="MIDDLE"&gt;&lt;td align="RIGHT" nowrap="nowrap"&gt;&lt;br /&gt;&lt;/td&gt; &lt;td align="CENTER" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg21.gif" align="MIDDLE" border="0" height="28" width="16" /&gt;&lt;/td&gt; &lt;td align="LEFT" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg505.gif" align="MIDDLE" border="0" height="31" width="339" /&gt;&lt;/td&gt; &lt;td align="RIGHT" width="10"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr valign="MIDDLE"&gt;&lt;td align="RIGHT" nowrap="nowrap"&gt;&lt;br /&gt;&lt;/td&gt; &lt;td&gt;&lt;br /&gt;&lt;/td&gt; &lt;td&gt;&lt;br /&gt;&lt;/td&gt; &lt;td align="RIGHT" width="10"&gt; (7)&lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;But energy is conserved, so  &lt;/div&gt;     &lt;table style="text-align: left; margin-left: 0px; margin-right: 0px;" width="100%"&gt; &lt;tbody&gt;&lt;tr valign="MIDDLE"&gt;&lt;td align="CENTER" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg506.gif" border="0" height="27" width="114" /&gt;&lt;/td&gt; &lt;td align="RIGHT" width="10"&gt; (8)&lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; and&lt;/p&gt;&lt;p style="text-align: justify;"&gt;  &lt;img style="width: 400px; height: 28px;" src="http://scienceworld.wolfram.com/physics/simg507.gif" border="0" /&gt;&lt;/p&gt;     &lt;table style="text-align: left; margin-left: 0px; margin-right: 0px;" width="100%"&gt; &lt;tbody&gt;&lt;tr valign="MIDDLE"&gt;&lt;td align="CENTER" nowrap="nowrap"&gt;&lt;br /&gt;&lt;/td&gt; &lt;td align="RIGHT" width="10"&gt; (9)&lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; Now, this equation must hold for arbitrary &lt;img src="http://scienceworld.wolfram.com/physics/simg508.gif" align="MIDDLE" border="0" height="29" width="20" /&gt; and &lt;nowrap&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg509.gif" align="MIDDLE" border="0" height="29" width="20" /&gt;,&lt;/nowrap&gt; so each piece must vanish separately ("separation of variables &lt;img src="http://scienceworld.wolfram.com/images/crossrefs/math.gif" alt="Eric Weisstein's World of Math" height="12" width="12" /&gt;"), yielding the coupled equations (3).  The eigenmodes of the system follow from (3).  Looking for a harmonic solution using the trial solution   &lt;nowrap&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg510.gif" align="MIDDLE" border="0" height="34" width="90" /&gt;,&lt;/nowrap&gt; &lt;/p&gt;     &lt;table style="text-align: left; margin-left: 0px; margin-right: 0px;" cellpadding="0" width="100%"&gt; &lt;tbody&gt;&lt;tr valign="MIDDLE"&gt;&lt;td align="RIGHT" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg511.gif" align="MIDDLE" border="0" height="54" width="44" /&gt;&lt;/td&gt; &lt;td align="CENTER" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg21.gif" align="MIDDLE" border="0" height="28" width="16" /&gt;&lt;/td&gt; &lt;td align="LEFT" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg512.gif" align="MIDDLE" border="0" height="54" width="246" /&gt;&lt;/td&gt; &lt;td align="RIGHT" width="10"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr valign="MIDDLE"&gt;&lt;td align="RIGHT" nowrap="nowrap"&gt;&lt;br /&gt;&lt;/td&gt; &lt;td align="CENTER" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg21.gif" align="MIDDLE" border="0" height="28" width="16" /&gt;&lt;/td&gt; &lt;td align="LEFT" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg513.gif" align="MIDDLE" border="0" height="54" width="76" /&gt;&lt;/td&gt; &lt;td align="RIGHT" width="10"&gt; (10)&lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;     &lt;table style="text-align: left; margin-left: 0px; margin-right: 0px;" width="100%"&gt; &lt;tbody&gt;&lt;tr valign="MIDDLE"&gt;&lt;td align="CENTER" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg514.gif" border="0" height="51" width="285" /&gt;&lt;/td&gt; &lt;td align="RIGHT" width="10"&gt; (11)&lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; This has solutions when the determinant &lt;img src="http://scienceworld.wolfram.com/images/crossrefs/math.gif" alt="Eric Weisstein's World of Math" height="12" width="12" /&gt; is 0, so &lt;/p&gt;     &lt;table style="text-align: left; margin-left: 0px; margin-right: 0px;" width="100%"&gt; &lt;tbody&gt;&lt;tr valign="MIDDLE"&gt;&lt;td align="CENTER" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg515.gif" border="0" height="48" width="223" /&gt;&lt;/td&gt; &lt;td align="RIGHT" width="10"&gt; (12)&lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;     &lt;table style="text-align: left; margin-left: 0px; margin-right: 0px;" width="100%"&gt; &lt;tbody&gt;&lt;tr valign="MIDDLE"&gt;&lt;td align="CENTER" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg516.gif" border="0" height="39" width="152" /&gt;&lt;/td&gt; &lt;td align="RIGHT" width="10"&gt; (13)&lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;     &lt;table style="text-align: left; margin-left: 0px; margin-right: 0px;" width="100%"&gt; &lt;tbody&gt;&lt;tr valign="MIDDLE"&gt;&lt;td align="CENTER" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg517.gif" border="0" height="39" width="141" /&gt;&lt;/td&gt; &lt;td align="RIGHT" width="10"&gt; (14)&lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; To find the eigenvectors, plug &lt;img src="http://scienceworld.wolfram.com/physics/simg518.gif" align="MIDDLE" border="0" height="28" width="25" /&gt; back in.  For &lt;nowrap&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg519.gif" align="MIDDLE" border="0" height="28" width="25" /&gt;,&lt;/nowrap&gt; &lt;/p&gt;     &lt;table style="text-align: left; margin-left: 0px; margin-right: 0px;" width="100%"&gt; &lt;tbody&gt;&lt;tr valign="MIDDLE"&gt;&lt;td align="CENTER" nowrap="nowrap"&gt;&lt;img style="width: 325px; height: 51px;" src="http://scienceworld.wolfram.com/physics/simg520.gif" border="0" /&gt;&lt;/td&gt; &lt;td align="RIGHT" width="10"&gt; (15)&lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; so &lt;img src="http://scienceworld.wolfram.com/physics/simg521.gif" align="MIDDLE" border="0" height="28" width="70" /&gt; and the first eigenvalue and its associated eigenvector are &lt;/p&gt;     &lt;table style="text-align: left; margin-left: 0px; margin-right: 0px;" width="100%"&gt; &lt;tbody&gt;&lt;tr valign="MIDDLE"&gt;&lt;td align="CENTER" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg522.gif" border="0" height="48" width="269" /&gt;&lt;/td&gt; &lt;td align="RIGHT" width="10"&gt; (16)&lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; This corresponds to masses moving in opposite directions.  For &lt;nowrap&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg523.gif" align="MIDDLE" border="0" height="28" width="25" /&gt;,&lt;/nowrap&gt; &lt;/p&gt;     &lt;table style="text-align: left; margin-left: 0px; margin-right: 0px;" width="100%"&gt; &lt;tbody&gt;&lt;tr valign="MIDDLE"&gt;&lt;td align="CENTER" nowrap="nowrap"&gt;&lt;img style="width: 372px; height: 51px;" src="http://scienceworld.wolfram.com/physics/simg524.gif" border="0" /&gt;&lt;/td&gt; &lt;td align="RIGHT" width="10"&gt; (17)&lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;     &lt;table style="text-align: left; margin-left: 0px; margin-right: 0px;" width="100%"&gt; &lt;tbody&gt;&lt;tr valign="MIDDLE"&gt;&lt;td align="CENTER" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg525.gif" border="0" height="48" width="213" /&gt;&lt;/td&gt; &lt;td align="RIGHT" width="10"&gt; (18)&lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; This corresponds to masses moving in the same direction.  &lt;/p&gt;&lt;p style="text-align: justify;"&gt; If the middle spring has the same spring constant as those on either side, then &lt;nowrap&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg526.gif" align="MIDDLE" border="0" height="29" width="56" /&gt;,&lt;/nowrap&gt; and the eigenfrequencies are &lt;/p&gt;     &lt;table style="text-align: left; margin-left: 0px; margin-right: 0px;" cellpadding="0" width="100%"&gt; &lt;tbody&gt;&lt;tr valign="MIDDLE"&gt;&lt;td align="RIGHT" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg527.gif" align="MIDDLE" border="0" height="28" width="21" /&gt;&lt;/td&gt; &lt;td align="CENTER" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg21.gif" align="MIDDLE" border="0" height="28" width="16" /&gt;&lt;/td&gt; &lt;td align="LEFT" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg528.gif" align="MIDDLE" border="0" height="61" width="41" /&gt;&lt;/td&gt; &lt;td align="RIGHT" width="10"&gt; (19)&lt;/td&gt;&lt;/tr&gt; &lt;tr valign="MIDDLE"&gt;&lt;td align="RIGHT" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg529.gif" align="MIDDLE" border="0" height="28" width="21" /&gt;&lt;/td&gt; &lt;td align="CENTER" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg21.gif" align="MIDDLE" border="0" height="28" width="16" /&gt;&lt;/td&gt; &lt;td align="LEFT" nowrap="nowrap"&gt;&lt;img src="http://scienceworld.wolfram.com/physics/simg530.gif" align="MIDDLE" border="0" height="61" width="42" /&gt;&lt;/td&gt; &lt;td align="RIGHT" width="10"&gt; (20)&lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-7593112937521174935?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/7593112937521174935/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/spring-mass-systems.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/7593112937521174935'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/7593112937521174935'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/spring-mass-systems.html' title='Spring-Mass Systems'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-2316223400985345724</id><published>2010-02-01T09:55:00.000-08:00</published><updated>2010-02-01T10:09:18.067-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Partial Differential Equations'/><title type='text'>Crank-Nicolson Method</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;An implicit scheme, invented b &lt;span style="color: rgb(51, 51, 51);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;John Crank&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt; (1916-) and&lt;span style="color: rgb(51, 51, 51);"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;Phyllis Nicolson&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; (1&lt;/span&gt;917-1968), is based on numerical approximations for solutions at the point  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/cranknicolson/CrankNicolsonMod/Images/CrankNicolsonMod_gr_68.gif" alt="[Graphics:Images/CrankNicolsonMod_gr_68.gif]" align="absmiddle" border="0" height="30" width="71" /&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;i&gt; &lt;/i&gt;that lies between the rows in the grid.  Specifically, the approximation used for  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/cranknicolson/CrankNicolsonMod/Images/CrankNicolsonMod_gr_69.gif" alt="[Graphics:Images/CrankNicolsonMod_gr_69.gif]" align="absmiddle" border="0" height="30" width="86" /&gt;  &lt;span style="font-family:Times New Roman;"&gt;is obtained from the central-difference formula,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt;             &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/cranknicolson/CrankNicolsonMod/Images/CrankNicolsonMod_gr_70.gif" alt="[Graphics:Images/CrankNicolsonMod_gr_70.gif]" align="absmiddle" border="0" height="30" width="299" /&gt;&lt;span style="font-family:Times New Roman;"&gt;. &lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-2316223400985345724?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/2316223400985345724/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/crank-nicolson-method.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/2316223400985345724'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/2316223400985345724'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/crank-nicolson-method.html' title='Crank-Nicolson Method'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-5634456631195605877</id><published>2010-02-01T09:35:00.000-08:00</published><updated>2010-02-01T09:54:35.943-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Partial Differential Equations'/><title type='text'>Elliptic Partial Differential Equations</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;As examples of &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);" &gt;elliptic partial differential equations&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;,&lt;/span&gt; we consider the &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);" &gt;Laplace equation&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;, &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);" &gt;Poisson equation&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;, and &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);" &gt;Helmholtz equation&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;.&lt;/span&gt; Recall that the Laplacian of the function  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;u(x,y)&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;i&gt;  &lt;/i&gt;is  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt;             &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/ellipticpde/EllipticPDEMod/Images/EllipticPDEMod_gr_1.gif" alt="[Graphics:Images/EllipticPDEMod_gr_1.gif]" align="absmiddle" border="0" height="18" width="99" /&gt;. &lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;i&gt; &lt;/i&gt;With this notation, we can write the Laplace, Poisson, and Helmholtz equations in the following forms:  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt; &lt;/span&gt;  &lt;blockquote&gt;&lt;span style="font-family:Times New Roman;"&gt;            &lt;/span&gt;&lt;table&gt;       &lt;tbody&gt;&lt;tr&gt;          &lt;td&gt;             &lt;p&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/ellipticpde/EllipticPDEMod/Images/EllipticPDEMod_gr_2.gif" alt="[Graphics:Images/EllipticPDEMod_gr_2.gif]" align="absmiddle" border="0" height="17" width="55" /&gt;&lt;/p&gt;          &lt;/td&gt;          &lt;td&gt;             &lt;p&gt;  &lt;/p&gt;          &lt;/td&gt;          &lt;td&gt;             &lt;p&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/ellipticpde/EllipticPDEMod/Images/EllipticPDEMod_gr_3.gif" alt="[Graphics:Images/EllipticPDEMod_gr_3.gif]" align="absmiddle" border="0" height="17" width="108" /&gt;&lt;/p&gt;          &lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;          &lt;td&gt;             &lt;p&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/ellipticpde/EllipticPDEMod/Images/EllipticPDEMod_gr_4.gif" alt="[Graphics:Images/EllipticPDEMod_gr_4.gif]" align="absmiddle" border="0" height="17" width="95" /&gt;&lt;/p&gt;          &lt;/td&gt;          &lt;td&gt;             &lt;p&gt;  &lt;/p&gt;          &lt;/td&gt;          &lt;td&gt;             &lt;p&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/ellipticpde/EllipticPDEMod/Images/EllipticPDEMod_gr_5.gif" alt="[Graphics:Images/EllipticPDEMod_gr_5.gif]" align="absmiddle" border="0" height="17" width="109" /&gt;&lt;/p&gt;          &lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;          &lt;td&gt;             &lt;p&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/ellipticpde/EllipticPDEMod/Images/EllipticPDEMod_gr_6.gif" alt="[Graphics:Images/EllipticPDEMod_gr_6.gif]" align="absmiddle" border="0" height="17" width="172" /&gt;&lt;/p&gt;          &lt;/td&gt;          &lt;td&gt;             &lt;p&gt;  &lt;/p&gt;          &lt;/td&gt;          &lt;td&gt;             &lt;p&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/ellipticpde/EllipticPDEMod/Images/EllipticPDEMod_gr_7.gif" alt="[Graphics:Images/EllipticPDEMod_gr_7.gif]" align="absmiddle" border="0" height="17" width="112" /&gt;&lt;/p&gt;          &lt;/td&gt;       &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;       &lt;/blockquote&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;It is often the case that the boundary values for the function  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;u(x,y)&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;i&gt;  &lt;/i&gt;are known at all points on the sides of a rectangular region  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;R&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;i&gt;  &lt;/i&gt;in the plane. In this case, each of these equations can be solved by the numerical technique known as the finite-difference method.&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-5634456631195605877?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/5634456631195605877/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/elliptic-partial-differential-equations.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/5634456631195605877'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/5634456631195605877'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/elliptic-partial-differential-equations.html' title='Elliptic Partial Differential Equations'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-6668232348953247585</id><published>2010-02-01T09:24:00.000-08:00</published><updated>2010-02-01T09:49:21.456-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Eigenvalues and Eigenvectors'/><title type='text'>Eigenvalues and Eigenvectors</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;We will now review some ideas from linear algebra. Proofs of the theorems are either left as exercises or can be found in any standard text on linear algebra.  We know how to solve &lt;i&gt;n &lt;/i&gt;linear equations in &lt;i&gt;n &lt;/i&gt;unknowns.  It was assumed that the determinant of the matrix was nonzero and hence that the solution was unique. In the case of a homogeneous system &lt;b&gt;&lt;i&gt;AX &lt;/i&gt;&lt;/b&gt;= &lt;b&gt;0&lt;/b&gt;, if  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_1.gif" alt="[Graphics:Images/EigenvaluesMod_gr_1.gif]" align="absmiddle" border="0" height="17" width="70" /&gt;,  the unique solution is the trivial solution &lt;b&gt;&lt;i&gt;X &lt;/i&gt;&lt;/b&gt;= &lt;b&gt;0&lt;/b&gt;.  If  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_2.gif" alt="[Graphics:Images/EigenvaluesMod_gr_2.gif]" align="absmiddle" border="0" height="17" width="70" /&gt;,  there exist nontrivial solutions to &lt;b&gt;&lt;i&gt;AX &lt;/i&gt;&lt;/b&gt;= &lt;b&gt;0&lt;/b&gt;. Suppose that  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_3.gif" alt="[Graphics:Images/EigenvaluesMod_gr_3.gif]" align="absmiddle" border="0" height="17" width="70" /&gt;,  and consider solutions to the homogeneous linear&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt; system&lt;/span&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_4.gif" alt="[Graphics:Images/EigenvaluesMod_gr_4.gif]" align="absmiddle" border="0" height="131" width="322" /&gt;     &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;A homogeneous system of equations always has the trivial solution &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_5.gif" alt="[Graphics:Images/EigenvaluesMod_gr_5.gif]" align="absmiddle" border="0" height="17" width="165" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.  Gaussian elimination can be used to obtain the reduced row echelon form which will be used to form a set of relationships between the variables, and a non-trivial solution.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;&lt;b&gt;Definition (Linearly Independent):&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; &lt;/span&gt; &lt;/b&gt;The vectors  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_37.gif" alt="[Graphics:Images/EigenvaluesMod_gr_37.gif]" align="absmiddle" border="0" height="17" width="90" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  are said to be &lt;/span&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;linearly independent&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt; &lt;/b&gt;if the equation&lt;br /&gt;&lt;br /&gt;       &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_38.gif" alt="[Graphics:Images/EigenvaluesMod_gr_38.gif]" align="absmiddle" border="0" height="17" width="171" /&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt;&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;implies that &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_39.gif" alt="[Graphics:Images/EigenvaluesMod_gr_39.gif]" align="absmiddle" border="0" height="17" width="150" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.   If the vectors are not linearly independent they are said to be linearly dependent.&lt;br /&gt;&lt;br /&gt;Two vectors in &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_40.gif" alt="[Graphics:Images/EigenvaluesMod_gr_40.gif]" align="absmiddle" border="0" height="17" width="19" /&gt;&lt;span style="font-family:Times New Roman;"&gt; are linearly independent if and only if they are not parallel.  Three vectors in &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_41.gif" alt="[Graphics:Images/EigenvaluesMod_gr_41.gif]" align="absmiddle" border="0" height="17" width="19" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  are linearly independent if and only if they do not lie in the same plane.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;&lt;b&gt;Definition (Linearly Dependent):&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt;  &lt;/b&gt;The vectors   &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_42.gif" alt="[Graphics:Images/EigenvaluesMod_gr_42.gif]" align="absmiddle" border="0" height="17" width="90" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  are said to be &lt;/span&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;linearly dependent&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt; if there exists a set of numbers &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_43.gif" alt="[Graphics:Images/EigenvaluesMod_gr_43.gif]" align="absmiddle" border="0" height="17" width="101" /&gt;&lt;span style="font-family:Times New Roman;"&gt; not all zero, such that&lt;br /&gt;&lt;br /&gt;        &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_44.gif" alt="[Graphics:Images/EigenvaluesMod_gr_44.gif]" align="absmiddle" border="0" height="17" width="171" /&gt;.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;&lt;b&gt;Theorem:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt; &lt;/b&gt;The vectors  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_45.gif" alt="[Graphics:Images/EigenvaluesMod_gr_45.gif]" align="absmiddle" border="0" height="17" width="90" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  are linearly dependent if and only if at least one of them is a linear combination of the others.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;    A desirable feature for a vector space is the ability to express each vector as s linear combination of vectors chosen from a small subset of vectors.  This motivates the next definition.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;&lt;b&gt;Definition (Basis):&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt;  &lt;/b&gt;Suppose that  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_46.gif" alt="[Graphics:Images/EigenvaluesMod_gr_46.gif]" align="absmiddle" border="0" height="17" width="132" /&gt;&lt;span style="font-family:Times New Roman;"&gt; is a set of  m&lt;i&gt;  &lt;/i&gt;vectors in &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_47.gif" alt="[Graphics:Images/EigenvaluesMod_gr_47.gif]" align="absmiddle" border="0" height="17" width="19" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.  The set  S&lt;i&gt; &lt;/i&gt;i s called a &lt;/span&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;basis&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt;&lt;i&gt; &lt;/i&gt;&lt;/b&gt;for  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_48.gif" alt="[Graphics:Images/EigenvaluesMod_gr_48.gif]" align="absmiddle" border="0" height="17" width="19" /&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;i&gt;  &lt;/i&gt;if for every vector  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_49.gif" alt="[Graphics:Images/EigenvaluesMod_gr_49.gif]" align="absmiddle" border="0" height="17" width="47" /&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;i&gt;  &lt;/i&gt;there exists a unique set&lt;br /&gt;of scalars &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_50.gif" alt="[Graphics:Images/EigenvaluesMod_gr_50.gif]" align="absmiddle" border="0" height="17" width="102" /&gt;&lt;span style="font-family:Times New Roman;"&gt; so that  &lt;b&gt;X&lt;i&gt;  &lt;/i&gt;&lt;/b&gt;can be expressed as the linear combination&lt;br /&gt;&lt;br /&gt;       &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_51.gif" alt="[Graphics:Images/EigenvaluesMod_gr_51.gif]" align="absmiddle" border="0" height="17" width="178" /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;&lt;b&gt;Theorem:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt;  &lt;/b&gt;In  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_52.gif" alt="[Graphics:Images/EigenvaluesMod_gr_52.gif]" align="absmiddle" border="0" height="17" width="19" /&gt;&lt;span style="font-family:Times New Roman;"&gt;,  any set of  n&lt;i&gt;  &lt;/i&gt;linearly independent vectors forms a basis of  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_53.gif" alt="[Graphics:Images/EigenvaluesMod_gr_53.gif]" align="absmiddle" border="0" height="17" width="19" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.  Each vector  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_54.gif" alt="[Graphics:Images/EigenvaluesMod_gr_54.gif]" align="absmiddle" border="0" height="17" width="47" /&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;i&gt;  &lt;/i&gt;is uniquely expressed as a linear combination of the basis vectors.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;&lt;b&gt;Theorem:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt;  &lt;/b&gt;Let  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_55.gif" alt="[Graphics:Images/EigenvaluesMod_gr_55.gif]" align="absmiddle" border="0" height="17" width="91" /&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;i&gt;  &lt;/i&gt;be vectors in  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_56.gif" alt="[Graphics:Images/EigenvaluesMod_gr_56.gif]" align="absmiddle" border="0" height="17" width="19" /&gt;.&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;&lt;b&gt;(i)&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;    If  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;m&gt;n&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;,  then the vectors are linearly independent.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;&lt;b&gt;(ii)&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;    If  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;m=n&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;,  then the vectors are linearly dependent if and only if   &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_57.gif" alt="[Graphics:Images/EigenvaluesMod_gr_57.gif]" align="absmiddle" border="0" height="17" width="71" /&gt;&lt;span style="font-family:Times New Roman;"&gt;,  where  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_58.gif" alt="[Graphics:Images/EigenvaluesMod_gr_58.gif]" align="absmiddle" border="0" height="17" width="133" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;Applications of mathematics sometimes encounter the following questions:  What are the singularities of  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_59.gif" alt="[Graphics:Images/EigenvaluesMod_gr_59.gif]" align="absmiddle" border="0" height="17" width="38" /&gt;&lt;span style="font-family:Times-Roman;"&gt;,  where  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_60.gif" alt="[Graphics:Images/EigenvaluesMod_gr_60.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;&lt;span style="font-family:RMTMI;"&gt;&lt;i&gt;  &lt;/i&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;is a parameter?  What is the behavior of the sequence of vectors  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_61.gif" alt="[Graphics:Images/EigenvaluesMod_gr_61.gif]" align="absmiddle" border="0" height="19" width="63" /&gt;&lt;span style="font-family:Times-Roman;"&gt;?  What are the geometric features of a linear transformation?  Solutions for problems in many different disciplines, such as economics, engineering, and physics, can involve ideas related to these equations. The theory of eigenvalues and eigenvectors is powerful enough to help solve these otherwise intractable problems.&lt;/span&gt;  &lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;    Let  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;A&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  be a square matrix of dimension  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;n&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; × &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;n&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  and let&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;  &lt;b&gt;X&lt;i&gt;  &lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;be a vector of dimension  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;n&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;.  The product  &lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt;Y&lt;/b&gt; = &lt;b&gt;AX&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-BoldItalic;"&gt;&lt;b&gt;&lt;i&gt;  &lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;can be viewed as a linear transformation from  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;n&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;-dimensional space into itself.  We want to find scalars  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_62.gif" alt="[Graphics:Images/EigenvaluesMod_gr_62.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;&lt;span style="font-family:RMTMI;"&gt;&lt;i&gt;  &lt;/i&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;for which there exists a nonzero vector&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;  &lt;b&gt;X&lt;i&gt;  &lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;such that&lt;br /&gt;&lt;br /&gt;(1)          &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_63.gif" alt="[Graphics:Images/EigenvaluesMod_gr_63.gif]" align="absmiddle" border="0" height="17" width="53" /&gt;;  &lt;span style="font-family:Times-Roman;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:MTSYN;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;that is, the linear transformation  &lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;T(&lt;b&gt;X&lt;/b&gt;) = &lt;b&gt;AX&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-BoldItalic;"&gt;&lt;b&gt;&lt;i&gt;  &lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;maps&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;  &lt;b&gt;X&lt;i&gt;  &lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;onto the multiple  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_64.gif" alt="[Graphics:Images/EigenvaluesMod_gr_64.gif]" align="absmiddle" border="0" height="17" width="19" /&gt;&lt;span style="font-family:Times-Roman;"&gt;.  When this occurs, we call&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;  &lt;b&gt;X&lt;i&gt;  &lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;an eigenvector that corresponds to the eigenvalue  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_65.gif" alt="[Graphics:Images/EigenvaluesMod_gr_65.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;&lt;span style="font-family:Times-Roman;"&gt;, and together they form the eigenpair  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_66.gif" alt="[Graphics:Images/EigenvaluesMod_gr_66.gif]" align="absmiddle" border="0" height="17" width="30" /&gt;&lt;span style="font-family:RMTMI;"&gt;&lt;i&gt; &lt;/i&gt;&lt;/span&gt;&lt;span style="font-family:Times-BoldItalic;"&gt;&lt;b&gt;&lt;i&gt; &lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;for  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;A&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;.  In general, the scalar  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_67.gif" alt="[Graphics:Images/EigenvaluesMod_gr_67.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;&lt;span style="font-family:RMTMI;"&gt;&lt;i&gt;  &lt;/i&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;and vector&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;  &lt;b&gt;X&lt;i&gt;  &lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;can involve complex numbers.  For simplicity, most of our illustrations will involve real calculations.  However, the techniques are easily extended to the complex case.  The &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;n&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; × &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;n&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; identity matrix&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;  &lt;b&gt;I&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  can be used to write equation (1) in the form&lt;br /&gt;&lt;br /&gt;(2)        &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_68.gif" alt="[Graphics:Images/EigenvaluesMod_gr_68.gif]" align="absmiddle" border="0" height="17" width="90" /&gt;.  &lt;span style="font-family:Times-BoldItalic;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;The significance of equation (2) is that the product of the matrix  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_69.gif" alt="[Graphics:Images/EigenvaluesMod_gr_69.gif]" align="absmiddle" border="0" height="17" width="38" /&gt;&lt;span style="font-family:Times-Roman;"&gt;  and the nonzero vector&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;  &lt;b&gt;X&lt;i&gt;  &lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;is the zero vector!  The theorem of homogeneous linear system says that (2) has nontrivial solutions if and only if the matrix  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_70.gif" alt="[Graphics:Images/EigenvaluesMod_gr_70.gif]" align="absmiddle" border="0" height="17" width="38" /&gt;&lt;span style="font-family:Times-Roman;"&gt;  is singular, that is,&lt;br /&gt;&lt;br /&gt;(3)        &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_71.gif" alt="[Graphics:Images/EigenvaluesMod_gr_71.gif]" align="absmiddle" border="0" height="17" width="103" /&gt;.  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;This determinant can be written in the form&lt;br /&gt;&lt;br /&gt;(4)        &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_72.gif" alt="[Graphics:Images/EigenvaluesMod_gr_72.gif]" align="absmiddle" border="0" height="99" width="350" /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times-Bold;" &gt;&lt;b&gt;Definition (Characteristic Polynomial):&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Bold;"&gt;&lt;b&gt;  &lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;When the determinant in (4) is expanded, it becomes a polynomial of degree &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;n&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;, which is called &lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;the &lt;/span&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;characteristic polynomial&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt; &lt;br /&gt;&lt;br /&gt;(5)        &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_73.gif" alt="[Graphics:Images/EigenvaluesMod_gr_73.gif]" align="absmiddle" border="0" height="57" width="384" /&gt;     &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify; color: rgb(51, 51, 51);"&gt;&lt;span style="color: rgb(255, 0, 255);"&gt;&lt;b&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Exploration For  p(&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_81.gif" alt="[Graphics:Images/EigenvaluesMod_gr_81.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 0, 255);"&gt;&lt;b&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;)&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;    There exist exactly &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;n&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; roots (not necessarily distinct) of a polynomial of degree &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;n&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;.  Each root  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_82.gif" alt="[Graphics:Images/EigenvaluesMod_gr_82.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;&lt;span style="font-family:RMTMI;"&gt;&lt;i&gt;  &lt;/i&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;can be substituted into equation (3) to obtain an underdetermined system of equations that has a corresponding nontrivial solution vector &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;X&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;.  If   &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_83.gif" alt="[Graphics:Images/EigenvaluesMod_gr_83.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;&lt;span style="font-family:RMTMI;"&gt;&lt;i&gt;  &lt;/i&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;is real, a real eigenvector  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;X&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  can be constructed. For emphasis, we state the following definitions.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times-Bold;" &gt;&lt;b&gt;Definition (Eigenvalue):&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Bold;"&gt;&lt;b&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; &lt;/span&gt; &lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;If  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;A&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  is and  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;n&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; × &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;n&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  real matrix, then its  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;n&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  &lt;/span&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;eigenvalues&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_84.gif" alt="[Graphics:Images/EigenvaluesMod_gr_84.gif]" align="absmiddle" border="0" height="17" width="87" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;are the real and complex roots of the characteristic polynomial&lt;br /&gt;&lt;br /&gt;       &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_85.gif" alt="[Graphics:Images/EigenvaluesMod_gr_85.gif]" align="absmiddle" border="0" height="17" width="121" /&gt;.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times-Bold;" &gt;&lt;b&gt;Definition (Eigenvector):&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Bold;"&gt;&lt;b&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; &lt;/span&gt; &lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;If   &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_86.gif" alt="[Graphics:Images/EigenvaluesMod_gr_86.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;&lt;span style="font-family:RMTMI;"&gt;&lt;i&gt;  &lt;/i&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;is an eigenvalue of  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;A&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  and the nonzero vector  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;V&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  has the property that&lt;br /&gt;&lt;br /&gt;         &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_87.gif" alt="[Graphics:Images/EigenvaluesMod_gr_87.gif]" align="absmiddle" border="0" height="17" width="53" /&gt;    &lt;span style="font-family:Times-Roman;"&gt; &lt;/span&gt;&lt;span style="font-family:RMTMI;"&gt;&lt;i&gt;&lt;br /&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;then  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;V&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  is called an &lt;/span&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;eigenvector&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; of  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;A&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  corresponding to the eigenvalue  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_88.gif" alt="[Graphics:Images/EigenvaluesMod_gr_88.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;&lt;span style="font-family:Times-Roman;"&gt;.  Together, this eigenvalue &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_89.gif" alt="[Graphics:Images/EigenvaluesMod_gr_89.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;&lt;span style="font-family:Times-Roman;"&gt; and eigenvector &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;V&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; is called an eigenpair  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_90.gif" alt="[Graphics:Images/EigenvaluesMod_gr_90.gif]" align="absmiddle" border="0" height="17" width="31" /&gt;&lt;span style="font-family:Times-Roman;"&gt;. &lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;    The characteristic polynomial  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_91.gif" alt="[Graphics:Images/EigenvaluesMod_gr_91.gif]" align="absmiddle" border="0" height="19" width="384" /&gt;&lt;span style="font-family:Times-Roman;"&gt; can be factored in the form&lt;br /&gt;&lt;br /&gt;       &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_92.gif" alt="[Graphics:Images/EigenvaluesMod_gr_92.gif]" align="absmiddle" border="0" height="19" width="480" /&gt;&lt;br /&gt;       &lt;span style="font-family:RMTMI;"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;where  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_93.gif" alt="[Graphics:Images/EigenvaluesMod_gr_93.gif]" align="absmiddle" border="0" height="18" width="17" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;is called the &lt;/span&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;multiplicity&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; of the eigenvalue &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_94.gif" alt="[Graphics:Images/EigenvaluesMod_gr_94.gif]" align="absmiddle" border="0" height="18" width="17" /&gt;&lt;span style="font-family:Times-Roman;"&gt;. The sum of the multiplicities of all eigenvalues is  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;n&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;;  that is,&lt;br /&gt;&lt;br /&gt;       &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_95.gif" alt="[Graphics:Images/EigenvaluesMod_gr_95.gif]" align="absmiddle" border="0" height="18" width="218" /&gt;.  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;The next three results concern the existence of eigenvectors.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times-Bold;" &gt;&lt;b&gt;Theorem (Corresponding Eigenvectors):&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; &lt;/span&gt; Suppose that  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;A&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  is and  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;n&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; × &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;n&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  square matrix.    &lt;/span&gt;&lt;span style="font-family:Times-Bold;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;(a)     For each distinct eigenvalue  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_96.gif" alt="[Graphics:Images/EigenvaluesMod_gr_96.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;&lt;span style="font-family:Times-Roman;"&gt;  there exists at least one eigenvector  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;V&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  corresponding to  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_97.gif" alt="[Graphics:Images/EigenvaluesMod_gr_97.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;&lt;span style="font-family:Times-Roman;"&gt;.&lt;br /&gt;(b)     If  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_98.gif" alt="[Graphics:Images/EigenvaluesMod_gr_98.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;&lt;span style="font-family:Times-Roman;"&gt;  has multiplicity  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;r&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;,  then there exist at most  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;r&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  linearly independent eigenvectors&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_99.gif" alt="[Graphics:Images/EigenvaluesMod_gr_99.gif]" align="absmiddle" border="0" height="17" width="90" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  &lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;that correspond to  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_100.gif" alt="[Graphics:Images/EigenvaluesMod_gr_100.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;&lt;span style="font-family:Times-Roman;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times-Bold;" &gt;&lt;b&gt;Theorem (Linearly Independent Eigenvectors):&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Bold;"&gt;&lt;b&gt;  &lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;Suppose that  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;A&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  is and  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;n&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; × &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;n&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  square matrix.  If the eigenvalues &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_101.gif" alt="[Graphics:Images/EigenvaluesMod_gr_101.gif]" align="absmiddle" border="0" height="17" width="88" /&gt;&lt;span style="font-family:Times-Italic;"&gt;&lt;i&gt; &lt;/i&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;are distinct and  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_102.gif" alt="[Graphics:Images/EigenvaluesMod_gr_102.gif]" align="absmiddle" border="0" height="17" width="165" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  &lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;are the &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;k&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; eigenpairs, then  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_103.gif" alt="[Graphics:Images/EigenvaluesMod_gr_103.gif]" align="absmiddle" border="0" height="17" width="105" /&gt;&lt;span style="font-family:MTSYN;"&gt; &lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;is a set of  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;k&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; linearly independent vectors. &lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times-Bold;" &gt;&lt;b&gt;Theorem (Complete Set of Eigenvectors):&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times-Bold;" &gt;&lt;b&gt;  &lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;Suppose that  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;A&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  is and  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;n&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; × &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;n&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  square matrix.  If the eigenvalues of  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;A&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  are all distinct, then there exist  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;n&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  nearly independent eigenvectors&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_104.gif" alt="[Graphics:Images/EigenvaluesMod_gr_104.gif]" align="absmiddle" border="0" height="17" width="90" /&gt;.&lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;Finding eigenpairs by hand computations is usually done in the following manner.  The eigenvalue&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_105.gif" alt="[Graphics:Images/EigenvaluesMod_gr_105.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;&lt;span style="font-family:Times-Roman;"&gt;  &lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;of multiplicity&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;r&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  &lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;is substituted into the equation&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;        &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_106.gif" alt="[Graphics:Images/EigenvaluesMod_gr_106.gif]" align="absmiddle" border="0" height="17" width="90" /&gt;.  &lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;&lt;br /&gt;Then Gaussian elimination can be performed to obtain the row reduced echelon form, which will involve  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;n-k&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;  equations in  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;n&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;  unknowns, where  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_107.gif" alt="[Graphics:Images/EigenvaluesMod_gr_107.gif]" align="absmiddle" border="0" height="17" width="53" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.  Hence there are  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;k&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;  free variables to choose. The free variables can be selected in a judicious manner to produce  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;k&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;  linearly independent solution vectors&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_108.gif" alt="[Graphics:Images/EigenvaluesMod_gr_108.gif]" align="absmiddle" border="0" height="17" width="91" /&gt;&lt;span style="font-family:Times-Italic;"&gt;&lt;i&gt; &lt;/i&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;that correspond to&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/eigenvalues/EigenvaluesMod/Images/EigenvaluesMod_gr_109.gif" alt="[Graphics:Images/EigenvaluesMod_gr_109.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-6668232348953247585?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/6668232348953247585/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/eigenvalues-and-eigenvectors.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/6668232348953247585'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/6668232348953247585'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/eigenvalues-and-eigenvectors.html' title='Eigenvalues and Eigenvectors'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-1759274472801153866</id><published>2010-02-01T08:53:00.000-08:00</published><updated>2010-02-01T09:23:30.408-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Eigenvalues and Eigenvectors'/><title type='text'>Power Method</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;We now describe the power method for computing the dominant eigenpair.  Its extension to the inverse power method is practical for finding any eigenvalue provided that a good initial approximation is known.  Some schemes for finding eigenvalues use other methods that converge fast, but have limited precision.  The inverse power method is then invoked to refine the numerical values and gain full precision.  To discuss the situation, we will need the following definitions.&lt;/span&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;If &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_1.gif" alt="[Graphics:Images/PowerMethodMod_gr_1.gif]" align="absmiddle" border="0" height="17" width="17" /&gt;&lt;span style="font-family:Times New Roman;"&gt; is an &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;eigenvalue&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt; of &lt;b&gt;&lt;i&gt; &lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;A&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt;&lt;i&gt;  &lt;/i&gt;&lt;/b&gt;that is larger in absolute value than any  other eigenvalue, it is called the &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;dominant eigenvalue&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;.&lt;/span&gt; An eigenvector  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_2.gif" alt="[Graphics:Images/PowerMethodMod_gr_2.gif]" align="absmiddle" border="0" height="17" width="18" /&gt; &lt;span style="font-family:Times New Roman;"&gt; corresponding to &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_3.gif" alt="[Graphics:Images/PowerMethodMod_gr_3.gif]" align="absmiddle" border="0" height="17" width="17" /&gt;&lt;span style="font-family:Times New Roman;"&gt; is called a &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;dominant eigenvector&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;An eigenvector  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;V&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt;&lt;i&gt;  &lt;/i&gt;&lt;/b&gt;is said to be &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;normalized&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt; if the coordinate of largest magnitude is equal to unity (i.e., the largest coordinate in the vector  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;V&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt;&lt;i&gt;  &lt;/i&gt;&lt;/b&gt;is the number 1).&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;Remark:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;It is easy to normalize an eigenvector  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_4.gif" alt="[Graphics:Images/PowerMethodMod_gr_4.gif]" align="absmiddle" border="0" height="17" width="107" /&gt;  &lt;span style="font-family:Times New Roman;"&gt; by forming a new vector  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_5.gif" alt="[Graphics:Images/PowerMethodMod_gr_5.gif]" align="absmiddle" border="0" height="31" width="143" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  where  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_6.gif" alt="[Graphics:Images/PowerMethodMod_gr_6.gif]" align="absmiddle" border="0" height="18" width="38" /&gt;  and  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_7.gif" alt="[Graphics:Images/PowerMethodMod_gr_7.gif]" align="absmiddle" border="0" height="24" width="110" /&gt;.  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;&lt;b&gt;Theorem (Power Method)&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;:&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;Assume that the &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;n×n&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;i&gt; &lt;/i&gt;matrix  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;A&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt;&lt;i&gt;  &lt;/i&gt;&lt;/b&gt;has  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;n&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;i&gt;  &lt;/i&gt;distinct eigenvalues  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_8.gif" alt="[Graphics:Images/PowerMethodMod_gr_8.gif]" align="absmiddle" border="0" height="17" width="107" /&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;i&gt;  &lt;/i&gt;and that they are ordered in decreasing magnitude; that is,  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_9.gif" alt="[Graphics:Images/PowerMethodMod_gr_9.gif]" align="absmiddle" border="0" height="17" width="217" /&gt;.  &lt;span style="font-family:Times New Roman;"&gt;If  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_10.gif" alt="[Graphics:Images/PowerMethodMod_gr_10.gif]" align="absmiddle" border="0" height="17" width="18" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  is chosen appropriately, then the sequences &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_11.gif" alt="[Graphics:Images/PowerMethodMod_gr_11.gif]" align="absmiddle" border="0" height="23" width="188" /&gt;  and  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_12.gif" alt="[Graphics:Images/PowerMethodMod_gr_12.gif]" align="absmiddle" border="0" height="17" width="32" /&gt;  &lt;span style="font-family:Times New Roman;"&gt;generated recursively by&lt;br /&gt;&lt;br /&gt;       &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_13.gif" alt="[Graphics:Images/PowerMethodMod_gr_13.gif]" align="absmiddle" border="0" height="17" width="63" /&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;   and&lt;i&gt;&lt;br /&gt;       &lt;/i&gt;&lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_14.gif" alt="[Graphics:Images/PowerMethodMod_gr_14.gif]" align="absmiddle" border="0" height="33" width="97" /&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;i&gt;&lt;br /&gt;&lt;br /&gt;&lt;/i&gt;where  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_15.gif" alt="[Graphics:Images/PowerMethodMod_gr_15.gif]" align="absmiddle" border="0" height="20" width="74" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  and  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_16.gif" alt="[Graphics:Images/PowerMethodMod_gr_16.gif]" align="absmiddle" border="0" height="25" width="132" /&gt;&lt;span style="font-family:Times New Roman;"&gt;,  will converge to the dominant eigenvector  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_17.gif" alt="[Graphics:Images/PowerMethodMod_gr_17.gif]" align="absmiddle" border="0" height="17" width="18" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  and eigenvalue  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_18.gif" alt="[Graphics:Images/PowerMethodMod_gr_18.gif]" align="absmiddle" border="0" height="17" width="17" /&gt;&lt;span style="font-family:Times New Roman;"&gt;,  respectively. That is,&lt;br /&gt;&lt;br /&gt;       &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_19.gif" alt="[Graphics:Images/PowerMethodMod_gr_19.gif]" align="absmiddle" border="0" height="25" width="79" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  and  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_20.gif" alt="[Graphics:Images/PowerMethodMod_gr_20.gif]" align="absmiddle" border="0" height="25" width="77" /&gt;.  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;Remark:&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;  If  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_21.gif" alt="[Graphics:Images/PowerMethodMod_gr_21.gif]" align="absmiddle" border="0" height="17" width="18" /&gt;&lt;span style="font-family:Times New Roman;"&gt; is an eigenvector and &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_22.gif" alt="[Graphics:Images/PowerMethodMod_gr_22.gif]" align="absmiddle" border="0" height="17" width="40" /&gt;&lt;span style="font-family:Times New Roman;"&gt;, then some other starting vector must be chosen.&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;&lt;b&gt;Speed of Convergence&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt;&lt;br /&gt;&lt;br /&gt;   &lt;/b&gt;In the iteration in the theorem uses the equation&lt;br /&gt; &lt;br /&gt;       &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_23.gif" alt="[Graphics:Images/PowerMethodMod_gr_23.gif]" align="absmiddle" border="0" height="35" width="384" /&gt;,&lt;br /&gt;   &lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;and the coefficient of  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_24.gif" alt="[Graphics:Images/PowerMethodMod_gr_24.gif]" align="absmiddle" border="0" height="18" width="18" /&gt; that is used to form &lt;span style="font-family:Times New Roman;"&gt;  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_25.gif" alt="[Graphics:Images/PowerMethodMod_gr_25.gif]" align="absmiddle" border="0" height="17" width="19" /&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;i&gt;  &lt;/i&gt;goes to zero in proportion to &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_26.gif" alt="[Graphics:Images/PowerMethodMod_gr_26.gif]" align="absmiddle" border="0" height="34" width="45" /&gt;.  Hence,&lt;span style="font-family:Times New Roman;"&gt; the speed of convergence of  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_27.gif" alt="[Graphics:Images/PowerMethodMod_gr_27.gif]" align="absmiddle" border="0" height="17" width="33" /&gt;&lt;span style="font-family:Times New Roman;"&gt; to &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_28.gif" alt="[Graphics:Images/PowerMethodMod_gr_28.gif]" align="absmiddle" border="0" height="17" width="18" /&gt;&lt;span style="font-family:Times New Roman;"&gt; is governed by the terms  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_29.gif" alt="[Graphics:Images/PowerMethodMod_gr_29.gif]" align="absmiddle" border="0" height="33" width="45" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.  Consequently, the rate of convergence is linear.  Similarly, the convergence of the sequence of constants &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_30.gif" alt="[Graphics:Images/PowerMethodMod_gr_30.gif]" align="absmiddle" border="0" height="17" width="32" /&gt;&lt;span style="font-family:Times New Roman;"&gt; to &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_31.gif" alt="[Graphics:Images/PowerMethodMod_gr_31.gif]" align="absmiddle" border="0" height="17" width="17" /&gt;&lt;span style="font-family:Times New Roman;"&gt; is linear.  The Aitken &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_32.gif" alt="[Graphics:Images/PowerMethodMod_gr_32.gif]" align="absmiddle" border="0" height="17" width="17" /&gt;&lt;span style="font-family:Times New Roman;"&gt; method can be used for any linearly convergent sequence &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_33.gif" alt="[Graphics:Images/PowerMethodMod_gr_33.gif]" align="absmiddle" border="0" height="17" width="32" /&gt;&lt;span style="font-family:Times New Roman;"&gt; to form a new sequence,&lt;br /&gt; &lt;br /&gt;   &lt;/span&gt;     &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_34.gif" alt="[Graphics:Images/PowerMethodMod_gr_34.gif]" align="absmiddle" border="0" height="36" width="272" /&gt;,&lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;that converges faster. The  Aitken &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_35.gif" alt="[Graphics:Images/PowerMethodMod_gr_35.gif]" align="absmiddle" border="0" height="17" width="17" /&gt;&lt;span style="font-family:Times New Roman;"&gt; can be adapted to speed up the convergence of the power method.  &lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;&lt;b&gt;Shifted-Inverse Power Method&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt;&lt;br /&gt;&lt;br /&gt;   &lt;/b&gt;We will now discuss the shifted inverse power method.  It requires a good starting approximation for an eigenvalue, and then iteration is used to obtain a precise solution.  Other procedures such as the &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;QM&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;i&gt; &lt;/i&gt;and Givens’ method are used first to obtain the starting approximations.  Cases involving complex eigenvalues, multiple eigenvalues, or the presence of two eigenvalues with the same magnitude or approximately the same&lt;br /&gt;magnitude will cause computational difficulties and require more advanced methods.  Our illustrations will focus on the case where the eigenvalues are distinct.  The shifted inverse power method is based on the following three results (the proofs are left as exercises).&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify; color: rgb(51, 51, 51);"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;&lt;b&gt;Theorem (Shifting Eigenvalues)&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt;:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt;  &lt;/b&gt;Suppose that  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_36.gif" alt="[Graphics:Images/PowerMethodMod_gr_36.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;,&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;V&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;  is an eigenpair of  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;A&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;.  If  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_37.gif" alt="[Graphics:Images/PowerMethodMod_gr_37.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;  &lt;span style="font-family:Times New Roman;"&gt;is any constant, then  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_38.gif" alt="[Graphics:Images/PowerMethodMod_gr_38.gif]" align="absmiddle" border="0" height="17" width="31" /&gt;,&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;V&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;  is an eigenpair of the matrix  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_39.gif" alt="[Graphics:Images/PowerMethodMod_gr_39.gif]" align="absmiddle" border="0" height="17" width="38" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;&lt;b&gt;Theorem (Inverse Eigenvalues)&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;:&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; &lt;/span&gt;  &lt;/b&gt;Suppose that  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_40.gif" alt="[Graphics:Images/PowerMethodMod_gr_40.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;,&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;V&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;  is an eigenpair of  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;A&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;.   If  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_41.gif" alt="[Graphics:Images/PowerMethodMod_gr_41.gif]" align="absmiddle" border="0" height="17" width="32" /&gt;,  then  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_42.gif" alt="[Graphics:Images/PowerMethodMod_gr_42.gif]" align="absmiddle" border="0" height="30" width="19" /&gt;,&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;V&lt;/b&gt;&lt;/span&gt;  &lt;span style="font-family:Times New Roman;"&gt;is an eigenpair of the matrix  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_43.gif" alt="[Graphics:Images/PowerMethodMod_gr_43.gif]" align="absmiddle" border="0" height="17" width="22" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;&lt;b&gt;Theorem (Shifted-Inverse Eigenvalues)&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt;:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt;  &lt;/b&gt;Suppose that  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_44.gif" alt="[Graphics:Images/PowerMethodMod_gr_44.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;,&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;V&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;  is an eigenpair of  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;A&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;.   If  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_45.gif" alt="[Graphics:Images/PowerMethodMod_gr_45.gif]" align="absmiddle" border="0" height="17" width="32" /&gt;,  &lt;span style="font-family:Times New Roman;"&gt; then&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_46.gif" alt="[Graphics:Images/PowerMethodMod_gr_46.gif]" align="absmiddle" border="0" height="30" width="38" /&gt;,&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;V&lt;/b&gt;&lt;/span&gt;  &lt;span style="font-family:Times New Roman;"&gt;is an eigenpair of the matrix  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_47.gif" alt="[Graphics:Images/PowerMethodMod_gr_47.gif]" align="absmiddle" border="0" height="17" width="63" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;&lt;b&gt;Theorem (Shifted-Inverse Power Method)&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt;:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt;  &lt;/b&gt;Assume that the &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;n×n&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;i&gt; &lt;/i&gt;matrix  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;A&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt;&lt;i&gt;  &lt;/i&gt;&lt;/b&gt;has distinct eigenvalues  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_48.gif" alt="[Graphics:Images/PowerMethodMod_gr_48.gif]" align="absmiddle" border="0" height="17" width="87" /&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;i&gt;  &lt;/i&gt;and consider the eigenvalue &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_49.gif" alt="[Graphics:Images/PowerMethodMod_gr_49.gif]" align="absmiddle" border="0" height="18" width="17" /&gt;&lt;span style="font-family:Times New Roman;"&gt;. Then a constant  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_50.gif" alt="[Graphics:Images/PowerMethodMod_gr_50.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;  &lt;span style="font-family:Times New Roman;"&gt;can be chosen so that   &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_51.gif" alt="[Graphics:Images/PowerMethodMod_gr_51.gif]" align="absmiddle" border="0" height="34" width="76" /&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;i&gt; &lt;/i&gt;is the dominant eigenvalue of  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_52.gif" alt="[Graphics:Images/PowerMethodMod_gr_52.gif]" align="absmiddle" border="0" height="17" width="63" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.  Furthermore, if   &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_53.gif" alt="[Graphics:Images/PowerMethodMod_gr_53.gif]" align="absmiddle" border="0" height="17" width="18" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  is chosen appropriately, then the  sequences &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_54.gif" alt="[Graphics:Images/PowerMethodMod_gr_54.gif]" align="absmiddle" border="0" height="23" width="188" /&gt;  and  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_55.gif" alt="[Graphics:Images/PowerMethodMod_gr_55.gif]" align="absmiddle" border="0" height="17" width="32" /&gt;  &lt;span style="font-family:Times New Roman;"&gt;generated recursively by&lt;br /&gt;&lt;br /&gt;       &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_56.gif" alt="[Graphics:Images/PowerMethodMod_gr_56.gif]" align="absmiddle" border="0" height="17" width="115" /&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;   and&lt;i&gt;&lt;br /&gt;       &lt;/i&gt;&lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_57.gif" alt="[Graphics:Images/PowerMethodMod_gr_57.gif]" align="absmiddle" border="0" height="33" width="97" /&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;i&gt;&lt;br /&gt;&lt;br /&gt;&lt;/i&gt;where  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_58.gif" alt="[Graphics:Images/PowerMethodMod_gr_58.gif]" align="absmiddle" border="0" height="20" width="74" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  and  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_59.gif" alt="[Graphics:Images/PowerMethodMod_gr_59.gif]" align="absmiddle" border="0" height="25" width="132" /&gt;&lt;span style="font-family:Times New Roman;"&gt;,  will converge to the dominant eigenpair  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_60.gif" alt="[Graphics:Images/PowerMethodMod_gr_60.gif]" align="absmiddle" border="0" height="17" width="17" /&gt;&lt;span style="font-family:Times New Roman;"&gt;,&lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_61.gif" alt="[Graphics:Images/PowerMethodMod_gr_61.gif]" align="absmiddle" border="0" height="18" width="18" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  of the matrix  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_62.gif" alt="[Graphics:Images/PowerMethodMod_gr_62.gif]" align="absmiddle" border="0" height="17" width="63" /&gt;&lt;span style="font-family:Times New Roman;"&gt;. &lt;i&gt;  &lt;/i&gt;Finally, the corresponding eigenvalue for the matrix  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;A&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt;&lt;i&gt;  &lt;/i&gt;&lt;/b&gt;is given by the calculation&lt;br /&gt;&lt;br /&gt;       &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_63.gif" alt="[Graphics:Images/PowerMethodMod_gr_63.gif]" align="absmiddle" border="0" height="32" width="76" /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(153, 0, 0);font-family:Times New Roman;" &gt;&lt;b&gt;Remark.&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;  For practical implementations of this Theorem, a linear system solver is used to compute  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_64.gif" alt="[Graphics:Images/PowerMethodMod_gr_64.gif]" align="absmiddle" border="0" height="17" width="19" /&gt; &lt;span style="font-family:Times New Roman;"&gt;in each step by solving the linear system &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/powermethod/PowerMethodMod/Images/PowerMethodMod_gr_65.gif" alt="[Graphics:Images/PowerMethodMod_gr_65.gif]" align="absmiddle" border="0" height="17" width="110" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-1759274472801153866?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/1759274472801153866/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/power-method.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/1759274472801153866'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/1759274472801153866'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/power-method.html' title='Power Method'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-7684518518603714449</id><published>2010-02-01T08:46:00.000-08:00</published><updated>2010-02-01T08:55:47.977-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Eigenvalues and Eigenvectors'/><title type='text'>Jacobi method</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt; &lt;/b&gt;Jacobi’s method is an easily understood algorithm for finding all eigenpairs for a symmetric matrix. It is a reliable method that produces uniformly accurate answers for the results. For matrices of order up to 10×10, the algorithm is competitive with more sophisticated ones. If speed is not a major consideration, it is quite acceptable for matrices up to order 20×20. A solution is guaranteed for all real symmetric matrices when Jacobi’s method is used. This limitation is not severe since many practical problems of applied mathematics and engineering involve symmetric matrices. From a theoretical viewpoint, the method embodies techniques that are found in more sophisticated algorithms. For instructive purposes, it is worthwhile to investigate the details of Jacobi’s method.  &lt;/span&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;&lt;b&gt;Jacobi Series of Transformations&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt;&lt;br /&gt;&lt;br /&gt;   &lt;/b&gt;Start with the real symmetric matrix  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/jacobimethod/JacobiMethodMod/Images/JacobiMethodMod_gr_1.gif" alt="[Graphics:Images/JacobiMethodMod_gr_1.gif]" align="absmiddle" border="0" height="18" width="11" /&gt;&lt;span style="font-family:Times New Roman;"&gt;. Then construct the sequence of orthogonal matrices  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/jacobimethod/JacobiMethodMod/Images/JacobiMethodMod_gr_2.gif" alt="[Graphics:Images/JacobiMethodMod_gr_2.gif]" align="absmiddle" border="0" height="17" width="90" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  as follows:&lt;br /&gt;&lt;br /&gt;       &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/jacobimethod/JacobiMethodMod/Images/JacobiMethodMod_gr_3.gif" alt="[Graphics:Images/JacobiMethodMod_gr_3.gif]" align="absmiddle" border="0" height="17" width="45" /&gt;&lt;br /&gt;   and&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/jacobimethod/JacobiMethodMod/Images/JacobiMethodMod_gr_4.gif" alt="[Graphics:Images/JacobiMethodMod_gr_4.gif]" align="absmiddle" border="0" height="19" width="84" /&gt;   for   j = 1, 2, ...  .&lt;br /&gt;&lt;br /&gt;It is possible to &lt;span style="font-family:Times New Roman;"&gt;construct the sequence  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/jacobimethod/JacobiMethodMod/Images/JacobiMethodMod_gr_5.gif" alt="[Graphics:Images/JacobiMethodMod_gr_5.gif]" align="absmiddle" border="0" height="18" width="31" /&gt; &lt;span style="font-family:Times New Roman;"&gt; so that&lt;br /&gt;&lt;br /&gt;       &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/jacobimethod/JacobiMethodMod/Images/JacobiMethodMod_gr_6.gif" alt="[Graphics:Images/JacobiMethodMod_gr_6.gif]" align="absmiddle" border="0" height="26" width="220" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.&lt;br /&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;In practice we will stop when the off-diagonal elements are close to zero. Then we will have&lt;br /&gt;&lt;br /&gt;       &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/jacobimethod/JacobiMethodMod/Images/JacobiMethodMod_gr_7.gif" alt="[Graphics:Images/JacobiMethodMod_gr_7.gif]" align="absmiddle" border="0" height="17" width="47" /&gt;.&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;Current research by James W. Demmel and Kresimir Veselic (1992) indicate that Jacobi's method is more accurate than QR.  You can check out their research by following the link in the list of internet resources.  The abstract for their research follows below.&lt;/p&gt;&lt;p style="text-align: justify;"&gt;We show that Jacobi's method (with a proper stopping criterion) computes small eigenvalues of symmetric positive definite matrices with a uniformly better relative accuracy bound than QR, divide and conquer, traditional bisection, or any algorithm which first involves tridiagonalizing the matrix. In fact, modulo an assumption based on extensive numerical tests, we show that Jacobi's method is optimally accurate in the following sense: if the matrix is such that small relative errors in its entries cause small relative errors in its eigenvalues, Jacobi will compute them with nearly this accuracy. In other words, as long as the initial matrix has small relative errors in each component, even using infinite precision will not improve on Jacobi (modulo factors of dimensionality). ...&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-7684518518603714449?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/7684518518603714449/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/jacobi-method.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/7684518518603714449'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/7684518518603714449'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/jacobi-method.html' title='Jacobi method'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-9079782675420100540</id><published>2010-02-01T08:30:00.000-08:00</published><updated>2010-02-01T08:45:44.986-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Eigenvalues and Eigenvectors'/><title type='text'>Householder's Method</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;If &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_1.gif" alt="[Graphics:Images/HouseholderMod_gr_1.gif]" align="absmiddle" border="0" height="18" width="12" /&gt;&lt;span style="font-family:Times New Roman;"&gt; and &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_2.gif" alt="[Graphics:Images/HouseholderMod_gr_2.gif]" align="absmiddle" border="0" height="18" width="12" /&gt;&lt;span style="font-family:Times New Roman;"&gt; are vectors with the same norm, there exists an orthogonal symmetric matrix &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_3.gif" alt="[Graphics:Images/HouseholderMod_gr_3.gif]" align="absmiddle" border="0" height="18" width="11" /&gt;&lt;span style="font-family:Times New Roman;"&gt; such that&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt;             &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_4.gif" alt="[Graphics:Images/HouseholderMod_gr_4.gif]" align="absmiddle" border="0" height="17" width="50" /&gt;&lt;span style="font-family:Times New Roman;"&gt;,  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt;         where&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt;             &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_5.gif" alt="[Graphics:Images/HouseholderMod_gr_5.gif]" align="absmiddle" border="0" height="17" width="94" /&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt;         and&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt;             &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_6.gif" alt="[Graphics:Images/HouseholderMod_gr_6.gif]" align="absmiddle" border="0" height="32" width="83" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt; Since &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_7.gif" alt="[Graphics:Images/HouseholderMod_gr_7.gif]" align="absmiddle" border="0" height="18" width="11" /&gt;&lt;span style="font-family:Times New Roman;"&gt; is both orthogonal and symmetric, it follows that&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt;             &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_8.gif" alt="[Graphics:Images/HouseholderMod_gr_8.gif]" align="absmiddle" border="0" height="17" width="49" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.  &lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;&lt;b&gt;Corollary (&lt;/b&gt;&lt;/span&gt;&lt;b style="color: rgb(51, 51, 51);"&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_12.gif" alt="[Graphics:Images/HouseholderMod_gr_12.gif]" align="absmiddle" border="0" height="18" width="22" /&gt;&lt;/b&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;&lt;b&gt; Householder Matrix)&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;/span&gt; Let &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_13.gif" alt="[Graphics:Images/HouseholderMod_gr_13.gif]" align="absmiddle" border="0" height="18" width="11" /&gt;&lt;span style="font-family:Times New Roman;"&gt; be an &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_14.gif" alt="[Graphics:Images/HouseholderMod_gr_14.gif]" align="absmiddle" border="0" height="17" width="30" /&gt;&lt;span style="font-family:Times New Roman;"&gt; matrix, and &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_15.gif" alt="[Graphics:Images/HouseholderMod_gr_15.gif]" align="absmiddle" border="0" height="18" width="12" /&gt;&lt;span style="font-family:Times New Roman;"&gt; any vector.  If &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_16.gif" alt="[Graphics:Images/HouseholderMod_gr_16.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;&lt;span style="font-family:Times New Roman;"&gt; is an integer with &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_17.gif" alt="[Graphics:Images/HouseholderMod_gr_17.gif]" align="absmiddle" border="0" height="17" width="73" /&gt;&lt;span style="font-family:Times New Roman;"&gt;, we can construct a vector &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_18.gif" alt="[Graphics:Images/HouseholderMod_gr_18.gif]" align="absmiddle" border="0" height="18" width="19" /&gt;&lt;span style="font-family:Times New Roman;"&gt; and matrix  &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_19.gif" alt="[Graphics:Images/HouseholderMod_gr_19.gif]" align="absmiddle" border="0" height="17" width="100" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  so that&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;(1)&lt;span style="font-family:Times New Roman;"&gt;             &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_20.gif" alt="[Graphics:Images/HouseholderMod_gr_20.gif]" align="absmiddle" border="0" height="113" width="195" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;&lt;b&gt;Householder Transformations&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;&lt;br /&gt;   Suppose that &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_21.gif" alt="[Graphics:Images/HouseholderMod_gr_21.gif]" align="absmiddle" border="0" height="18" width="11" /&gt;&lt;span style="font-family:Times New Roman;"&gt; is a &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;symmetric&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt; &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_22.gif" alt="[Graphics:Images/HouseholderMod_gr_22.gif]" align="absmiddle" border="0" height="17" width="30" /&gt;&lt;span style="font-family:Times New Roman;"&gt; matrix. Then a sequence of &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_23.gif" alt="[Graphics:Images/HouseholderMod_gr_23.gif]" align="absmiddle" border="0" height="17" width="31" /&gt;&lt;span style="font-family:Times New Roman;"&gt; transformations of the form  &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_24.gif" alt="[Graphics:Images/HouseholderMod_gr_24.gif]" align="absmiddle" border="0" height="17" width="31" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  will reduce &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_25.gif" alt="[Graphics:Images/HouseholderMod_gr_25.gif]" align="absmiddle" border="0" height="18" width="11" /&gt;&lt;span style="font-family:Times New Roman;"&gt; to a &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;symmetric&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt; &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;tridiagonal&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; &lt;/span&gt;matrix.  Let us visualize the process when &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_26.gif" alt="[Graphics:Images/HouseholderMod_gr_26.gif]" align="absmiddle" border="0" height="17" width="32" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.  The first transformation is defined to be  &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_27.gif" alt="[Graphics:Images/HouseholderMod_gr_27.gif]" align="absmiddle" border="0" height="17" width="42" /&gt;&lt;span style="font-family:Times New Roman;"&gt;,  where &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_28.gif" alt="[Graphics:Images/HouseholderMod_gr_28.gif]" align="absmiddle" border="0" height="18" width="17" /&gt; &lt;span style="font-family:Times New Roman;"&gt;is constructed by applying the above Corollary with the vector &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_29.gif" alt="[Graphics:Images/HouseholderMod_gr_29.gif]" align="absmiddle" border="0" height="18" width="12" /&gt;&lt;span style="font-family:Times New Roman;"&gt; being the first column of the matrix &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_30.gif" alt="[Graphics:Images/HouseholderMod_gr_30.gif]" align="absmiddle" border="0" height="18" width="11" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.  The general form of &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_31.gif" alt="[Graphics:Images/HouseholderMod_gr_31.gif]" align="absmiddle" border="0" height="18" width="17" /&gt;&lt;span style="font-family:Times New Roman;"&gt; is&lt;br /&gt;&lt;br /&gt;           &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_32.gif" alt="[Graphics:Images/HouseholderMod_gr_32.gif]" align="absmiddle" border="0" height="77" width="132" /&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;where the letter &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_33.gif" alt="[Graphics:Images/HouseholderMod_gr_33.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;&lt;span style="font-family:Times New Roman;"&gt; stands for some element in &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_34.gif" alt="[Graphics:Images/HouseholderMod_gr_34.gif]" align="absmiddle" border="0" height="18" width="17" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.  As a result, the transformation  &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_35.gif" alt="[Graphics:Images/HouseholderMod_gr_35.gif]" align="absmiddle" border="0" height="17" width="42" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  does not affect the element &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_36.gif" alt="[Graphics:Images/HouseholderMod_gr_36.gif]" align="absmiddle" border="0" height="17" width="27" /&gt;&lt;span style="font-family:Times New Roman;"&gt; of &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_37.gif" alt="[Graphics:Images/HouseholderMod_gr_37.gif]" align="absmiddle" border="0" height="18" width="11" /&gt;&lt;span style="font-family:Times New Roman;"&gt;:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;(2)&lt;span style="font-family:Times New Roman;"&gt;            &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_38.gif" alt="[Graphics:Images/HouseholderMod_gr_38.gif]" align="absmiddle" border="0" height="77" width="212" /&gt;.  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;    The element denoted &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_39.gif" alt="[Graphics:Images/HouseholderMod_gr_39.gif]" align="absmiddle" border="0" height="17" width="17" /&gt;&lt;span style="font-family:Times New Roman;"&gt; is changed because of premultiplication by &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_40.gif" alt="[Graphics:Images/HouseholderMod_gr_40.gif]" align="absmiddle" border="0" height="18" width="17" /&gt;&lt;span style="font-family:Times New Roman;"&gt;, and &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_41.gif" alt="[Graphics:Images/HouseholderMod_gr_41.gif]" align="absmiddle" border="0" height="17" width="17" /&gt;&lt;span style="font-family:Times New Roman;"&gt; is changed because of postmultiplication by &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_42.gif" alt="[Graphics:Images/HouseholderMod_gr_42.gif]" align="absmiddle" border="0" height="18" width="17" /&gt;&lt;span style="font-family:Times New Roman;"&gt;; since &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_43.gif" alt="[Graphics:Images/HouseholderMod_gr_43.gif]" align="absmiddle" border="0" height="18" width="17" /&gt;&lt;span style="font-family:Times New Roman;"&gt; is symmetric, we have &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_44.gif" alt="[Graphics:Images/HouseholderMod_gr_44.gif]" align="absmiddle" border="0" height="17" width="43" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.  The changes to the elements denoted  &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_45.gif" alt="[Graphics:Images/HouseholderMod_gr_45.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  have been affected by both premultiplication and postmultiplication.  Also, since &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_46.gif" alt="[Graphics:Images/HouseholderMod_gr_46.gif]" align="absmiddle" border="0" height="18" width="12" /&gt;&lt;span style="font-family:Times New Roman;"&gt; is the first column of &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_47.gif" alt="[Graphics:Images/HouseholderMod_gr_47.gif]" align="absmiddle" border="0" height="18" width="11" /&gt;&lt;span style="font-family:Times New Roman;"&gt;, equation &lt;/span&gt;(1)&lt;span style="font-family:Times New Roman;"&gt; implies that  &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_48.gif" alt="[Graphics:Images/HouseholderMod_gr_48.gif]" align="absmiddle" border="0" height="17" width="46" /&gt;.&lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;&lt;br /&gt;   The second Householder transformation is applied to the matrix &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_49.gif" alt="[Graphics:Images/HouseholderMod_gr_49.gif]" align="absmiddle" border="0" height="18" width="17" /&gt;&lt;span style="font-family:Times New Roman;"&gt; defined in &lt;/span&gt;(2)&lt;span style="font-family:Times New Roman;"&gt; and is denoted  &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_50.gif" alt="[Graphics:Images/HouseholderMod_gr_50.gif]" align="absmiddle" border="0" height="17" width="48" /&gt;&lt;span style="font-family:Times New Roman;"&gt;,  where &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_51.gif" alt="[Graphics:Images/HouseholderMod_gr_51.gif]" align="absmiddle" border="0" height="18" width="17" /&gt;&lt;span style="font-family:Times New Roman;"&gt; is constructed by applying the Corollary with the vector &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_52.gif" alt="[Graphics:Images/HouseholderMod_gr_52.gif]" align="absmiddle" border="0" height="18" width="12" /&gt;&lt;span style="font-family:Times New Roman;"&gt; being the second column of the matrix &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_53.gif" alt="[Graphics:Images/HouseholderMod_gr_53.gif]" align="absmiddle" border="0" height="18" width="17" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.  The form of &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_54.gif" alt="[Graphics:Images/HouseholderMod_gr_54.gif]" align="absmiddle" border="0" height="18" width="17" /&gt;&lt;span style="font-family:Times New Roman;"&gt; is&lt;br /&gt;&lt;br /&gt;           &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_55.gif" alt="[Graphics:Images/HouseholderMod_gr_55.gif]" align="absmiddle" border="0" height="77" width="132" /&gt;  &lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;&lt;br /&gt;where &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_56.gif" alt="[Graphics:Images/HouseholderMod_gr_56.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;&lt;span style="font-family:Times New Roman;"&gt; stands for some element in &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_57.gif" alt="[Graphics:Images/HouseholderMod_gr_57.gif]" align="absmiddle" border="0" height="18" width="17" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.  The &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_58.gif" alt="[Graphics:Images/HouseholderMod_gr_58.gif]" align="absmiddle" border="0" height="17" width="30" /&gt;&lt;span style="font-family:Times New Roman;"&gt; identity block in the upper-left corner ensures that the partial tridiagonalization achieved in the first step will not be altered by the second transformation &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_59.gif" alt="[Graphics:Images/HouseholderMod_gr_59.gif]" align="absmiddle" border="0" height="17" width="48" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.  The outcome of this transformation is&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;(3)&lt;span style="font-family:Times New Roman;"&gt;            &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_60.gif" alt="[Graphics:Images/HouseholderMod_gr_60.gif]" align="absmiddle" border="0" height="77" width="223" /&gt;.  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;    The elements &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_61.gif" alt="[Graphics:Images/HouseholderMod_gr_61.gif]" align="absmiddle" border="0" height="17" width="17" /&gt;&lt;span style="font-family:Times New Roman;"&gt; and &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_62.gif" alt="[Graphics:Images/HouseholderMod_gr_62.gif]" align="absmiddle" border="0" height="17" width="17" /&gt;&lt;span style="font-family:Times New Roman;"&gt; were affected by premultiplication and postmultiplication by &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_63.gif" alt="[Graphics:Images/HouseholderMod_gr_63.gif]" align="absmiddle" border="0" height="18" width="17" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.  Additional changes have been introduced to the other elements &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_64.gif" alt="[Graphics:Images/HouseholderMod_gr_64.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;&lt;span style="font-family:Times New Roman;"&gt; by the transformation.  The third Householder transformation,  &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_65.gif" alt="[Graphics:Images/HouseholderMod_gr_65.gif]" align="absmiddle" border="0" height="17" width="48" /&gt;&lt;span style="font-family:Times New Roman;"&gt;,  is applied to the matrix &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_66.gif" alt="[Graphics:Images/HouseholderMod_gr_66.gif]" align="absmiddle" border="0" height="18" width="17" /&gt;&lt;span style="font-family:Times New Roman;"&gt; defined in &lt;/span&gt;(3)&lt;span style="font-family:Times New Roman;"&gt; where the Corollary is used with &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_67.gif" alt="[Graphics:Images/HouseholderMod_gr_67.gif]" align="absmiddle" border="0" height="18" width="12" /&gt;&lt;span style="font-family:Times New Roman;"&gt; being the third column of &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_68.gif" alt="[Graphics:Images/HouseholderMod_gr_68.gif]" align="absmiddle" border="0" height="18" width="17" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.  The form of &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_69.gif" alt="[Graphics:Images/HouseholderMod_gr_69.gif]" align="absmiddle" border="0" height="18" width="17" /&gt;&lt;span style="font-family:Times New Roman;"&gt; is&lt;br /&gt;&lt;br /&gt;           &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_70.gif" alt="[Graphics:Images/HouseholderMod_gr_70.gif]" align="absmiddle" border="0" height="77" width="132" /&gt;  &lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;&lt;br /&gt;Again, the &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_71.gif" alt="[Graphics:Images/HouseholderMod_gr_71.gif]" align="absmiddle" border="0" height="17" width="30" /&gt;&lt;span style="font-family:Times New Roman;"&gt; identity block ensures that  &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_72.gif" alt="[Graphics:Images/HouseholderMod_gr_72.gif]" align="absmiddle" border="0" height="17" width="48" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  does not affect the elements of &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_73.gif" alt="[Graphics:Images/HouseholderMod_gr_73.gif]" align="absmiddle" border="0" height="18" width="17" /&gt;&lt;span style="font-family:Times New Roman;"&gt;, which lie in the upper &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_74.gif" alt="[Graphics:Images/HouseholderMod_gr_74.gif]" align="absmiddle" border="0" height="17" width="30" /&gt;&lt;span style="font-family:Times New Roman;"&gt; corner, and we obtain&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;           &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_75.gif" alt="[Graphics:Images/HouseholderMod_gr_75.gif]" align="absmiddle" border="0" height="77" width="229" /&gt;.  &lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;&lt;br /&gt;Thus it has taken three transformations to reduce &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_76.gif" alt="[Graphics:Images/HouseholderMod_gr_76.gif]" align="absmiddle" border="0" height="18" width="11" /&gt;&lt;span style="font-family:Times New Roman;"&gt; to tridiagonal form.  &lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;    In general, for efficiency, the transformation  &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_77.gif" alt="[Graphics:Images/HouseholderMod_gr_77.gif]" align="absmiddle" border="0" height="17" width="31" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  is not performed in matrix form.  The next result shows that it is more efficiently carried out via some clever vector manipulations.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;&lt;b&gt;Theorem (Computation of One Householder Transformation)&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;If &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_78.gif" alt="[Graphics:Images/HouseholderMod_gr_78.gif]" align="absmiddle" border="0" height="18" width="11" /&gt;&lt;span style="font-family:Times New Roman;"&gt; is a Householder matrix, the transformation  &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_79.gif" alt="[Graphics:Images/HouseholderMod_gr_79.gif]" align="absmiddle" border="0" height="17" width="31" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  is accomplished as follows.  Let&lt;br /&gt;&lt;br /&gt;       Let     &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_80.gif" alt="[Graphics:Images/HouseholderMod_gr_80.gif]" align="absmiddle" border="0" height="17" width="51" /&gt;&lt;span style="font-family:Times New Roman;"&gt;    and compute&lt;br /&gt;&lt;br /&gt;               &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_81.gif" alt="[Graphics:Images/HouseholderMod_gr_81.gif]" align="absmiddle" border="0" height="17" width="57" /&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;       and&lt;br /&gt;              &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_82.gif" alt="[Graphics:Images/HouseholderMod_gr_82.gif]" align="absmiddle" border="0" height="17" width="77" /&gt;,  &lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt; &lt;br /&gt;       then       &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_83.gif" alt="[Graphics:Images/HouseholderMod_gr_83.gif]" align="absmiddle" border="0" height="17" width="165" /&gt;&lt;span style="font-family:Times New Roman;"&gt;. &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;&lt;b&gt;Reduction to Tridiagonal Form&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;&lt;br /&gt;   Suppose that &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_84.gif" alt="[Graphics:Images/HouseholderMod_gr_84.gif]" align="absmiddle" border="0" height="18" width="11" /&gt;&lt;span style="font-family:Times New Roman;"&gt; is a symmetric &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_85.gif" alt="[Graphics:Images/HouseholderMod_gr_85.gif]" align="absmiddle" border="0" height="17" width="30" /&gt; &lt;span style="font-family:Times New Roman;"&gt;matrix.  Start with&lt;br /&gt; &lt;br /&gt;           &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_86.gif" alt="[Graphics:Images/HouseholderMod_gr_86.gif]" align="absmiddle" border="0" height="17" width="44" /&gt;.  &lt;span style="font-family:Times New Roman;"&gt;&lt;br /&gt;&lt;br /&gt;Construct the sequence  &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_87.gif" alt="[Graphics:Images/HouseholderMod_gr_87.gif]" align="absmiddle" border="0" height="17" width="98" /&gt;&lt;span style="font-family:Times New Roman;"&gt;  of Householder matrices, so that&lt;br /&gt;&lt;br /&gt;            &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_88.gif" alt="[Graphics:Images/HouseholderMod_gr_88.gif]" align="absmiddle" border="0" height="17" width="94" /&gt;    &lt;span style="font-family:Times New Roman;"&gt;for   &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_89.gif" alt="[Graphics:Images/HouseholderMod_gr_89.gif]" align="absmiddle" border="0" height="17" width="111" /&gt;&lt;span style="font-family:Times New Roman;"&gt;,&lt;br /&gt;&lt;br /&gt;where &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_90.gif" alt="[Graphics:Images/HouseholderMod_gr_90.gif]" align="absmiddle" border="0" height="18" width="18" /&gt;&lt;span style="font-family:Times New Roman;"&gt; has zeros below the subdiagonal in columns &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_91.gif" alt="[Graphics:Images/HouseholderMod_gr_91.gif]" align="absmiddle" border="0" height="17" width="71" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.  Then &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_92.gif" alt="[Graphics:Images/HouseholderMod_gr_92.gif]" align="absmiddle" border="0" height="18" width="28" /&gt;&lt;span style="font-family:Times New Roman;"&gt; is a symmetric tridiagonal matrix that is similar to &lt;/span&gt;&lt;img src="http://math.fullerton.edu/mathews/n2003/householder/HouseholderMod/Images/HouseholderMod_gr_93.gif" alt="[Graphics:Images/HouseholderMod_gr_93.gif]" align="absmiddle" border="0" height="18" width="11" /&gt;&lt;span style="font-family:Times New Roman;"&gt;.  This process is called Householder's method.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-9079782675420100540?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/9079782675420100540/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/householders-method.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/9079782675420100540'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/9079782675420100540'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/householders-method.html' title='Householder&apos;s Method'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-2675927723511468863</id><published>2010-02-01T08:24:00.000-08:00</published><updated>2010-02-01T08:33:39.709-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Eigenvalues and Eigenvectors'/><title type='text'>QR method</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;Suppose that &lt;/span&gt;&lt;b&gt;A&lt;/b&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;b&gt;&lt;i&gt; &lt;/i&gt;&lt;/b&gt;is a real symmetric matrix.  Householder’s method is used to construct a similar tridiagonal matrix.  Then the &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;QR&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt; method is used to find all eigenvalues of the tridiagonal matrix.  In the latter construction, plane rotations similar to those that were introduced in Jacobi’s method are used to construct the orthogonal matrices  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_1.gif" alt="[Graphics:Images/QRmethodMod_gr_1.gif]" align="absmiddle" border="0" height="17" width="17" /&gt;.  The important step &lt;span style="font-family:Times New Roman;"&gt;the &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;&lt;b&gt;QR&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman;"&gt; method &lt;/span&gt;is the factorization  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_2.gif" alt="[Graphics:Images/QRmethodMod_gr_2.gif]" align="absmiddle" border="0" height="17" width="60" /&gt;  and iteration  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_3.gif" alt="[Graphics:Images/QRmethodMod_gr_3.gif]" align="absmiddle" border="0" height="17" width="127" /&gt;.    &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Definition (&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;QR Decomposition&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;):&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; &lt;/span&gt;   For a nonsingular square matrix  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_4.gif" alt="[Graphics:Images/QRmethodMod_gr_4.gif]" align="absmiddle" border="0" height="18" width="11" /&gt;, there exists a factorization &lt;br /&gt;&lt;br /&gt;      &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_5.gif" alt="[Graphics:Images/QRmethodMod_gr_5.gif]" align="absmiddle" border="0" height="17" width="46" /&gt;&lt;br /&gt;&lt;br /&gt;where  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_6.gif" alt="[Graphics:Images/QRmethodMod_gr_6.gif]" align="absmiddle" border="0" height="18" width="11" /&gt;  is a unitary and  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_7.gif" alt="[Graphics:Images/QRmethodMod_gr_7.gif]" align="absmiddle" border="0" height="18" width="12" /&gt;  is an &lt;span style="color: rgb(51, 51, 51);"&gt;upper triangular matrix&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;.&lt;/span&gt;  &lt;span style="color: rgb(0, 255, 0);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;Remark:&lt;/span&gt;&lt;span style="color: rgb(153, 0, 0);"&gt; &lt;/span&gt; &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_8.gif" alt="[Graphics:Images/QRmethodMod_gr_8.gif]" align="absmiddle" border="0" height="18" width="11" /&gt;  is a unitary means  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_9.gif" alt="[Graphics:Images/QRmethodMod_gr_9.gif]" align="absmiddle" border="0" height="20" width="48" /&gt;.&lt;br /&gt;&lt;br /&gt;  For a real nonsingular square matrix  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_10.gif" alt="[Graphics:Images/QRmethodMod_gr_10.gif]" align="absmiddle" border="0" height="18" width="11" /&gt;, there exists a factorization &lt;br /&gt;&lt;br /&gt;      &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_11.gif" alt="[Graphics:Images/QRmethodMod_gr_11.gif]" align="absmiddle" border="0" height="17" width="46" /&gt;&lt;br /&gt;&lt;br /&gt;where  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_12.gif" alt="[Graphics:Images/QRmethodMod_gr_12.gif]" align="absmiddle" border="0" height="18" width="11" /&gt;  is an&lt;span style="color: rgb(51, 51, 51);"&gt; &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;orthogonal matrix&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; &lt;/span&gt;and  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_13.gif" alt="[Graphics:Images/QRmethodMod_gr_13.gif]" align="absmiddle" border="0" height="18" width="12" /&gt;  is an &lt;span style="color: rgb(51, 51, 51);"&gt;upper triangular matrix&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;.&lt;/span&gt;  &lt;span style="color: rgb(0, 255, 0);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Remark:&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_14.gif" alt="[Graphics:Images/QRmethodMod_gr_14.gif]" align="absmiddle" border="0" height="18" width="11" /&gt;  is a orthogonal means  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_15.gif" alt="[Graphics:Images/QRmethodMod_gr_15.gif]" align="absmiddle" border="0" height="17" width="48" /&gt;  (also &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_16.gif" alt="[Graphics:Images/QRmethodMod_gr_16.gif]" align="absmiddle" border="0" height="17" width="54" /&gt;).&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;QR transformation&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;  After finding the  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_84.gif" alt="[Graphics:Images/QRmethodMod_gr_84.gif]" align="absmiddle" border="0" height="17" width="43" /&gt;  factorization, the &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_85.gif" alt="[Graphics:Images/QRmethodMod_gr_85.gif]" align="absmiddle" border="0" height="17" width="22" /&gt; transformation is&lt;br /&gt;&lt;br /&gt;      &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_86.gif" alt="[Graphics:Images/QRmethodMod_gr_86.gif]" align="absmiddle" border="0" height="17" width="93" /&gt;.&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;We now investigate a well known and efficient method for finding all the eigenvalues of a general &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_88.gif" alt="[Graphics:Images/QRmethodMod_gr_88.gif]" align="absmiddle" border="0" height="17" width="30" /&gt; real matrix.  The &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_89.gif" alt="[Graphics:Images/QRmethodMod_gr_89.gif]" align="absmiddle" border="0" height="18" width="22" /&gt; method can be used for an arbitrary real matrix, but for a general matrix it takes many iterations and becomes time consuming.&lt;br /&gt;&lt;br /&gt;  The &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_90.gif" alt="[Graphics:Images/QRmethodMod_gr_90.gif]" align="absmiddle" border="0" height="17" width="25" /&gt; method works much faster on special matrices, preferably:&lt;br /&gt;      &lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;(i)&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;   &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;symmetric&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;  &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;tri-diagonal&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;       &lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;(ii)&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;  &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Hessenberg matrices&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;,&lt;/span&gt;&lt;br /&gt;       &lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;(iii)&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;symmetric&lt;/span&gt;  band matrices.&lt;br /&gt;&lt;br /&gt;  For this module, we will illustrate the &lt;b&gt;QR&lt;/b&gt; method for  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_91.gif" alt="[Graphics:Images/QRmethodMod_gr_91.gif]" align="absmiddle" border="0" height="17" width="30" /&gt; real symmetric matrices.&lt;br /&gt;&lt;br /&gt;  When solving for eigenvalues of a dense symmetric matrix &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_92.gif" alt="[Graphics:Images/QRmethodMod_gr_92.gif]" align="absmiddle" border="0" height="18" width="11" /&gt;, the standard practice is to reduce the dense matrix to a tridiagonal matrix &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_93.gif" alt="[Graphics:Images/QRmethodMod_gr_93.gif]" align="absmiddle" border="0" height="18" width="11" /&gt; through a series of orthogonal transformations, and then to apply an eigenvalue solver for tridiagonal matrices to &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_94.gif" alt="[Graphics:Images/QRmethodMod_gr_94.gif]" align="absmiddle" border="0" height="18" width="11" /&gt;.  The transformations applied to &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_95.gif" alt="[Graphics:Images/QRmethodMod_gr_95.gif]" align="absmiddle" border="0" height="18" width="11" /&gt; preserve eigenvalues, and the eigenvalues of &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_96.gif" alt="[Graphics:Images/QRmethodMod_gr_96.gif]" align="absmiddle" border="0" height="18" width="11" /&gt; and &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_97.gif" alt="[Graphics:Images/QRmethodMod_gr_97.gif]" align="absmiddle" border="0" height="18" width="11" /&gt; are the same.&lt;br /&gt;&lt;br /&gt;  The popular eigenvalue solver for symmetric tridiagonal matrices is called the implicit&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_98.gif" alt="[Graphics:Images/QRmethodMod_gr_98.gif]" align="absmiddle" border="0" height="17" width="25" /&gt; method.  It applies a series of orthogonal transformations &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_99.gif" alt="[Graphics:Images/QRmethodMod_gr_99.gif]" align="absmiddle" border="0" height="17" width="17" /&gt; to a tridiagonal matrix &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_100.gif" alt="[Graphics:Images/QRmethodMod_gr_100.gif]" align="absmiddle" border="0" height="18" width="11" /&gt; which converges to a diagonal matrix &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_101.gif" alt="[Graphics:Images/QRmethodMod_gr_101.gif]" align="absmiddle" border="0" height="18" width="12" /&gt;.  Furthermore, &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_102.gif" alt="[Graphics:Images/QRmethodMod_gr_102.gif]" align="absmiddle" border="0" height="18" width="11" /&gt; has the same eigenvalues as &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_103.gif" alt="[Graphics:Images/QRmethodMod_gr_103.gif]" align="absmiddle" border="0" height="17" width="15" /&gt; which are the diagonal elements of &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_104.gif" alt="[Graphics:Images/QRmethodMod_gr_104.gif]" align="absmiddle" border="0" height="18" width="12" /&gt;.  In addition, the product of the orthogonal transformations &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_105.gif" alt="[Graphics:Images/QRmethodMod_gr_105.gif]" align="absmiddle" border="0" height="17" width="93" /&gt; is a matrix whose columns are the eigenvectors of &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_106.gif" alt="[Graphics:Images/QRmethodMod_gr_106.gif]" align="absmiddle" border="0" height="18" width="11" /&gt;.  The method is called &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_107.gif" alt="[Graphics:Images/QRmethodMod_gr_107.gif]" align="absmiddle" border="0" height="18" width="22" /&gt; because in each iteration the &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_108.gif" alt="[Graphics:Images/QRmethodMod_gr_108.gif]" align="absmiddle" border="0" height="18" width="22" /&gt; factorization is computed.  The &lt;span style="color: rgb(51, 51, 51);"&gt;LAPACK&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; &lt;/span&gt;routine implementing the implicit &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_109.gif" alt="[Graphics:Images/QRmethodMod_gr_109.gif]" align="absmiddle" border="0" height="18" width="22" /&gt; algorithm on tridiagonal symmetric matrices is called DSTEQR.  &lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;QR Algorithm:&lt;/b&gt;&lt;/span&gt;  The pseudocode for the &lt;b&gt;QR&lt;/b&gt; method is:&lt;br /&gt;&lt;br /&gt;      1.  i = 0&lt;br /&gt;      2.  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_110.gif" alt="[Graphics:Images/QRmethodMod_gr_110.gif]" align="absmiddle" border="0" height="17" width="38" /&gt; &lt;br /&gt;      3.  repeat&lt;br /&gt;      4.       Factor  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_111.gif" alt="[Graphics:Images/QRmethodMod_gr_111.gif]" align="absmiddle" border="0" height="17" width="60" /&gt;&lt;br /&gt;      5.            &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/qrmethod/QRmethodMod/Images/QRmethodMod_gr_112.gif" alt="[Graphics:Images/QRmethodMod_gr_112.gif]" align="absmiddle" border="0" height="17" width="127" /&gt;&lt;br /&gt;      6.            i = i+1&lt;br /&gt;      7.  until convergence&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-2675927723511468863?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/2675927723511468863/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/qr-method.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/2675927723511468863'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/2675927723511468863'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/qr-method.html' title='QR method'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-5727093084239921079</id><published>2010-02-01T08:21:00.000-08:00</published><updated>2010-02-01T08:28:09.817-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Eigenvalues and Eigenvectors'/><title type='text'>Compartment Model</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;The Compartment Model I:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;   The "compartment" model is used to describe the concentration of a dissolved substance in several compartments in a system.  For example, the "three-stage system" consists of three tanks containing  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/compartmentmodel/CompartmentModelMod/Images/CompartmentModelMod_gr_1.gif" alt="[Graphics:Images/CompartmentModelMod_gr_1.gif]" align="absmiddle" border="0" height="17" width="82" /&gt;  gallons of solute.  Pure water flows at the rate  r  into the first tank and is mixed, then flows at the rate  r  into the second tank and is mixed, then flows at the rate  r  into the  third tank and is mixed, and finally flows out of the third tank at the rate  r.  We define the constants  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/compartmentmodel/CompartmentModelMod/Images/CompartmentModelMod_gr_2.gif" alt="[Graphics:Images/CompartmentModelMod_gr_2.gif]" align="absmiddle" border="0" height="30" width="196" /&gt;.  Then the differential equation for the system is&lt;br /&gt;&lt;br /&gt;   &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/compartmentmodel/CompartmentModelMod/Images/CompartmentModelMod_gr_3.gif" alt="[Graphics:Images/CompartmentModelMod_gr_3.gif]" align="absmiddle" border="0" height="213" width="177" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;The Compartment Model II:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;br /&gt;   Another "compartment" model is used to describe the concentration of a dissolved substance in several compartments in a system.  For example, the "closed" three-stage system consists of three tanks containing  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/compartmentmodel/CompartmentModelMod/Images/CompartmentModelMod_gr_90.gif" alt="[Graphics:Images/CompartmentModelMod_gr_90.gif]" align="absmiddle" border="0" height="17" width="82" /&gt;  gallons of solute.  The liquid flows at the rate  &lt;span style="font-family:Courier New;"&gt;r&lt;/span&gt;  from the first tank and is mixed, then flows at the rate  &lt;span style="font-family:Courier New;"&gt;r&lt;/span&gt;  into the second tank and is mixed, then flows at the rate  &lt;span style="font-family:Courier New;"&gt;r&lt;/span&gt;  into the  third tank and is mixed, and finally flows out of the third tank and back into the first tank at the rate &lt;span style="font-family:Courier New;"&gt;r&lt;/span&gt;.  We define the constants  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/compartmentmodel/CompartmentModelMod/Images/CompartmentModelMod_gr_91.gif" alt="[Graphics:Images/CompartmentModelMod_gr_91.gif]" align="absmiddle" border="0" height="30" width="196" /&gt;.  Then the differential equation for the system is&lt;br /&gt;&lt;br /&gt;   &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/compartmentmodel/CompartmentModelMod/Images/CompartmentModelMod_gr_92.gif" alt="[Graphics:Images/CompartmentModelMod_gr_92.gif]" align="absmiddle" border="0" height="213" width="177" /&gt;  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;&lt;b&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;The Compartment Model III:&lt;/span&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;   The "five-stage system" consists of five tanks containing  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/compartmentmodel/CompartmentModelMod/Images/CompartmentModelMod_gr_215.gif" alt="[Graphics:Images/CompartmentModelMod_gr_215.gif]" align="absmiddle" border="0" height="17" width="132" /&gt;  gallons of solute.  Pure water flows at the rate &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/compartmentmodel/CompartmentModelMod/Images/CompartmentModelMod_gr_216.gif" alt="[Graphics:Images/CompartmentModelMod_gr_216.gif]" align="absmiddle" border="0" height="17" width="11" /&gt; into the first tank and is mixed, then flows at the rate &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/compartmentmodel/CompartmentModelMod/Images/CompartmentModelMod_gr_217.gif" alt="[Graphics:Images/CompartmentModelMod_gr_217.gif]" align="absmiddle" border="0" height="17" width="11" /&gt; into the second tank and is mixed, then flows at the rate &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/compartmentmodel/CompartmentModelMod/Images/CompartmentModelMod_gr_218.gif" alt="[Graphics:Images/CompartmentModelMod_gr_218.gif]" align="absmiddle" border="0" height="17" width="11" /&gt; into successive tanks and is mixed, and finally flows out of the fifth tank at the rate &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/compartmentmodel/CompartmentModelMod/Images/CompartmentModelMod_gr_219.gif" alt="[Graphics:Images/CompartmentModelMod_gr_219.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;.&lt;br /&gt;We define the constants  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/compartmentmodel/CompartmentModelMod/Images/CompartmentModelMod_gr_220.gif" alt="[Graphics:Images/CompartmentModelMod_gr_220.gif]" align="absmiddle" border="0" height="30" width="51" /&gt;, &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/compartmentmodel/CompartmentModelMod/Images/CompartmentModelMod_gr_221.gif" alt="[Graphics:Images/CompartmentModelMod_gr_221.gif]" align="absmiddle" border="0" height="30" width="51" /&gt;, &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/compartmentmodel/CompartmentModelMod/Images/CompartmentModelMod_gr_222.gif" alt="[Graphics:Images/CompartmentModelMod_gr_222.gif]" align="absmiddle" border="0" height="30" width="51" /&gt;, &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/compartmentmodel/CompartmentModelMod/Images/CompartmentModelMod_gr_223.gif" alt="[Graphics:Images/CompartmentModelMod_gr_223.gif]" align="absmiddle" border="0" height="30" width="51" /&gt;, and  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/compartmentmodel/CompartmentModelMod/Images/CompartmentModelMod_gr_224.gif" alt="[Graphics:Images/CompartmentModelMod_gr_224.gif]" align="absmiddle" border="0" height="30" width="51" /&gt;.  Then the differential equation for the system is&lt;br /&gt;&lt;br /&gt;   &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/compartmentmodel/CompartmentModelMod/Images/CompartmentModelMod_gr_225.gif" alt="[Graphics:Images/CompartmentModelMod_gr_225.gif]" align="absmiddle" border="0" height="166" width="132" /&gt;  &lt;br /&gt;&lt;br /&gt;with the initial conditions  &lt;br /&gt;&lt;br /&gt;   &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/compartmentmodel/CompartmentModelMod/Images/CompartmentModelMod_gr_226.gif" alt="[Graphics:Images/CompartmentModelMod_gr_226.gif]" align="absmiddle" border="0" height="93" width="67" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;If the size of the tanks is increasing then ordinary eigenvectors are obtained to form the solution.  Otherwise, the system might require "generalized eigenvectors" which are important, but we do not want to digress in that direction in this module.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-5727093084239921079?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/5727093084239921079/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/compartment-model.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/5727093084239921079'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/5727093084239921079'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/compartment-model.html' title='Compartment Model'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-8893131035550981610</id><published>2010-02-01T08:16:00.000-08:00</published><updated>2010-02-01T08:22:00.769-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Eigenvalues and Eigenvectors'/><title type='text'>Earthquake Model</title><content type='html'>&lt;div style="text-align: justify;"&gt;In the study of earthquake induced vibrations on multistory buildings, the free transverse oscillations satisfy the equation&lt;br /&gt;&lt;br /&gt;(1)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/earthquake/EarthQuakeModelMod/Images/EarthQuakeModelMod_gr_1.gif" alt="[Graphics:Images/EarthQuakeModelMod_gr_1.gif]" align="absmiddle" border="0" height="17" width="82" /&gt;,&lt;br /&gt;&lt;br /&gt;where the forces acting on the i-th floor are&lt;br /&gt; &lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/earthquake/EarthQuakeModelMod/Images/EarthQuakeModelMod_gr_2.gif" alt="[Graphics:Images/EarthQuakeModelMod_gr_2.gif]" align="absmiddle" border="0" height="17" width="291" /&gt;.&lt;br /&gt;&lt;br /&gt;Consider a building with  n floors each of mass  m  slugs and the horizontal restoring force of   k tons/foot  between floors. Then this system reduces to the form&lt;br /&gt;&lt;br /&gt;(2)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/earthquake/EarthQuakeModelMod/Images/EarthQuakeModelMod_gr_3.gif" alt="[Graphics:Images/EarthQuakeModelMod_gr_3.gif]" align="absmiddle" border="0" height="17" width="70" /&gt;,&lt;br /&gt;where&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/earthquake/EarthQuakeModelMod/Images/EarthQuakeModelMod_gr_4.gif" alt="[Graphics:Images/EarthQuakeModelMod_gr_4.gif]" align="absmiddle" border="0" height="109" width="221" /&gt; .&lt;br /&gt;&lt;br /&gt;A horizontal earthquake oscillation of amplitude  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/earthquake/EarthQuakeModelMod/Images/EarthQuakeModelMod_gr_39.gif" alt="[Graphics:Images/EarthQuakeModelMod_gr_39.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;  of the form  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/earthquake/EarthQuakeModelMod/Images/EarthQuakeModelMod_gr_40.gif" alt="[Graphics:Images/EarthQuakeModelMod_gr_40.gif]" align="absmiddle" border="0" height="17" width="66" /&gt;  will produce an acceleration  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/earthquake/EarthQuakeModelMod/Images/EarthQuakeModelMod_gr_41.gif" alt="[Graphics:Images/EarthQuakeModelMod_gr_41.gif]" align="absmiddle" border="0" height="17" width="93" /&gt;, and the opposite internal force on each floor of the building is   &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/earthquake/EarthQuakeModelMod/Images/EarthQuakeModelMod_gr_42.gif" alt="[Graphics:Images/EarthQuakeModelMod_gr_42.gif]" align="absmiddle" border="0" height="17" width="122" /&gt;.  The resulting non-homogeneous system is &lt;br /&gt;&lt;br /&gt;   &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/earthquake/EarthQuakeModelMod/Images/EarthQuakeModelMod_gr_43.gif" alt="[Graphics:Images/EarthQuakeModelMod_gr_43.gif]" align="absmiddle" border="0" height="17" width="180" /&gt;,   where   &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/earthquake/EarthQuakeModelMod/Images/EarthQuakeModelMod_gr_44.gif" alt="[Graphics:Images/EarthQuakeModelMod_gr_44.gif]" align="absmiddle" border="0" height="17" width="172" /&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;&lt;b&gt;Example 1.&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(153, 0, 0);"&gt; &lt;/span&gt; Consider a building with  n = 6  floors each of mass  m = 1250 slugs (weight of 20 tons)&lt;br /&gt;and the horizontal restoring force of   k = 10,000 lb/ft = 5 tons/foot  between floors.&lt;br /&gt;Then  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/earthquake/EarthQuakeModelMod/Images/EarthQuakeModelMod_gr_5.gif" alt="[Graphics:Images/EarthQuakeModelMod_gr_5.gif]" align="absmiddle" border="0" height="30" width="117" /&gt;,  and this system reduces to the form&lt;br /&gt;&lt;br /&gt;Compute the eigenvalues of matrix  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/earthquake/EarthQuakeModelMod/Images/EarthQuakeModelMod_gr_6.gif" alt="[Graphics:Images/EarthQuakeModelMod_gr_6.gif]" align="absmiddle" border="0" height="93" width="220" /&gt;,&lt;br /&gt;and the natural frequencies  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/earthquake/EarthQuakeModelMod/Images/EarthQuakeModelMod_gr_7.gif" alt="[Graphics:Images/EarthQuakeModelMod_gr_7.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;  and  periods  &lt;span style="font-family:Courier New;"&gt;P&lt;/span&gt;  of oscillation of the building.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;&lt;b&gt;Example 2.&lt;/b&gt;&lt;/span&gt;  Solving the above non-homogeneous system for the coefficient vector  &lt;span style="font-family:Courier New;"&gt;&lt;b&gt;v&lt;/b&gt;&lt;/span&gt;  for  &lt;span style="font-family:Courier New;"&gt;&lt;b&gt;X&lt;/b&gt;[t]&lt;/span&gt;.&lt;br /&gt;The vector  &lt;b&gt;v&lt;/b&gt;  is the solution to the equation  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/earthquake/EarthQuakeModelMod/Images/EarthQuakeModelMod_gr_45.gif" alt="[Graphics:Images/EarthQuakeModelMod_gr_45.gif]" align="absmiddle" border="0" height="17" width="132" /&gt;.&lt;br /&gt;Use the earthquake amplitude  &lt;span style="font-family:Courier New;"&gt;e = 0.075&lt;/span&gt; ft&lt;span style="font-family:Courier New;"&gt; = 0.9&lt;/span&gt; in.  for this example.&lt;br /&gt;&lt;br /&gt;Solve the linear system using the parameters  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/earthquake/EarthQuakeModelMod/Images/EarthQuakeModelMod_gr_46.gif" alt="[Graphics:Images/EarthQuakeModelMod_gr_46.gif]" align="absmiddle" border="0" height="17" width="46" /&gt; and  &lt;span style="font-family:Courier New;"&gt;e = 0.075&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;Find the coefficient vector  &lt;span style="font-family:Courier New;"&gt;&lt;b&gt;v&lt;/b&gt;&lt;/span&gt;  and the vector  &lt;span style="font-family:Courier New;"&gt;&lt;b&gt;X&lt;/b&gt;[t]&lt;/span&gt;.  Plot the vibrations of each floor.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-8893131035550981610?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/8893131035550981610/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/earthquake-model.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/8893131035550981610'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/8893131035550981610'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/earthquake-model.html' title='Earthquake Model'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-4452739272082258151</id><published>2010-02-01T08:13:00.000-08:00</published><updated>2010-02-01T08:18:51.954-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Eigenvalues and Eigenvectors'/><title type='text'>Matrix Exponential</title><content type='html'>&lt;div style="text-align: justify;"&gt; We seek a solution of a &lt;span style="color: rgb(51, 51, 51);"&gt;homogeneous first order linear system&lt;/span&gt; of differential equations.  For illustration purposes we consider the &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_1.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_1.gif]" align="absmiddle" border="0" height="17" width="30" /&gt; case:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;         &lt;/b&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_2.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_2.gif]" align="absmiddle" border="0" height="17" width="134" /&gt;&lt;b&gt;   &lt;/b&gt;&lt;br /&gt;&lt;b&gt;         &lt;/b&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_3.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_3.gif]" align="absmiddle" border="0" height="17" width="134" /&gt;&lt;br /&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;First, write the system in vector and matrix form  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_4.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_4.gif]" align="absmiddle" border="0" height="18" width="95" /&gt;&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_5.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_5.gif]" align="absmiddle" border="0" height="29" width="131" /&gt;.&lt;br /&gt;&lt;br /&gt;Then, find the&lt;span style="color: rgb(51, 51, 51);"&gt; &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;eigenvalues&lt;/span&gt; and &lt;span style="color: rgb(51, 51, 51);"&gt;eigenvectors&lt;/span&gt; of the matrix  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_6.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_6.gif]" align="absmiddle" border="0" height="29" width="69" /&gt;,  denote the eigenpairs of  &lt;span style="font-family:Courier New;"&gt;&lt;b&gt;A&lt;/b&gt;&lt;/span&gt;  by &lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_7.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_7.gif]" align="absmiddle" border="0" height="31" width="96" /&gt;   and   &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_8.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_8.gif]" align="absmiddle" border="0" height="31" width="93" /&gt;.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;&lt;b&gt;Assumption.&lt;/b&gt;&lt;/span&gt;  Assume that there are two &lt;span style="color: rgb(51, 51, 51);"&gt;linearly independent&lt;/span&gt; eigenvectors &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_9.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_9.gif]" align="absmiddle" border="0" height="17" width="58" /&gt;, which correspond to the eigenvalues &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_10.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_10.gif]" align="absmiddle" border="0" height="17" width="58" /&gt;, respectively.  Then two linearly independent solution to  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_11.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_11.gif]" align="absmiddle" border="0" height="18" width="95" /&gt;  are &lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_12.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_12.gif]" align="absmiddle" border="0" height="31" width="189" /&gt;,    and&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_13.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_13.gif]" align="absmiddle" border="0" height="31" width="189" /&gt;.  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Definition (Fundamental Matrix Solution)&lt;/b&gt;&lt;/span&gt;  The fundamental matrix solution  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_14.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_14.gif]" align="absmiddle" border="0" height="18" width="33" /&gt;,  is formed by using the two column vectors  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_15.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_15.gif]" align="absmiddle" border="0" height="17" width="114" /&gt;.&lt;br /&gt;&lt;br /&gt;(1)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_16.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_16.gif]" align="absmiddle" border="0" height="35" width="337" /&gt;.&lt;br /&gt;&lt;br /&gt;The general solution to  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_17.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_17.gif]" align="absmiddle" border="0" height="18" width="95" /&gt;  is the linear combination&lt;br /&gt;&lt;br /&gt;(2)        &lt;img style="width: 397px; height: 35px;" src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_18.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_18.gif]" align="absmiddle" border="0" /&gt;.&lt;br /&gt;&lt;br /&gt;It can be written in matrix form using the fundamental matrix solution  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_19.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_19.gif]" align="absmiddle" border="0" height="18" width="33" /&gt;  as follows&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_20.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_20.gif]" align="absmiddle" border="0" height="29" width="118" /&gt;.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;&lt;b&gt;Notation.&lt;/b&gt;&lt;/span&gt;  When we introduce the notation&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_21.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_21.gif]" align="absmiddle" border="0" height="31" width="168" /&gt;,&lt;br /&gt;and&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_22.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_22.gif]" align="absmiddle" border="0" height="35" width="132" /&gt;&lt;br /&gt;     &lt;br /&gt;The fundamental matrix solution  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_23.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_23.gif]" align="absmiddle" border="0" height="18" width="33" /&gt;  can be written as&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;(3)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_24.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_24.gif]" align="absmiddle" border="0" height="35" width="212" /&gt;.&lt;br /&gt;   or&lt;br /&gt;(4)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_25.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_25.gif]" align="absmiddle" border="0" height="18" width="95" /&gt;.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;The initial condition  &lt;/b&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_26.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_26.gif]" align="absmiddle" border="0" height="18" width="33" /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;   If we desire to have the initial condition   &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_27.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_27.gif]" align="absmiddle" border="0" height="29" width="83" /&gt;,  then this produces the equation&lt;br /&gt; &lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_28.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_28.gif]" align="absmiddle" border="0" height="29" width="122" /&gt;.&lt;br /&gt;&lt;br /&gt;The vector of constant &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_29.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_29.gif]" align="absmiddle" border="0" height="29" width="37" /&gt; can be solved as follows&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_30.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_30.gif]" align="absmiddle" border="0" height="29" width="135" /&gt;.&lt;br /&gt;&lt;br /&gt;The solution with the prescribed initial conditions is&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_31.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_31.gif]" align="absmiddle" border="0" height="29" width="161" /&gt;.&lt;br /&gt;     &lt;br /&gt;Observe that   &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_32.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_32.gif]" align="absmiddle" border="0" height="19" width="115" /&gt;  where  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_33.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_33.gif]" align="absmiddle" border="0" height="17" width="27" /&gt; is the identity matrix.  This leads us to make the following important definition&lt;br /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Definition (&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Matrix Exponential&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;)&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; &lt;/span&gt; If  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_34.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_34.gif]" align="absmiddle" border="0" height="18" width="33" /&gt;  is a fundamental matrix solution to  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_35.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_35.gif]" align="absmiddle" border="0" height="18" width="95" /&gt;,  then the matrix exponential is defined to be&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_36.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_36.gif]" align="absmiddle" border="0" height="19" width="124" /&gt;.&lt;br /&gt;     &lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;&lt;b&gt;Notation.&lt;/b&gt;&lt;/span&gt; This can be written as&lt;br /&gt;&lt;br /&gt;(5)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_37.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_37.gif]" align="absmiddle" border="0" height="35" width="300" /&gt;,&lt;br /&gt;   or&lt;br /&gt;(6)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_38.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_38.gif]" align="absmiddle" border="0" height="18" width="119" /&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;&lt;b&gt;Fact.&lt;/b&gt;&lt;/span&gt;  For a &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_39.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_39.gif]" align="absmiddle" border="0" height="17" width="30" /&gt; system, the initial condition is&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_40.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_40.gif]" align="absmiddle" border="0" height="19" width="166" /&gt;,&lt;br /&gt;&lt;br /&gt;and the solution with the initial condition  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_41.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_41.gif]" align="absmiddle" border="0" height="35" width="151" /&gt; is&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_42.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_42.gif]" align="absmiddle" border="0" height="29" width="114" /&gt;,&lt;br /&gt;   or&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_43.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_43.gif]" align="absmiddle" border="0" height="18" width="110" /&gt;.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Theorem (&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Matrix Diagonalization&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;)&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;  &lt;/span&gt;The eigen decomposition of a  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_44.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_44.gif]" align="absmiddle" border="0" height="17" width="30" /&gt; square matrix &lt;span style="font-family:Courier New;"&gt;&lt;b&gt;A&lt;/b&gt;&lt;/span&gt; is&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_45.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_45.gif]" align="absmiddle" border="0" height="17" width="77" /&gt;,&lt;br /&gt;     &lt;br /&gt;which exists when &lt;span style="font-family:Courier New;"&gt;&lt;b&gt;A&lt;/b&gt;&lt;/span&gt; has a full set of eigenpairs  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_46.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_46.gif]" align="absmiddle" border="0" height="17" width="40" /&gt;   for   &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_47.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_47.gif]" align="absmiddle" border="0" height="17" width="94" /&gt;,  and &lt;span style="font-family:Courier New;"&gt;&lt;b&gt;d&lt;/b&gt;&lt;/span&gt; is the diagonal matrix&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_48.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_48.gif]" align="absmiddle" border="0" height="29" width="87" /&gt;&lt;br /&gt;and&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_49.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_49.gif]" align="absmiddle" border="0" height="17" width="73" /&gt;&lt;br /&gt;     &lt;br /&gt;is the augmented matrix whose columns are the eigenvectors of &lt;span style="font-family:Courier New;"&gt;&lt;b&gt;A&lt;/b&gt;&lt;/span&gt;. &lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/matrixexponential/MatrixExponentialMod/Images/MatrixExponentialMod_gr_50.gif" alt="[Graphics:Images/MatrixExponentialMod_gr_50.gif]" align="absmiddle" border="0" height="31" width="108" /&gt;.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-4452739272082258151?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/4452739272082258151/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/matrix-exponential.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/4452739272082258151'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/4452739272082258151'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/matrix-exponential.html' title='Matrix Exponential'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-1630154982179954508</id><published>2010-02-01T08:08:00.000-08:00</published><updated>2010-02-01T08:13:26.045-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Eigenvalues and Eigenvectors'/><title type='text'>Faddeev-Leverrier Method</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;  Let  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_1.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_1.gif]" align="absmiddle" border="0" height="18" width="11" /&gt;  be an  n × n  matrix.  The determination of &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;eigenvalues&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt; and &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;eigenvectors&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt; requires the solution of&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt; (1)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_2.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_2.gif]" align="absmiddle" border="0" height="17" width="53" /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt;&lt;b&gt; &lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt; where  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_3.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_3.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;&lt;i&gt;  &lt;/i&gt;is the eigenvalue corresponding to the eigenvector  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_4.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_4.gif]" align="absmiddle" border="0" height="18" width="12" /&gt;.  The values  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_5.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_5.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;&lt;i&gt;  &lt;/i&gt;must satisfy the equation&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;" &gt; (2)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_6.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_6.gif]" align="absmiddle" border="0" height="17" width="103" /&gt;.  &lt;/span&gt;  &lt;/div&gt;&lt;p style="color: rgb(51, 51, 51); text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;Hence  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_7.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_7.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;&lt;i&gt;  &lt;/i&gt;is a root of an nth degree polynomial &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_8.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_8.gif]" align="absmiddle" border="0" height="17" width="127" /&gt;, which we write in the form &lt;i&gt;&lt;br /&gt; &lt;/i&gt;&lt;br /&gt;(3)        &lt;img style="width: 337px; height: 17px;" src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_9.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_9.gif]" align="absmiddle" border="0" /&gt;.&lt;br /&gt;&lt;br /&gt;The Faddeev-Leverrier algorithm is an efficient method for finding the coefficients &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_10.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_10.gif]" align="absmiddle" border="0" height="17" width="18" /&gt;  of the polynomial  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_11.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_11.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;.  As an additional benefit, the inverse matrix  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_12.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_12.gif]" align="absmiddle" border="0" height="17" width="22" /&gt;  is obtained at no extra computational expense.&lt;/span&gt;&lt;/p&gt;&lt;div&gt;  &lt;/div&gt;&lt;p style="color: rgb(51, 51, 51); text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;    Recall that the trace of the matrix  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_13.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_13.gif]" align="absmiddle" border="0" height="18" width="11" /&gt;,  written  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_14.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_14.gif]" align="absmiddle" border="0" height="17" width="39" /&gt;,  is&lt;br /&gt;&lt;br /&gt;(4)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_15.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_15.gif]" align="absmiddle" border="0" height="17" width="186" /&gt;.&lt;br /&gt;&lt;br /&gt;The algorithm generates a sequence of matrices &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_16.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_16.gif]" align="absmiddle" border="0" height="17" width="49" /&gt;  and uses their traces to compute the coefficients of  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_17.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_17.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;,&lt;br /&gt;&lt;br /&gt;(5)   &lt;br /&gt;&lt;table&gt;    &lt;tbody&gt;&lt;tr&gt;       &lt;td&gt;          &lt;p&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_18.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_18.gif]" align="absmiddle" border="0" height="17" width="132" /&gt;&lt;/span&gt;&lt;/p&gt;       &lt;/td&gt;       &lt;td&gt;          &lt;p&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_19.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_19.gif]" align="absmiddle" border="0" height="17" width="31" /&gt;&lt;/span&gt;&lt;/p&gt;       &lt;/td&gt;       &lt;td&gt;          &lt;p&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_20.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_20.gif]" align="absmiddle" border="0" height="17" width="93" /&gt;&lt;/span&gt;&lt;/p&gt;       &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;       &lt;td&gt;          &lt;p&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_21.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_21.gif]" align="absmiddle" border="0" height="17" width="132" /&gt;&lt;/span&gt;&lt;/p&gt;       &lt;/td&gt;       &lt;td&gt;          &lt;p&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_22.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_22.gif]" align="absmiddle" border="0" height="17" width="31" /&gt;&lt;/span&gt;&lt;/p&gt;       &lt;/td&gt;       &lt;td&gt;          &lt;p&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_23.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_23.gif]" align="absmiddle" border="0" height="30" width="96" /&gt;&lt;/span&gt;&lt;/p&gt;       &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;       &lt;td&gt;          &lt;p&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_24.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_24.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;&lt;/span&gt;&lt;/p&gt;       &lt;/td&gt;       &lt;td&gt;          &lt;p&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_25.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_25.gif]" align="absmiddle" border="0" height="17" width="22" /&gt;&lt;/span&gt;&lt;/p&gt;       &lt;/td&gt;       &lt;td&gt;          &lt;p&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_26.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_26.gif]" align="absmiddle" border="0" height="17" width="32" /&gt;&lt;/span&gt;&lt;/p&gt;       &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;       &lt;td&gt;          &lt;p&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_27.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_27.gif]" align="absmiddle" border="0" height="17" width="134" /&gt;&lt;/span&gt;&lt;/p&gt;       &lt;/td&gt;       &lt;td&gt;          &lt;p&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_28.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_28.gif]" align="absmiddle" border="0" height="17" width="31" /&gt;&lt;/span&gt;&lt;/p&gt;       &lt;/td&gt;       &lt;td&gt;          &lt;p&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_29.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_29.gif]" align="absmiddle" border="0" height="30" width="98" /&gt;&lt;/span&gt;&lt;/p&gt;       &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;       &lt;td&gt;          &lt;p&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_30.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_30.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;&lt;/span&gt;&lt;/p&gt;       &lt;/td&gt;       &lt;td&gt;          &lt;p&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_31.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_31.gif]" align="absmiddle" border="0" height="17" width="22" /&gt;&lt;/span&gt;&lt;/p&gt;       &lt;/td&gt;       &lt;td&gt;          &lt;p&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_32.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_32.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;&lt;/span&gt;&lt;/p&gt;       &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;       &lt;td&gt;          &lt;p&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_33.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_33.gif]" align="absmiddle" border="0" height="17" width="131" /&gt;&lt;/span&gt;&lt;/p&gt;       &lt;/td&gt;       &lt;td&gt;          &lt;p&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_34.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_34.gif]" align="absmiddle" border="0" height="17" width="31" /&gt;&lt;/span&gt;&lt;/p&gt;       &lt;/td&gt;       &lt;td&gt;          &lt;p&gt;&lt;span style="font-family:Times New Roman;"&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_35.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_35.gif]" align="absmiddle" border="0" height="30" width="96" /&gt;&lt;/span&gt;&lt;/p&gt;       &lt;/td&gt;    &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;    &lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="color: rgb(51, 51, 51); text-align: justify;"&gt;&lt;span style="font-family:Times New Roman;"&gt;Then the characteristic polynomial is given by&lt;br /&gt;&lt;br /&gt;(6)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_36.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_36.gif]" align="absmiddle" border="0" height="17" width="285" /&gt;.&lt;br /&gt;&lt;br /&gt;In addition, the inverse matrix is given by&lt;br /&gt;&lt;br /&gt;(7)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/faddeev/FaddeevLeverrierMod/Images/FaddeevLeverrierMod_gr_37.gif" alt="[Graphics:Images/FaddeevLeverrierMod_gr_37.gif]" align="absmiddle" border="0" height="32" width="147" /&gt;.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-1630154982179954508?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/1630154982179954508/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/faddeev-leverrier-method.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/1630154982179954508'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/1630154982179954508'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/faddeev-leverrier-method.html' title='Faddeev-Leverrier Method'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-2232081071287460782</id><published>2010-02-01T08:01:00.000-08:00</published><updated>2010-02-01T08:12:01.787-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Eigenvalues and Eigenvectors'/><title type='text'>Hessenberg Factorization</title><content type='html'>&lt;div style="text-align: justify;"&gt;An  &lt;img src="http://math.fullerton.edu/mathews/n2003/hessenberg/HessenbergMod/Images/HessenbergMod_gr_2.gif" alt="[Graphics:Images/HessenbergMod_gr_2.gif]" align="absmiddle" border="0" height="17" width="30" /&gt; matrix with  &lt;img src="http://math.fullerton.edu/mathews/n2003/hessenberg/HessenbergMod/Images/HessenbergMod_gr_3.gif" alt="[Graphics:Images/HessenbergMod_gr_3.gif]" align="absmiddle" border="0" height="18" width="48" /&gt;  for &lt;img src="http://math.fullerton.edu/mathews/n2003/hessenberg/HessenbergMod/Images/HessenbergMod_gr_4.gif" alt="[Graphics:Images/HessenbergMod_gr_4.gif]" align="absmiddle" border="0" height="17" width="52" /&gt; is called a Hessenberg matrix.  The form of a Hessenberg matrix is&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://math.fullerton.edu/mathews/n2003/hessenberg/HessenbergMod/Images/HessenbergMod_gr_5.gif" alt="[Graphics:Images/HessenbergMod_gr_5.gif]" align="absmiddle" border="0" height="133" width="337" /&gt;     &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Unitary Matrix&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;(i) &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;    &lt;/span&gt;For real matrices, a unitary matrix is a matrix  &lt;img src="http://math.fullerton.edu/mathews/n2003/hessenberg/HessenbergMod/Images/HessenbergMod_gr_6.gif" alt="[Graphics:Images/HessenbergMod_gr_6.gif]" align="absmiddle" border="0" height="18" width="11" /&gt;  for which  &lt;img src="http://math.fullerton.edu/mathews/n2003/hessenberg/HessenbergMod/Images/HessenbergMod_gr_7.gif" alt="[Graphics:Images/HessenbergMod_gr_7.gif]" align="absmiddle" border="0" height="17" width="48" /&gt;.&lt;br /&gt; &lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;(ii)&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; &lt;/span&gt;   For complex matrices, a unitary matrix is a matrix  &lt;img src="http://math.fullerton.edu/mathews/n2003/hessenberg/HessenbergMod/Images/HessenbergMod_gr_8.gif" alt="[Graphics:Images/HessenbergMod_gr_8.gif]" align="absmiddle" border="0" height="18" width="11" /&gt;  for which  &lt;img src="http://math.fullerton.edu/mathews/n2003/hessenberg/HessenbergMod/Images/HessenbergMod_gr_9.gif" alt="[Graphics:Images/HessenbergMod_gr_9.gif]" align="absmiddle" border="0" height="20" width="48" /&gt;.  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify; color: rgb(51, 51, 51);"&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;&lt;b&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Hessenberg Factorization of a Matrix&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;:&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt; There are two cases to consider.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;(iii)&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;    &lt;/span&gt;Given a real matrix &lt;img src="http://math.fullerton.edu/mathews/n2003/hessenberg/HessenbergMod/Images/HessenbergMod_gr_10.gif" alt="[Graphics:Images/HessenbergMod_gr_10.gif]" align="absmiddle" border="0" height="18" width="11" /&gt;, there exists a unitary matrix &lt;img src="http://math.fullerton.edu/mathews/n2003/hessenberg/HessenbergMod/Images/HessenbergMod_gr_11.gif" alt="[Graphics:Images/HessenbergMod_gr_11.gif]" align="absmiddle" border="0" height="18" width="11" /&gt; and Hessenberg matrix &lt;img src="http://math.fullerton.edu/mathews/n2003/hessenberg/HessenbergMod/Images/HessenbergMod_gr_12.gif" alt="[Graphics:Images/HessenbergMod_gr_12.gif]" align="absmiddle" border="0" height="18" width="12" /&gt; so that&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://math.fullerton.edu/mathews/n2003/hessenberg/HessenbergMod/Images/HessenbergMod_gr_13.gif" alt="[Graphics:Images/HessenbergMod_gr_13.gif]" align="absmiddle" border="0" height="17" width="59" /&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;(iv)&lt;/span&gt; &lt;/span&gt;    Given a complex matrix &lt;img src="http://math.fullerton.edu/mathews/n2003/hessenberg/HessenbergMod/Images/HessenbergMod_gr_14.gif" alt="[Graphics:Images/HessenbergMod_gr_14.gif]" align="absmiddle" border="0" height="18" width="11" /&gt;, there exists a unitary matrix &lt;img src="http://math.fullerton.edu/mathews/n2003/hessenberg/HessenbergMod/Images/HessenbergMod_gr_15.gif" alt="[Graphics:Images/HessenbergMod_gr_15.gif]" align="absmiddle" border="0" height="18" width="11" /&gt; and Hessenberg matrix &lt;img src="http://math.fullerton.edu/mathews/n2003/hessenberg/HessenbergMod/Images/HessenbergMod_gr_16.gif" alt="[Graphics:Images/HessenbergMod_gr_16.gif]" align="absmiddle" border="0" height="18" width="12" /&gt; so that&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://math.fullerton.edu/mathews/n2003/hessenberg/HessenbergMod/Images/HessenbergMod_gr_17.gif" alt="[Graphics:Images/HessenbergMod_gr_17.gif]" align="absmiddle" border="0" height="20" width="59" /&gt;.  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;    &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Hessenberg Factorization of a Symmetric Matrix:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;Given a real symmetric matrix &lt;img src="http://math.fullerton.edu/mathews/n2003/hessenberg/HessenbergMod/Images/HessenbergMod_gr_18.gif" alt="[Graphics:Images/HessenbergMod_gr_18.gif]" align="absmiddle" border="0" height="18" width="11" /&gt;, there exists a unitary matrix &lt;img src="http://math.fullerton.edu/mathews/n2003/hessenberg/HessenbergMod/Images/HessenbergMod_gr_19.gif" alt="[Graphics:Images/HessenbergMod_gr_19.gif]" align="absmiddle" border="0" height="18" width="11" /&gt; and tri-diagonal symmetric matrix &lt;img src="http://math.fullerton.edu/mathews/n2003/hessenberg/HessenbergMod/Images/HessenbergMod_gr_20.gif" alt="[Graphics:Images/HessenbergMod_gr_20.gif]" align="absmiddle" border="0" height="18" width="12" /&gt; so that&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://math.fullerton.edu/mathews/n2003/hessenberg/HessenbergMod/Images/HessenbergMod_gr_21.gif" alt="[Graphics:Images/HessenbergMod_gr_21.gif]" align="absmiddle" border="0" height="17" width="59" /&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;&lt;b&gt;Remark&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;.&lt;/span&gt;  This is the case that is easiest to illustrate in a first course in numerical methods.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-2232081071287460782?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/2232081071287460782/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/hessenberg-factorization.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/2232081071287460782'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/2232081071287460782'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/hessenberg-factorization.html' title='Hessenberg Factorization'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-4100108437734679981</id><published>2010-02-01T07:28:00.000-08:00</published><updated>2010-02-01T08:03:08.127-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Numerical Optimization'/><title type='text'>Golden Ratio</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt; The function&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_4.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_4.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;is unimodal on&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_5.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_5.gif]" align="absmiddle" border="0" height="17" width="65" /&gt;&lt;span style="font-family:Times-Roman;"&gt;,  if there exists a unique number &lt;/span&gt; &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_6.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_6.gif]" align="absmiddle" border="0" height="17" width="32" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;such that  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times-Roman;"&gt;     &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times-Roman;"&gt;         &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_7.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_7.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;is decreasing on&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_8.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_8.gif]" align="absmiddle" border="0" height="17" width="44" /&gt;&lt;span style="font-family:Times-Roman;"&gt;,  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times-Roman;"&gt;     and&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times-Roman;"&gt;         &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_9.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_9.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;is increasing on&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_10.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_10.gif]" align="absmiddle" border="0" height="17" width="44" /&gt;&lt;span style="font-family:Times-Roman;"&gt;.  &lt;/span&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times-Bold;" &gt;&lt;b&gt;Golden Ratio:&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Bold;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;If&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_11.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_11.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;is known to be unimodal on&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_12.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_12.gif]" align="absmiddle" border="0" height="17" width="44" /&gt;&lt;span style="font-family:Times-Roman;"&gt;,  then it is possible to replace the interval with a subinterval on which&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_13.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_13.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;takes on its minimum value.  One approach is to select two interior points  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_14.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_14.gif]" align="absmiddle" border="0" height="17" width="32" /&gt;&lt;span style="font-family:Times-Roman;"&gt;.  This results in  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_15.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_15.gif]" align="absmiddle" border="0" height="17" width="74" /&gt;&lt;span style="font-family:Times-Roman;"&gt;.  The condition&lt;/span&gt;&lt;span style="font-family:Times-Bold;"&gt; &lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;that&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_16.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_16.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;is unimodal guarantees that the function values&lt;/span&gt; &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_17.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_17.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;&lt;span style="font-family:RMTMI;"&gt;&lt;i&gt; &lt;/i&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;and&lt;/span&gt; &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_18.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_18.gif]" align="absmiddle" border="0" height="17" width="35" /&gt; &lt;span style="font-family:Times-Roman;"&gt;are less than  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_19.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_19.gif]" align="absmiddle" border="0" height="17" width="116" /&gt;.  &lt;/div&gt;&lt;span style="font-family:Times-Roman;"&gt;&lt;/span&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;If  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_20.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_20.gif]" align="absmiddle" border="0" height="17" width="80" /&gt;&lt;span style="font-family:Times-Roman;"&gt;,  then the minimum must occur in the subinterval &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_21.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_21.gif]" align="absmiddle" border="0" height="17" width="44" /&gt;&lt;span style="font-family:Times-Roman;"&gt;, and we replace &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;b&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; with &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;d&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; and continue the search in the new subinterval&lt;/span&gt; &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_22.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_22.gif]" align="absmiddle" border="0" height="17" width="44" /&gt;&lt;span style="font-family:Times-Roman;"&gt;.   If  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_23.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_23.gif]" align="absmiddle" border="0" height="17" width="80" /&gt;,&lt;span style="font-family:Times-Roman;"&gt; then the minimum must occur in the subinterval&lt;/span&gt; &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_24.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_24.gif]" align="absmiddle" border="0" height="17" width="44" /&gt;&lt;span style="font-family:Times-Roman;"&gt;, and we replace &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;a&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; with &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;c&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; and continue the search in the new subinterval&lt;/span&gt; &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_25.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_25.gif]" align="absmiddle" border="0" height="17" width="44" /&gt;.  These choices are shown in Figure 1 below.&lt;br /&gt;&lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_26.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_26.gif]" align="absmiddle" border="0" height="178" hspace="4" width="288" /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;If &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_28.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_28.gif]" align="absmiddle" border="0" height="17" width="80" /&gt;, then squeeze from the right and use the&lt;/p&gt;&lt;p style="text-align: justify;"&gt;new interval &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_30.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_30.gif]" align="absmiddle" border="0" height="17" width="44" /&gt; and the four points  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_31.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_31.gif]" align="absmiddle" border="0" height="17" width="80" /&gt;.            &lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_27.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_27.gif]" align="absmiddle" border="0" height="178" hspace="4" width="288" /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;span style="font-family:Times-Roman;"&gt;If &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_29.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_29.gif]" align="absmiddle" border="0" height="17" width="80" /&gt;, then squeeze from the left and use the&lt;/p&gt;&lt;p style="text-align: justify;"&gt;new interval &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_32.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_32.gif]" align="absmiddle" border="0" height="17" width="44" /&gt; and the four points  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_33.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_33.gif]" align="absmiddle" border="0" height="17" width="80" /&gt;.                 &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times-Roman;" &gt;&lt;b&gt;Figure 1.&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  The decision process for the golden ratio search.   &lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;The interior points &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;c&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; and &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;d&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; of the original interval  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_34.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_34.gif]" align="absmiddle" border="0" height="17" width="44" /&gt;,  must be constructed&lt;span style="font-family:Times-Roman;"&gt; so that the resulting intervals &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_35.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_35.gif]" align="absmiddle" border="0" height="17" width="44" /&gt;&lt;span style="font-family:Times-Roman;"&gt;,&lt;/span&gt;&lt;span style="font-family:MTSYN;"&gt;  &lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;and &lt;/span&gt; &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_36.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_36.gif]" align="absmiddle" border="0" height="17" width="44" /&gt; &lt;span style="font-family:Times-Roman;"&gt;are symmetrical in  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_37.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_37.gif]" align="absmiddle" border="0" height="17" width="44" /&gt;.&lt;span style="font-family:Times-Roman;"&gt;   This requires that  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_38.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_38.gif]" align="absmiddle" border="0" height="17" width="78" /&gt;,  and produces the two equations&lt;br /&gt;&lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;&lt;br /&gt;(1)    &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_39.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_39.gif]" align="absmiddle" border="0" height="17" width="248" /&gt;,  &lt;span style="font-family:Times-Roman;"&gt;&lt;br /&gt;   and&lt;br /&gt;(2)    &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_40.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_40.gif]" align="absmiddle" border="0" height="17" width="248" /&gt;,&lt;br /&gt;&lt;br /&gt;   where    &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_41.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_41.gif]" align="absmiddle" border="0" height="30" width="61" /&gt;   &lt;span style="font-family:Times-Roman;"&gt;(to preserve the ordering  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_42.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_42.gif]" align="absmiddle" border="0" height="17" width="32" /&gt;&lt;span style="font-family:Times-Roman;"&gt;).&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;We want the value of  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;r&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  to remain constant on each subinterval.  If  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;r&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  is chosen judicially then only one new point  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;e&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  (shown in green in Figure 1) needs to be constructed for the next iteration.  Additionally, one of the old interior points (either &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;c&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; or &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;d&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;) will be used as an interior point of the next subinterval, while the other interior point (&lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;d&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; or &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;c&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;) will become an endpoint of the next subinterval in the iteration process.  Thus, for each iteration only one new point &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;e&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; will have to be constructed and only one new function evaluation &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_43.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_43.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;, &lt;span style="font-family:Times-Roman;"&gt;will have to be made.   As a consequence, this means that the value  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;r&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  must be chosen carefully to split the interval of &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_44.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_44.gif]" align="absmiddle" border="0" height="17" width="44" /&gt;&lt;span style="font-family:MTSYN;"&gt; &lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;into subintervals which have the following ratios:&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;&lt;br /&gt;(3)   &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_45.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_45.gif]" align="absmiddle" border="0" height="17" width="129" /&gt;    and    &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_46.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_46.gif]" align="absmiddle" border="0" height="17" width="102" /&gt;,&lt;br /&gt;   and&lt;span style="font-family:Times-Roman;"&gt;&lt;br /&gt;(4)   &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_47.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_47.gif]" align="absmiddle" border="0" height="17" width="129" /&gt;    and    &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_48.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_48.gif]" align="absmiddle" border="0" height="17" width="102" /&gt;.  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;If &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_49.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_49.gif]" align="absmiddle" border="0" height="17" width="80" /&gt; &lt;span style="font-family:Times-Roman;"&gt;and only one new function evaluation is to be made in the interval &lt;/span&gt; &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_50.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_50.gif]" align="absmiddle" border="0" height="17" width="44" /&gt;&lt;span style="font-family:Times-Roman;"&gt;, then we must have&lt;br /&gt;&lt;br /&gt;       &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_51.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_51.gif]" align="absmiddle" border="0" height="30" width="92" /&gt;.&lt;span style="font-family:Times-Roman;"&gt;&lt;br /&gt;&lt;br /&gt;Use the facts in (3) and (4) to rewrite this equation and then simplify.&lt;br /&gt;&lt;br /&gt;       &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_52.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_52.gif]" align="absmiddle" border="0" height="32" width="177" /&gt;,&lt;span style="font-family:Times-Roman;"&gt;&lt;br /&gt;&lt;br /&gt;       &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_53.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_53.gif]" align="absmiddle" border="0" height="30" width="65" /&gt;,&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_54.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_54.gif]" align="absmiddle" border="0" height="17" width="70" /&gt;,&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_55.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_55.gif]" align="absmiddle" border="0" height="17" width="95" /&gt;.&lt;br /&gt;&lt;br /&gt;Now the quadratic equation can be applied and we get&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_56.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_56.gif]" align="absmiddle" border="0" height="30" width="112" /&gt;.&lt;br /&gt;&lt;br /&gt;The value we seek is  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_57.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_57.gif]" align="absmiddle" border="0" height="35" width="80" /&gt;  and it is often referred to as the "&lt;span style="color: rgb(153, 0, 0);"&gt;golden ratio&lt;/span&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;.&lt;/span&gt;"   Similarly, if &lt;span style="font-family:Times-Roman;"&gt; &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_58.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_58.gif]" align="absmiddle" border="0" height="17" width="80" /&gt;, then it can be shown that  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/goldenratiosearch/GoldenRatioSearchMod/Images/GoldenRatioSearchMod_gr_59.gif" alt="[Graphics:Images/GoldenRatioSearchMod_gr_59.gif]" align="absmiddle" border="0" height="35" width="80" /&gt;.&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-4100108437734679981?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/4100108437734679981/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/golden-ratio.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/4100108437734679981'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/4100108437734679981'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/golden-ratio.html' title='Golden Ratio'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-3322736088301110447</id><published>2010-02-01T07:15:00.001-08:00</published><updated>2010-02-01T07:30:12.121-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Numerical Optimization'/><title type='text'>Fibonacci Method</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;An approach for finding the minimum of&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_1.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_1.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;in a given interval is to evaluate the function many times and search for a local minimum.  To reduce the number of function evaluations it is important to have a good strategy for determining where&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_2.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_2.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;is to be evaluated.  Two efficient bracketing methods are the &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times-Roman;" &gt;golden ratio&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; and &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times-Roman;" &gt;Fibonacci&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; searches.  To use either bracketing method for finding the minimum of&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_3.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_3.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;&lt;span style="font-family:Times-Roman;"&gt;,  a special condition must be met to ensure that there is a proper minimum in the given interval.&lt;/span&gt;    &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;The function&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_4.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_4.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;is unimodal on&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_5.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_5.gif]" align="absmiddle" border="0" height="17" width="65" /&gt;&lt;span style="font-family:Times-Roman;"&gt;,  if there exists a unique number &lt;/span&gt; &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_6.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_6.gif]" align="absmiddle" border="0" height="17" width="32" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;such that&lt;br /&gt; &lt;br /&gt;       &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_7.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_7.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;is decreasing on&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_8.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_8.gif]" align="absmiddle" border="0" height="17" width="44" /&gt;&lt;span style="font-family:Times-Roman;"&gt;,&lt;br /&gt;   and&lt;br /&gt;       &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_9.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_9.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;is increasing on&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_10.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_10.gif]" align="absmiddle" border="0" height="17" width="44" /&gt;&lt;span style="font-family:Times-Bold;"&gt;.  &lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;In the golden ratio search two function evaluations are made at the first iteration and then only one function evaluation is made for each subsequent iteration.  The value of&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_11.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_11.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;&lt;span style="font-family:Times-Roman;"&gt;  remains constant on each subinterval and the search is terminated at the &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_12.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_12.gif]" align="absmiddle" border="0" height="17" width="22" /&gt;&lt;span style="font-family:Times-Roman;"&gt; subinterval, provided that  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_13.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_13.gif]" align="absmiddle" border="0" height="17" width="90" /&gt;&lt;span style="font-family:Times-Roman;"&gt;  or&lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_14.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_14.gif]" align="absmiddle" border="0" height="17" width="138" /&gt;&lt;span style="font-family:Times-Roman;"&gt;  where &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_15.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_15.gif]" align="absmiddle" border="0" height="17" width="26" /&gt; &lt;span style="font-family:Times-Roman;"&gt; are the predefined tolerances.  The  &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times-Roman;" &gt;Fibonacci&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; search method differs from the golden ratio method in that the value of&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_16.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_16.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;&lt;span style="font-family:Times-Roman;"&gt;  is not constant on each subinterval.  Additionally, the number of subintervals (iterations) is predetermined and based on the specified tolerances.  &lt;/span&gt;&lt;/p&gt;&lt;div&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;    The Fibonacci search is based on the sequence of &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Fibonacci numbers&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; which are defined by the equations&lt;br /&gt;&lt;br /&gt;       &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_17.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_17.gif]" align="absmiddle" border="0" height="36" width="38" /&gt;&lt;span style="font-family:Times-Roman;"&gt;&lt;br /&gt;       &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_18.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_18.gif]" align="absmiddle" border="0" height="17" width="89" /&gt;   for   &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_19.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_19.gif]" align="absmiddle" border="0" height="17" width="78" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:Times-Roman;"&gt;Thus the Fibonacci numbers are  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_20.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_20.gif]" align="absmiddle" border="0" height="17" width="232" /&gt;  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="color: rgb(51, 51, 51); text-align: justify;"&gt;&lt;b&gt;Exploration for Fibonacci Numbers&lt;/b&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;    &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;    Assume we are given a function&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_86.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_86.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;that is unimodal on the interval  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_87.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_87.gif]" align="absmiddle" border="0" height="17" width="55" /&gt;&lt;span style="font-family:Times-Roman;"&gt;.  As in the golden ratio search a value &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_88.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_88.gif]" align="absmiddle" border="0" height="17" width="17" /&gt;&lt;span style="font-family:Times-Roman;"&gt; &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_89.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_89.gif]" align="absmiddle" border="0" height="30" width="80" /&gt;&lt;span style="font-family:Times-Roman;"&gt; is selected so that both of the interior points  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_90.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_90.gif]" align="absmiddle" border="0" height="17" width="58" /&gt; &lt;span style="font-family:Times-Roman;"&gt;will be used in the next subinterval and there will be only one new function evaluation.  &lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;    If  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_91.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_91.gif]" align="absmiddle" border="0" height="17" width="91" /&gt;&lt;span style="font-family:Times-Roman;"&gt;,  then the minimum must occur in the subinterval &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_92.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_92.gif]" align="absmiddle" border="0" height="17" width="55" /&gt;&lt;span style="font-family:Times-Roman;"&gt;, and we replace  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_93.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_93.gif]" align="absmiddle" border="0" height="17" width="43" /&gt;&lt;span style="font-family:Courier New;"&gt; and &lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_94.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_94.gif]" align="absmiddle" border="0" height="17" width="43" /&gt;&lt;span style="font-family:Times-Roman;"&gt;  and continue the search in the new subinterval&lt;/span&gt; &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_95.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_95.gif]" align="absmiddle" border="0" height="17" width="119" /&gt;&lt;span style="font-family:Times-Roman;"&gt;.   If  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_96.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_96.gif]" align="absmiddle" border="0" height="17" width="91" /&gt;,&lt;span style="font-family:Times-Roman;"&gt; then the minimum must occur in the subinterval&lt;/span&gt; &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_97.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_97.gif]" align="absmiddle" border="0" height="17" width="55" /&gt;&lt;span style="font-family:Times-Roman;"&gt;, and we replace  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_98.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_98.gif]" align="absmiddle" border="0" height="17" width="43" /&gt;&lt;span style="font-family:Times-Roman;"&gt;  and  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_99.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_99.gif]" align="absmiddle" border="0" height="17" width="43" /&gt;&lt;span style="font-family:Times-Roman;"&gt;  and continue the search in the new subinterval&lt;/span&gt; &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_100.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_100.gif]" align="absmiddle" border="0" height="17" width="119" /&gt;.  These choices are shown in Figure 1 below.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_101.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_101.gif]" align="absmiddle" border="0" height="178" hspace="4" width="288" /&gt;          &lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;If &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_103.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_103.gif]" align="absmiddle" border="0" height="17" width="91" /&gt;, then squeeze from the right and &lt;br /&gt;use the new interval  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_105.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_105.gif]" align="absmiddle" border="0" height="17" width="119" /&gt;.&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_102.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_102.gif]" align="absmiddle" border="0" height="178" hspace="4" width="288" /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family:Times-Roman;"&gt;If &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_104.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_104.gif]" align="absmiddle" border="0" height="17" width="91" /&gt;, then squeeze from the left and&lt;br /&gt;use the new interval  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_106.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_106.gif]" align="absmiddle" border="0" height="17" width="119" /&gt;.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times-Roman;" &gt;&lt;b&gt;Figure 1.&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  The decision process for the Fibonacci ratio search.   &lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;    If  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_107.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_107.gif]" align="absmiddle" border="0" height="17" width="91" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;and only one new function evaluation is to be made in the interval &lt;/span&gt; &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_108.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_108.gif]" align="absmiddle" border="0" height="17" width="55" /&gt;&lt;span style="font-family:Times-Roman;"&gt;,  then we select  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_109.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_109.gif]" align="absmiddle" border="0" height="17" width="17" /&gt;&lt;span style="font-family:Times-Roman;"&gt;  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_110.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_110.gif]" align="absmiddle" border="0" height="30" width="80" /&gt;&lt;span style="font-family:Times-Roman;"&gt;  for the subinterval  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_111.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_111.gif]" align="absmiddle" border="0" height="17" width="119" /&gt;.&lt;span style="font-family:Times-Roman;"&gt;   We already have relabeled&lt;br /&gt; &lt;br /&gt;       &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_112.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_112.gif]" align="absmiddle" border="0" height="17" width="43" /&gt;&lt;span style="font-family:Times-Roman;"&gt;&lt;br /&gt;&lt;br /&gt;and since  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_113.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_113.gif]" align="absmiddle" border="0" height="17" width="84" /&gt; we will relabel it by&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_114.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_114.gif]" align="absmiddle" border="0" height="17" width="43" /&gt;&lt;br /&gt;       &lt;span style="font-family:Times-Roman;"&gt;&lt;br /&gt;then we will have&lt;br /&gt;&lt;br /&gt;(1)        &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_115.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_115.gif]" align="absmiddle" border="0" height="17" width="100" /&gt;. &lt;span style="font-family:Times-Roman;"&gt;  &lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;The ratio &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_116.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_116.gif]" align="absmiddle" border="0" height="17" width="17" /&gt; is chosen so that  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_117.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_117.gif]" align="absmiddle" border="0" height="17" width="129" /&gt;  and  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_118.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_118.gif]" align="absmiddle" border="0" height="17" width="163" /&gt; and subtraction produces&lt;br /&gt;&lt;br /&gt;            &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_119.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_119.gif]" align="absmiddle" border="0" height="17" width="178" /&gt;&lt;br /&gt;     &lt;br /&gt;            &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_120.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_120.gif]" align="absmiddle" border="0" height="17" width="246" /&gt;&lt;br /&gt;     &lt;br /&gt;(2)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_121.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_121.gif]" align="absmiddle" border="0" height="17" width="176" /&gt;  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;And the ratio &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_122.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_122.gif]" align="absmiddle" border="0" height="17" width="17" /&gt; is chosen so that&lt;br /&gt;&lt;br /&gt;(3)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_123.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_123.gif]" align="absmiddle" border="0" height="17" width="163" /&gt;.  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Now substitute (2) and (3) into (1) and get&lt;br /&gt;&lt;br /&gt;(4)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_124.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_124.gif]" align="absmiddle" border="0" height="17" width="236" /&gt;.  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Also the length of the interval &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_125.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_125.gif]" align="absmiddle" border="0" height="17" width="55" /&gt; has been shrunk by the factor &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_126.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_126.gif]" align="absmiddle" border="0" height="17" width="17" /&gt;.  Thus  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_127.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_127.gif]" align="absmiddle" border="0" height="17" width="137" /&gt; and using this in (4) produces&lt;br /&gt;&lt;br /&gt;(5)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_128.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_128.gif]" align="absmiddle" border="0" height="17" width="265" /&gt;.  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Cancel the common factor  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_129.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_129.gif]" align="absmiddle" border="0" height="17" width="56" /&gt; in (5) and we now have&lt;br /&gt;&lt;br /&gt;(6)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_130.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_130.gif]" align="absmiddle" border="0" height="17" width="142" /&gt;.  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Solving (6) for &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_131.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_131.gif]" align="absmiddle" border="0" height="17" width="17" /&gt; produces&lt;br /&gt;&lt;br /&gt;(7)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_132.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_132.gif]" align="absmiddle" border="0" height="34" width="82" /&gt;.  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Now we introduce the Fibonacci numbers  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_133.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_133.gif]" align="absmiddle" border="0" height="17" width="106" /&gt;  for the subscript  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_134.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_134.gif]" align="absmiddle" border="0" height="17" width="32" /&gt;.  In equation (7), substitute  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_135.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_135.gif]" align="absmiddle" border="0" height="33" width="72" /&gt; and get the following&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_136.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_136.gif]" align="absmiddle" border="0" height="33" width="171" /&gt;&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_137.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_137.gif]" align="absmiddle" border="0" height="33" width="101" /&gt;&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_138.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_138.gif]" align="absmiddle" border="0" height="33" width="72" /&gt;  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;Reasoning inductively, it follows that the Fibonacci search can be begun with&lt;br /&gt;&lt;br /&gt;       &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_139.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_139.gif]" align="absmiddle" border="0" height="33" width="72" /&gt;&lt;br /&gt;&lt;span style="font-family:Times-Roman;"&gt;&lt;br /&gt;       &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_140.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_140.gif]" align="absmiddle" border="0" height="33" width="72" /&gt;&lt;br /&gt;and&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_141.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_141.gif]" align="absmiddle" border="0" height="33" width="85" /&gt;    for  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_142.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_142.gif]" align="absmiddle" border="0" height="17" width="111" /&gt;.&lt;br /&gt;&lt;br /&gt;Note that the last step will be    &lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_143.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_143.gif]" align="absmiddle" border="0" height="33" width="101" /&gt;,&lt;br /&gt;&lt;br /&gt;thus no new points can be added at this stage (i.e. the algorithm terminates).  Therefore, the set of possible ratios is&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_144.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_144.gif]" align="absmiddle" border="0" height="17" width="58" /&gt;.   &lt;br /&gt;&lt;br /&gt;There will be exactly  &lt;span style="font-family:Courier New;"&gt;n-2&lt;/span&gt;  steps in a Fibonacci search!  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;    The  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_145.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_145.gif]" align="absmiddle" border="0" height="17" width="56" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;subinterval is obtained by reducing the length of the  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_146.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_146.gif]" align="absmiddle" border="0" height="17" width="22" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;subinterval by a factor of  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_147.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_147.gif]" align="absmiddle" border="0" height="33" width="85" /&gt;&lt;span style="font-family:Times-Roman;"&gt;.  After&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_148.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_148.gif]" align="absmiddle" border="0" height="17" width="31" /&gt;  steps t&lt;span style="font-family:Times-Roman;"&gt;he length of the last subinterval will be&lt;br /&gt;&lt;br /&gt;       &lt;/span&gt;&lt;img style="width: 400px; height: 34px;" src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_149.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_149.gif]" align="absmiddle" border="0" /&gt;.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;If the abscissa of the minimum is to be found with a tolerance of&lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_150.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_150.gif]" align="absmiddle" border="0" height="17" width="18" /&gt;&lt;span style="font-family:Times-Roman;"&gt;,  then we want &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_151.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_151.gif]" align="absmiddle" border="0" height="34" width="104" /&gt;.  I&lt;span style="font-family:Times-Roman;"&gt;t is necessary to use  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;n&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  iterations,  where  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;n&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  is the smallest integer such that&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;(8)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_152.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_152.gif]" align="absmiddle" border="0" height="32" width="83" /&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;b&gt;Note.&lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; &lt;/span&gt; Solving the above inequality requires either a trial and error look at the sequence of Fibonacci numbers, or the deeper fact that the Fibonacci numbers can be generated by the formula&lt;br /&gt;&lt;br /&gt;       &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_153.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_153.gif]" align="absmiddle" border="0" height="23" width="256" /&gt;.&lt;br /&gt;&lt;br /&gt;Knowing this fact may be useful, but we still need to compute all the Fibonacci numbers  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_154.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_154.gif]" align="absmiddle" border="0" height="17" width="137" /&gt;  in order to calculate the ratios  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_155.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_155.gif]" align="absmiddle" border="0" height="35" width="119" /&gt;.  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;span style="font-family:Times-Roman;"&gt;    The interior points  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_156.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_156.gif]" align="absmiddle" border="0" height="17" width="18" /&gt;&lt;span style="font-family:Times-Roman;"&gt;  and  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_157.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_157.gif]" align="absmiddle" border="0" height="17" width="18" /&gt;&lt;span style="font-family:Times-Roman;"&gt;  of the &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_158.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_158.gif]" align="absmiddle" border="0" height="17" width="22" /&gt; &lt;span style="font-family:Times-Roman;"&gt;subinterval  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_159.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_159.gif]" align="absmiddle" border="0" height="17" width="53" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;are found, as needed, using the formulas  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times-Roman;"&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times-Roman;"&gt; (9)&lt;/span&gt;  &lt;span style="font-family:Times-Roman;"&gt;        &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_160.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_160.gif]" align="absmiddle" border="0" height="33" width="207" /&gt;,&lt;span style="font-family:Times-Roman;"&gt;  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times-Roman;"&gt;         &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times-Roman;"&gt; (10)        &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/fibonaccisearch/FibonacciSearchMod/Images/FibonacciSearchMod_gr_161.gif" alt="[Graphics:Images/FibonacciSearchMod_gr_161.gif]" align="absmiddle" border="0" height="33" width="181" /&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;&lt;b&gt;Note.&lt;/b&gt;&lt;/span&gt;  T&lt;span style="font-family:Times-Roman;"&gt;he value of  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;n&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  used in formulas (9) and (10) is found using inequality (8).&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-3322736088301110447?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/3322736088301110447/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/fibonacci-method.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/3322736088301110447'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/3322736088301110447'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/fibonacci-method.html' title='Fibonacci Method'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-512489620637085351</id><published>2010-02-01T07:03:00.000-08:00</published><updated>2010-02-01T07:21:48.195-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Numerical Optimization'/><title type='text'>Quadratic and Cubic Methods</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;An approach for finding the minimum of&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_1.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_1.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;in a given interval is to evaluate the function many times and search for a local minimum.  To reduce the number of function evaluations it is important to have a good strategy for determining where&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_2.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_2.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;is to be evaluated.  Two efficient bracketing methods are the &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times-Roman;" &gt;golden ratio&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; and &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times-Roman;" &gt;Fibonacci&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; searches.  To use either bracketing method for finding the minimum of&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_3.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_3.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;&lt;span style="font-family:Times-Roman;"&gt;,  a special condition must be met to ensure that there is a proper minimum in the given interval.&lt;/span&gt;  &lt;/div&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;The function&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_4.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_4.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;is unimodal on&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_5.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_5.gif]" align="absmiddle" border="0" height="17" width="65" /&gt;&lt;span style="font-family:Times-Roman;"&gt;,  if there exists a unique number &lt;/span&gt; &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_6.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_6.gif]" align="absmiddle" border="0" height="17" width="32" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;such that&lt;br /&gt;&lt;br /&gt;      &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_7.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_7.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;is decreasing on&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_8.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_8.gif]" align="absmiddle" border="0" height="17" width="44" /&gt;&lt;span style="font-family:Times-Roman;"&gt;,&lt;br /&gt;  and&lt;br /&gt;      &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_9.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_9.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;is increasing on&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_10.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_10.gif]" align="absmiddle" border="0" height="17" width="44" /&gt;&lt;span style="font-family:Times-Roman;"&gt;.  &lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times-Bold;" &gt;&lt;b&gt;Minimization Using Derivatives&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;&lt;br /&gt;&lt;br /&gt;  Suppose that&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_11.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_11.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;is unimodal over&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_12.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_12.gif]" align="absmiddle" border="0" height="17" width="44" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;and has a unique minimum at&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_13.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_13.gif]" align="absmiddle" border="0" height="17" width="32" /&gt;&lt;span style="font-family:Times-Roman;"&gt;.  Also,  assume that&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_14.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_14.gif]" align="absmiddle" border="0" height="17" width="44" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;is defined at all points in&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_15.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_15.gif]" align="absmiddle" border="0" height="17" width="44" /&gt;&lt;span style="font-family:Times-Roman;"&gt;.   Let the starting value  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_16.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_16.gif]" align="absmiddle" border="0" height="17" width="17" /&gt;&lt;span style="font-family:Times-Roman;"&gt;  lie in&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_17.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_17.gif]" align="absmiddle" border="0" height="17" width="44" /&gt;&lt;span style="font-family:Times-Roman;"&gt;.   If &lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_18.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_18.gif]" align="absmiddle" border="0" height="17" width="70" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;,  then the minimum point  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;p&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  lies to the right of  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_19.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_19.gif]" align="absmiddle" border="0" height="17" width="17" /&gt;&lt;span style="font-family:Times-Roman;"&gt;.  If &lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_20.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_20.gif]" align="absmiddle" border="0" height="17" width="70" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;,  then the minimum point  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;p&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  lies to the left of  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_21.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_21.gif]" align="absmiddle" border="0" height="17" width="17" /&gt;&lt;span style="font-family:Times-Roman;"&gt;.  &lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;span style="font-family:Times-Roman;"&gt;&lt;br /&gt;  Our first task is to obtain three test values,&lt;br /&gt;&lt;br /&gt;(1)            &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_22.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_22.gif]" align="absmiddle" border="0" height="17" width="187" /&gt;, &lt;span style="font-family:Times-Roman;"&gt;&lt;br /&gt;  so that&lt;br /&gt;(2)            &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_23.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_23.gif]" align="absmiddle" border="0" height="17" width="215" /&gt;.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;Suppose that  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_24.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_24.gif]" align="absmiddle" border="0" height="17" width="70" /&gt;&lt;span style="font-family:Times-Roman;"&gt;;  then  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_25.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_25.gif]" align="absmiddle" border="0" height="17" width="38" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;and the step size  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;h&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  should be chosen positive.  It is an easy task to find a value of  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;h&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  so that the three points in (1) satisfy (2).  Start with  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_26.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_26.gif]" align="absmiddle" border="0" height="17" width="32" /&gt;&lt;span style="font-family:Times-Roman;"&gt;  in formula (1) (provided that  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_27.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_27.gif]" align="absmiddle" border="0" height="17" width="52" /&gt;&lt;span style="font-family:Times-Roman;"&gt;);  if not, take  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_28.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_28.gif]" align="absmiddle" border="0" height="30" width="40" /&gt;&lt;span style="font-family:Times-Roman;"&gt;,  and so on.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times-Roman;" &gt;&lt;b&gt;Case (i)&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;  &lt;/span&gt;    If (2) is satisfied we are done.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times-Roman;" &gt;&lt;b&gt;Case (ii)&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;  &lt;/span&gt;    If  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_29.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_29.gif]" align="absmiddle" border="0" height="17" width="215" /&gt;&lt;span style="font-family:Times-Roman;"&gt;, then  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_30.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_30.gif]" align="absmiddle" border="0" height="17" width="38" /&gt;&lt;span style="font-family:Times-Roman;"&gt;.&lt;br /&gt;      We need to check points that lie farther to the right.  Double the step size and repeat the process.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times-Roman;" &gt;&lt;b&gt;Case (iii)&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;     I&lt;/span&gt;f  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_31.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_31.gif]" align="absmiddle" border="0" height="17" width="91" /&gt;&lt;span style="font-family:Times-Roman;"&gt;, we have jumped over  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;p&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  and  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;h&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  is too large.&lt;br /&gt;      We need to check values closer to  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_32.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_32.gif]" align="absmiddle" border="0" height="17" width="17" /&gt;&lt;span style="font-family:Times-Roman;"&gt;.  Reduce the step size by a factor of  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_33.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_33.gif]" align="absmiddle" border="0" height="30" width="19" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;and repeat the process.&lt;br /&gt;&lt;br /&gt;When  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_34.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_34.gif]" align="absmiddle" border="0" height="17" width="70" /&gt;&lt;span style="font-family:Times-Roman;"&gt;,  the step size  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;h&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  should be chosen negative and then cases similar to (i), (ii), and (iii) can be used.  &lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times-Bold;" &gt;&lt;b&gt;Quadratic Approximation to Find  p&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;&lt;br /&gt;&lt;br /&gt;Finally, we have three points (1) that satisfy (2).  We will use quadratic interpolation to find  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_35.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_35.gif]" align="absmiddle" border="0" height="17" width="28" /&gt;&lt;span style="font-family:Times-Roman;"&gt;,  which is an approximation to  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;p&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;.  The Lagrange polynomial based on the nodes in (1) is&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-family:Times-Roman;"&gt; (3)&lt;/span&gt;&lt;img style="width: 399px; height: 30px;" src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_36.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_36.gif]" align="absmiddle" border="0" /&gt;,&lt;br /&gt;&lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt; &lt;/span&gt;&lt;span style="font-family:RMTMI;"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;where  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_37.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_37.gif]" align="absmiddle" border="0" height="17" width="162" /&gt;.  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;The derivative of  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_38.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_38.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;&lt;span style="font-family:Times-Roman;"&gt;  is&lt;br /&gt;&lt;br /&gt;(4)&lt;/span&gt;&lt;img style="width: 400px; height: 30px;" src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_39.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_39.gif]" align="absmiddle" border="0" /&gt;.  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;Solving  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_40.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_40.gif]" align="absmiddle" border="0" height="17" width="65" /&gt;&lt;span style="font-family:Times-Roman;"&gt;  in the form  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_41.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_41.gif]" align="absmiddle" border="0" height="17" width="98" /&gt;&lt;span style="font-family:Times-Roman;"&gt;  yields&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-family:Times-Roman;"&gt; (5)&lt;/span&gt;&lt;img style="width: 400px; height: 30px;" src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_42.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_42.gif]" align="absmiddle" border="0" /&gt;.  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;Multiply each term in (5) by  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_43.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_43.gif]" align="absmiddle" border="0" height="17" width="27" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;and collect terms involving   &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_44.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_44.gif]" align="absmiddle" border="0" height="17" width="28" /&gt;&lt;span style="font-family:Times-Roman;"&gt;:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;img style="width: 400px; height: 17px;" src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_45.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_45.gif]" align="absmiddle" border="0" /&gt;&lt;br /&gt;&lt;span style="font-family:Times-Roman;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;img style="width: 400px; height: 17px;" src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_46.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_46.gif]" align="absmiddle" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;  &lt;img style="width: 326px; height: 17px;" src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_47.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_47.gif]" align="absmiddle" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_48.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_48.gif]" align="absmiddle" border="0" height="17" width="291" /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;This last quantity is easily solved for  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_49.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_49.gif]" align="absmiddle" border="0" height="17" width="28" /&gt;&lt;span style="font-family:Times-Roman;"&gt;:&lt;br /&gt;&lt;br /&gt;      &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_50.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_50.gif]" align="absmiddle" border="0" height="32" width="168" /&gt;.  &lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;The value  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_51.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_51.gif]" align="absmiddle" border="0" height="17" width="103" /&gt;&lt;span style="font-family:Times-Roman;"&gt;  is a better approximation to  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;p&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  than  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_52.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_52.gif]" align="absmiddle" border="0" height="17" width="17" /&gt;&lt;span style="font-family:Times-Roman;"&gt;.  Hence we can replace  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_53.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_53.gif]" align="absmiddle" border="0" height="17" width="17" /&gt;&lt;span style="font-family:Times-Roman;"&gt;  with  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_54.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_54.gif]" align="absmiddle" border="0" height="17" width="28" /&gt;&lt;span style="font-family:Times-Roman;"&gt;  and repeat the two processes outlined above to determine a new  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;h&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  and a new  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_55.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_55.gif]" align="absmiddle" border="0" height="17" width="28" /&gt;&lt;span style="font-family:Times-Roman;"&gt;.   Continue the iteration until the desired accuracy is achieved.  In this algorithm the derivative of the objective function&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_56.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_56.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;was used implicitly in (4) to locate the minimum of the interpolatory quadratic.  The reader should note that the subroutine makes no explicit use of the derivative.  &lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times-Bold;" &gt;&lt;b&gt;Cubic Approximation to Find  p&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;We now consider an approach that utilizes functional evaluations of both&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_57.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_57.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;and&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_58.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_58.gif]" align="absmiddle" border="0" height="17" width="44" /&gt;&lt;span style="font-family:Times-Roman;"&gt;.  An alternative approach that uses both functional and derivative evaluations explicitly is to find the minimum of a third-degree polynomial that interpolates the objective function&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_59.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_59.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;at two points.  Assume that&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_60.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_60.gif]" align="absmiddle" border="0" height="17" width="35" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;is unimodal and differentiable on&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_61.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_61.gif]" align="absmiddle" border="0" height="17" width="44" /&gt;&lt;span style="font-family:Times-Roman;"&gt;,  and has a unique minimum at&lt;/span&gt;  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_62.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_62.gif]" align="absmiddle" border="0" height="17" width="32" /&gt;&lt;span style="font-family:Times-Roman;"&gt;.  Let  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_63.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_63.gif]" align="absmiddle" border="0" height="17" width="38" /&gt;&lt;span style="font-family:Times-Roman;"&gt;.  Any good step size  &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;h&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;  can be used to start the iteration.  The &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Mean Value Theorem&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; could be used to obtain  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_64.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_64.gif]" align="absmiddle" border="0" height="30" width="159" /&gt;  and if  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_65.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_65.gif]" align="absmiddle" border="0" height="17" width="31" /&gt;&lt;span style="font-family:Times-Roman;"&gt;  &lt;/span&gt;was just to the right of the minimum, then the slope&lt;span style="font-family:Times-Roman;"&gt; &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_66.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_66.gif]" align="absmiddle" border="0" height="17" width="44" /&gt; might be twice&lt;span style="font-family:Times-Roman;"&gt; &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_67.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_67.gif]" align="absmiddle" border="0" height="17" width="44" /&gt; which would mean that &lt;span style="font-family:Times-Roman;"&gt; &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_68.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_68.gif]" align="absmiddle" border="0" height="30" width="177" /&gt;  we do not know how much further to the right&lt;span style="font-family:Times-Roman;"&gt; &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_69.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_69.gif]" align="absmiddle" border="0" height="17" width="52" /&gt;&lt;span style="font-family:Times-Roman;"&gt; &lt;/span&gt;lies, so we can imagine that&lt;span style="font-family:Times-Roman;"&gt; &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_70.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_70.gif]" align="absmiddle" border="0" height="17" width="55" /&gt; is close to&lt;span style="font-family:Times-Roman;"&gt; &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_71.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_71.gif]" align="absmiddle" border="0" height="17" width="35" /&gt; and estimate&lt;span style="font-family:Times-Roman;"&gt; &lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;h&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; with the formula:    &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times-Roman;"&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times-Roman;"&gt;         &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_72.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_72.gif]" align="absmiddle" border="0" height="32" width="131" /&gt;.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;Thus  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_73.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_73.gif]" align="absmiddle" border="0" height="17" width="65" /&gt;&lt;span style="font-family:Times-Roman;"&gt;.  The cubic approximating polynomial  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_74.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_74.gif]" align="absmiddle" border="0" height="17" width="32" /&gt; &lt;span style="font-family:Times-Roman;"&gt;is expanded in a Taylor series about  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_75.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_75.gif]" align="absmiddle" border="0" height="17" width="38" /&gt; (which is &lt;span style="font-family:Times-Roman;"&gt;the abscissa of the minimum).  At the minimum we have  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_76.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_76.gif]" align="absmiddle" border="0" height="17" width="67" /&gt;, and we write&lt;span style="font-family:Times-Roman;"&gt;  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_77.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_77.gif]" align="absmiddle" border="0" height="17" width="32" /&gt; in the form:    &lt;span style="font-family:Times-Roman;"&gt;&lt;br /&gt;&lt;br /&gt;(6)&lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_78.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_78.gif]" align="absmiddle" border="0" height="30" width="296" /&gt;,&lt;br /&gt;  and&lt;br /&gt;(7)&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_79.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_79.gif]" align="absmiddle" border="0" height="30" width="247" /&gt;.  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;The introduction of  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_80.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_80.gif]" align="absmiddle" border="0" height="17" width="65" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;in the denominators of (6) and (7) will make further calculations less tiresome.  It is required that  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_81.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_81.gif]" align="absmiddle" border="0" height="17" width="91" /&gt;,  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_82.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_82.gif]" align="absmiddle" border="0" height="17" width="91" /&gt;,  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_83.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_83.gif]" align="absmiddle" border="0" height="17" width="108" /&gt;,  and  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_84.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_84.gif]" align="absmiddle" border="0" height="17" width="108" /&gt;&lt;span style="font-family:RMTMI;"&gt;&lt;i&gt;.  &lt;/i&gt;&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;To find  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_85.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_85.gif]" align="absmiddle" border="0" height="17" width="17" /&gt; &lt;span style="font-family:Times-Roman;"&gt;we define:&lt;br /&gt;&lt;br /&gt;(8) &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_86.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_86.gif]" align="absmiddle" border="0" height="17" width="76" /&gt;,&lt;br /&gt;&lt;br /&gt;and we must go through several intermediate calculations before we end up with &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_87.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_87.gif]" align="absmiddle" border="0" height="17" width="12" /&gt;.  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;Use use (6) to obtain &lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;img style="width: 400px; height: 33px;" src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_88.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_88.gif]" align="absmiddle" border="0" /&gt;&lt;br /&gt;   &lt;br /&gt;&lt;span style="font-family:Times-Roman;"&gt;Then use (8) to get  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img style="width: 400px; height: 33px;" src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_89.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_89.gif]" align="absmiddle" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:Times-Roman;"&gt;Then substitute  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_90.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_90.gif]" align="absmiddle" border="0" height="17" width="65" /&gt;&lt;span style="font-family:Times-Roman;"&gt; and we have&lt;br /&gt;&lt;br /&gt;(9)&lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_91.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_91.gif]" align="absmiddle" border="0" height="17" width="315" /&gt;  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;Use use (7) to obtain &lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;img style="width: 400px; height: 33px;" src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_92.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_92.gif]" align="absmiddle" border="0" /&gt;  &lt;span style="font-family:Times-Roman;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;img style="width: 400px; height: 33px;" src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_93.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_93.gif]" align="absmiddle" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:Times-Roman;"&gt;Then use (8) to get  &lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;  &lt;img style="width: 400px; height: 33px;" src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_94.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_94.gif]" align="absmiddle" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:Times-Roman;"&gt;Then substitute  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_95.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_95.gif]" align="absmiddle" border="0" height="17" width="65" /&gt;&lt;span style="font-family:Times-Roman;"&gt; and we have&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;(10)  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_96.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_96.gif]" align="absmiddle" border="0" height="17" width="285" /&gt;  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;Finally, use (7) and write&lt;br /&gt;&lt;br /&gt; &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_97.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_97.gif]" align="absmiddle" border="0" height="33" width="282" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:Times-Roman;"&gt;Then use (8) to get  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;(11)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_98.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_98.gif]" align="absmiddle" border="0" height="17" width="156" /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;Now we will use the three nonlinear equations (9), 10), (11) listed below in (12).  The order of determining the variables will be  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_99.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_99.gif]" align="absmiddle" border="0" height="17" width="67" /&gt;  (the variable &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_100.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_100.gif]" align="absmiddle" border="0" height="17" width="11" /&gt; will be eliminated). &lt;span style="font-family:Times-Roman;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;            &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_101.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_101.gif]" align="absmiddle" border="0" height="17" width="209" /&gt;&lt;br /&gt;(12)     &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_102.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_102.gif]" align="absmiddle" border="0" height="17" width="139" /&gt;&lt;br /&gt;      &lt;span style="font-family:Times-Roman;"&gt;    &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_103.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_103.gif]" align="absmiddle" border="0" height="17" width="156" /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;First, we will find  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_104.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_104.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;  which is accomplished by combining the equation in (12) as follows:&lt;br /&gt;&lt;br /&gt;&lt;img style="width: 446px; height: 17px;" src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_105.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_105.gif]" align="absmiddle" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;Straightforward simplification yields  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_106.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_106.gif]" align="absmiddle" border="0" height="17" width="156" /&gt;,  therefore  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_107.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_107.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;  is given by&lt;br /&gt;&lt;br /&gt;(13)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_108.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_108.gif]" align="absmiddle" border="0" height="17" width="156" /&gt;.   &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Second, we will eliminate  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_109.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_109.gif]" align="absmiddle" border="0" height="17" width="11" /&gt;  by combining the equation in (12) as follows, multiply the first equation by  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_110.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_110.gif]" align="absmiddle" border="0" height="17" width="12" /&gt;  and add it to the third equation &lt;br /&gt;&lt;br /&gt;      &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_111.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_111.gif]" align="absmiddle" border="0" height="17" width="157" /&gt;&lt;br /&gt;      &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_112.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_112.gif]" align="absmiddle" border="0" height="17" width="156" /&gt;&lt;br /&gt;   &lt;br /&gt;      &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_113.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_113.gif]" align="absmiddle" border="0" height="17" width="176" /&gt;&lt;br /&gt;&lt;br /&gt;which can be rearranged in the form&lt;br /&gt;&lt;br /&gt;      &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_114.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_114.gif]" align="absmiddle" border="0" height="17" width="201" /&gt;&lt;br /&gt;&lt;br /&gt;Now the quadratic equation can be used to solve for  &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_115.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_115.gif]" align="absmiddle" border="0" height="17" width="12" /&gt;&lt;br /&gt;&lt;br /&gt;      &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_116.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_116.gif]" align="absmiddle" border="0" height="35" width="272" /&gt;  &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;It will take a bit of effort to simplify this equation into its computationally preferred form.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;img style="width: 400px; height: 40px;" src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_117.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_117.gif]" align="absmiddle" border="0" /&gt;&lt;br /&gt;   &lt;br /&gt;&lt;img style="width: 400px; height: 43px;" src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_118.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_118.gif]" align="absmiddle" border="0" /&gt;&lt;br /&gt;   &lt;br /&gt;&lt;img style="width: 400px; height: 40px;" src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_119.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_119.gif]" align="absmiddle" border="0" /&gt;&lt;br /&gt;Hence,&lt;br /&gt;&lt;br /&gt;(14)        &lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_120.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_120.gif]" align="absmiddle" border="0" height="35" width="272" /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt;Therefore, the value of  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_121.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_121.gif]" align="absmiddle" border="0" height="17" width="17" /&gt;&lt;span style="font-family:Times-Roman;"&gt;  is found by substituting the calculated value of  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_122.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_122.gif]" align="absmiddle" border="0" height="17" width="12" /&gt;&lt;span style="font-family:Times-Roman;"&gt;  in (14) into the formula  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_123.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_123.gif]" align="absmiddle" border="0" height="17" width="76" /&gt;&lt;span style="font-family:Times-Roman;"&gt;.  To continue the iteration process, let  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_124.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_124.gif]" align="absmiddle" border="0" height="17" width="69" /&gt;&lt;span style="font-family:Times-Roman;"&gt;  and replace &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_125.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_125.gif]" align="absmiddle" border="0" height="17" width="17" /&gt; &lt;span style="font-family:Times-Roman;"&gt;and &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_126.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_126.gif]" align="absmiddle" border="0" height="17" width="17" /&gt;&lt;span style="font-family:Times-Roman;"&gt; with &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_127.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_127.gif]" align="absmiddle" border="0" height="17" width="17" /&gt; &lt;span style="font-family:Times-Roman;"&gt;and &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_128.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_128.gif]" align="absmiddle" border="0" height="17" width="17" /&gt;&lt;span style="font-family:Times-Roman;"&gt;, respectively, in formulas (12), (13), and (14).  The algorithm outlined above is &lt;/span&gt;&lt;span style="color: rgb(153, 0, 0);font-family:Times-Roman;" &gt;not&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; a bracketing method.  Thus determining stopping criteria becomes more problematic.  One technique would be to require that &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_129.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_129.gif]" align="absmiddle" border="0" height="17" width="96" /&gt;&lt;span style="font-family:Times-Roman;"&gt;,  since  &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/quadraticsearch/QuadraticSearchMod/Images/QuadraticSearchMod_gr_130.gif" alt="[Graphics:Images/QuadraticSearchMod_gr_130.gif]" align="absmiddle" border="0" height="17" width="65" /&gt;&lt;span style="font-family:Times-Roman;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2623891062074265316-512489620637085351?l=numerical--analysis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://numerical--analysis.blogspot.com/feeds/512489620637085351/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/quadratic-and-cubic-minimum.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/512489620637085351'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2623891062074265316/posts/default/512489620637085351'/><link rel='alternate' type='text/html' href='http://numerical--analysis.blogspot.com/2010/02/quadratic-and-cubic-minimum.html' title='Quadratic and Cubic Methods'/><author><name>Rashad</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2623891062074265316.post-7175407445919020668</id><published>2010-02-01T06:52:00.000-08:00</published><updated>2010-02-01T07:03:02.140-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Numerical Optimization'/><title type='text'>Nelder-Mead Method</title><content type='html'>&lt;div style="color: rgb(51, 51, 51); text-align: justify;"&gt;&lt;span style="font-family:Times-Roman;"&gt; The &lt;/span&gt;Nelder-Mead method&lt;span style="font-family:Times-Roman;"&gt; is a simplex method for finding a local minimum of a function of several variables.  It's discovery is attributed to J. A. Nelder and &lt;/span&gt;R. &lt;span style="font-family:Times-Roman;"&gt;Mead.  For two variables, a simplex is a triangle, and the method is a pattern search that compares function values at the three vertices of a triangle.  The worst vertex, where &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/neldermead/NelderMeadMod/Images/NelderMeadMod_gr_1.gif" alt="[Graphics:Images/NelderMeadMod_gr_1.gif]" align="absmiddle" border="0" height="17" width="50" /&gt;&lt;span style="font-family:Times-Roman;"&gt; is largest, is rejected and replaced with a new vertex.  A new triangle is formed and the search is continued.  The process generates a sequence of triangles (which might have different shapes), for which the function values at the vertices get smaller and smaller.  The size of the triangles is reduced and the coordinates of the minimum point are found.  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Times-Roman;"&gt;     The algorithm is stated using the term &lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;simplex&lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt; (a generalized triangle in&lt;/span&gt; &lt;span style="font-family:Courier New;"&gt;n&lt;/span&gt; &lt;span style="font-family:Times-Roman;"&gt;dimensions) and will find the minimum of a function of&lt;/span&gt; &lt;span style="font-family:Courier New;"&gt;n&lt;/span&gt; &lt;span style="font-family:Times-Roman;"&gt;variables.  It is effective and computationally compact. &lt;/span&gt;  &lt;/div&gt;&lt;p style="color: rgb(51, 51, 51); text-align: justify;"&gt; &lt;/p&gt;&lt;div style="color: rgb(51, 51, 51); text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="color: rgb(51, 51, 51); text-align: justify;"&gt;&lt;span style="font-family:Times-Bold;"&gt;&lt;b&gt;Initial Triangle&lt;/b&gt; &lt;/span&gt;&lt;span style="font-family:Times-Roman;"&gt;&lt;br /&gt;    Let &lt;/span&gt;&lt;img src="http://www.ecs.fullerton.edu/%7Emathews/n2003/neldermead/NelderMeadMod/Images/NelderMeadMod_gr_3.gif" alt="[Graphics:Images/NelderMeadMod_gr_3.gif]" align="absmiddle" border="0" height="17" width="50" /&gt;&lt;span style="font-family:RMTMI;"&gt;&lt;i&gt; &lt;/i&gt;&lt
