summaryrefslogtreecommitdiff
path: root/3886/CH2/EX2.8
diff options
context:
space:
mode:
Diffstat (limited to '3886/CH2/EX2.8')
-rw-r--r--3886/CH2/EX2.8/2_8.txt3
-rw-r--r--3886/CH2/EX2.8/Ex2_8.sce6
2 files changed, 9 insertions, 0 deletions
diff --git a/3886/CH2/EX2.8/2_8.txt b/3886/CH2/EX2.8/2_8.txt
new file mode 100644
index 000000000..ee13f3330
--- /dev/null
+++ b/3886/CH2/EX2.8/2_8.txt
@@ -0,0 +1,3 @@
+
+--> exec('E:\My program EM\2. Resultant and equilibrium of system of coplanar concurrent forces\Ex2_8.sce', -1)
+Required value of theta=6.31 degree \ No newline at end of file
diff --git a/3886/CH2/EX2.8/Ex2_8.sce b/3886/CH2/EX2.8/Ex2_8.sce
new file mode 100644
index 000000000..398e033aa
--- /dev/null
+++ b/3886/CH2/EX2.8/Ex2_8.sce
@@ -0,0 +1,6 @@
+//Determining the value of theta
+//x and y axes are selected as shown in fig. 2.11
+//As the resultant is directed along x-axis,component of resultant in y-direction is zero
+//Fy=0 gives
+theta=(asind(0.833/(2*cosd(20))))-20 //degree
+printf("Required value of theta=%.2f degree",theta)