Hi Zet,
I'm glad to see I'm not the only geek that likes to pull the math out on hobby problems
I was actually thinking the same way yesterday/today, and wondering how much faster you need to spin an X sized pad compared to a Y sized pad, to achieve the same level of work.
All things being equal, I think the amount of work will essentially be defined by area_of_foam * distance_of_foam per revolution.
My calculus is rusty, but I think it would solve this well. I'll post my thoughts in case some one can do the integral for me
For the area, we look at the area of x and x+dx like:
dx area = outerArea - innerArea
outerArea = x+dx
innerArea = x
so this is ((x + dx)^2 * pi) - (x^2 * pi)
distance per revolution is the average of outerCircumference and innerCircumference (add together and divide by 2).
outerCircumference = 2*(x+dx)*pi
innerCircumference = 2*x*pi
so this is (x+dx)*pi + x*pi
Then you multiply this area and distance:
(((x+dx)^2)*pi - (x^2)*pi) * ((x+dx)*pi + x*pi)
Simpify a tad:
pi^2 * ((x+dx)^2 - x^2)*(2b+dx))
So I'm not sure what the antiderivative is of that, but I think if you apply it over 0 to 6.5 and 0 to 8, you'll essentially get the difference in work between the two pad sizes.
Of course this assumes a linear amount of work as speed increases (i.e. one square inch of foam going two inches in one second is twice as effective as it going one inch), and I'm not sure this is correct.
Anyone remember how to do antiderivatives? You might want to double check my math too..
I'm glad to see I'm not the only geek that likes to pull the math out on hobby problems

I was actually thinking the same way yesterday/today, and wondering how much faster you need to spin an X sized pad compared to a Y sized pad, to achieve the same level of work.
All things being equal, I think the amount of work will essentially be defined by area_of_foam * distance_of_foam per revolution.
My calculus is rusty, but I think it would solve this well. I'll post my thoughts in case some one can do the integral for me

For the area, we look at the area of x and x+dx like:
dx area = outerArea - innerArea
outerArea = x+dx
innerArea = x
so this is ((x + dx)^2 * pi) - (x^2 * pi)
distance per revolution is the average of outerCircumference and innerCircumference (add together and divide by 2).
outerCircumference = 2*(x+dx)*pi
innerCircumference = 2*x*pi
so this is (x+dx)*pi + x*pi
Then you multiply this area and distance:
(((x+dx)^2)*pi - (x^2)*pi) * ((x+dx)*pi + x*pi)
Simpify a tad:
pi^2 * ((x+dx)^2 - x^2)*(2b+dx))
So I'm not sure what the antiderivative is of that, but I think if you apply it over 0 to 6.5 and 0 to 8, you'll essentially get the difference in work between the two pad sizes.
Of course this assumes a linear amount of work as speed increases (i.e. one square inch of foam going two inches in one second is twice as effective as it going one inch), and I'm not sure this is correct.
Anyone remember how to do antiderivatives? You might want to double check my math too..
Comment