Solution to differential equation

In summary, the problem is that the student is trying to solve a differential equation and is not familiar with the chain rule. The solution is given in a form that the student is not familiar with, so he/she is confused.
  • #1
grepecs
17
0

Homework Statement


This is actually a problem from my physics textbook, but I think it's mostly a mathematical problem, which is why I post it here:

Show that the Langevin equation

1: [tex]\frac{dv}{dt}=-\gamma v+\frac{1}{m} F'(t)[/tex]

is solved by

2: [tex]v-v_0e^{-\gamma\tau}=\sum_{k=0}^{N-1}e^{{-\gamma\tau}(N-k)}\frac{1}{m}\int_0^\tau F'(k\tau+s)ds,[/tex]

where

[tex]t=N\tau.[/tex]

The Attempt at a Solution



First of all, I'm not sure how

[tex]v-v_0e^{-\gamma\tau}[/tex] can be a solution to a differential equation where the unknown variable is [tex]v[/tex], so I put the term [tex]v_0e^{-\gamma\tau}[/tex] on the right-hand side of equation 2 instead.

Next, I'm trying to take the derivative of equation 2 w.r.t. t:

[tex]-\gamma V_0e^{-\gamma t}+\sum_{k=0}^{N-1}\Big(-\gamma \frac{N-k}{N}e^{-\gamma t\frac{N-k}{N}} \frac{1}{m}\int_0^\tau F'(k\tau+s)ds+e^{-\gamma t\frac{N-k}{N}}\frac{1}{m}F'(\frac{t}{N}(k+1))\Big),[/tex]

where

[tex]F'(\frac{t}{N}(k+1))=\frac{d\int_0^\frac{t}{N} F'(k\tau+s)ds}{dt}.[/tex]

My first question is if this derivative is correct so far. If so, my second question is if I could perhaps be given some clues as how to calculate the sum.
 
Physics news on Phys.org
  • #2
grepecs said:
First of all, I'm not sure how
$$v-v_0e^{-\gamma\tau}$$ can be a solution to a differential equation where the unknown variable is ##v##
... that's not the solution.
You have to rearrange that line to get the solution v(t)=... which you seem to have done later, so what's the problem?

Next, I'm trying to take the derivative of equation 2 w.r.t. t:
Use the chain rule and differentiate wrt ##\tau## ...less messy.
my second question is if I could perhaps be given some clues as how to calculate the sum.
... you want to be able to show that the 1st derivative you just worked out is the same as the RHS of the DE. But it looks like you have canceled out the integral for some reason ... notice that it is a definite integral, and not wrt ##\tau##?
 
  • Like
Likes grepecs
  • #3
Simon Bridge said:
... that's not the solution.
You have to rearrange that line to get the solution v(t)=... which you seem to have done later, so what's the problem?

Just confusion on my part. It's my textbook that claims the solution to the differential equation can be written in that form.

Simon Bridge said:
... you want to be able to show that the 1st derivative you just worked out is the same as the RHS of the DE. But it looks like you have canceled out the integral for some reason ... notice that it is a definite integral, and not wrt ##\tau##?

Ok, so differentiating w.r.t. [itex]\tau[/itex] the chain rule gives me, first of all, that

