Collocation method: Difference between revisions

Content deleted Content added
RedBot (talk | contribs)
m robot Modifying: de:Least Squares Collocation
Line 5:
Suppose that the [[ordinary differential equation]]
:<math> y'(t) = f(t,y(t)), \quad y(t_0)=y_0, </math>
is to be solved over the interval [''t''<sub>0</sub>,&nbsp;''t''<sub>0</sub>&nbsp;+&nbsp;''h'']. Denote the collocation points byChoose 0 ≤ ''c''<sub>1</sub>< ''c''<sub>2</sub>< &hellip; < ''c''<sub>''n''</sub> ≤ 1.
 
The corresponding (polynomial) collocation method approximates the solution ''y'' by the polynomial ''p'' of degree ''n'' which satisfies the initial condition ''p''(''t''<sub>0</sub>)&nbsp;=&nbsp;''y''<sub>0</sub>, and the differential equation ''p''<nowiki>'</nowiki>(''t'')&nbsp;=&nbsp;''f''(''t'',''p''(''t'')) at all points, called the '''collocation points,''' ''t''&nbsp;=&nbsp;''t''<sub>0</sub>&nbsp;+&nbsp;''c''<sub>''k''</sub>''h'' where ''k''&nbsp;=&nbsp;1,&nbsp;&hellip;,&nbsp;''n''. This gives ''n''&nbsp;+&nbsp;1 conditions, which matches the ''n''&nbsp;+&nbsp;1 parameters needed to specify a polynomial of degree ''n''.
 
All these collocation methods are in fact implicit [[Runge–Kutta methods]]. However, not all Runge–Kutta methods are collocation methods.