diff options
Diffstat (limited to '3886/CH5/EX5.12')
-rw-r--r-- | 3886/CH5/EX5.12/5_12.sce | 15 | ||||
-rw-r--r-- | 3886/CH5/EX5.12/5_12.txt | 8 |
2 files changed, 23 insertions, 0 deletions
diff --git a/3886/CH5/EX5.12/5_12.sce b/3886/CH5/EX5.12/5_12.sce new file mode 100644 index 000000000..3452ee8a9 --- /dev/null +++ b/3886/CH5/EX5.12/5_12.sce @@ -0,0 +1,15 @@ +//Least value of alpha and reactions developed
+//refer fig. 5.16
+//Using law of friction and equilibrium
+//FA=0.25*NA
+//FB=0.4*NB
+//NA+0.4*NB=1100
+//0.25*NA=NB
+//Solving this we get
+NA=1000 //N
+FA=0.25*NA //N
+NB=0.25*NA //N
+FB=0.4*250 //N
+//Taking moment about A
+alpha=atand(3) //degree
+printf("\nNA=%0.2f N\nFA=%0.2f N\nNB=%0.2f N\nFB=%0.2f N\nalpha=%0.2f degree",NA,FA,NB,FB,alpha)
diff --git a/3886/CH5/EX5.12/5_12.txt b/3886/CH5/EX5.12/5_12.txt new file mode 100644 index 000000000..9df4c0b3d --- /dev/null +++ b/3886/CH5/EX5.12/5_12.txt @@ -0,0 +1,8 @@ +
+--> exec('E:\My program EM\5. Friction\5.12.sce', -1)
+
+NA=1000.00 N
+FA=250.00 N
+NB=250.00 N
+FB=100.00 N
+alpha=71.57 degree
\ No newline at end of file |