summaryrefslogtreecommitdiff
path: root/3886/CH17/EX17.8/17_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3886/CH17/EX17.8/17_8.sce')
-rw-r--r--3886/CH17/EX17.8/17_8.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3886/CH17/EX17.8/17_8.sce b/3886/CH17/EX17.8/17_8.sce
new file mode 100644
index 000000000..a78527e08
--- /dev/null
+++ b/3886/CH17/EX17.8/17_8.sce
@@ -0,0 +1,10 @@
+//Frictionless pulleys
+//refer fig. 17.8 (a) and (b)
+//consider combined FBD of the system
+N1=500 //N
+F1=0.2*500 //N
+N2=1000*cosd(30) //N
+F2=0.2*N2 //N
+//writing impulse momentum equation
+v=20.19 //m/sec
+printf("\nv=%.3f m/sec",v)