summaryrefslogtreecommitdiff
path: root/2825/CH12/EX12.5/Ex12_5.sce
blob: 99e0e7c5e1ac900305a3565a3cf7ff422bad4d3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//Ex12_5 Pg-602
clc

disp("Fundamental frequency of oscillations of crystal")
disp("              fr = K/t")
disp("Let new thickness of the crystal be t''")
disp("          fr''/fr = t''/t = 99/100")
disp("So, new frequency fr'' = k/t''")
disp("or            fr'' = (99/100)*fr")
disp("or reduction in frequency,")
disp("         fr-fr'' = fr-(99/100)*fr")
disp("                 = fr(1/100)")
disp(" or     fr-fr''/fr = 1/100  ")
disp(" Therefore, fr'' reduces by 1%")