Purchase Solution

Runge-Kutta Method Errors

Not what you're looking for?

Ask Custom Question

Question:
How does this compare with the theoretical rate of convergence of 0(H2). Explain your result as best as you can?

Data:
We used the Runge-Kutta method to solve
y'(x) = - y(x) + x^0.1[1.1 + x], y(0) = 0
whose solution is y(x) = x^1.1. We solved the equation on [0,5] and we printed the errors at x = 1,2,3,4,5. We used stepsize h-0.1, 0.05, 0.0024, 0.0125, 0.00625. We calculated the ratios by which the errors decrease when h is halved.

The ratios by which the errors decrease when h is halved (see attached).

Attachments
Purchase this Solution

Solution Summary

The Runge-Kutta method errors are compared with theoretical rates of convergence.

Solution Preview

The answer is (assuming your implementation is correct and your results are correct), that the results do not match to the theoretical prediction. Theory says O(h^2), but your ...

Purchase this Solution


Free BrainMass Quizzes
Solving quadratic inequalities

This quiz test you on how well you are familiar with solving quadratic inequalities.

Multiplying Complex Numbers

This is a short quiz to check your understanding of multiplication of complex numbers in rectangular form.

Know Your Linear Equations

Each question is a choice-summary multiple choice question that will present you with a linear equation and then make 4 statements about that equation. You must determine which of the 4 statements are true (if any) in regards to the equation.

Probability Quiz

Some questions on probability

Graphs and Functions

This quiz helps you easily identify a function and test your understanding of ranges, domains , function inverses and transformations.