Understanding the RK Derivation Intuitively

  • Thread starter Thread starter bangthatdrum
  • Start date Start date
  • Tags Tags
    Derivation
bangthatdrum
Messages
11
Reaction score
0
Im looking at the RK derivation and as part of that I know it is the case that:

y'' = partial f / partial x + partial f / partial y * y'

But at an intuitive level I cannnot understand why. How does the second derivative equal the sum of the two partial derivatives times the first?
 
Physics news on Phys.org


Please ignore this.
 


Numerical initial value techniques such as Runge-Kutta address the problem of approximating y(t) where the value of y(t) is known at some initial point t0 and where time derivative of y(t) is a function of the variable of interest and time:

\aligned<br /> y&#039;(t) &amp;\equiv \frac{dy(t)}{dt} = f(t,y(t)) \\[4pt]<br /> y(t_0) &amp;= y_0<br /> \endaligned


Suppose some function g(t,y) is a differentiable function of t and y, by which I mean that the partial derivatives of g with respect to t and to y exist at all points where g is defined. Now suppose that y is a function of t. The total derivative of g with respect to t is given by

\frac{dg(t,y(t))}{dt} = \frac{\partial g(t,y)}{\partial t} + \frac{\partial g(t,y)}{\partial y}\frac{dy}{dt}

With this, the second time derivative of y is

y&#039;&#039;(t) = \frac{dy&#039;}{dt} = \frac{df(t,y(t))}{dt} = \frac{\partial f(t,y)}{\partial t} + \frac{\partial f(t,y)}{\partial y}\frac{dy}{dt}

But we already know dy/dt: It is f(t,y). Thus

y&#039;&#039;(t) = \frac{\partial f(t,y)}{\partial t} + \frac{\partial f(t,y)}{\partial y}f(t,y)
 


bangthatdrum said:
Please ignore this.
Too late.
 


Thank you D H. This is wonderful.
 

Similar threads

Replies
7
Views
1K
Replies
1
Views
2K
Replies
6
Views
2K
Replies
9
Views
2K
Replies
3
Views
3K
Replies
4
Views
3K
Replies
3
Views
3K
Back
Top