From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 650/CH3/EX3.19/19.sce | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 650/CH3/EX3.19/19.sce (limited to '650/CH3/EX3.19/19.sce') diff --git a/650/CH3/EX3.19/19.sce b/650/CH3/EX3.19/19.sce new file mode 100755 index 000000000..d69cb1ea1 --- /dev/null +++ b/650/CH3/EX3.19/19.sce @@ -0,0 +1,22 @@ +clc; +u=0.153; //Ns/m^2 +r=0.05; // m +N=30; // rps +t=2/10^5; //s +L=0.2; // m + +tau=u*(2*%pi*N*r/t); + +F=tau*2*%pi*r*L; + +T=F*r; + +w=2*%pi*N; +P=T*w; + +disp("The torque on the bearing is found to be "); +disp(T); +disp("Nm"); +disp("and the power required to overcome the frictional resistance is "); +disp(P); +disp("W"); \ No newline at end of file -- cgit