diff options
Diffstat (limited to '3886/CH17/EX17.9/17_9.sce')
-rw-r--r-- | 3886/CH17/EX17.9/17_9.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3886/CH17/EX17.9/17_9.sce b/3886/CH17/EX17.9/17_9.sce new file mode 100644 index 000000000..151af432a --- /dev/null +++ b/3886/CH17/EX17.9/17_9.sce @@ -0,0 +1,10 @@ +//Value of P
+//refer fig. 17.9 (a),(b)and(c)
+//Let t1 be the time required to bring the system to rest
+N=1000 //N
+F=0.2*1000 //N
+//Applying impulse momentum equation upto stationary condition and leftward motion and solving those equations by trial and error method we get
+P=645.74 //N
+printf("Value of P is %.3f N",P)
+
+
|