Constant Doubling Time Functions: Exponential vs. Linear | Homework Help

  • Thread starter Thread starter physicsernaw
  • Start date Start date
  • Tags Tags
    Time
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
2 replies · 2K views
physicsernaw
Messages
41
Reaction score
0

Homework Statement


The only functions with a constant doubling time are the exponential functions P0ekt with k > 0. Show that the doubling time of linear function f(t) = a(t) + b at time t0 is t0 + b/a.

Homework Equations


n/a

The Attempt at a Solution



With initial time t0, P = at0 + b

At some time t, P is doubled: at + b = 2P

t = (2P - b)/a

Plug in P and simplify:

t = (2at0 + b)/a
t = 2t0 + b/a

What am I doing wrong?
 
Physics news on Phys.org
physicsernaw said:

Homework Statement


The only functions with a constant doubling time are the exponential functions P0ekt with k > 0. Show that the doubling time of linear function f(t) = a(t) + b at time t0 is t0 + b/a.

Homework Equations


n/a

The Attempt at a Solution



With initial time t0, P = at0 + b

At some time t, P is doubled: at + b = 2P

t = (2P - b)/a

Plug in P and simplify:

t = (2at0 + b)/a
t = 2t0 + b/a

What am I doing wrong?

You haven't done anything wrong. But I think they mean the doubling time to be t-t0. That's the length of time after t0 that the function will double. Solve for that.
 
Dick said:
You haven't done anything wrong. But I think they mean the doubling time to be t-t0. That's the length of time after t0 that the function will double. Solve for that.

Ahhh, thank you so much.