How Do Differential Equations Model Learning Performance Over Time?

ThomasMagnus
Messages
138
Reaction score
0

Homework Statement



Model for learning in the form of a differential equation:

\frac{dP}{dt}= k(M-P)

Where P(t) measures the performance of someone learning a skill after training time (t), M is the maximum level of performance, and k is a positive constant. Solve this differential equation to find an expression for P(t). What is the limit of this expression?


Homework Equations





The Attempt at a Solution



I think I am doing this problem the correct way. However, my textbook uses a different method. Would you be able to confirm if I am do this correctly?

dP=k(M-P)dt
\frac{dP}{M-P} = kdt

\int\frac{dP}{M-P} = k \int dt

for \int\frac{dP}{M-P} let u=M-P, du=-dP

-\int\frac{1}{u} du= -ln|M-P|

-ln|M-P|=kt+C
ln|M-P|=-kt-c
e^(-kt-c)=|M-P|
\pme^(-kt)*e^(-c) =M-P
\pm e^(-c) is a constant so call it A
M-Ae^(-kt)=P(t)
as t→∞ P→M

The book does something different. At the very start they say: \int\frac{dP}{P-M} = \int -kdt and get a final answer of: P(t)= M+Ae^(-kt). Are these answers equivalent because we can just say -A is another constant?
 
Physics news on Phys.org
So then it would be: let -A=D

M+De^(-kt)=P(t)
 
Per PF rules, you shouldn't bump a thread earlier than 24 hours after you post it. If you need to make a change, just edit your post.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top