<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: For the mathematically minded...</title>
	<link>http://ask.metafilter.com/18085/For-the-mathematically-minded/</link>
	<description>Comments on Ask MetaFilter post For the mathematically minded...</description>
	<pubDate>Wed, 27 Apr 2005 16:54:00 -0800</pubDate>
	<lastBuildDate>Wed, 27 Apr 2005 16:54:00 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: For the mathematically minded...</title>
		<link>http://ask.metafilter.com/18085/For-the-mathematically-minded</link>	
		<description>Here&apos;s a question for the mathematically minded.  A lot of the work I do involves rolling materials such as paper or plastic film onto rolls.  Now, while I normally can guess by sight or weigh a roll to determine how much is on it, I got to wondering... &lt;br /&gt;&lt;br /&gt; ... how would one go about calculating the length of film on a roll, based on measuring from the outer edge of the core to the outer edge of the rolled film?  You would need to take into account these factors - diameter of the core being wound onto, thickness of the material being wound. &lt;br&gt;
&lt;br&gt;
Every time the film goes around the core, the core diameter is effectively increased by double the thickness of the film, and so a roll twice as thick is not twice as long. &lt;br&gt;
&lt;br&gt;
Surely there is some elegant way of calculating such a thing?   It would be nice to be able to measure a roll, enter the measurement into a spreadsheet, and know how long it is.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2005:site.18085</guid>
		<pubDate>Wed, 27 Apr 2005 16:39:15 -0800</pubDate>
		<dc:creator>tomble</dc:creator>
		
			<category>maths</category>
		
	</item> <item>
		<title>By: forforf</title>
		<link>http://ask.metafilter.com/18085/For-the-mathematically-minded#300770</link>	
		<description>From &quot;tee&quot; at this &lt;a href=&quot;http://www.newton.dep.anl.gov/askasci/math99/math99015.htm&quot;&gt;webpage&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;em&gt;A reasonably simple formula is L = pi*N*(D+d)/2 where N = (D-d)/(2*t) is the number of wraps of tape of thickness  t  on a roll of diameter D (when full) around a core of diameter  d.  The formula represents the average of two estimates using the sum of circumferences of&lt;br&gt;
concentric circles (inside vs. outside diameters based on  t).&lt;br&gt;
The summation formula  1+2+3+...+N = N*(N+1)/2  is needed to develop each estimate.&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
The engineer in me would tweak this formula based on actual lengths and diameters to make it even more accurate.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.18085-300770</guid>
		<pubDate>Wed, 27 Apr 2005 16:54:00 -0800</pubDate>
		<dc:creator>forforf</dc:creator>
	</item><item>
		<title>By: evinrude</title>
		<link>http://ask.metafilter.com/18085/For-the-mathematically-minded#300775</link>	
		<description>I would say that the length, L, would be approximately equal to pi*(R^2-r^2)/x, where R is the &quot;big radius&quot; (distance from center of core to outer edge of film), r is the &quot;little radius&quot; (distance from outer edge of the core to outer edge of the rolled film; this would be the radious of the core being wound onto) and x is the thickness of the material. This comes from an estimate that L*x*h (the volume of the film, where h is the &apos;height&apos; of the film) is approx. equal to h(pi*R^2 - pi*r^2), the volume of a cylinder with a cylinder carved out of the inside.&lt;br&gt;
&lt;br&gt;
I could easily be wrong.&lt;br&gt;
&lt;br&gt;
On preview, though, my formula is equivalent to the formula above.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.18085-300775</guid>
		<pubDate>Wed, 27 Apr 2005 17:00:14 -0800</pubDate>
		<dc:creator>evinrude</dc:creator>
	</item><item>
		<title>By: OldMansHands</title>
		<link>http://ask.metafilter.com/18085/For-the-mathematically-minded#300778</link>	
		<description>Here&apos;s how I&apos;d think about it -&lt;br&gt;
