Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

The following equations are part of a proof showing how the global error $E_i$ can be related to the truncation error $T_i$ when solving initial value problems. $L$ is the Lipschitz constant.

If $|E_{i+1} \leq |E_i|(1+hL) + h(T_i)$

then it follow by induction that

$|E_i| \leq \frac{T}{L}[(1 + hL)^i - 1]$, $i = 0, 1, 2,...,N$

I can see that for the base case when $i = 0$, i.e. iteration $0$ where the global error and truncation error are zero, that we will have $0 = 0$ and the statements holds but I can't prove the inductive case.

I always have problems with induction, does anyone know how induction can be performed here?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.