Solving IVP with Euler's Method: Step Size h = 0.1

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
Ed Aboud
Messages
200
Reaction score
0
Hi all.

Could someone give me a hand with this:

Using Euler's method find an approximate solution to the IVP using step size h = 0.1

[tex]\frac{dy}{dx} = 4xy + 3[/tex] , [tex]y(0)=0[/tex]

I know how to use Euler's method for something simple like [tex]\frac{dy}{dx} = x + y[/tex]
But I'm just not to sure what to take as the [tex]f(x,y)[/tex].

Is it just simply [tex]f(x,y) = 4xy + 3[/tex]

Thanks for any help.
 
Physics news on Phys.org
Ok cool.
Thanks for the help!