Warning for adults: This post is primarily about math. If you're a math phobe, hate math, whatever, you should hit the eject button now! For an excellent, math-free approach to the same topic, go here. This warning is only for adults--teenagers can do this stuff easily.
I've been too busy making planes to dabble in chairmaking lately, but it's never far from my mind. Chairmakers and planemakers have a lot in common, and a number of folks--like Caleb James--do both at a very high level.
I first read about sightlines and resultant angles eight years ago, when I checked Drew Langsner's book out of the public library. In use, it's the simplest, most intuitive way to drill chair mortises. The only difficulty is coming up with the numbers. I know of five ways to do it:
- Langsner has tables in the back of his book, laying out the sightline and resultant angles from 0° to 45°.
- Peter Galbert shows a very intuitive approach to drawing and scaling the sightline. In the linked article, he omits finding the resultant angle, but I think you'll understand how to do it if you keep reading.
- Chris Schwarz is the creator of the math-free approach, using wire models, that I linked to above.
- Jameel Abrams shows how to find the angles in Sketchup.
- You can use the sector made by Acer-Ferrous Toolworks.
Edit: If you just want the formulas for sightline and resultant angles, skip to the bottom of the post, where I give the two formulas and walk through a brief example. If you want to understand how the formulas are derived, read on.
To derive the formulas, we only need a bit of high school (sophomore year) math. We need to know SOHCAHTOA, and the inverses of the three basic trig functions. If you've forgotten this stuff, brush up with the linked explanations. I'll wait.
Oh, you're back? Great. I'll start with Galbert's method of drawing the rake and splay. Imagine dropping a plumb line from the top of a chair leg down to the floor. You'll form two triangles, one in side view (rake) and one in front view (splay). Now imagine flopping those triangles down on the floor to get a two-dimensional view, and you'll get this:
Next, label the rake and splay angles, r for rake and s for splay. Draw the rectangle defined by the rake and splay axes, and add in a diagonal. This is the sightline. You can think of the lower right vertex as the point where the bottom of the chair leg would sit.
Now we're ready to find the lengths of the rake and splay lines in terms of r and s. Using the tangent identity,
and similarly,
Now we need a way to find the sightline angle--let's call it l--and to find the length of the sightline in terms of our other measurements.
The sightline angle is easy. Using the tangent identity again,
Finding the length of the sightline is a little more complicated. Since it's the hypotenuse of a triangle, we'll need our sine function:
Here's what we've got so far.
The last thing we need is a way to find the resultant angle, which I'll label t°. Let's draw one more triangle, defined by the common height and the sightline.
Using the tangent identity,
And now we've got the two formulas we need. Let's get rid of the confusing letters and use words instead:
Now plug .851 into the inverse tan function:
So 40.4° is the sightline angle.
For the resultant angle:
Plug .327 into the inverse tan function:
And 18.1° is the resultant angle. Now, go make some chairs!
nice post Steve. But in the line "The last thing we need ...", shouldnt it be "resultant angle" instead of sightline angle?
ReplyDeleteHey Oskar, thanks for catching that--it's fixed now!
DeleteLol! I’ll go with Chris’s non-math method. 😉
ReplyDeleteHey Rick, I should have made it clearer that no one needs to go through this whole process to find the angles they need. It's really just a matter of plugging 6 numbers into a calculator, something that can be done in a minute or less. But all the other methods, including model making, also work.
DeleteCould you repeat that? : )
ReplyDeleteSteve,
ReplyDeleteThanks, nice to have the info in one place.
ken
Thanks Ken. If nothing else, when I inevitably forget where I wrote down the formula, I'll be able to find it here.
DeleteNice exercise.
ReplyDeleteWhen the bottom of the seat is not horizontal, the formulas aren't anymore practical unless one put them in a spreadsheet.
I think it isn't anymore taught in high school, but I personally enjoyed descriptive geometry (Monge method) 50 years ago.
The default of a numerical method is that one tends to use a number of significant digit which is not necessarily meaningful.
Sylvain
I was specifically trying to find how to calculate the resultant angle, so in case anyone needs it, here is the complete formula. Be sure to convert splay and rake to radians first and you can convert the final resultant angle back to degrees when you're finished:
ReplyDeletea = splay (in radians)
b = rake (in radians)
resultant (in radians) = atan(tan(a)/sin(atan(tan(a)/tan(b))))
(in case it's not clear, atan stands for arctangent)