Euler's Method with Initial Values: y_{1,0}=1 and y_{2,0}=1

Click For Summary
SUMMARY

The discussion focuses on applying Euler's Method to a system of differential equations defined by the initial conditions y_{1,0}=1 and y_{2,0}=1. The equations presented are y_{1}' = y_{2} and y_{2}' = 2y_{2} - y_{1} + 4t. Using a step size of h=0.1, the calculation for y_{1,1} yields a result of 1.1. However, the value of y_{2,1} remains unclear, prompting further inquiry into the correct application of the method and the interpretation of the variables involved.

PREREQUISITES
  • Understanding of Euler's Method for numerical solutions of differential equations
  • Familiarity with first-order differential equations and their systems
  • Basic knowledge of initial value problems in calculus
  • Ability to interpret mathematical notation and variable definitions
NEXT STEPS
  • Study the derivation and application of Euler's Method in detail
  • Explore the implications of step size on the accuracy of numerical solutions
  • Investigate the behavior of systems of differential equations
  • Learn about alternative numerical methods such as Runge-Kutta for comparison
USEFUL FOR

Students and professionals in mathematics, engineering, and physics who are working with numerical methods for solving differential equations, particularly those interested in Euler's Method and initial value problems.

leopard
Messages
123
Reaction score
0
[tex]y_{2,n} + 0.1(2y_{2,n} - y_{1,n} + 4t)[/tex]

If [tex]y_{1,0}=1[/tex] and [tex]y_{2,0}=1[/tex], what is [tex]y_{2, 0.1}[/tex]?

1.1 or 1.14?
 
Physics news on Phys.org
Your notation is a bit confusing. Normally an index "n" refers to integer values. What is it here? In other words, what does y2,0.1 mean? Also there is no equation. What is that expression supposed to be equal to? And, finally, what is "t" here?
 
x'' - 2x' + x = 4t, x(0) = 1, x'(0)=1

Introducing [tex]y_1 = x[/tex] and [tex]y_2 = x'[/tex]

we have the system

[tex]y_1 ' = y_2[/tex]

[tex]y_2 ' = 2y_2 - y_1 + 4t[/tex]

right?

Using Euler's method with step size h=0.1, we get

[tex]y_{1, n+1} = y_{1, n} + 0.1y_{2,n}[/tex]

[tex]y_{2,n + 1} + 0.1(2y_{2,n} - y_{1,n} + 4t)[/tex]

It's easy to see that [tex]y_{1, 1} = 1 + 0.1 \cdot 1 = 1.1[/tex], but what is [tex]y_{2,1}[/tex]?
 
Last edited:

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K