| Visit Our Catalog at SteelGuitarShopper.com |

Post new topic Question for mathematical/analytical minds
Goto page 1, 2, 3  Next
Reply to topic
Author Topic:  Question for mathematical/analytical minds
Mike Neer


From:
NJ
Post  Posted 24 Jul 2014 10:25 am    
Reply with quote

I would like to be able to calculate, for each different scale length, the increasing angles of the bar slants as one progresses up the neck. Obviously, there would be many variables, such as string spacing, the type of slant, etc., but someone must have a clear idea on how to get some sort of formula to figure this out.

I tried to use a protractor to measure the angles, but that didn't work too well.

I know there are a lot of engineering types here, so I, an engineering school drop-out, turn to you. Laughing
_________________
Links to streaming music, websites, YouTube: Links
View user's profile Send private message Send e-mail Visit poster's website
Dave Grafe


From:
Hudson River Valley NY
Post  Posted 24 Jul 2014 10:44 am    
Reply with quote

If you are speaking to the logarithmic change in the distance between the frets, it's all based upon the square root of 2, if that helps any...
View user's profile Send private message Send e-mail Visit poster's website
Ulrich Sinn


From:
California, USA
Post  Posted 24 Jul 2014 11:39 am    
Reply with quote

http://www.hawaiiansteel.com/instruments/slant_angles.php
_________________
Redline Resophonic
MSA Superslide 12-string Reece Anderson tuning, dropped down to B
MSA “The Universal” in Reece Andersons Bb universal tuning, raised to B
TomKat Amp
how I earn a living
View user's profile Send private message Send e-mail Visit poster's website
Dylan Keating


From:
Montreal QC
Post  Posted 24 Jul 2014 12:32 pm    
Reply with quote

It seems like it's just a trigonometry problem. If you know the string spacing between the two strings you're slanting the bar between, and the distance between the "pivot" fret (the one closest to you) and the slanted fret, divide the string spacing by the fret distance and take the inverse tan of that ratio to get the angle between bar and pivot string.

Or:
angle = arctan( string spacing / fret distance)

You can use the scale length to compute the distance between frets (I think?) so you can combine the two formulas to find the angles of slants up and down the neck, and between strings.
_________________
"Steel a little and they throw you in jail, Steel a lot and they make you King."
View user's profile Send private message Send e-mail
Dave Mudgett


From:
Central Pennsylvania and Gallatin, Tennessee
Post  Posted 24 Jul 2014 12:56 pm    
Reply with quote

Just a quick calculation with string spacing the same at nut and bridge - I also haven't carefully checked the algebra. If someone sees an error, please chime in.

The distance of the nth fret, d(n), from the nut is given by the classic fret formula:

d(n)/L = 1 - (1/(2^(n/12)))

where L is the scale length. So the distance between the nth fret and the (n+1)th fret is

