document.write( "Question 982924: i have a 20.5\" cylinder (core) and I need to put 1800' of material on the outside of it. the material is .022 thick. what would the diameter be of the material after it has all of the material on it?\r
\n" );
document.write( "\n" );
document.write( "better yet, how can I do this calculation with different size cylinders, different gauges and different lengths?\r
\n" );
document.write( "\n" );
document.write( "thank you in advance for your efforts.\r
\n" );
document.write( "\n" );
document.write( "-michael \n" );
document.write( "
Algebra.Com's Answer #603746 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! i have a 20.5\" cylinder (core) and I need to put 1800' of material on the outside of it. the material is .022 thick. what would the diameter be of the material after it has all of the material on it? \n" ); document.write( "=============== \n" ); document.write( "If the 20.5\" is the diameter: \n" ); document.write( "The 1st turn adds 0.044 to the diameter. \n" ); document.write( "The length of the 1st turn = pi*d = 20.5*pi =~ 64.4 inches \n" ); document.write( "Each turn adds 0.044 to the ID --> adds 0.13823 to the circumference. \n" ); document.write( "------------ \n" ); document.write( "For n turns, \n" ); document.write( "Length = 20.5*pi + pi*(20.5 + n*0.044)*n \n" ); document.write( "---------- \n" ); document.write( "1800' = 21600 inches \n" ); document.write( "21600 = 20.5pi + 20.5*n*pi + 0.044n^2 \n" ); document.write( "0.044n^2 + 20.5*pi*n + (20.5pi - 21600) = 0 \n" ); document.write( "------ \n" ); document.write( "--> 0.044n^2 + 64.4n - 21535.6 = 0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "=================== \n" ); document.write( "Ignore the negative solution \n" ); document.write( "n =~ 281 turns \n" ); document.write( "--------------------------- \n" ); document.write( "dia with 281 turns = 20.5 + 281*0.044 \n" ); document.write( "dia = 32.82 inches \n" ); document.write( "---------------------------- \n" ); document.write( "I'll do the general case later.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |