How to Solve K'(T) = k(M-K(t)) Using Given Values?

  • Context: Undergrad 
  • Thread starter Thread starter chaotixmonjuish
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
chaotixmonjuish
Messages
284
Reaction score
0
I'm not even sure how to start this question

K'(T)=k(M-K(t))
M=total knowledge

suppose that:
M=100
K(0)=0
and
K(2)=50

does this mean
k'(0)=k(100-0)
and
k'(2)=K(100-50)
 
Physics news on Phys.org
This looks like one of those ODE modeling questions. I think you have to elaborate more on what K, k, T and t are. More specifically tell us which variables the aforementioned functions are of. And K'(T) is dK/dt or dK/dT ?
 
K(t)is the total knowledge about how to perform at task at time t

K'(t) or the rate of change in K(t) is proportional to what we do not know yet or
K'(t)=k(M-K(t)) where M is total knowledge

it takes two years to learn 50% of the task, how long does it take to learn 75%
 
Ok I take it that M is a constant and not a function of t and T and t are the same thing. k is also an unknown constant. So you have:

[tex]\frac{dK}{dt} = k(M-K)[/tex]

So this is a 1st order ODE. It's clearly separable. Solve it for K(t) and plug in the given values of K(0) and K(2) to solve for the constant of integration and k.