summaryrefslogtreecommitdiff
path: root/3594/CH8/EX8.3/Ex8_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3594/CH8/EX8.3/Ex8_3.sce')
-rw-r--r--3594/CH8/EX8.3/Ex8_3.sce22
1 files changed, 22 insertions, 0 deletions
diff --git a/3594/CH8/EX8.3/Ex8_3.sce b/3594/CH8/EX8.3/Ex8_3.sce
new file mode 100644
index 000000000..6ab2d50cb
--- /dev/null
+++ b/3594/CH8/EX8.3/Ex8_3.sce
@@ -0,0 +1,22 @@
+
+clc
+//given
+u=.35
+Tb=500//lb.ft
+rd=10//in
+phi=atan(u)
+x=rd*sin(phi)
+//F*OD=R*a=R1*a
+//R=R1
+//2*R*x=Tb
+OD=24//in
+a=11.5//inches; From figure
+F=Tb*a*12/(OD*2*x)
+//from figure
+HG=4//in
+GK=12//in
+HL=12.22//in
+P=F*HG/GK
+Fhd=HL*P/HG
+printf("\na) Magnitude of P = %.f lb",P)
+printf("\nb) Magnitude of Fhd = %.f lb",Fhd)