&lt;br&gt;
Although the diameter changes, a roll is basically circular. So we can work out the volume taken up by the film, and then from this work out the length. (We have to assume that nothing awkward like stretching happens).&lt;br&gt;
&lt;br&gt;
Lets say we have a roll with a central (empty) section of radius &lt;em&gt;r&lt;/em&gt;, and overall radius (from the centre to the  edge of the film) of &lt;em&gt;R&lt;/em&gt;. Say it&apos;s &lt;em&gt;w&lt;/em&gt; wide, and the tape is &lt;em&gt;t&lt;/em&gt; thick.&lt;br&gt;
Then the volume of tape that we have is:&lt;br&gt;
(p . R^2 . w)  - (p . r^2 . w)&lt;br&gt;
= p . w . (R^2 - r^2)&lt;br&gt;
&lt;br&gt;
Volume = length x width x thickness , so:&lt;br&gt;
&lt;br&gt;
p . w. (R^2 - r^2) = &lt;em&gt;l&lt;/em&gt; . w . t&lt;br&gt;
&lt;br&gt;
The width cancels, and we get:&lt;br&gt;
&lt;br&gt;
&lt;em&gt;l&lt;/em&gt; = p . (R^2 - r^2) ) / t&lt;br&gt;
&lt;br&gt;
If you&apos;re doing it in your head, the fact that (R^2 - r^2) = (R + r) (R - r) might be handy.&lt;br&gt;
&lt;br&gt;
I hope that makes sense even with the formatting.&lt;br&gt;
&lt;br&gt;
(On preview - forforf&apos;s may be easier, depending on what you can measure)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.18085-300778</guid>
		<pubDate>Wed, 27 Apr 2005 17:02:23 -0800</pubDate>
		<dc:creator>OldMansHands</dc:creator>
	</item><item>
		<title>By: evinrude</title>
		<link>http://ask.metafilter.com/18085/For-the-mathematically-minded#300779</link>	
		<description>On further consideration, my formula differs from forforf&apos;s by a factor of 1/4. Er...</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.18085-300779</guid>
		<pubDate>Wed, 27 Apr 2005 17:02:41 -0800</pubDate>
		<dc:creator>evinrude</dc:creator>
	</item><item>
		<title>By: onalark</title>
		<link>http://ask.metafilter.com/18085/For-the-mathematically-minded#300781</link>	
		<description>tomble, you should be able to approximate this by assuming that the film takes up the same area wrapped around a cylindrical roll as it would stacked in sheets.  Does this make sense without a picture?  (This also fundamentally relates to how approximations to integration in introductory Calculus work, by the way).&lt;br&gt;
&lt;br&gt;
The formula I came up with is A[f] (area of the film) = A[D] (area of the outer edge of the rolled film) - A[d] (area of the inner edge of the rolled film).  I&apos;m assuming you know that you can calculate the area of a circle (the cylinder viewed from the side) by multiplying the constant pi against the radius squared (diameter/2)^2. &lt;br&gt;
&lt;br&gt;
Since in a rectangular system, we know that the length of the roll * thickness equals the total area &lt;seen from the side&gt;, we can use this equation to solve for the total length of the roll from the face area.&lt;br&gt;
&lt;br&gt;
A[f]/t[f] (thickness of the film) will yield L[f] length of the film.&lt;br&gt;
&lt;br&gt;
I&apos;d try this equation out &apos;in the field&apos; and see how accurate it is.  &lt;br&gt;
&lt;br&gt;
On preview: You can solve this system in two-dimensions without worrying about the volume, just look at it from the side.&lt;/seen&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.18085-300781</guid>
		<pubDate>Wed, 27 Apr 2005 17:04:38 -0800</pubDate>
		<dc:creator>onalark</dc:creator>
	</item><item>
		<title>By: onalark</title>
		<link>http://ask.metafilter.com/18085/For-the-mathematically-minded#300783</link>	
		<description>My final equation is:&lt;br&gt;
&lt;br&gt;
L = pi/t*(R^2 - r^2) where L = length, t = thickness, R = outer radius, and r = inner radius</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.18085-300783</guid>
		<pubDate>Wed, 27 Apr 2005 17:06:53 -0800</pubDate>
		<dc:creator>onalark</dc:creator>
	</item><item>
		<title>By: gus</title>
		<link>http://ask.metafilter.com/18085/For-the-mathematically-minded#300785</link>	
		<description>OldMansHands seems correct to me.   I think you could start off ignoring the width of the film though, - no need to calculate the  whole volume, all you really need is the surface area.&lt;br&gt;
