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 --- 3281/CH5/EX5.18/ex5_18.jpg | Bin 0 -> 17216 bytes 3281/CH5/EX5.18/ex5_18.sce | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100755 3281/CH5/EX5.18/ex5_18.jpg create mode 100755 3281/CH5/EX5.18/ex5_18.sce (limited to '3281/CH5/EX5.18') diff --git a/3281/CH5/EX5.18/ex5_18.jpg b/3281/CH5/EX5.18/ex5_18.jpg new file mode 100755 index 000000000..254399f04 Binary files /dev/null and b/3281/CH5/EX5.18/ex5_18.jpg differ diff --git a/3281/CH5/EX5.18/ex5_18.sce b/3281/CH5/EX5.18/ex5_18.sce new file mode 100755 index 000000000..da27e81ee --- /dev/null +++ b/3281/CH5/EX5.18/ex5_18.sce @@ -0,0 +1,42 @@ +//Page Number: +//Example 5.18 +clc; +//Given +f=9D+9;//hz +v0=300;//V +vr=125;//V +bet=0.9; +c=3D+8; //m/s +w=2*%pi*f; +br=2.18;//mm +e0=8.854D-12; +ebym=1.7D+11; + +//From sin(theta)/theta table, thetag is found out to be +thetag=0.25*%pi; +d=(2*thetag*0.593D+6*sqrt(v0))/w; +disp('mm',d*1000,'Distance:'); + +//Axial cavity length +l=c/(10*f);//m +disp('mm',l*1000,'Axial cavity length:'); + +//Ratio of outer to inner conductor +a=1.5*br; +a1=a/1000; +x=d/(w*e0*a1*a1*60*tan((w*l)/c)); +bbya=exp(x); +disp(bbya,'Ratio of outer to inner conductor:'); + +//radii of outer and inner conductor +disp('mm',a,'Radius of outer conductor:'); + +b=1.52*a;//mm +disp('mm',b,'Radius of inner conductor:'); + +//Repeller spacing +lopt=sqrt(ebym*(19/4)^2*(v0+vr)^2/(8*f^2*v0));//m +disp('mm',lopt*1000,'Repeller spacing:'); + +//Answer for radii of outer and inner conductor have wrong calculations in book +//Also ratio of outer to inner conductor is also calculated wrong -- cgit