diff options
Diffstat (limited to '3886/CH3/EX3.13')
-rw-r--r-- | 3886/CH3/EX3.13/3_13.txt | 5 | ||||
-rw-r--r-- | 3886/CH3/EX3.13/Ex3_13.sce | 17 |
2 files changed, 22 insertions, 0 deletions
diff --git a/3886/CH3/EX3.13/3_13.txt b/3886/CH3/EX3.13/3_13.txt new file mode 100644 index 000000000..2ab7a6aed --- /dev/null +++ b/3886/CH3/EX3.13/3_13.txt @@ -0,0 +1,5 @@ +
+--> exec('E:\My program EM\3. Resultant and equilibrium of system of coplanar non-concurrent forces\Ex3_13.sce', -1)
+The reactions are:-
+RD=1466.7 N
+HC=1154.7 N
\ No newline at end of file diff --git a/3886/CH3/EX3.13/Ex3_13.sce b/3886/CH3/EX3.13/Ex3_13.sce new file mode 100644 index 000000000..e539d1129 --- /dev/null +++ b/3886/CH3/EX3.13/Ex3_13.sce @@ -0,0 +1,17 @@ +//Reactions at supports C and D
+//Refer fig.3.24(a),(b)&(c)
+//applying equilibrium conditions for roller
+R2=2000/cosd(30) //N
+//consider equilibrium of bar CD
+//Taking moment about C
+RD=((800*2.5*cosd(30))+(R2*2))/(5*cosd(30)) //N
+VC=800+R2*cosd(30)-RD //N
+HC=R2*sind(30) //N
+printf("The reactions are:-\nRD=%.1f N\nHC=%.1f N",RD,HC)
+
+
+
+
+
+
+
|