&lt;br&gt;
To do it with a program, a good approximation would be to add up the diameter of each layer:&lt;br&gt;
&lt;br&gt;
length = 0;&lt;br&gt;
for i=insideDiameter to outsideDiameter step thicknessOfFilm&lt;br&gt;
&lt;sp&gt;&lt;sp&gt;length = length + 3.14159 * i;&lt;br&gt;
next i;&lt;/sp&gt;&lt;/sp&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.18085-300785</guid>
		<pubDate>Wed, 27 Apr 2005 17:07:57 -0800</pubDate>
		<dc:creator>gus</dc:creator>
	</item><item>
		<title>By: evinrude</title>
		<link>http://ask.metafilter.com/18085/For-the-mathematically-minded#300788</link>	
		<description>On further further consideration, we all seem to agree; my being off by 1/4 was because I was using the radius and not the diameter; and I would just like to point out that I just spelled radius correctly, unlike in my first post.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.18085-300788</guid>
		<pubDate>Wed, 27 Apr 2005 17:11:05 -0800</pubDate>
		<dc:creator>evinrude</dc:creator>
	</item><item>
		<title>By: onalark</title>
		<link>http://ask.metafilter.com/18085/For-the-mathematically-minded#300791</link>	
		<description>Me and OldMansHands are saying the exact same thing (though I think he gave it better treatment).  Give this a try in the field and report back!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.18085-300791</guid>
		<pubDate>Wed, 27 Apr 2005 17:15:00 -0800</pubDate>
		<dc:creator>onalark</dc:creator>
	</item><item>
		<title>By: OldMansHands</title>
		<link>http://ask.metafilter.com/18085/For-the-mathematically-minded#300792</link>	
		<description>We all seem to agree, so pick the explanation that makes the most sense!&lt;br&gt;
&lt;br&gt;
Now that I think about it, I always overestimate the amount of tape left on a roll. Obviously my brain isn&apos;t too great at doing this intuitively.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.18085-300792</guid>
		<pubDate>Wed, 27 Apr 2005 17:15:25 -0800</pubDate>
		<dc:creator>OldMansHands</dc:creator>
	</item><item>
		<title>By: tomble</title>
		<link>http://ask.metafilter.com/18085/For-the-mathematically-minded#300795</link>	
		<description>Wow!  I think I need to ask metafilter how to choose the best answer when they all seem so good!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.18085-300795</guid>
		<pubDate>Wed, 27 Apr 2005 17:19:23 -0800</pubDate>
		<dc:creator>tomble</dc:creator>
	</item><item>
		<title>By: orthogonality</title>
		<link>http://ask.metafilter.com/18085/For-the-mathematically-minded#300797</link>	
		<description>I&apos;m really really bad at math, so this is probably wrong and I look forward to correction. But figuring from first principles, I get this:&lt;br&gt;
&lt;br&gt;
Circumference is defined as 2? * radius (the symbol is of course Pi), or ? * diameter.&lt;br&gt;
&lt;br&gt;
So if you wrapped the roll a single time, you have an &lt;i&gt;outside&lt;/i&gt; length of &lt;br&gt;
( Core Diameter + 2 * Sheet Thickness ) * ? &lt;br&gt;
&lt;br&gt;
Continuing another single turn around that, you have:&lt;br&gt;
( Core Diameter + 2 * Sheet Thickness ) * ?  + ( Core Diameter + 4 * thickness ) * ?&lt;br&gt;
&lt;br&gt;
On the next turn,&lt;br&gt;
( Core Diameter + 2 * Sheet Thickness ) * ?  + ( Core Diameter + 4 * thickness ) * ? + ( Core Diameter + 6 * thickness ) * ?&lt;br&gt;
&lt;br&gt;
Factoring gives us:&lt;br&gt;
? * ( ( Core Diameter + 2 * thickness ) + (Core Diameter + 4 * thickness) + (Core Diameter + 6 * thickness) )&lt;br&gt;
&lt;br&gt;
or abbreviating, with &lt;i&gt;d&lt;/i&gt;  for Core Diameter and &lt;i&gt;t&lt;/i&gt; for sheet thickness,&lt;br&gt;
? * ( ( &lt;i&gt;d&lt;/i&gt; + 2&lt;i&gt;t&lt;/i&gt; )+ ( &lt;i&gt;d&lt;/i&gt; + 4&lt;i&gt;t&lt;/i&gt; ) + ( &lt;i&gt;d&lt;/i&gt; + 6&lt;i&gt;t&lt;/i&gt; ) )&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Let&apos;s call the current number of full turns of wrapping &lt;i&gt;i&lt;/i&gt;, and the total wraps &lt;i&gt;n&lt;/i&gt;.&lt;br&gt;
&lt;br&gt;
So our total sheet length would be the sum as, &lt;i&gt;i&lt;/i&gt; goes from 1 to &lt;i&gt;n&lt;/i&gt; of ? * ( &lt;i&gt;d&lt;/i&gt; + 2&lt;i&gt;it&lt;/i&gt; )&lt;br&gt;
&lt;br&gt;
Our roll diameter, call it &lt;i&gt;R&lt;/i&gt; is the core diameter plus the number of wrappings time the thickness times two, or &lt;br&gt;
&lt;i&gt;R&lt;/i&gt; = &lt;i&gt;d&lt;/i&gt; + 2&lt;i&gt;nt&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
Or &lt;i&gt;n&lt;/i&gt; = (&lt;i&gt;R&lt;/i&gt; - &lt;i&gt;d&lt;/i&gt;)/2&lt;i&gt;t&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
So the length of the roll is the sum  S as &lt;i&gt;i&lt;/i&gt; goes from 1 to (&lt;i&gt;R&lt;/i&gt; - &lt;i&gt;d&lt;/i&gt;)/2&lt;i&gt;t&lt;/i&gt;, of ? * ( &lt;i&gt;d&lt;/i&gt; + 2&lt;i&gt;it&lt;/i&gt; )</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.18085-300797</guid>
		<pubDate>Wed, 27 Apr 2005 17:20:41 -0800</pubDate>
		<dc:creator>orthogonality</dc:creator>
	</item><item>
		<title>By: gus</title>
		<link>http://ask.metafilter.com/18085/For-the-mathematically-minded#300801</link>	
		<description>Does anyone else feel like their calculus skills are failing them....&lt;br&gt;
