Math Help Calculating h
-
- Beefwood
- Posts: 27
- Joined: Tue Oct 05, 2021 1:41 am
Math Help Calculating h
Hi Math Heads
I'm building an Excel sheet to start measuring a bunch of tops I have and calculate the target thickness h. Computer and tapping are all ready to go.
I'm using all of TG's values from Table 4.5-3, and won't repeat them here. I'm good all the way through the first 12 columns (although honestly I don't understand the gigapascal GPa value well and only get o the Young's Modulus values by dividing by a lot of zeros)
On to Equ. 4.5-7 to calculate h:
The numerator (top value), rounded off as I don't need exact here, just to get the formula working):
.96 x 75 (his f stiffness value) x 490 (his plate length a) squared (call it 240,000) x the square root of 396 (his density p) (~ 19.9) = a huge # ~ 340,000,000.
The denominator is the square root of:
11.84 (his El) + 2.49 (his a/b ratio of 1.256 to the 4th power)*.82 (his Ec) + 1.58 (his a/b ratio of 1.256 squared) * (.03 (his value)*11.84 (El again) + 1.12*.91 (his Glc) = <16. The square root of all that is <4.
Divide the top by the bottom to get h and.... I'm crazy out of this world off! Even if if were a matter of decimals (i.e. mm to m, or converting GPa) it's not even close to TG's first number value of 2.72mm.
I presume some of you have built spreadsheets, can anyone spot my error or misinterpretation to be so wrong?
thanks in advance.
I'm building an Excel sheet to start measuring a bunch of tops I have and calculate the target thickness h. Computer and tapping are all ready to go.
I'm using all of TG's values from Table 4.5-3, and won't repeat them here. I'm good all the way through the first 12 columns (although honestly I don't understand the gigapascal GPa value well and only get o the Young's Modulus values by dividing by a lot of zeros)
On to Equ. 4.5-7 to calculate h:
The numerator (top value), rounded off as I don't need exact here, just to get the formula working):
.96 x 75 (his f stiffness value) x 490 (his plate length a) squared (call it 240,000) x the square root of 396 (his density p) (~ 19.9) = a huge # ~ 340,000,000.
The denominator is the square root of:
11.84 (his El) + 2.49 (his a/b ratio of 1.256 to the 4th power)*.82 (his Ec) + 1.58 (his a/b ratio of 1.256 squared) * (.03 (his value)*11.84 (El again) + 1.12*.91 (his Glc) = <16. The square root of all that is <4.
Divide the top by the bottom to get h and.... I'm crazy out of this world off! Even if if were a matter of decimals (i.e. mm to m, or converting GPa) it's not even close to TG's first number value of 2.72mm.
I presume some of you have built spreadsheets, can anyone spot my error or misinterpretation to be so wrong?
thanks in advance.
Re: Math Help Calculating h
Usually the problem boils down to keeping track of the zeros and the units. I haven't looked closely at your coding but I think your units for plate dimension should be in metres (SI unit) not mm for the calculation. Dont quote me on this but I have a vague recollection of this being one source of error when I coded up my spreadsheet.
Trevor will no doubt pick your coding apart and find the problem(s)
Trevor will no doubt pick your coding apart and find the problem(s)
Martin
-
- Beefwood
- Posts: 27
- Joined: Tue Oct 05, 2021 1:41 am
Re: Math Help Calculating h
Hi
Thanks for your reply. If it were a matter of decimal places (m to mm), it would be easy enough to spot, but it's off by a bizarre factor, so it seems like it would be a metric to "standard" (we're stuck up here with that nonsense so I don't think naturally in metric) or other conversion issue. Or just bad formula work, although I get the same answer manually on a calculator.
It doesn't look like I can attach an Excel file here, so I sent it to Trevor directly, hoping for help as otherwise I'm all dressed up and ready to go!
cheers
Kevin
Thanks for your reply. If it were a matter of decimal places (m to mm), it would be easy enough to spot, but it's off by a bizarre factor, so it seems like it would be a metric to "standard" (we're stuck up here with that nonsense so I don't think naturally in metric) or other conversion issue. Or just bad formula work, although I get the same answer manually on a calculator.
It doesn't look like I can attach an Excel file here, so I sent it to Trevor directly, hoping for help as otherwise I'm all dressed up and ready to go!
cheers
Kevin
Re: Math Help Calculating h
Hi Kevin
IF you don't hear from Trevor, I'm happy to send you mine, seems to work (as in reproduces Trevors numbers from the book). You can look through and see where the differences are?
You would need to pm me your email address
Cheers
Richard
IF you don't hear from Trevor, I'm happy to send you mine, seems to work (as in reproduces Trevors numbers from the book). You can look through and see where the differences are?
You would need to pm me your email address
Cheers
Richard
Richard
-
- Beefwood
- Posts: 27
- Joined: Tue Oct 05, 2021 1:41 am
Re: Math Help Calculating h
HI Richard
thanks so much! I'm sure Trevor's a busy guy, to say the least, so having a working Excel sheet would expedite the process and I should be able to spot my error.
[email protected]
I REALLY appreciate it as I'm doing FRCs on some guitars I'm not sweet on which I will convert to falcate/live backs. I'm planning on zipping (not live) backs off this week and it would be great to start the process by nailing down the live backs first, which will be an easy conversion if I know the targeted thickness.
Thanks again!
thanks so much! I'm sure Trevor's a busy guy, to say the least, so having a working Excel sheet would expedite the process and I should be able to spot my error.
[email protected]
I REALLY appreciate it as I'm doing FRCs on some guitars I'm not sweet on which I will convert to falcate/live backs. I'm planning on zipping (not live) backs off this week and it would be great to start the process by nailing down the live backs first, which will be an easy conversion if I know the targeted thickness.
Thanks again!
-
- Myrtle
- Posts: 74
- Joined: Mon May 17, 2021 5:05 am
- Location: California, USA
Re: Math Help Calculating h
Yes, you need to use values in the formula in Pascals and meters. The values in the table are mm and GigaPascals. So divide the mm values by 1000 and multiply the GPa values by 10^9. I.e 11.84E09.
Greg
Greg
-
- Beefwood
- Posts: 27
- Joined: Tue Oct 05, 2021 1:41 am
Re: Math Help Calculating h
Yep, I did figure that out after some trial and error, but I've got an odd factor in there that's still throwing it off. I look forward to seeing Richard's which will clue me in.
Thanks!
Thanks!
-
- Beefwood
- Posts: 27
- Joined: Tue Oct 05, 2021 1:41 am
Re: Math Help Calculating h
A big shout-out to seeaxe for helping me out. All good now!
Re: Math Help Calculating h
So I’m getting 1.1842E+10 for 4.5-2, which is what you refer to above, how do I get it to 11.84?GregHolmberg wrote: ↑Mon Oct 25, 2021 5:43 amYes, you need to use values in the formula in Pascals and meters. The values in the table are mm and GigaPascals. So divide the mm values by 1000 and multiply the GPa values by 10^9. I.e 11.84E09.
Greg
I’m banging my head on the floor here, I’m having same decimal issue with correct digits for 4.5-3 and 4.5-4
Re: Math Help Calculating h
So I multiplied my 1.184 by .000000001GregHolmberg wrote: ↑Mon Oct 25, 2021 5:43 amYes, you need to use values in the formula in Pascals and meters. The values in the table are mm and GigaPascals. So divide the mm values by 1000 and multiply the GPa values by 10^9. I.e 11.84E09.
Greg
And got 11.84,
Is this what you meant by 10^9
Re: Math Help Calculating h
But I just divided my number by 10^9 and it gave me the 11.84, not sure what the protocol is hereGregHolmberg wrote: ↑Mon Oct 25, 2021 5:43 amYes, you need to use values in the formula in Pascals and meters. The values in the table are mm and GigaPascals. So divide the mm values by 1000 and multiply the GPa values by 10^9. I.e 11.84E09.
Greg
Thanks!
Who is online
Users browsing this forum: No registered users and 8 guests