TobyBartels comments on Learned Blankness - Less Wrong

130 Post author: AnnaSalamon 18 April 2011 06:55PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (186)

You are viewing a single comment's thread. Show more comments above.

Comment author: TobyBartels 21 April 2011 08:05:51AM *  5 points [-]

When I teach College Algebra at the community college where I work, one of the standard applications in the chapter on exponents and logarithms is half-life. The required text doesn't give the half-life formula above, but instead gives

mass_final = mass_initial * exp(k * t)

and shows how to calculate k by using t_halflife for t (and 1/2 mass_initial for mass_final).

This is a useful general method, but in the course of explaining why radioactive decay is exponential and what half-life means, I naturally derive

mass_final = mass_intial * (1/2) ^ (t / t_halflife),

so I just tell them to use that.

Maybe I'm cheating them because I'm making them do less work, but I like to think that some of them leave the class understanding what the heck a half-life is.