&lt;br&gt;
It should be a basic line integral, but you need to use a paramtric equation to define the path, and that seems beyond me right now.  &lt;br&gt;
&lt;br&gt;
On preview:&lt;br&gt;
&lt;br&gt;
Ortho- that is what my little program loop above does, but it should have a step of 2*thickness.&lt;br&gt;
&lt;br&gt;
Its pretty fun to see all of the ways that people came to the same approximation.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.18085-300801</guid>
		<pubDate>Wed, 27 Apr 2005 17:25:43 -0800</pubDate>
		<dc:creator>gus</dc:creator>
	</item><item>
		<title>By: OldMansHands</title>
		<link>http://ask.metafilter.com/18085/For-the-mathematically-minded#300806</link>	
		<description>My calculus skills are definitely failing - I&apos;m glad it turned out to be possible with algebra!&lt;br&gt;
&lt;br&gt;
Have you tried the program in practice, and compared the results to the equation? I doubt it would be more efficient, but it&apos;d be interesting to see how close it gets.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.18085-300806</guid>
		<pubDate>Wed, 27 Apr 2005 17:33:32 -0800</pubDate>
		<dc:creator>OldMansHands</dc:creator>
	</item><item>
		<title>By: vacapinta</title>
		<link>http://ask.metafilter.com/18085/For-the-mathematically-minded#300813</link>	
		<description>Then of course there&apos;s...the compressibility of the material. I know none of these methods would work for calculating how much toilet paper is on a roll for example. The best you could do there would be empirical, I think.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.18085-300813</guid>
		<pubDate>Wed, 27 Apr 2005 17:41:58 -0800</pubDate>
		<dc:creator>vacapinta</dc:creator>
	</item><item>
		<title>By: Chuckles</title>
		<link>http://ask.metafilter.com/18085/For-the-mathematically-minded#300816</link>	
		<description>I really like onalark&apos;s solution, but I&apos;m not sure everybody will get the description. Basically it is:&lt;br&gt;
&lt;br&gt;
Find the function that relates running length to edgewise area. &lt;br&gt;
&lt;br&gt;
Then it doesn&apos;t matter what shape the thing is in as long as the packing is tight. Better than a volume based solution because it is the same solution no matter how wide the roll is.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.18085-300816</guid>
		<pubDate>Wed, 27 Apr 2005 17:47:41 -0800</pubDate>
		<dc:creator>Chuckles</dc:creator>
	</item><item>
		<title>By: gus</title>
		<link>http://ask.metafilter.com/18085/For-the-mathematically-minded#300827</link>	
		<description>Well, I tried it out for a simple case r=2, R=5, t=1&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Method A)&lt;/b&gt;&lt;br&gt;
