summaryrefslogtreecommitdiff
path: root/3886/CH18/EX18.12/18_12.sce
blob: ef9595f61dc3293065d7f12334f0d9d4019c108c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//Sphere
//refere fig. 18.12
u1=3  //m/sec
u2=0.6  //m/sec
//From principle of conservation of momentum
//v1+5*v2=6
//From the defination of coefficient of restitution
//v2-v1=1.8
//solving
v1=6-1.3*5  //m/sec
//The velocity of first ball is reversed after impact
//Loss of K.E.=Initial K.E.-final K.E.
loss=1.07  //joules
printf("\nLoss=%.3f joules",loss)