0% found this document useful (0 votes)
323 views1 page

Tutorial 14 - Heun's Method PDF

This document provides 3 numerical analysis problems to solve using Heun's method. The first problem involves solving an initial value problem with the equation (x^2 + y^2)dy/dx - xy = 0 from 0 to 2 with a step size of 0.5. The second problem solves dy/dx = x^2 + y^2 from 0 to 1 with a step size of 0.25. The third problem solves dy/dx = e^-y from 0 to 0.5 with a step size of 0.1. All problems are to be solved using Heun's method and provide the initial condition y(0).

Uploaded by

sam19961
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
323 views1 page

Tutorial 14 - Heun's Method PDF

This document provides 3 numerical analysis problems to solve using Heun's method. The first problem involves solving an initial value problem with the equation (x^2 + y^2)dy/dx - xy = 0 from 0 to 2 with a step size of 0.5. The second problem solves dy/dx = x^2 + y^2 from 0 to 1 with a step size of 0.25. The third problem solves dy/dx = e^-y from 0 to 0.5 with a step size of 0.1. All problems are to be solved using Heun's method and provide the initial condition y(0).

Uploaded by

sam19961
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Tutorial 14

NUMERICAL ANALYSIS (ECS3223)

1. Use Heun’s method to solve the following initial value problem

x 2
 y2  dy
dx
 xy  0 and y(0)  1

with interval 0  x  2 and a step size h  0.5 .

2. Use Heun’s method to solve the following initial value problem

dy
 x 2  y 2 and y(0)  1
dx

with interval 0  x  1 and a step size h  0.25 .

3. Use Heun’s method to solve the following initial value problem

dy
 e y and y(0)  0
dx

with interval 0  x  0.5 and a step size h  0.1 .

Faculty of Engineering and Built Environment, SEGi University Kota Damansara


Prepared by: Fatin Nur Diana binti Abu Samah

You might also like