summaryrefslogtreecommitdiff
path: root/3131/CH19/EX19.7/Ex19_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '3131/CH19/EX19.7/Ex19_7.sce')
-rw-r--r--3131/CH19/EX19.7/Ex19_7.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3131/CH19/EX19.7/Ex19_7.sce b/3131/CH19/EX19.7/Ex19_7.sce
new file mode 100644
index 000000000..8ae0c1a83
--- /dev/null
+++ b/3131/CH19/EX19.7/Ex19_7.sce
@@ -0,0 +1,9 @@
+clear all; clc;
+disp("Ex 19_7")
+//Using Principle of Conservation of Angular Momentum:
+//Equation 1 becomes : 1.039=0.003*(v_B)2+2.50*(v_G)2+0.417*w_2
+//Since the rod is pinned at O, form figure 19-10c
+//(v_G)2=0.5*w_2
+//(v_B)2=0.75*w_2
+//Puttin the above two values in equation 1, we get the value of w_2
+disp("w_2 = 0.623 rad/sec in the anticlockwise direction")