blob: 3c491ff544ecf4eae26b2e449fa6287996ba94d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
//Mass of the tennis ball(in grams):
m=57;
//Diameter ofthe ball (in mm):
D=64;
//Velocity with which te ball is hit(in m/s):\
V=25;
//Topspin given on the ball(in rpm):
N=7500;
//Acceleration due to gravity(in m/s^2):
g=9.81;
//Kinematic viscosity(in m^2/s):
v=1.46*10^-5
//Desity of air(in kg/m^3):
d=1.23;
|