diff options
Diffstat (limited to '3886/CH15/EX15.5')
-rw-r--r-- | 3886/CH15/EX15.5/15_5.sce | 12 | ||||
-rw-r--r-- | 3886/CH15/EX15.5/15_5.txt | 4 |
2 files changed, 16 insertions, 0 deletions
diff --git a/3886/CH15/EX15.5/15_5.sce b/3886/CH15/EX15.5/15_5.sce new file mode 100644 index 000000000..b4bd55496 --- /dev/null +++ b/3886/CH15/EX15.5/15_5.sce @@ -0,0 +1,12 @@ +//Crate resting on cart
+//refer fig. 15.7 (a),(b) and (c)
+//Applying equilibrium condition
+//N=W=750 N
+//Frictional force
+mu=0.3
+N=750
+F=mu*N
+a=(225*9.81)/(750) //m/sec^2
+//Consider dynamic equilibrium of the system
+P=250+((1250*2.943)/(9.81)) //N
+printf("\nMaximum allowable P=%.2f N and a=%.3f m/sec^2",P,a)
diff --git a/3886/CH15/EX15.5/15_5.txt b/3886/CH15/EX15.5/15_5.txt new file mode 100644 index 000000000..7799e21b8 --- /dev/null +++ b/3886/CH15/EX15.5/15_5.txt @@ -0,0 +1,4 @@ +
+--> exec('E:\My program EM\15. DAlemberts principle\15.5.sce', -1)
+
+Maximum allowable P=625.00 N and a=2.943 m/sec^2
\ No newline at end of file |