summaryrefslogtreecommitdiff
path: root/3886/CH17/EX17.3/17_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3886/CH17/EX17.3/17_3.sce')
-rw-r--r--3886/CH17/EX17.3/17_3.sce14
1 files changed, 14 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)
+
+