diff options
Diffstat (limited to '3886/CH17/EX17.3')
-rw-r--r-- | 3886/CH17/EX17.3/17_3.sce | 14 | ||||
-rw-r--r-- | 3886/CH17/EX17.3/17_3.txt | 4 |
2 files changed, 18 insertions, 0 deletions
diff --git a/3886/CH17/EX17.3/17_3.sce b/3886/CH17/EX17.3/17_3.sce new file mode 100644 index 000000000..47c06a9c9 --- /dev/null +++ b/3886/CH17/EX17.3/17_3.sce @@ -0,0 +1,14 @@ +//Block in contact with level plane
+//refer fig. 17.3
+//Normal reaction
+N=1500 //N
+mu=0.1
+F=mu*N //N
+//Applying impulse momentum equation in the horizontal direction
+t=(1500*(16-0))/(9.81*(300-150)) //sec
+//If force is then removed, the only horizontal force is F=150 N
+//Applying impulse momentum equation
+t1=-(1500*(0-16))/(9.81*(300-150)) //sec
+printf("\nThe block takes %.3f sec before comming to rest",t)
+
+
diff --git a/3886/CH17/EX17.3/17_3.txt b/3886/CH17/EX17.3/17_3.txt new file mode 100644 index 000000000..627e5831a --- /dev/null +++ b/3886/CH17/EX17.3/17_3.txt @@ -0,0 +1,4 @@ +
+--> exec('E:\My program EM\17. Impulse momentum\17.3.sce', -1)
+
+The block takes 16.310 sec before comming to rest
\ No newline at end of file |