Δd(n)/L = (d(n+1)-d(n))/s = (1 - (1/(2^((n+1)/12))) - (1 - (1/(2^(n/12)))

= (1/(2^(n/12)) - (1/(2^((n+1)/12))

= (2^((n+1)/12)-2^(n/12))/(2^(n/12)*2^((n+1)/12))

= (2^((n+1)/12)-2^(n/12))/(2^(2n+1)/12)

= (2^((n+1)/12))*(1-2^((n-(n+1))/12))/(2^(2n+1)/12)

= (2^((n+1)/12))*(1-2^(-1/12))/(2^(2n+1)/12)

= (1-(1/(2^(1/12))))/(2^(n/12))

Since (1-(1/(2^(1/12)))) ≈ 0.05612568732, then

Δd(n) ≈ 0.05612568732*L/(2^(n/12))

Now consider the string spacing between adjacent strings, s. For, let's say, a forward slant (the bar makes a positive angle, θ, between 0 and 90 degrees with the strings, or a 90deg - θ with the straight bar angle), then tan(θ) is the ratio of the string spacing (the vertical distance of the slant) divided by the fret distance (the horizontal distance of the slant (tan(θ) = opposite/adjacent), so (recall, arctan is the inverse tangent function):

θ ≈ arctan(s*(2^(n/12)/0.05612568732*L)

≈ arctan(17.81715374*(2^(n/12)*(s/L))

This generally makes sense - the bar angle from the strings (horizontal) increases as you move up the neck {note that 2^(n/12) increases as you move up the neck}, and also increases as the string-spacing/scale-length ratio increases.

But we normally think about the slant angle as the angle away from the straight bar position, so the angle of interest is 90 degrees (π/2 radians) - θ, which is the same as the inverse cotangent (arccot), i.e.,

φ = π/2 - θ ≈ π/2 - arctan(17.81715374*(2^(n/12)*(s/L))

= arccot(17.81715374*(2^(n/12)*(s/L))

One could quickly plot these relationships in, let's say, MATLAB, Mathematica, or Mupad for various scale lengths and string spacings.
View user's profile Send private message Send e-mail
Erv Niehaus


From:
Litchfield, MN, USA
Post  Posted 24 Jul 2014 1:06 pm    
Reply with quote

Just use your ears. Why does everything have to be SO complicated!!! Whoa!
View user's profile Send private message Send e-mail
Mike Neer


From:
NJ
Post  Posted 24 Jul 2014 1:13 pm    
Reply with quote

Erv, let boys be boys. Besides, it's math that makes it all possible, from Pythagoras to Edison. Laughing

Professor Mudgett, that is incredible. Thank you for sharing it. I wish I'd paid a little more attention in calc.

Ulrich, that is a cool tool on John's site, never saw it before. Thanks.

Dylan, respect. You casually ripped that out. I like it.
_________________
Links to streaming music, websites, YouTube: Links
View user's profile Send private message Send e-mail Visit poster's website
Dave Mudgett


From:
Central Pennsylvania and Gallatin, Tennessee
Post  Posted 24 Jul 2014 1:34 pm    
Reply with quote

Of course, we use our ears to play slants. But sometimes, I find it useful to also think about and try to understand the physical relationships that I'm dealing with as I play. Sometimes a strictly qualitative understanding is fine, sometimes a quantitative understanding gives additional insight.

I made it complex by starting with the fretting formula, which measures the fret position from the nut. For actual fretting, this is better than dealing with distances between frets because errors can accumulate between frets. But I guess I could have started with the distance-between-frets formula.

But the final formula is simple:

angle-from-straight-bar = π/2 - arctan(17.81715374*(2^(n/12)*(s/L))

For a given guitar, s/L is a constant string-spacing to scale-length ratio, so you just plug in n for all the frets from 1 to however high you want to go, and just calculate and plot (I'd convert from radians to degrees, personally).

If you want to take into account the full complexity, consider dissimilar nut and bridge spacings. But I think this is good enough to get a basic quantitative and qualitative feel for the relationship as one moves up the neck.


Last edited by Dave Mudgett on 24 Jul 2014 1:37 pm; edited 1 time in total
View user's profile Send private message Send e-mail
Erv Niehaus


From:
Litchfield, MN, USA
Post  Posted 24 Jul 2014 1:36 pm    
Reply with quote

The little boy came home from school and his dad asked him what he was studying in math.
The boy said that they were studying pi r square. His dad said: "Son, you've got that all wrong, pie are round. Laughing Laughing
View user's profile Send private message Send e-mail
Doug Beaumier


From:
Northampton, MA
Post  Posted 24 Jul 2014 1:37 pm    
Reply with quote

So how does one apply these calculations when actually playing slants on the steel guitar, short of using a ruler and memorizing all the numbers for slants on all the frets? In the end, the player has to execute the slants by ear on the fly.

edit: I just noticed Dave's reply about playing slants primarily by ear.
_________________
My Site / My YouTube Channel
25 Songs C6 Lap Steel / 25 MORE Songs C6 Lap Steel / 16 Songs, C6, A6, B11 / 60 Popular Melodies E9 Pedal Steel


Last edited by Doug Beaumier on 24 Jul 2014 1:40 pm; edited 1 time in total
View user's profile Send private message Send e-mail Visit poster's website
Erv Niehaus


From:
Litchfield, MN, USA
Post  Posted 24 Jul 2014 1:40 pm    
Reply with quote

Doug,
Yes, I agree.
Just think, they could be spending all this time practicing! Very Happy
View user's profile Send private message Send e-mail
Dave Mudgett


From:
Central Pennsylvania and Gallatin, Tennessee
Post  Posted 24 Jul 2014 1:51 pm    
Reply with quote

Doug - sure, in the end, one needs to get notes on a steel, however one is playing them, in-tune by ear. But to me, having some basic understanding, qualitatively and quantitatively, how much to angle the bar as one moves up the neck is sort of analogous to having fret markers to guide nominal placement of the bar.

Of course, one can, in principle, play steel guitars without any fret markers, as do violin, viola, cello, and bass players. And I'd guess that as players get more and more years of playing, they need the fret markers less and less. But perhaps a chart of typical bar slant angles as one moves up the neck might help some players as they push into this territory. I guess that's why this seemed interesting enough to respond.

Quote:
Just think, they could be spending all this time practicing! Very Happy

This took about a half hour. Actually, when you consider how much work I personally need to do on slanting, ANY insight that would help me be able to hone in on this better is WELL worth even quite a few hours of my time.
View user's profile Send private message Send e-mail
Mike Neer


From:
NJ
Post  Posted 24 Jul 2014 2:26 pm    
Reply with quote

Doug Beaumier wrote:
So how does one apply these calculations when actually playing slants on the steel guitar, short of using a ruler and memorizing all the numbers for slants on all the frets? In the end, the player has to execute the slants by ear on the fly.

edit: I just noticed Dave's reply about playing slants primarily by ear.


Knowing the angle in relation to the position on the neck is a huge advantage. On my instrument, playing a 3 adjacent string slant down on the 1st to 3rd fret requires an extremely acute angle of about 40°; from the 7th to the 9th, it's closer to 60°; from the 12th, even greater. I can get much closer from the start knowing this. Do I have to know the exact numbers, of course not. But I can visualize the angle and get it in tune with a greater percentage.

I do a lot of chord playing using slants, so that makes it more involved than the melody harmonies, because I'm on the bass strings (and mine are thick) and I'm frequently moving in large jumps, rather than one fret to the next.

I would like to know the exact calculations for other purposes. I want to make a little app which would calculate slants by chord in any tuning and string number, and also different scale lengths and show the angle--maybe by even having a virtual bar on the strings. (If anyone is an app developer, give me shout, I have this all figured out).
_________________
Links to streaming music, websites, YouTube: Links


Last edited by Mike Neer on 24 Jul 2014 2:49 pm; edited 1 time in total
View user's profile Send private message Send e-mail Visit poster's website
Dylan Keating


From:
Montreal QC
Post  Posted 24 Jul 2014 2:47 pm    
Reply with quote

I've plotted Dave's (much better than mine) formula for the slant angle from straight bar position (for arbitrary string spacing and scale length):



Which is cool, because it shows what you'd think intuitively- as you go higher up the fretboard, the slant angle gets smaller.
_________________
"Steel a little and they throw you in jail, Steel a lot and they make you King."
View user's profile Send private message Send e-mail
John Sluszny

 

From:
Brussels, Belgium
Post  Posted 24 Jul 2014 3:03 pm    
Reply with quote

Erv Niehaus wrote:
Just use your ears. Why does everything have to be SO complicated!!! Whoa!

Right !
View user's profile Send private message Send e-mail
Barry Blackwood


Post  Posted 24 Jul 2014 3:12 pm    
Reply with quote

Quote:
The little boy came home from school and his dad asked him what he was studying in math.
The boy said that they were studying pi r square. His dad said: "Son, you've got that all wrong, pie are round.

That's right, Erv. Cornbread are square… Shocked


Last edited by Barry Blackwood on 24 Jul 2014 3:16 pm; edited 1 time in total
View user's profile Send private message Send e-mail
Mike Neer


From:
NJ
Post  Posted 24 Jul 2014 3:13 pm    
Reply with quote

John Sluszny wrote:
Erv Niehaus wrote:
Just use your ears. Why does everything have to be SO complicated!!! Whoa!

Right !


No offense, guys, but this doesn't really add to the discussion. I would put my ears up against anyone else's--I've gotten plenty good use of them. I just want to see the science of it. Thanks.

Erv, that was a very funny joke. Laughing
_________________
Links to streaming music, websites, YouTube: Links
View user's profile Send private message Send e-mail Visit poster's website
Dave Mudgett


From:
Central Pennsylvania and Gallatin, Tennessee
Post  Posted 24 Jul 2014 3:15 pm    
Reply with quote

Dylan, you had the relationship correct.

For me, the utility of this is to develop some visual images in my head about how much slant angle is required at several important fret positions up the neck (e.g, 5th, 9th, 12th, 15th and interpolate/extrapolate the rest) for several different guitars I use with different scale lengths and string spacings. Playing my 24.25" scale length 10-12-string pedal steels with pretty narrow string spacing is quite a lot different than my 30's 22" (or thereabouts) scale length 6-string Rick B6 and Model 59 with pretty wide string spacing, or my 8-string Fender Dual Pros for that matter. Then there are string-skipping slants, which multiply the string spacing.

There are different ways of getting this kind of insight. The old-school music-teacher way is to just practice and practice for decades until it's second nature by feel. That's cool and I highly advocate the sheddin' time. But if some mathematics and basic graphs can help me or anybody else develop some mental imagery that can speed the process up, then I'm all in favor of that. I didn't start playing steel at birth and I ain't a kid, to say the least. Wink So I'll use any trick I can to speed up the process. I already am an engineer/scientist/mathematician kinda' guy, so this kind of geometric/mathematical imagery is useful to me. YMMV, no problem.

I'll put some graphs up at some point using specific data from my guitars, but I gotta be somewhere tonight.
View user's profile Send private message Send e-mail
Mike Neer


From:
NJ
Post  Posted 24 Jul 2014 3:28 pm    
Reply with quote

I'm with you, Dave. Science plays an extremely powerful role in making music. If you have any doubt, read George Kochevitsky's book on the Art Of Piano Playing.

Hence my curiosity with all of this. It's been on my mind for a while. I can play music, but I also like to see all of the hidden beauty in it. I take music very seriously, not casually. Let's say it is my religion.
_________________
Links to streaming music, websites, YouTube: Links
View user's profile Send private message Send e-mail Visit poster's website
David Mason


From:
Cambridge, MD, USA
Post  Posted 24 Jul 2014 3:34 pm    
Reply with quote

did you include the adjustment to the calculations for just intonation yet?

WOO HOO HOO HAR HAR HAR
WOO HOO HOO HAR HAR HAR
WOO HOO HOO HAR HAR HAR


WAAAAAAAAAAAAAAAIT a minute - it's ALL just intonation, right? Confused
View user's profile Send private message Send e-mail
Mike Neer


From:
NJ
Post  Posted 24 Jul 2014 3:36 pm    
Reply with quote

You rascal, you!
_________________
Links to streaming music, websites, YouTube: Links
View user's profile Send private message Send e-mail Visit poster's website
Bob Hoffnar


From:
Austin, Tx
Post  Posted 24 Jul 2014 8:15 pm    
Reply with quote

I am looking forward to seeing the graph when you get to it Dave. I'm thinking it may reveal some interesting insights.
_________________
Bob
View user's profile Send private message Send e-mail Visit poster's website
Mike Neer


From:
NJ
Post  Posted 25 Jul 2014 8:02 am    
Reply with quote

Dave, thanks for updating your post. I went to the library last night and took out some calculus books.

Looking forward to the graphs, if you ever get around to it.

And if anyone with app development skills wants to hook up, I have really good ideas and a strong concept for this. I doubt if it would ever be a moneymaker, but that's not the point.
_________________
Links to streaming music, websites, YouTube: Links
View user's profile Send private message Send e-mail Visit poster's website
Bob Hickish


From:
Port Ludlow, Washington, USA, R.I.P.
Post  Posted 25 Jul 2014 9:22 am    
Reply with quote

it all depends on tuning -- straight 440 or JI -- I have always used sight - to estimate bar angle /slant

View user's profile Send private message
basilh


From:
United Kingdom
Post  Posted 25 Jul 2014 10:05 am    
Reply with quote

Bob Hickish wrote:
it all depends on tuning -- straight 440 or JI -- I have always used sight - to estimate bar angle /slant


I was wondering why I didn't know the name ! Rolling Eyes Rolling Eyes
_________________

Steelies do it without fretting

CLICK THIS to view my tone bars and buy——>
View user's profile Send private message Send e-mail Visit poster's website

All times are GMT - 8 Hours
Jump to:  
Please review our Forum Rules and Policies
Our Online Catalog
Strings, CDs, instruction, and steel guitar accessories
www.SteelGuitarShopper.com

The Steel Guitar Forum
148 S. Cloverdale Blvd.
Cloverdale, CA 95425 USA

Click Here to Send a Donation

Email SteelGuitarForum@gmail.com for technical support.


BIAB Styles
Ray Price Shuffles for Band-in-a-Box
by Jim Baron