The formula gives: l = p*(R^2 - r^2) / t = 3.14159*(25 - 4) / 1 = 65.97&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Method B)&lt;/b&gt;&lt;br&gt;
The method of adding up the length of each layer gives: &lt;br&gt;
 &lt;br&gt;
l  = sum(p * 2 * r_i) for each layer i&lt;br&gt;
 &lt;br&gt;
2 * 2 * 3.14159 +&lt;br&gt;
2 * 3 * 3.14159 + &lt;br&gt;
2 * 4 * 3.14159 + &lt;br&gt;
2 * 5 * 3.14159 &lt;br&gt;
&lt;br&gt;
= 12.56 + 18.85 + 25.13 + 31.41 = 87.96 &lt;br&gt;
&lt;br&gt;
Which is not even close.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Method b (revised))&lt;/b&gt;&lt;br&gt;
The problem with what I described above it is taking the inner edge of the layer, and using it find the length.  In other words, the r is wrong.  Also, it is adding 1 too many layers.  &lt;br&gt;
&lt;br&gt;
If you think about layer one being between r=2 and r=3, than you can use the radius r=2.5 to describe that layer.  Then the next layer goes from r=3 to r=4, so you can use 4=3.5.  Doing this you get:&lt;br&gt;
&lt;br&gt;
l = (2*2.5 + 2*3.5 + 2*4.5) * 3.14159 = 65.97&lt;br&gt;
&lt;br&gt;
which aggrees with method a.&lt;br&gt;
&lt;br&gt;
I&apos;m still waiting for a physics mefite to come by and tell us the calculus way to do it....</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.18085-300827</guid>
		<pubDate>Wed, 27 Apr 2005 18:11:31 -0800</pubDate>
		<dc:creator>gus</dc:creator>
	</item><item>
		<title>By: Zurishaddai</title>
		<link>http://ask.metafilter.com/18085/For-the-mathematically-minded#300846</link>	
		<description>&lt;cite&gt;I&apos;m still waiting for a physics mefite to come by and tell us the calculus way to do it....&lt;/cite&gt;&lt;br&gt;
&lt;br&gt;
It is a one-dimensional (plane curve) problem.  Here&apos;s the one-dimensional curve that describes the film winding around in the xy plane:&lt;br&gt;
&lt;br&gt;
? = ( (r + t?/2p) cos ?, (r + t?/2p) sin ?)&lt;br&gt;
&lt;br&gt;
where ? is our parameter (=angle), r is the radius of the spool, and t is the thickness of the material.&lt;br&gt;
&lt;br&gt;
Now, what tomble can measure is how many LAYERS he has wound up = ?/2p.&lt;br&gt;
&lt;br&gt;
He wants to know the arc length of ? from t=0 to t=?.  I&apos;ll work out the integral (of d?/dt) and post it in a minute.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.18085-300846</guid>
		<pubDate>Wed, 27 Apr 2005 18:43:32 -0800</pubDate>
		<dc:creator>Zurishaddai</dc:creator>
	</item><item>
		<title>By: Zurishaddai</title>
		<link>http://ask.metafilter.com/18085/For-the-mathematically-minded#300849</link>	
		<description>Whoops, HTML character trouble there.  I meant:&lt;br&gt;
&lt;br&gt;
I&apos;m still waiting for a physics mefite to come by and tell us the calculus way to do it....&lt;br&gt;
&lt;br&gt;
It is a one-dimensional (plane curve) problem. Here&apos;s the one-dimensional curve that describes the film winding around in the xy plane:&lt;br&gt;
&lt;br&gt;
&amp;gamma; = ( (r + t&amp;theta;/2&amp;pi;) cos &amp;theta;, (r + t&amp;theta;/2&amp;pi;) sin &amp;theta;)&lt;br&gt;
&lt;br&gt;
where &amp;theta; is our parameter (=angle), r is the radius of the spool, and t is the thickness of the material.&lt;br&gt;
&lt;br&gt;
Now, what tomble can measure is how many LAYERS he has wound up = &amp;theta;/2&amp;pi;.&lt;br&gt;
&lt;br&gt;
He wants to know the arc length of ? from t=0 to t=?. I&apos;ll work out the integral (of d&amp;gamma;/dt) and post it in a minute.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.18085-300849</guid>
		<pubDate>Wed, 27 Apr 2005 18:45:39 -0800</pubDate>
		<dc:creator>Zurishaddai</dc:creator>
	</item><item>
		<title>By: Zurishaddai</title>
		<link>http://ask.metafilter.com/18085/For-the-mathematically-minded#300869</link>	
		<description>OK guys, I gotta finish watching Halloween in a minute here, but I&apos;ve solved the problem analytically (according to the assumptions mentioned before).  I get the same answer from my integral as gus above (66.04 length units of stuff, when spool r=2, thickness=1, and you wind it around 3 times).&lt;br&gt;
