I have understood that the general consensus it that recoil weight is a measure of how hard, for a given head speed, the racquet hits the ball, it is even also referred to as "hitting weight".
I asked ChatGPT, "In tennis, what effect does people think "recoil weight" has?" As ChatGPT is trained on the text of the internet it would summarize what people actually write on the internet. The answer was:
Here are some effects that people believe recoil weight has:
I did the calculations to see if this is true. I chose two racquets from this source: https://docs.google.com/spreadsheets/d/1Esa_cqL8wbAv0J1GGq-t7N_yoqKOdCPpbIwODjdqgWE/edit?gid=0#gid=0
sorted it by swing weight and chose Kyrgios and Lazarov as they had similar swing weight but very different recoil weight. For the same swing speed the higher recoil weight racquet should then produce a higher ball speed, right?
Here is a link to an Imgur post showing the graph of the results:
There is also a schematic of the calculated scenario and the derivation of the formula used to calculate the ball speed after the impact. Hover the image and click the right and left arrows to see the other images.
Here is a summary of the input data used: ( See the second picture of the Imgur post for an explanation of what the values represent. )
% SI-units.
e = .8; % Coefficient of restitution.
rh = .1; % Instantaneous swing center from butt cap, meters.
wi = 30; % Initial angular velocity around the instantaneous center, radians per second.
vb1 = -10; % Initial ball velocity, m/s. Negative because moving towards the racquet.
mb = .058; % Mass of the ball.
rs = linspace( .4, .6, 100 ); % Distance to ball strike from the butt cap.
% Lazarov's racquet data. Swing weight = 323.2 kgcm^2.
m = .3201; % mass
rcg = .3491; % Distance to balance point ( center of gravity, cg ).
Icg = .01206; % Recoil weight, kgm^2.
% Kyrgios' racquet data. Swing weight = 325 kgcm^2.
m = .34;
rcg = .312;
Icg = .01686;
I asked ChatGPT, "In tennis, what effect does people think "recoil weight" has?" As ChatGPT is trained on the text of the internet it would summarize what people actually write on the internet. The answer was:
Here are some effects that people believe recoil weight has:
- Power and Plow Through:
- Higher Recoil Weight: Racquets with higher recoil weight often provide more "plow through," meaning the racquet can drive through the ball more effectively. This can result in more powerful shots as the racquet's momentum helps to propel the ball forward.
- Lower Recoil Weight: A lower recoil weight might reduce the power of shots since there is less mass behind the ball at the moment of impact.
I did the calculations to see if this is true. I chose two racquets from this source: https://docs.google.com/spreadsheets/d/1Esa_cqL8wbAv0J1GGq-t7N_yoqKOdCPpbIwODjdqgWE/edit?gid=0#gid=0
sorted it by swing weight and chose Kyrgios and Lazarov as they had similar swing weight but very different recoil weight. For the same swing speed the higher recoil weight racquet should then produce a higher ball speed, right?
Here is a link to an Imgur post showing the graph of the results:
There is also a schematic of the calculated scenario and the derivation of the formula used to calculate the ball speed after the impact. Hover the image and click the right and left arrows to see the other images.
Here is a summary of the input data used: ( See the second picture of the Imgur post for an explanation of what the values represent. )
% SI-units.
e = .8; % Coefficient of restitution.
rh = .1; % Instantaneous swing center from butt cap, meters.
wi = 30; % Initial angular velocity around the instantaneous center, radians per second.
vb1 = -10; % Initial ball velocity, m/s. Negative because moving towards the racquet.
mb = .058; % Mass of the ball.
rs = linspace( .4, .6, 100 ); % Distance to ball strike from the butt cap.
% Lazarov's racquet data. Swing weight = 323.2 kgcm^2.
m = .3201; % mass
rcg = .3491; % Distance to balance point ( center of gravity, cg ).
Icg = .01206; % Recoil weight, kgm^2.
% Kyrgios' racquet data. Swing weight = 325 kgcm^2.
m = .34;
rcg = .312;
Icg = .01686;
Last edited: