Deriving a Limit from a Differential Equation: Is It Valid?

  • Context: Graduate 
  • Thread starter Thread starter StatusX
  • Start date Start date
  • Tags Tags
    Limit
Click For Summary

Discussion Overview

The discussion revolves around the validity of deriving a limit from a differential equation, specifically examining the limit as k approaches 0 in the expression (e^(kt) - a)/k. Participants explore various methods of derivation, including the use of l'Hopital's Rule, and question the treatment of constants in the integration process.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant presents a limit involving a differential equation and seeks to derive it, expressing uncertainty about the correctness of their approach.
  • Another participant suggests that l'Hopital's Rule may be applicable for evaluating the limit, indicating that the limit of the ratio can be evaluated by differentiating the numerator and denominator.
  • Some participants question the original formulation of the limit and the treatment of constants during integration, suggesting that the constants cannot be treated as independent parameters in the limit.
  • A later reply indicates that if the limit exists, it can be expressed in terms of a constant, but the exact value of that constant may depend on the context.
  • One participant acknowledges a mistake in their derivation related to the treatment of the constant of integration and revises their approach, leading to a new expression for the limit.
  • Another participant argues that the original premise is flawed and that the limit may not exist unless specific conditions (e.g., a=1) are met, questioning the relevance of the constants involved.

Areas of Agreement / Disagreement

Participants express differing views on the validity of the original limit and the treatment of constants. There is no consensus on whether the limit can be derived as initially proposed, and multiple competing interpretations of the problem remain.

Contextual Notes

Participants highlight the importance of initial conditions and the dependence of constants on parameters in the limit, indicating that assumptions made during integration may affect the validity of the derived limit.

StatusX
Homework Helper
Messages
2,570
Reaction score
2
Sorry, I don't know how to write this besides just plain text, but it shouldn't be too hard to read:

lim k->0 (e^kt-a)/k = at

It seems strange to me, and I have no idea how to derive it. Here's how I got it. Starting with:

dv/dt = a+kv

separate variables and integrate to get:

dv/(a+kv) = dt

(1/k)*ln(a+kv) = t+c (I'll set c=0 from here on)

a+kv = e^(kt)

v = (e^kt-a)/k

which is the left side of the limit. But as k goes to 0 in the original equation:

dv/dt = a

v = at

Is this right? If so, is there a better way to derive it? If not, where did I go wrong? (I know there are multiple divide by zeros, but I don't think that's the problem because k varies continuously, and the original curve could get closer and closer to a straight line as k is smaller and smaller but still greater than 0.)
 
Physics news on Phys.org
I think you mistyped your original equation but I think you're looking for l'Hopital's Rule, i.e. the limit of the ratio is the same as the limit of the ratio of the derivatives when both numerator and denominator of the original ratio tend to zero (simplified version!)
 
I don't think I mistyped. I derive it below, is there a mistake there?
 
I'm having trouble understanding your very first equation and wonder what v is.
 
Do you mean e^(kt-a)/k or (e^(kt)- a)/k??

In any case, I don't see that this has a limit. In the first case, the numerator approaches e^(-a) while the denominator goes to 0. In the second case, the numerator goes to 1-a while the denominator goes to 0.

Whatever the problem is, whether you are trying L'Hopital's rule or not, there is no point in differentiating with respect to t. The only parameter being varied is k.

You CAN show that lim(k->0)(e^(kt)- 1)/k= t by using L'Hopital's rule (differentiating with respect to k) and so you might intend showing that
lim(k->0)(e^(kat)-1)/k= at.
 
so you might intend showing that
lim(k->0)(e^(kat)-1)/k= at

Either that or
lim k->0 (ae^kt-a)/k = at,
but certainly the limit as originally posted is not valid.
 
You're right, there should be an a in front of e^kt. I set c=0 thinking it wouldn't matter, but that's the difference. Now it works with l'hospital's rule. Still, if you go through my derivation, it seems like the limit should still equal at+c for some c. Is that true?

By the way, I'm sorry if this was confusing. a and t are just parameters, and v is only used in the derivation. I adapted this from a physics problem (a was acceleration(gravity), k was the drag coefficient, etc.) where I was looking at how ideal motion is acheived as k->0. Maybe in that context it makes more sense, but I did change a few things so don't thake that too seriously.
 
Erm, well, if the limit exists, then yes, trivially there is some c such that the limit l, equals at+c, c=l-at for instance.
 
Here's what I was trying to say. I learned a little tex code to make it easier to read. This was the original limit:

[tex]\lim_{k \rightarrow 0} \\ \frac{e^{kt}-a}{k} = at[/tex]

However, I made a mistake in the derivation, not treating the constant of integration correctly, and thought it should be modified to this:

[tex]\lim_{k \rightarrow 0} \\ \frac{C_{1}e^{kt}-a}{k} = at+C_{2}[/tex]

But I didn't really think this through either, assuming the constants were completely arbitrary and that whatever I pick for [tex]C_{1}[/tex] (eg., 1, to get back my original limit), I could find another number for [tex]C_{2}[/tex] that would make the limit valid. Now I realize what the problem is. Here is my work:

[tex]\frac{dv}{dt} = k v+a[/tex]

[tex]\frac{dv}{k v+a} = dt[/tex]

Last time, I did two indefinite integrals with a constant, but since that didn't seem to work right, I tried it like this:

[tex]\int_{v_{0}}^{v} \frac{dv'}{k v'+a} = \int_{0}^{t} dt'[/tex]

where [tex]v=v(t)[/tex] and [tex]v_{0}=v(0)[/tex]

[tex]\frac{1}{k} (\ln(k v'+a)\mid_{v_{0}}^{v})= t[/tex]

[tex]\ln(k v+a)-\ln(k v_{0}+a)= k t[/tex]

[tex]\ln(\frac{k v+a}{k v_{0}+a})= k t[/tex]

[tex]\frac{k v+a}{k v_{0}+a}= e^{k t}[/tex]

[tex]k v+a=(k v_{0}+a) e^{k t}[/tex]

[tex]v(t)=\frac{(k v_{0}+a) e^{k t}-a}{k}[/tex]

Now you can see why the constant is not completely arbitrary. It depends not only on the initial conditions, but also on k, so it cannot be treated as an independent parameter in the limit.

[tex]\lim_{k \rightarrow 0} \ \frac{(k v_{0}+a) e^{k t}-a}{k}[/tex]

[tex]= \lim_{k \rightarrow 0} \ \frac{v_{0} (k e^{k t})+a (e^{k t}-1)}{k}[/tex]

This is 0/0, so by l'hospital's rule, you can differentiate the top and bottom to get:

[tex]=\lim_{k \rightarrow 0} \ \frac{v_{0} (k t e^{k t}+e^{k t})+a(t e^{k t})}{1}[/tex]

[tex]= v_{0} (0+1)+a(t (1))[/tex]

[tex]= at+v_{0}[/tex]


So replacing [tex]v_{0}[/tex] with [tex]C[/tex], the limit I was looking for is:

[tex]\lim_{k \rightarrow 0} \ \frac{(k C + a) e^{k t}-a}{k} = at+C[/tex]

This is valid, right? Thanks for the help everyone.
 
Last edited:
  • #10
The whole premise is wrong. Asking what the orginal limit is is meaningless unless a=1, obviously the limit doesn't exist unless a=1. Forget about finding these constants which is dubious at best.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
Replies
2
Views
2K
  • · Replies 0 ·
Replies
0
Views
3K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 0 ·
Replies
0
Views
5K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
2
Views
11K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 0 ·
Replies
0
Views
464