&lt;br&gt;
Renaming theta/2*pi as just N (=number of times wound around), the arc length integral was&lt;br&gt;
&lt;br&gt;
integral from 0 to N of the square root of &#8212;&lt;br&gt;
t^2 + 4pi^2(r+nt)^2&lt;br&gt;
dn&lt;br&gt;
&lt;br&gt;
The integral solution itself is too messy to post in this format.  Try this in Maple or some such program:&lt;br&gt;
int(sqrt(t^2+4*Pi^2*(N*t+r)^2),N);</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.18085-300869</guid>
		<pubDate>Wed, 27 Apr 2005 19:17:28 -0800</pubDate>
		<dc:creator>Zurishaddai</dc:creator>
	</item><item>
		<title>By: plinth</title>
		<link>http://ask.metafilter.com/18085/For-the-mathematically-minded#300880</link>	
		<description>Here&apos;s what I remember from doing this in Calculus: you do a messy integral and it reduces to the algebra answer.  IIRC if you work in polar coordinates for the definition of a spiral, you get r = a * theta.  The length of this curve is a intgeral(sqrt(1+ theta^2) d theta).  If you solve the definite integral, you want to run theta from 0 to 2pi * number of turns, which is 2pi * (R - r)/t&lt;br&gt;
so, that integral is 1/2 ln(theta + sqrt(1 + theta^2)) evaluated from 0 to 2pi * (R-r)/t so that&apos;s:&lt;br&gt;
1/2 ln(2pi (R-r)/t + sqrt(1 + 4pi^2 (R-r)^2/t^2) - 1/2ln(1)&lt;br&gt;
Now, if I haven&apos;t slopped anything up here, this should reduce down fairly nicely to exactly what we had before.  I hope.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.18085-300880</guid>
		<pubDate>Wed, 27 Apr 2005 19:36:39 -0800</pubDate>
		<dc:creator>plinth</dc:creator>
	</item><item>
		<title>By: Galvatron</title>
		<link>http://ask.metafilter.com/18085/For-the-mathematically-minded#300900</link>	
		<description>You slopped something up there, plinth.  The equation for the spiral is r = t / (2pi) theta, for thickness t.  The differential arclength is r * d theta, so this is what you want to integrate.  If the inner radius is r_inner and the outer radius is r_outer, then the initial and final angles would be (2pi/t) * r_inner and (2pi/t) * r_outer.  So the total arclength would be (in LaTeX notation) \int_{(2\pi / t) r_inner}^{2\pi / t) r_outer} (t/(2\pi)) \theta d\theta .  This is integrated trivially to agree with the solution that various people found up above.  &lt;small&gt;&lt;small&gt;Except it&apos;s &lt;i&gt;better&lt;/i&gt; because it has fancy symbols.&lt;/small&gt;&lt;/small&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.18085-300900</guid>
		<pubDate>Wed, 27 Apr 2005 20:41:39 -0800</pubDate>
		<dc:creator>Galvatron</dc:creator>
	</item><item>
		<title>By: Justinian</title>
		<link>http://ask.metafilter.com/18085/For-the-mathematically-minded#300901</link>	
		<description>I&apos;ve devised an elegant solution to this problem but the proof is too long to fit in this margin.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.18085-300901</guid>
		<pubDate>Wed, 27 Apr 2005 20:49:04 -0800</pubDate>
		<dc:creator>Justinian</dc:creator>
	</item><item>
		<title>By: exceptinsects</title>
		<link>http://ask.metafilter.com/18085/For-the-mathematically-minded#301320</link>	
		<description>Hm.  Someone else was just wondering this &lt;a href=&quot;http://lovetheliberry.blogspot.com/2005/04/good-size.html&quot;&gt;very same thing&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.18085-301320</guid>
		<pubDate>Thu, 28 Apr 2005 14:11:40 -0800</pubDate>
		<dc:creator>exceptinsects</dc:creator>
	</item>
	</channel>
</rss>
