Solving an Initial Value Problem Using Euler's Method

Click For Summary
SUMMARY

The discussion focuses on solving the initial value problem defined by the differential equation y' = 2y - x with the condition y(11) = 6 using Euler's Method. The correct interpretation of the initial condition is clarified, establishing that y0 = 6 and x0 = 11. The formula for Euler's Method, yn = yn-1 + F(xn-1, yn-1)(h), is confirmed as the appropriate approach for iterative calculations with a step size of h = 0.2.

PREREQUISITES
  • Understanding of differential equations and initial value problems
  • Familiarity with Euler's Method for numerical solutions
  • Basic knowledge of iterative numerical methods
  • Ability to perform calculations with specified step sizes
NEXT STEPS
  • Explore the application of Runge-Kutta methods for improved accuracy
  • Learn about error analysis in numerical methods
  • Study the implementation of Euler's Method in programming languages like Python
  • Investigate the convergence properties of numerical solutions
USEFUL FOR

Students and professionals in mathematics, engineering, and computer science who are interested in numerical methods for solving differential equations.

Mitchtwitchita
Messages
187
Reaction score
0
When solving the initial value problem y ' = 2y-x, y(11)=6 using Eulers method with h=0.2, y0=?

I know how to solve Euler's equations with the formula yn = yn-1 + F(xn-1 + yn-1)(h), however I'm not quite sure how or what they want in this particular case. Can anybody please help me out if you have an incline? Thanks.
 
Physics news on Phys.org
Since you are told "y(11)= 6", obviously y0= 6 (and x0= 11).
 
Thanks HallsofIvy! I thought that it meant the eleventh y was 6.
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
5K
  • · Replies 38 ·
2
Replies
38
Views
12K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
20
Views
4K
  • · Replies 2 ·
Replies
2
Views
6K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
5K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K