diff options
Diffstat (limited to '3886/CH16/EX16.6')
-rw-r--r-- | 3886/CH16/EX16.6/16_6.sce | 10 | ||||
-rw-r--r-- | 3886/CH16/EX16.6/16_6.txt | 4 |
2 files changed, 14 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)
+
diff --git a/3886/CH16/EX16.6/16_6.txt b/3886/CH16/EX16.6/16_6.txt new file mode 100644 index 000000000..a73233fe0 --- /dev/null +++ b/3886/CH16/EX16.6/16_6.txt @@ -0,0 +1,4 @@ +
+--> exec('E:\My program EM\16. Work energy method\16.6.sce', -1)
+
+The probable speed of the car just before brakes are applied is 87.34 kmph
\ No newline at end of file |