Thank you very much for this great lecture ❤🤍🖤. Homework: In time 7:29: That's a great homework exercise for you to do the steps calculating the error order of the Forward Euler method for the Backward Euler method, and convince yourself that the order of the error remains 2. Hints: 1- you can use Taylor series expansion for f(x(k+1)) over xk (e.g. f(x(k+1)) = f(xk) + f'(xk)dx + ..., where dx = x(k+1)-xk. 2- To calculate dx based on dt, you may use the Taylor expansion of the "true" x(k+1).
@benceweisz10632 жыл бұрын
I think another method is to consider x(t_k + (dt) + (-dt)) = x(t_k+1 - dt) = x(t_k). This will give ensure that the expansion is evaluating the derivatives at t_k+1. Then all you have to do is rearange to get x(t_k+1) on the LHS, after which you essentially get the backward euler step after substituting dx/dt(t_k+1) with f(x_k+1)
@saras756 Жыл бұрын
This was precisely the information I was looking for, very-well explained! Thank you! :)
@Eigensteve Жыл бұрын
Thanks for watching!
@РоманЧуднов-ъ8к2 жыл бұрын
sometimes I forget to like because I'm in a hurry to watch the next lecture
@oddRhymes2 жыл бұрын
Subbed, liked, commented!
@hoseinzahedifar15622 жыл бұрын
In time 4:48: "... this scheme is second order accurate in dt ...": I agree with you that the order of dt is second for the error term of the Backward Euler method. However, I think the order of the accuracy is 1 (the order of accuracy = the order of error -1). Don't you think so?
@pranjal86able2 жыл бұрын
so is he writing on glass with markers? what is the setup here?
@zildjiandrummer12 жыл бұрын
They write everything normally on a clear board with the camera on the other side of the board, then in a video editor they flip the entire frame about the vertical axis so it's not backwards. You're actually seeing the person reversed right now.
@XenoZeduX2 жыл бұрын
His colleague Nathan Kutz has a video in his channel explaining the setup and process I think NancyPi utilizes something similar
@sergeipravosud18482 жыл бұрын
Nice video, thanks!
@gemy61882 жыл бұрын
thanks, prof for this clarity, I hope you can help me to solve (∂ t T + ⃗u · ∇ T = ∆ T) with Euler forward for R.B. convection, or if you have already done this before can you please redirect me to this video.