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 --- 278/CH13/EX13.3/ex_13_3.sce | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 278/CH13/EX13.3/ex_13_3.sce (limited to '278/CH13/EX13.3/ex_13_3.sce') diff --git a/278/CH13/EX13.3/ex_13_3.sce b/278/CH13/EX13.3/ex_13_3.sce new file mode 100755 index 000000000..5b26dcea4 --- /dev/null +++ b/278/CH13/EX13.3/ex_13_3.sce @@ -0,0 +1,24 @@ +//desing keyway in motr shaft +clc +//soltuion +//given +P=15*10^3//W +N=960//rpm +d=40//mm +l=75//mm +t=56//N/mm^2 +fc=112//N/mm^2 +Tq=(P*60)/(2*%pi*N)//N-mm +//let w be width of key +//Tq=l*w*t*d/2=84000*w +//w=Tq/84000//mm +printf("the width of keywy is,%f mm\n",Tq/84000) +printf("this width is too small,it should be atleats w=d/4,so taking w=d/4 as min widht we get w=d/4=10//mm\n") +w=10//mm +T=10//mm//thickness =width=square key +h=T/2 +e=1-(0.2*(w/d))-1.1*(h/d) +P1=(pi/16)*t*d^3*e//N//strength of shaft +Ps=l*w*t*d/2//N//shear strength of shaft +x=Ps/P1// +printf("the check value is,%f",x) \ No newline at end of file -- cgit