Approximating the Length of Oval Bezels

The Bezel Length Generator


The total length of metal you need for your bezel is: millimeters.
Make sure to add a small amount for cutting and filing.


To get a proper and snug fit, you must compensate for the thickness of the bezel wire after measuring the gem to be set. Forcing the outside ends of the wire together for soldering compresses the inside circumference, making the bezel smaller. As a general rule, the inner surface of the wire will compress, and the outer surface will stretch. The median line that runs down the center of the bezel wire is what we want to plan for. I am fairly certain that the math is correct. So to correct for this, you need to take the thickness of the metal in millimeters, multiplying by pi, and adding that amount to the output. As soon as I learn the correct bit of javascript to do this, I will add it to the form above.

By Gerald A. Livings (2005)

P   ≈  2a [ 2 + (pi - 2) (b/a) 1.456 ]
where A = length and B= width.

Why I did this...

I have found over the course of many years in the jewelry trade that jobs requiring oval bezels are consistently under-priced by sales floor associates. What normally happens is the sales floor associates take in the repair or custom jobs as an estimate so the jeweler can tell them the cost. Jobs tend to take longer to complete while waiting for contacting the client and approvals on the estimate amounts. Many times there would be errors in communication between everybody involved that would be less then pleasant.

The method of making bezels that most jewelers are taught is to wrap bezel wire around the stone and then cut, file and solder the bezel. To find the correct price for the bezel I always wrapped the stone first with a small strip of masking tape, sliced it with a razor, and then measured the length of the tape to find the length of the bezel wire I needed. This is what I used to determine cost.

I thought there must be a better way for sales floor associates and jewelers to reduce the number of estimates, get the jobs back to the client quicker, reduce errors in communication and reduce the amount of time and paperwork involved.

I started to research ovals in books and on the Internet. Many jewelry-related websites, books and reference materials have charts and formulas for finding the length of oval bezels so by comparing them I thought I would find the one that worked for a wide range of sized.

First I combined all of the charts I could find to show the numbers side by side for the most common oval cabochons. Second, I put all of the formulas I could find on the chart to see the answer for the most common oval cabochons. Third, I took cabochons of different sizes and wrapped different gauge of bezel wire around them and put this on the chart after cutting the bezel wire only. (After cutting and before filing and squaring off the ends, I found the bezel length for a particular cabochon size remained consistent despite the gauge of the bezel.)

When done with all of this I found that most charts only covered a small number of bezel sizes and were inaccurate at best, and most formulas were very simple and only accurate for bezels of a particular length-to-width ratio.

So back to do some research on the internet again. What I needed to find was a formula that would work with a wide range of sizes and length-to-width ratios. And as you can imagine, this was a total failure. There is nothing like this at all. By expanding my search to ANYTHING that might be oval shaped, I quickly found links to websites that discussed the orbit of comets. With a bit of work I found a formula that not only worked for ovals of trillions of miles but also appeared to work for the fractions of millimeters that I work with daily.

I originally did this in excel as a formula and it seemed to work fine. But when I converted the math to this form, it gives me an error of slightly more than double. I have to start from scratch and figure out if the error was mine, being dyslexic, It could be. Or if the error is due to my being unfamiliar with javascript. So use this and let me know if it seems correct.

I have this chart hanging near my bench and it has helped me reduce waste and work faster.


Table 1
 Stone Length (MM)  Stone Width (MM)  Stone Circumference (MM)
5 3 12.71
6 4 15.79
7 5 18.89
8 6 22.00
9 7 25.12
10 8 28.24
12 10 34.50
13 10 36.12
14 10 37.79
14.5 5 32.51
15 11 40.90
16 12 44.01
18 13 48.79
20 7 40.95
20 15 55.01
22 8 49.75
25 18 67.68
30 22 81.80
38 30 106.74
40 30 110.03

Notes:

  • On average, my filing tends to remove from 1MM to 2MM of material from the ends of the bezel before soldering. This may be different for each jeweler but this is fairly accurate for most of the bench jewelers in the trade that I know. The bezel length column in the is rounded up to the nearest whole number and 1MM is added for this reason.
  • This is for ovals with uniform curves and shapes; Gems that are not uniformly shaped ovals (free-form) will need to be estimated with the old masking tape and measure method.
  • A simple bezel needs only the charge for the appropriate bezel length.
  • Pre-made Step bezel needs only the charge for the appropriate bezel length.
  • When making your own step bezel then charge for the appropriate bezel length twice.
  • Closed back bezels generally require backing material as well as the charge for the appropriate bezel length.
  • If the stone you are measuring is not listed below then use the closest size with measurements above the stone you have. Also let your client know that this is an estimate and may change when the jeweler figures the correct length.

More about the equation

P ≈ 2a[2+(pi-2)(b∕a)1.456] where A = length and B= width

I found this equation at www.numericana.com. It was on a web page that described the different formulas for appropriating the "Perimeter of an Ellipse", (http://www.numericana.com/answer/ellipse.htm#rivera). David F. Rivera had submitted this approximation to the perimeter of an ellipse to the errata of the 30th edition of the Standard Mathematical Tables and Formulae (CRC Press, http://www.mathtable.com/errata/smtf30_errata_p2/index.html). This formula then made its way to the numericana.com website.

Thank you to my friends Sean Powell and Paul Sasur who help me with fixing the problems with my math. Being dyslexic, sometimes you just have to get help with math.