Whitehurst & Son sundial (1812)

From formulasearchengine
Revision as of 21:08, 25 January 2014 by en>ClemRutter (Checked no conflict of interest- just being courteous: Gerry you may like to look at some of the Hovercraft articles and see if there is anything to add)
Jump to navigation Jump to search

In mathematics, Lady Windermere's Fan is a telescopic identity employed to relate global and local error of a numerical algorithm. The name is derived from Oscar Wilde's play Lady Windermere's Fan, A Play About a Good Woman.

Lady Windermere's Fan for a function of one variable

Let E(τ,t0,y(t0)) be the exact solution operator so that:

y(t0+τ)=E(τ,t0,y(t0))y(t0)

with t0 denoting the initial time and y(t) the function to be approximated with a given y(t0).

Further let yn, n,nN be the numerical approximation at time tn, t0<tnT=tN. yn can be attained by means of the approximation operator Φ(hn,tn,y(tn)) so that:

yn=Φ(hn1,tn1,y(tn1))yn1 with hn=tn+1tn

The approximation operator represents the numerical scheme used. For a simple explicit forward euler scheme with step witdth h this would be: ΦEuler(h,tn1,y(tn1))y(tn1)=(1+hddt)y(tn1)

The local error dn is then given by:

dn:=D(hn1,tn1,y(tn1)yn1:=[Φ(hn1,tn1,y(tn1))E(hn1,tn1,y(tn1))]yn1

In abbreviation we write:

Φ(hn):=Φ(hn,tn,y(tn))
E(hn):=E(hn,tn,y(tn))
D(hn):=D(hn,tn,y(tn))

Then Lady Windermere's Fan for a function of a single variable t writes as:

yNy(tN)=j=0N1Φ(hj)(y0y(t0))+n=1Nj=nN1Φ(hj)dn

with a global error of yNy(tN)

Explanation

yNy(tN)=yNj=0N1Φ(hj)y(t0)+j=0N1Φ(hj)y(t0)=0y(tN)=yNj=0N1Φ(hj)y(t0)+n=0N1j=nN1Φ(hj)y(tn)n=1Nj=nN1Φ(hj)y(tn)=n=0N1Φ(hn)y(tn)n=NN[j=nN1Φ(hj)]y(tn)=j=0N1Φ(hj)y(t0)y(tN)=j=0N1Φ(hj)y0j=0N1Φ(hj)y(t0)+n=1Nj=n1N1Φ(hj)y(tn1)n=1Nj=nN1Φ(hj)y(tn)=j=0N1Φ(hj)(y0y(t0))+n=1Nj=nN1Φ(hj)[Φ(hn1)E(hn1)]y(tn1)=j=0N1Φ(hj)(y0y(t0))+n=1Nj=nN1Φ(hj)dn

See also

Template:Lady Windermere's Fan