Reducing u(t)+Int(0->t) to Differential Equation

yukcream
Messages
59
Reaction score
0
How to reduce the equation: Show how the equation u(t)+Int( 0->t) {[e^a(t-t1)]u(t1)}dt1 = k can be reduced to a differential equation and obtain an intial condidtion for the equation.

Remarks: Int(0->t): integral from 0 to t !
 
Physics news on Phys.org
Evaluate your equation at t=0. What does that say about u(0)?

Differentiate your equation to get your differential equation.
 
arildno said:
Evaluate your equation at t=0. What does that say about u(0)?

Differentiate your equation to get your differential equation.

Yes I know I have to differential but if the diff. it with respect to t , what will happen to the second term on the left hand side?
 
yukcream said:
Yes I know I have to differential but if the diff. it with respect to t , what will happen to the second term on the left hand side?
Use the Leibniz Integral Rule.
\frac{d}{dt}\int_{a(t)}^{b(t)}f(x,t)dx=\int_{a(t)}^{b(t)} <br /> \partial_tf(x,t)dx+f(x,t)\partial_tx|_{x=a(t)}^{x=b(t)}
\frac{d}{dt}\int_{a(t)}^{b(t)}f(x,t)dx=\int_{a(t)}^{b(t)} <br /> \frac{\partial}{\partial t}f(x,t)dx+f(x,t){\partial x}{\partial t}\right|_{x=a(t)}^{x=b(t)}
http://mathworld.wolfram.com/LeibnizIntegralRule.html
for the initial condition you should know that
\int_0^0 f(x) dx=0
 
Last edited:
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top