[tex]\frac{d\int_{0}^{\tau}F'(k\tau+s)ds}{dt} =\frac{1}{N}(k+1)F'(\tau(k+1)).[/tex]

Is this correct? I'm not very familiar with the chain rule, actually (I had to look it up).
 
  • #4
Puzzling, the chain rule is usually taught in year 1 calculus classes, right after the product and quotient rules.
Are you self-taught? $$\frac{dv}{dt} = \frac{d\tau}{dt}\frac{dv}{d\tau}$$

Changing variable in the DE by the chain rule:
$$\frac{dv}{dt} = \gamma v + \frac{1}{m}F'(t) \implies N\frac{dv}{d\tau} = \gamma v + \frac{1}{m}F'(\tau): \tau=Nt$$

The proposed solution:
$$v-v_0e^{-\gamma\tau} = \Sigma \cdots$$... too lazy to write out the whole sum... but taking the derivative of both sides:
$$\begin{aligned}
N\frac{dv}{d \tau} + v_0\gamma e^{-\gamma \tau} &= \sum_{k=0}^{N-1} \left[
e^{\gamma \tau(N-k)}\frac{d}{d \tau}\int_0^\tau F'(k\tau+s)\;\text{d}s \;\;
-\gamma(N-k)e^{-\gamma\tau(N-k)}\int_0^\tau F'(k\tau+s)\;\text{d}s \right] \\

& = N\gamma v + \frac{N}{m}F'(\tau) + v_0\gamma e^{-\gamma\tau}
\end{aligned}
$$

... something like that. Check my work.
So the summation (above) has to come out to the last line.
1st you want to figure out if you can take the derivative inside the integration.
i.e. can you say: $$\frac{d}{d\tau}\int_0^\tau F'(k\tau+s)\;\text{d}s = \int_0^\tau \left(\frac{d}{d\tau}F'(k\tau+s)\right)\;\text{d}s$$ ... if you can, you can use the chain rule on the integrand, which will go some way to simplifying the calculation.
Can you simplify further by, say, cancelling terms?

The way to get rid of the summation, usually, is either to show that it converges to the part that is not the sum, or see if you can make the sum here look like the RHS of the proposed solution.
I don't see it being nice.

The other approach is just to solve the E yourself and show that the solution you get it the same as theirs.
 
  • Like
Likes grepecs
  • #5
I'm not self-taught and have, now that I think about it, indeed used the chain rule before. It is, however, definitely one of the rules of differentiation that I've had the least practice on.

Ok, so I checked your work and get

[tex]\frac{dv}{d\tau}=-N\gamma v_0 e^{-\gamma\tau N}-\gamma\sum_{k=0}^{N-1}\Big((N-k)e^{-\gamma\tau (N-k)}\frac{1}{m}\int_0^\tau F'(k\tau+s)ds\Big)+\sum_{k=0}^{N-1}\Big(e^{-\gamma\tau (N-k)}\frac{1}{m}\frac{d}{d\tau}\int_0^\tau F'(k\tau+s)ds\Big)\\
=-N\gamma v+\frac{N}{m}F'(\tau N)[/tex]

If I can somehow cancel the [itex]-k[/itex] in the first sum, I will at least have [itex]-N\gamma v[/itex]. I'm thinking that maybe the derivative w.r.t. [itex]\tau[/itex] of the integral in the second sum will give a term containing a factor [itex]k[/itex] times said integral, but I simply don't understand how to apply the chain rule to this integral. Wolphram Alpha suggests that

[tex]\frac{d}{d\tau}\int_0^\tau F'(k\tau+s)ds\Big)=\int_0^\tau k\frac{d}{d\tau}F'(k\tau+s)ds+F'(\tau(k+1)),[/tex]

but I don't know why and it doesn't quite give me what I want anyway (the derivative of [itex]F'[/itex] messes things up).
 
Last edited:
  • #6
grepecs said:
Error. How do I remove posts?
You have the option of editing or deleting your posts. Check out the lower left hand corner of the message after it has been posted to the thread.
 

1. What is a differential equation?

A differential equation is a mathematical equation that describes the relationship between a function and its derivatives. It is used to model and solve various real-world problems in fields such as physics, engineering, and economics.

2. What is the difference between an ordinary and partial differential equation?

An ordinary differential equation involves only one independent variable, while a partial differential equation involves multiple independent variables. Ordinary differential equations are usually used to model systems that vary with respect to time, while partial differential equations are used to model systems that vary with respect to multiple independent variables.

3. How do you solve a differential equation?

The method for solving a differential equation depends on its type and order. Some common methods include separation of variables, Euler's method, and Laplace transforms. It is important to first identify the type and order of the differential equation before choosing an appropriate method for solving it.

4. What is the role of initial conditions in solving a differential equation?

Initial conditions are values given to the dependent variable and its derivatives at a specific point in the domain of the differential equation. These conditions are necessary for finding a particular solution to the equation, as they help to determine the unknown constants in the solution.

5. Can a differential equation have multiple solutions?

Yes, a differential equation can have multiple solutions. This is because the general solution of a differential equation often contains arbitrary constants that can take on different values, resulting in different solutions. It is important to specify initial conditions in order to find a unique solution to the equation.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
705
  • Calculus and Beyond Homework Help
Replies
2
Views
577
  • Calculus and Beyond Homework Help
Replies
0
Views
166
  • Calculus and Beyond Homework Help
Replies
4
Views
601
  • Calculus and Beyond Homework Help
Replies
7
Views
284
  • Calculus and Beyond Homework Help
Replies
3
Views
492
  • Calculus and Beyond Homework Help
Replies
3
Views
416
  • Calculus and Beyond Homework Help
Replies
1
Views
344
  • Calculus and Beyond Homework Help
Replies
1
Views
443
  • Calculus and Beyond Homework Help
Replies
2
Views
497
Back
Top