Since nobody has started up a new running thread, I figured I'll take some initiative. Be forewarned, my mind is focused on my eventual goal of running the California International Marathon (CIM). Kudos to those that can figure out when I last ran that marathon! It's a great run and a great goal. For those of you that travel, you should definitely give it a try. If you're serious about your running, it's a qualifier for the Boston marathon. Could you imagine a group of us with TS CIM shirts? That would be neat haha
Anyway, back to business!
My goal is to run the 26.2 miles the first weekend of December (week 49). It is currently week 12 of this year, and I can run about 2 miles, having too many set backs, laziness, and weight gain. Thus, in 37 weeks I need to gain 24 miles to my run. That's 0.65 mile increase each week.
That's my weekly lineup to December!
As a personal trainer, I know that you need to set achievable quantifiable goals that can be measured along the way. So I am not starting this thread as "several months from now ..."
Instead, I'm saying let's aim for the end of May (end-of-school). That's about 2.5 months worth of training. For me, according to my schedule, I should be committing 16 miles (good lord ...). Assuming I'm not a failure, that's about 200 miles between now and then (good lord!!). I'm speculating set backs and at least two other people not being failures with me. So, how does this target sound?
By past sessions, the format is as follows. You post your addition to the community pool of miles by stating the previous total you're documenting plus your miles you've added and the new total. Below that put your personal total (PT) however you want (raw total or previous total plus addition). Any other information is your own.
Anyway, back to business!
My goal is to run the 26.2 miles the first weekend of December (week 49). It is currently week 12 of this year, and I can run about 2 miles, having too many set backs, laziness, and weight gain. Thus, in 37 weeks I need to gain 24 miles to my run. That's 0.65 mile increase each week.
Code:
miles <- function(now) {now + seq(37)*((26.2 - now) / 37)}
miles(2)
# [1] 2.654054 3.308108 3.962162 4.616216 5.270270 5.924324 6.578378
# [8] 7.232432 7.886486 8.540541 9.194595 9.848649 10.502703 11.156757
# [15] 11.810811 12.464865 13.118919 13.772973 14.427027 15.081081 15.735135
# [22] 16.389189 17.043243 17.697297 18.351351 19.005405 19.659459 20.313514
# [29] 20.967568 21.621622 22.275676 22.929730 23.583784 24.237838 24.891892
# [36] 25.545946 26.200000
As a personal trainer, I know that you need to set achievable quantifiable goals that can be measured along the way. So I am not starting this thread as "several months from now ..."
Instead, I'm saying let's aim for the end of May (end-of-school). That's about 2.5 months worth of training. For me, according to my schedule, I should be committing 16 miles (good lord ...). Assuming I'm not a failure, that's about 200 miles between now and then (good lord!!). I'm speculating set backs and at least two other people not being failures with me. So, how does this target sound?
500 miles by June 1st
By past sessions, the format is as follows. You post your addition to the community pool of miles by stating the previous total you're documenting plus your miles you've added and the new total. Below that put your personal total (PT) however you want (raw total or previous total plus addition). Any other information is your own.