diff options
Diffstat (limited to '3886/CH15/EX15.5/15_5.sce')
-rw-r--r-- | 3886/CH15/EX15.5/15_5.sce | 12 |
1 files changed, 12 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)
|