summaryrefslogtreecommitdiff
path: root/3131/CH19/EX19.8/Ex19_8.sce
blob: cce238320d920407aacf6debdbbf6390be586387 (plain)
1
2
3
4
5
6
7
8
9
clear all; clc;
disp("Ex 19_8")
//Referring figure 19-12b and 19-12c
//Using the principle of Conservation of Angular Momenutum and since (v_G)2=0.5*w_2
//Equation 1 becomes : 5.0=0.5*(v_B)2+1.67*w_2
//Using the coefficient of restitution theory, we have 4.0=0.5*w_2-(v_B)2
//Solving the above two equatons,
disp("(v_B)2= 2.177 m/sec towards the left")
disp("w_2= 3.64 rad/sec in the anticlockwise direction")