summaryrefslogtreecommitdiff
path: root/1325/CH14/EX14.5/14_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '1325/CH14/EX14.5/14_5.sce')
-rw-r--r--1325/CH14/EX14.5/14_5.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/1325/CH14/EX14.5/14_5.sce b/1325/CH14/EX14.5/14_5.sce
new file mode 100644
index 000000000..26624ab7a
--- /dev/null
+++ b/1325/CH14/EX14.5/14_5.sce
@@ -0,0 +1,15 @@
+//To find the balance weight required and the residual unbalanced force
+clc
+//given
+W=180//lb
+R=150//lb
+c=.5
+N=300//rpm
+r=7.5/12//ft
+Bb=(W+c*R)*r*12
+b=6//in
+B=Bb/b
+w=(%pi*N)/30
+Uf=(1/2)*(R/g)*w^2*r
+a=floor(Uf)
+printf("Balance weight required = %.1f lb\n The resultant unbalanced force = %.f lb\n",B,a)