Solve the homogenous Neumann problem

  • A
  • Thread starter chwala
  • Start date
  • Tags
    Neumann
Is there a mistake here...did the author mean taking partial derivative with respect to ##t##? is ##\dfrac{d}{dt}## a mistake? How did that change to next line ##\dfrac{∂}{∂t}##... unless i am the one missing something here.The author meant taking a derivative with respect to t. When they moved the derivative operation inside the integral, they realized that they now had more than one variable and so switched to the partial derivative notation. The total derivative is correct.f
  • #1

chwala

Gold Member
2,370
303
TL;DR Summary
See attached
I am going through this notes and i would like some clarity on the highlighted part...the earlier steps are pretty easy to follow...
1663579236438.png


1663579320877.png


Is there a mistake here...did the author mean taking partial derivative with respect to ##t##? is ##\dfrac{d}{dt}## a mistake? How did that change to next line ##\dfrac{∂}{∂t}##... unless i am the one missing something here. Cheers guys.
 
Last edited:
  • #2
Its just a notation convention, taking the partial is the same as taking a derivative.

As you move the derivative operation inside the integral, you realize that you now have more than one variable and so switch to the partial derivative notation and that you are not taking the derivative of x ie x is independent of t.
 
  • #3
Its just a notation convention, taking the partial is the same as taking a derivative.

As you move the derivative operation inside the integral, you realize that you now have more than one variable and so switch to the partial derivative notation and that you are not taking the derivative of x ie x is independent of t.
Thanks for that...considering it as a 'notation convention' makes sense. I was lingering there for some time trying to figure out on what's happening man...:biggrin: thanks @jedishrfu. Bingo!
 
  • #4
Is there a mistake here...did the author mean taking partial derivative with respect to ##t##? is ##\dfrac{d}{dt}## a mistake? How did that change to next line ##\dfrac{∂}{∂t}##... unless i am the one missing something here. Cheers guys.

[itex]\int_0^l u(x,t)\,dx[/itex] is a function only of [itex]t[/itex], in the same way that [itex]\int_a^b f(x)\,dx[/itex] is just a number: the result of a definite integration is not a function of the dummy variable. So the total derivative is correct. When we swap the order of integation with respect to [itex]x[/itex] and differentiation with respect to [itex]t[/itex] we have by the definitions of total and partial differentiation that [tex]
\begin{split}
\frac{d}{dt}\int_0^l u(x,t)\,dt &=
\lim_{h \to 0} \frac{1}{h}\left(\int_0^l u(x,t+h)\,dx - \int_0^l u(x,t)\,dx\right) \\
&= \int_0^l \lim_{h \to 0} \frac{u(x,t+h) - u(x,t)}{h}\,dx \\
&= \int_0^l u_t(x,t)\,dt.\end{split}[/tex]
 
  • Informative
  • Like
Likes DrClaude and chwala

Suggested for: Solve the homogenous Neumann problem

Back
Top