Calculate coil diameter using length and thickness of the material
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I'm developing a software for a stainless steel plant, and I need to calculate the diameter of steel coils so the software assigns a position inside a deposit according to the size of the coil.
I have access to a lot of data from the coil, and tried thinking of a way to calculate using the inner hole diameter and the length and thickness of the steel strip.
In a research I've found this formula:
L = 3,141[(D2/2)ò - (D1/2)ò]/T
Where
L = Length of the coil
D1 = Diameter of the inner hole
D2 = Diameter of the coil
T = Thickness of the material
But in the software I have to put in this format:
D2 = (formula)
I'm no good with math, how can I "convert" the formula to suit my needs?
geometry
add a comment |Â
up vote
0
down vote
favorite
I'm developing a software for a stainless steel plant, and I need to calculate the diameter of steel coils so the software assigns a position inside a deposit according to the size of the coil.
I have access to a lot of data from the coil, and tried thinking of a way to calculate using the inner hole diameter and the length and thickness of the steel strip.
In a research I've found this formula:
L = 3,141[(D2/2)ò - (D1/2)ò]/T
Where
L = Length of the coil
D1 = Diameter of the inner hole
D2 = Diameter of the coil
T = Thickness of the material
But in the software I have to put in this format:
D2 = (formula)
I'm no good with math, how can I "convert" the formula to suit my needs?
geometry
$$D2=2timessqrtfrac2L3.141+left(fracD12right)^2$$
â K. Rmth
Oct 18 '15 at 15:39
I wrote the formula wrong, put 2 instead of T, could you post this comment (corrected with the T) in the answer section so I could accept it?
â Bruno Vaz
Oct 18 '15 at 16:53
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm developing a software for a stainless steel plant, and I need to calculate the diameter of steel coils so the software assigns a position inside a deposit according to the size of the coil.
I have access to a lot of data from the coil, and tried thinking of a way to calculate using the inner hole diameter and the length and thickness of the steel strip.
In a research I've found this formula:
L = 3,141[(D2/2)ò - (D1/2)ò]/T
Where
L = Length of the coil
D1 = Diameter of the inner hole
D2 = Diameter of the coil
T = Thickness of the material
But in the software I have to put in this format:
D2 = (formula)
I'm no good with math, how can I "convert" the formula to suit my needs?
geometry
I'm developing a software for a stainless steel plant, and I need to calculate the diameter of steel coils so the software assigns a position inside a deposit according to the size of the coil.
I have access to a lot of data from the coil, and tried thinking of a way to calculate using the inner hole diameter and the length and thickness of the steel strip.
In a research I've found this formula:
L = 3,141[(D2/2)ò - (D1/2)ò]/T
Where
L = Length of the coil
D1 = Diameter of the inner hole
D2 = Diameter of the coil
T = Thickness of the material
But in the software I have to put in this format:
D2 = (formula)
I'm no good with math, how can I "convert" the formula to suit my needs?
geometry
geometry
edited Oct 18 '15 at 16:52
asked Oct 18 '15 at 15:24
Bruno Vaz
10314
10314
$$D2=2timessqrtfrac2L3.141+left(fracD12right)^2$$
â K. Rmth
Oct 18 '15 at 15:39
I wrote the formula wrong, put 2 instead of T, could you post this comment (corrected with the T) in the answer section so I could accept it?
â Bruno Vaz
Oct 18 '15 at 16:53
add a comment |Â
$$D2=2timessqrtfrac2L3.141+left(fracD12right)^2$$
â K. Rmth
Oct 18 '15 at 15:39
I wrote the formula wrong, put 2 instead of T, could you post this comment (corrected with the T) in the answer section so I could accept it?
â Bruno Vaz
Oct 18 '15 at 16:53
$$D2=2timessqrtfrac2L3.141+left(fracD12right)^2$$
â K. Rmth
Oct 18 '15 at 15:39
$$D2=2timessqrtfrac2L3.141+left(fracD12right)^2$$
â K. Rmth
Oct 18 '15 at 15:39
I wrote the formula wrong, put 2 instead of T, could you post this comment (corrected with the T) in the answer section so I could accept it?
â Bruno Vaz
Oct 18 '15 at 16:53
I wrote the formula wrong, put 2 instead of T, could you post this comment (corrected with the T) in the answer section so I could accept it?
â Bruno Vaz
Oct 18 '15 at 16:53
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
0
down vote
accepted
What you need to do is called changing the subject of the formula.
$$beginalign
L = frac3,141left[(D2/2)^2 + (D1/2)^2right]T\
\
hline\
textMultiplying by; fracT3,141; texton both sides:fracTL3,141 &= left[(D2/2)^2 + (D1/2)^2right]\
textAdding ;(D1/2)^2 ;texton both sides:fracTL3,141+ (D1/2)^2 &= left[(D2/2)^2 right]\
textTaking square roots on both sides:sqrtfracTL3,141+ (D1/2)^2 &= sqrtleft[(D2/2)^2 right]=D2/2\
textMultiplying both sides by; 2:2timessqrtfracTL3,141+ (D1/2)^2 &=D2\
endalign$$
add a comment |Â
up vote
-1
down vote
L=([(OD+ID)/2]3.14)[(OD-ID)/2]/T
Figure OD being 30 and ID being 20
Figure 24 gauge thick or .024â *note I always
Figure the thickness as being slightly thicker
Due to wraps not ever being perfectly tight so for
.024 I use .026.
Example: 30+20=50/2=25 (25 is the average
Diameter of coil the multiply by pi)
25x3.14=78.5 then round down to nearest inch
Average wrap of coil is 78â long
Then 30-20=10/2=5
5â is the thickness of coil
5/ thickness of steel .026 = 192.3 wraps of coil
Multiply average wrap length 78â x 192.3 wraps
= 14,999.4â of coil / 12 = 1249.9 lineal feet of coil
IâÂÂve used this for years in my business and real world application IâÂÂm usually within 10 lineal feet. The trick is the rounding down of the average length and the adding about .02â to the thickness of material.
here is a reference for mathjax that can be used to typeset maths on the site. Also you might like to include some spacings for your answer.
â Siong Thye Goh
Sep 1 at 6:11
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
What you need to do is called changing the subject of the formula.
$$beginalign
L = frac3,141left[(D2/2)^2 + (D1/2)^2right]T\
\
hline\
textMultiplying by; fracT3,141; texton both sides:fracTL3,141 &= left[(D2/2)^2 + (D1/2)^2right]\
textAdding ;(D1/2)^2 ;texton both sides:fracTL3,141+ (D1/2)^2 &= left[(D2/2)^2 right]\
textTaking square roots on both sides:sqrtfracTL3,141+ (D1/2)^2 &= sqrtleft[(D2/2)^2 right]=D2/2\
textMultiplying both sides by; 2:2timessqrtfracTL3,141+ (D1/2)^2 &=D2\
endalign$$
add a comment |Â
up vote
0
down vote
accepted
What you need to do is called changing the subject of the formula.
$$beginalign
L = frac3,141left[(D2/2)^2 + (D1/2)^2right]T\
\
hline\
textMultiplying by; fracT3,141; texton both sides:fracTL3,141 &= left[(D2/2)^2 + (D1/2)^2right]\
textAdding ;(D1/2)^2 ;texton both sides:fracTL3,141+ (D1/2)^2 &= left[(D2/2)^2 right]\
textTaking square roots on both sides:sqrtfracTL3,141+ (D1/2)^2 &= sqrtleft[(D2/2)^2 right]=D2/2\
textMultiplying both sides by; 2:2timessqrtfracTL3,141+ (D1/2)^2 &=D2\
endalign$$
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
What you need to do is called changing the subject of the formula.
$$beginalign
L = frac3,141left[(D2/2)^2 + (D1/2)^2right]T\
\
hline\
textMultiplying by; fracT3,141; texton both sides:fracTL3,141 &= left[(D2/2)^2 + (D1/2)^2right]\
textAdding ;(D1/2)^2 ;texton both sides:fracTL3,141+ (D1/2)^2 &= left[(D2/2)^2 right]\
textTaking square roots on both sides:sqrtfracTL3,141+ (D1/2)^2 &= sqrtleft[(D2/2)^2 right]=D2/2\
textMultiplying both sides by; 2:2timessqrtfracTL3,141+ (D1/2)^2 &=D2\
endalign$$
What you need to do is called changing the subject of the formula.
$$beginalign
L = frac3,141left[(D2/2)^2 + (D1/2)^2right]T\
\
hline\
textMultiplying by; fracT3,141; texton both sides:fracTL3,141 &= left[(D2/2)^2 + (D1/2)^2right]\
textAdding ;(D1/2)^2 ;texton both sides:fracTL3,141+ (D1/2)^2 &= left[(D2/2)^2 right]\
textTaking square roots on both sides:sqrtfracTL3,141+ (D1/2)^2 &= sqrtleft[(D2/2)^2 right]=D2/2\
textMultiplying both sides by; 2:2timessqrtfracTL3,141+ (D1/2)^2 &=D2\
endalign$$
edited Mar 1 '17 at 18:28
Michael Dunigan
32
32
answered Oct 18 '15 at 18:44
K. Rmth
1,439722
1,439722
add a comment |Â
add a comment |Â
up vote
-1
down vote
L=([(OD+ID)/2]3.14)[(OD-ID)/2]/T
Figure OD being 30 and ID being 20
Figure 24 gauge thick or .024â *note I always
Figure the thickness as being slightly thicker
Due to wraps not ever being perfectly tight so for
.024 I use .026.
Example: 30+20=50/2=25 (25 is the average
Diameter of coil the multiply by pi)
25x3.14=78.5 then round down to nearest inch
Average wrap of coil is 78â long
Then 30-20=10/2=5
5â is the thickness of coil
5/ thickness of steel .026 = 192.3 wraps of coil
Multiply average wrap length 78â x 192.3 wraps
= 14,999.4â of coil / 12 = 1249.9 lineal feet of coil
IâÂÂve used this for years in my business and real world application IâÂÂm usually within 10 lineal feet. The trick is the rounding down of the average length and the adding about .02â to the thickness of material.
here is a reference for mathjax that can be used to typeset maths on the site. Also you might like to include some spacings for your answer.
â Siong Thye Goh
Sep 1 at 6:11
add a comment |Â
up vote
-1
down vote
L=([(OD+ID)/2]3.14)[(OD-ID)/2]/T
Figure OD being 30 and ID being 20
Figure 24 gauge thick or .024â *note I always
Figure the thickness as being slightly thicker
Due to wraps not ever being perfectly tight so for
.024 I use .026.
Example: 30+20=50/2=25 (25 is the average
Diameter of coil the multiply by pi)
25x3.14=78.5 then round down to nearest inch
Average wrap of coil is 78â long
Then 30-20=10/2=5
5â is the thickness of coil
5/ thickness of steel .026 = 192.3 wraps of coil
Multiply average wrap length 78â x 192.3 wraps
= 14,999.4â of coil / 12 = 1249.9 lineal feet of coil
IâÂÂve used this for years in my business and real world application IâÂÂm usually within 10 lineal feet. The trick is the rounding down of the average length and the adding about .02â to the thickness of material.
here is a reference for mathjax that can be used to typeset maths on the site. Also you might like to include some spacings for your answer.
â Siong Thye Goh
Sep 1 at 6:11
add a comment |Â
up vote
-1
down vote
up vote
-1
down vote
L=([(OD+ID)/2]3.14)[(OD-ID)/2]/T
Figure OD being 30 and ID being 20
Figure 24 gauge thick or .024â *note I always
Figure the thickness as being slightly thicker
Due to wraps not ever being perfectly tight so for
.024 I use .026.
Example: 30+20=50/2=25 (25 is the average
Diameter of coil the multiply by pi)
25x3.14=78.5 then round down to nearest inch
Average wrap of coil is 78â long
Then 30-20=10/2=5
5â is the thickness of coil
5/ thickness of steel .026 = 192.3 wraps of coil
Multiply average wrap length 78â x 192.3 wraps
= 14,999.4â of coil / 12 = 1249.9 lineal feet of coil
IâÂÂve used this for years in my business and real world application IâÂÂm usually within 10 lineal feet. The trick is the rounding down of the average length and the adding about .02â to the thickness of material.
L=([(OD+ID)/2]3.14)[(OD-ID)/2]/T
Figure OD being 30 and ID being 20
Figure 24 gauge thick or .024â *note I always
Figure the thickness as being slightly thicker
Due to wraps not ever being perfectly tight so for
.024 I use .026.
Example: 30+20=50/2=25 (25 is the average
Diameter of coil the multiply by pi)
25x3.14=78.5 then round down to nearest inch
Average wrap of coil is 78â long
Then 30-20=10/2=5
5â is the thickness of coil
5/ thickness of steel .026 = 192.3 wraps of coil
Multiply average wrap length 78â x 192.3 wraps
= 14,999.4â of coil / 12 = 1249.9 lineal feet of coil
IâÂÂve used this for years in my business and real world application IâÂÂm usually within 10 lineal feet. The trick is the rounding down of the average length and the adding about .02â to the thickness of material.
answered Sep 1 at 5:45
Ryan
1
1
here is a reference for mathjax that can be used to typeset maths on the site. Also you might like to include some spacings for your answer.
â Siong Thye Goh
Sep 1 at 6:11
add a comment |Â
here is a reference for mathjax that can be used to typeset maths on the site. Also you might like to include some spacings for your answer.
â Siong Thye Goh
Sep 1 at 6:11
here is a reference for mathjax that can be used to typeset maths on the site. Also you might like to include some spacings for your answer.
â Siong Thye Goh
Sep 1 at 6:11
here is a reference for mathjax that can be used to typeset maths on the site. Also you might like to include some spacings for your answer.
â Siong Thye Goh
Sep 1 at 6:11
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1485965%2fcalculate-coil-diameter-using-length-and-thickness-of-the-material%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
$$D2=2timessqrtfrac2L3.141+left(fracD12right)^2$$
â K. Rmth
Oct 18 '15 at 15:39
I wrote the formula wrong, put 2 instead of T, could you post this comment (corrected with the T) in the answer section so I could accept it?
â Bruno Vaz
Oct 18 '15 at 16:53