summaryrefslogtreecommitdiff
path: root/3131/CH19/EX19.6
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /3131/CH19/EX19.6
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '3131/CH19/EX19.6')
-rw-r--r--3131/CH19/EX19.6/Ex19_6.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/3131/CH19/EX19.6/Ex19_6.sce b/3131/CH19/EX19.6/Ex19_6.sce
new file mode 100644
index 000000000..b1ca58357
--- /dev/null
+++ b/3131/CH19/EX19.6/Ex19_6.sce
@@ -0,0 +1,8 @@
+clear all; clc;
+disp("Ex 19_6")
+// Using Principle of Conservation of Angular Momentum,
+//Eqn 1 : (0.2-0.03)*10*(v_G)1+0.156*w_1=0.2*10*(v_G)2+0.156*w_2
+//Since no slipping occurs,equation 1 reduces to (v_G)2=0.892*(v_G)1
+//Using Conservation of Energy Principle, Equation 2 is: 0.5*10*(v_G)2^2 + 0.5*0.156*w_2^2+0=0+{98.1*0.03}
+//Put w_2=5*(v_G)2 and equation 1 in the above equation,
+disp("(v_G)1=0.729 m/s")