diff options
Diffstat (limited to '3886/CH5/EX5.8/5_8.sce')
-rw-r--r-- | 3886/CH5/EX5.8/5_8.sce | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/3886/CH5/EX5.8/5_8.sce b/3886/CH5/EX5.8/5_8.sce new file mode 100644 index 000000000..652e6f9eb --- /dev/null +++ b/3886/CH5/EX5.8/5_8.sce @@ -0,0 +1,17 @@ +//Force P for impending motion
+//Refer fig. 5.12
+//consider equilibrium of block A
+//NA*cosd(30)+FA*sind(30)-1500-500=0
+//Law of friction gives
+NA=2000 //N
+FA=NA*tand(15) //N
+C=NA*sind(30)-FA*cosd(30) //N
+//consider equilibrium of block B
+NB=2000*cosd(60)+535.90*cosd(30) //N
+FB=NB*tand(15) //N
+P=(392.30)+(2000*sind(60))-(535.90*sind(30)) //N
+printf("The required force is P=%0.2f N",P)
+
+
+
+
|