diff options
Diffstat (limited to '3886/CH18/EX18.13/18_13.sce')
-rw-r--r-- | 3886/CH18/EX18.13/18_13.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3886/CH18/EX18.13/18_13.sce b/3886/CH18/EX18.13/18_13.sce new file mode 100644 index 000000000..8b364d5fe --- /dev/null +++ b/3886/CH18/EX18.13/18_13.sce @@ -0,0 +1,11 @@ +//Loss in K.E.
+uAX=7.79 //m/sec
+uBX=-6 //m/sec
+vAX=-5.31 //m/sec
+vBX=7.104 //m/sec
+//mass of the ball m
+m=10/9.81
+//Loss of K.E.
+loss=(10*((7.79^2)+(6*6)-(5.31*5.31)-(7.104*7.104)))/(2*9.81) //J
+printf("\nLoss of K.E.=%.3f J",loss)
+//The answer provided in the textbook is wrong
|