Initial-Value Problem : Euler and Runge-Kutta Method
Solve the following initial value problem by Euler's method using h = 0.1. Find an error by comparing to exact solution. Then solve it by the Runge-Kutta method. Find an error. dy/dx = 3xy²; y(0) = 1; 0 ≤ x ≤ 1
Root finding for Nonlinear Equations: Newton's Method
See attachment!
Nonlinear Equations : Esimating Roots by Newton's Method and Rate of Convergence
Please see the attached file for the fully formatted problem. 19. Show that x = tan^-1(x) has a solution alpha. Find an interval [a,b] containing alphasuch ythat for every x E [a,b] the iteration xn+1 = 1 + tan^-1(xn) n>=0 will converge to alpha. Calculate the first few iterates and estimate the rate of convergence.
Rootfinding for Nonlinear Equations
See attachment!
Rootfinding for Nonlinear Equations: Newton's Method
See attachment!
from the book. ELEMENTARY NUMERICAL ANALYSIS by ATKINSON. HAN
8.(a) As another approximation to I(f) = integrand from a to b f(x)dx, replace f(x) by the constant f[(a+b)/2] on the entire interval a ≤ x ≤ b. Show that this leads to the numerical integration formula M1( f ) = (b-a) f((a+b) / 2),. graphically illustrate this approximation. (b)In anology with the derivation ...continues
ELEMENTARY NUMERICAL ANALYSIS by ATKINSON HAN
Please see the attached file for full problem description.