Trying to understand the proof that the numerical method of solving differential equation x_(i+1)=x_i+tau_iF(t_i+tau_i/2,x_(i+1/2))
Sincere Garcia
Answered question
2022-09-27
Trying to understand the proof that the numerical method of solving differential equation
which seems to be the Cauchy-Euler's method. I am stuck with the Taylor approximation of
Here it is OK for me. I also understand, why . But why ??? I am a little frustrated about this. Normally I am more into computer science and some mathematical concepts can be missing, so sorry for possible trivial or illposed question, thanks for patience :)
Answer & Explanation
Terahertztl
Beginner2022-09-28Added 8 answers
This is really a matter of applying the multivariable chain rule, and being clear on what your notation means. Hopefully you know that means the function you get when you differentiate with respect to its first argument, and means the value of this function when you evaluate it at the point , and likewise for the other symbols. So, if you directly apply the chain rule, you get the following:
But notice that we also have . So, substituting this, we get
Cindy Noble
Beginner2022-09-29Added 1 answers
Consider as a function of and : then we have
The last term in the last line of the above equality is obtained by using the chain rule.