Use Euler method to determine the approximation of given problem

chwala
Gold Member
Messages
2,825
Reaction score
413
Homework Statement
see attached
Relevant Equations
Numerical methods
1712700876019.png


There is a mistake in my opinion on the text. In my working i have,

##y_1= 3 + 0.2 e^{\cos1} = 3+ 0.54357 = 3.54357##
##y_2 = 3.54357 + 0.2 e^{\cos 1.2} = 4.0871##
##y_3 = 4.0871 + 0.2 e^{\cos 1.4} = 4.6305##

I also noted that we do not have an exact solution for this problem.
 
Last edited:
Physics news on Phys.org
chwala said:
Homework Statement: see attached
Relevant Equations: Numerical methods

View attachment 343068

There is a mistake in my opinion on the text. In my working i have,

##y_1= 3 + 0.2 e^{\cos1} = 3+ 0.54357 = 3.54357##
##y_2 = 3.54357 + 0.2 e^{\cos 1.2} = 4.0871##
##y_3 = 4.0871 + 0.2 e^{\cos 1.4} = 4.6305##
It's given that ##y_1 = 3## when ##x_1 = 1##
##y_2 = 3 + 0.2e^{\cos(1)} \approx 3.343305## which agrees with the value shown in the image.
 
Mark44 said:
It's given that ##y_1 = 3## when ##x_1 = 1##
##y_2 = 3 + 0.2e^{\cos(1)} \approx 3.343305## which agrees with the value shown in the image.
aaaaaaaah hahaha i was using degrees instead of radians. Silly of me :wink: @Mark44 do we have an exact solution to this problem?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top