Advanced Engineering Mathematics: Euler Method

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
think4432
Messages
62
Reaction score
0
Do 10 steps. Solve the problem exactly. Compute the error (Show all details).

The problems says do 10 steps, but 3-4 steps will suffice!

Problem: y(prime) = (y-x)^2
y(0) = 0
h = 0.1

I don't understand how to get the exact solution and what to do from there!
I know that,
f(x,y) = (y-x)^2

And that u = (y-x)

But from there, I am stuck!

Help!
 
Physics news on Phys.org
The differential equation can be solved. However it's not a very obvious solution since it is not linear.

However you can get a bound on the error if you think about the problem in terms of Taylor series. Specifically what's the difference in using Euler's method versus a Taylor series?
 
Feldoh said:
The differential equation can be solved. However it's not a very obvious solution since it is not linear.

However you can get a bound on the error if you think about the problem in terms of Taylor series. Specifically what's the difference in using Euler's method versus a Taylor series?

I don't think we're learning about Taylor series, but I just don't understand how we would solve the DE...

I can probably apply to Euler's method after solving it...