diff options
Diffstat (limited to '3886/CH16/EX16.6/16_6.sce')
-rw-r--r-- | 3886/CH16/EX16.6/16_6.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3886/CH16/EX16.6/16_6.sce b/3886/CH16/EX16.6/16_6.sce new file mode 100644 index 000000000..564987fc4 --- /dev/null +++ b/3886/CH16/EX16.6/16_6.sce @@ -0,0 +1,10 @@ +//Police investigation
+//refer fig. 16.9
+//Let the probable speed of the car just before brakes are applied be u m/sec
+//F=0.5*W
+//Final velocity=0
+s=60 //m
+//applying work energy equation
+u=((sqrt(0.5*60*2*9.81))*60*60)/1000 //m/sec
+printf("\nThe probable speed of the car just before brakes are applied is %.2f kmph",u)
+
|