An Unsolvable Differential Calculus Problem: What is the Limit?”

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
12 replies · 2K views
laminar
Messages
15
Reaction score
0
This is biological application question, so the limit can't be negative infinity, which is what I would use as my answer for a regular question.

The rate at which substance is eliminated from the body is proportional to the amount of substance present, and satisfies the differentail equation dx/dt=a-bx, where a and b are positive constants. What is the limiting concentration of substance(limit as t goes to infinity of x(t))?

Can't integrate for this because it's a course on differential calculus only. Any pointers?
 
Physics news on Phys.org
Rate of change is zero... So, x=a/b when the limiting concentration is reached. What do I do with this?

Thank you for replying so fast
 
But then another part of the question asks the time it takes to reach half of the limiting concentration... I'm lost.
 
Yes, I know that I would find the time by x=x0e^kt.
 
laminar said:
Yes, I know that I would find the time by x=x0e^kt.
No, you don't, because your diff.eq is slightly different!
First, do the following rewriting of your diff.eq:
[tex]\frac{dx}{dt}=-b(x-\frac{a}{b})[/tex]
with initial condition: [tex]x(0)=x_{0}[/tex]

Then, introduce the new variable [itex]y(t)=x(t)-\frac{a}{b}\to\frac{dy}{dt}=\frac{dx}{dt}[/tex]<br /> <br /> Thus, your diff.eq can be written as:<br /> [tex]y(t)=-by(t)\to{y}(t)=Ae^{-bt}\to{x}(t)=\frac{a}{b}+Ae^{-bt}[/tex]<br /> where A is a constant to be determined by the initial condition:<br /> [tex]x_{0}=x(0)=\frac{a}{b}+A\to{A}=x_{0}-\frac{a}{b}[/tex]<br /> <br /> Therefore, your solution is:<br /> [tex]x(t)=\frac{a}{b}+(x_{0}-\frac{a}{b})e^{-bt}[/tex]<br /> <br /> Now, you are to find the time T, so that [tex]x(T)=\frac{x_{0}}{2}[/tex]<br /> <br /> We therefore have to solve the following equation for T in terms of the other parameters:<br /> [tex]\frac{x_{0}}{2}=\frac{a}{b}+(x_{0}-\frac{a}{b})e^{-bT}[/tex]<br /> Can you do that?[/itex]
 
I'm sorry. I thought the question was to find the time T so that you have half the INITIAL concentration.
In order to find the time t* to half the limiting concentration, adjust the last step accordingly.
 
Last edited:
Ah, much thanks. Forgive me, I'm an arts student taking math courses.
 
Yeah I get how to find t, but I still don't get how to find the limiting concentration.