I tried to do euler's method with this problem: d w </mrow>

Arraryeldergox2

Arraryeldergox2

Answered question

2022-07-01

I tried to do euler's method with this problem:
d w d t = ( 3 w ) ( w + 1 ) , w ( 0 ) = 0 , and  t [ 0 , 5 ] . Δ t = 0.5.
But am getting weird results like for y 2 = 5.25, y 3 = 15.84375; but checked against the book but this is not correct. Can you please work out some iterations?
y 2 = 1.5 + ( 3 1.5 ) ( 1.5 + 1 ) ( 1 ) = 5.25, for example

Answer & Explanation

Marlee Norman

Marlee Norman

Beginner2022-07-02Added 18 answers

Euler's method in this case is y k + 1 = y k + Δ t ( 3 y k ) ( y k + 1 ), y 0 = 0. This gives y 2 = 3.375 and y 3 = 2.555. Note that Δ t = 0.5.

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?