Cliff Stamp
BANNED
- Joined
- Oct 5, 1998
- Messages
- 17,562
I decided to compare my MEUK in 52100, forged and heat treated by Caffrey to an edge hardness of 58 HRC, to the small Zubeng utility hunter in cross forged 1.2% carbon steel at 67 HRC. It should be obvious that the higher carbon steel and higher hardness Zubeng would have better extended slicing aggression, but the finer carbide size of the 52100 might give it an advantage in terms of edge stabiilty and thus it might do better for high sharpness push cutting.
For the edge stability check, both blades were sharpened at ten degrees per side, finishing at the UF Spyderco benchstone. Six rounds for each blade, with a complete sharpening for each round starting from x-coarse DMT. They were used to push cut through strips of 1/8" cardboard perpendicular with one cm of travel laterally through 10 cm. The sharpness was tested by push cutting thread, four masurements were taken through the one cm of edge exposed to the wear. Thus each final data point in total came from averaging (median) over 24 points. The results :
The results came out exactly as Landes indicates, the higher carbide steel has a lower blunting rate long term (b is lower) but initially blunts much faster (a is higher) due to edge stability issues. You can also see it visually even under 10X magnification as the Zubeng shows edge damage sooner, I am talking about small effects here, on the scale of 10 microns. I was surprised though at the extent of the difference, I would not have expected it to be so large. The graph on the left hand side displays some statistical information about the graphs, the residual ratios and the intersection which basically says how much more one knife can cut than the other.
I was also surprised at how fast they both dropped in sharpness early so I later did one test run where I finished with 5 passes per side on 0.5 micron chromium/aluminum oxide and it made an improvement on both, and especially so on the MEUK but I didn't have enough cardboard for a full run, I might do this later. It might also be that the abrasives used are not ideal for the Zubeng because it was visible at times under magnification that the coarse diamond hone tore pieces out of the edge so it isn't unreasonable to assume that something similar may be happening on a smaller scale at the finer grits. This should be repeated with similar grit waterstones.
Ok, now for the part where the Zubeng shows its dominance, an extended slicing comparison. The blades were again compared with the same edge angles which were very close. After one trial for example the edges were measured to be 0.010x0.030=9.5 degrees for the Meuk and 0.012x0.032=10.6 for the Zubeng. The grits were x-coarse DMT, fine DMT, medium Spyderco benchstone. Both could push cut newsprint over two inches from the hand (it was greater for the first finer run) and shaved readily. The sharpness was measured by slicing light cord under 45 grams of tension. 1/8" cardboard was sliced through 3 cm of edge. The results :
The MEUK was consistently sharper and also had a small advantage in edge retention, just at the level of significance. The cutting advantage was 1.12 (4) which meant it could cut 12 (4) % more material before reaching a similar state of blunting. This was very surprising. Note that the cutting advantage here is calculated very differently that I have done in the past. Before I used the two fitted curves but that method has several problems. Recently I switched to just using the data directly.
In order to bound the confidence intervals for the results I used a monte carlo simulation and generated 100 data sets with normally distributed data and reran the calculations for each one of them and averaged all of these results to produce estimates for the uncertainty in the cutting advantage points. This was actually done as DOS batch file which called a bunch of gawk scripts. Awk isn't a language you would use for math but I was just curious as to how bad the code would look. It is much easier in MATLAB.
The code and raw data is available if anyone wants to see it. I'll include the raw data in the webpage writeup eventually. I have to rewrite the model webpage to reflect the change in cutting advantage and I'll also likely put the relevant key code up there as well. Ref :
http://www.physics.mun.ca/~sstamp/knives/model.html
-Cliff
For the edge stability check, both blades were sharpened at ten degrees per side, finishing at the UF Spyderco benchstone. Six rounds for each blade, with a complete sharpening for each round starting from x-coarse DMT. They were used to push cut through strips of 1/8" cardboard perpendicular with one cm of travel laterally through 10 cm. The sharpness was tested by push cutting thread, four masurements were taken through the one cm of edge exposed to the wear. Thus each final data point in total came from averaging (median) over 24 points. The results :

The results came out exactly as Landes indicates, the higher carbide steel has a lower blunting rate long term (b is lower) but initially blunts much faster (a is higher) due to edge stability issues. You can also see it visually even under 10X magnification as the Zubeng shows edge damage sooner, I am talking about small effects here, on the scale of 10 microns. I was surprised though at the extent of the difference, I would not have expected it to be so large. The graph on the left hand side displays some statistical information about the graphs, the residual ratios and the intersection which basically says how much more one knife can cut than the other.
I was also surprised at how fast they both dropped in sharpness early so I later did one test run where I finished with 5 passes per side on 0.5 micron chromium/aluminum oxide and it made an improvement on both, and especially so on the MEUK but I didn't have enough cardboard for a full run, I might do this later. It might also be that the abrasives used are not ideal for the Zubeng because it was visible at times under magnification that the coarse diamond hone tore pieces out of the edge so it isn't unreasonable to assume that something similar may be happening on a smaller scale at the finer grits. This should be repeated with similar grit waterstones.
Ok, now for the part where the Zubeng shows its dominance, an extended slicing comparison. The blades were again compared with the same edge angles which were very close. After one trial for example the edges were measured to be 0.010x0.030=9.5 degrees for the Meuk and 0.012x0.032=10.6 for the Zubeng. The grits were x-coarse DMT, fine DMT, medium Spyderco benchstone. Both could push cut newsprint over two inches from the hand (it was greater for the first finer run) and shaved readily. The sharpness was measured by slicing light cord under 45 grams of tension. 1/8" cardboard was sliced through 3 cm of edge. The results :

The MEUK was consistently sharper and also had a small advantage in edge retention, just at the level of significance. The cutting advantage was 1.12 (4) which meant it could cut 12 (4) % more material before reaching a similar state of blunting. This was very surprising. Note that the cutting advantage here is calculated very differently that I have done in the past. Before I used the two fitted curves but that method has several problems. Recently I switched to just using the data directly.
In order to bound the confidence intervals for the results I used a monte carlo simulation and generated 100 data sets with normally distributed data and reran the calculations for each one of them and averaged all of these results to produce estimates for the uncertainty in the cutting advantage points. This was actually done as DOS batch file which called a bunch of gawk scripts. Awk isn't a language you would use for math but I was just curious as to how bad the code would look. It is much easier in MATLAB.
The code and raw data is available if anyone wants to see it. I'll include the raw data in the webpage writeup eventually. I have to rewrite the model webpage to reflect the change in cutting advantage and I'll also likely put the relevant key code up there as well. Ref :
http://www.physics.mun.ca/~sstamp/knives/model.html
-Cliff