eng.mustafaS said:
2 - who i can fiend the value of ln and exp and sin or cos without using calculator ?
like cos 56
sin 28 ??
or
ln 24 ?
exp 33 ?
without using calculator ?
thank you
You can find some relatively reasonable approximations to these values using your basic rules, but if you need any sort of precision or are short on time, you'd definitely want to use a calculator.
For the logs, you can split them up into a sum of smaller logs:
\ln(24)=\ln(2^33)=\ln(2^3)+\ln(3)=3\ln(2)+\ln(3)
Now, you just need to have ln(2) and ln(3) memorized to make the calculation.
For exponentials:
e^{33}=10^{\log_{10}(3)\cdot 33}
Where
\log_{10}(3)=\frac{\ln(3)}{\ln(10)}=\frac{\ln(3)}{\ln(5)+\ln(2)}
So, if you memorize the natural log of 2,3,5 and 7, you'll have most values covered, so then you can find an approximation to \log_{10}(3) and thus will have the order of magnitude of e
33.The trigs are trickier and I wouldn't recommend making a calculated approximation for them. As long as you understand the graphs, you should be able to make reasonable approximations in your head.
If you still want further precision though, in degrees,
\cos(56)=\cos(45+11)
=\cos(45)\cos(11)-\sin(45)\sin(11)
Now, \cos(45)=\sin(45)=1/\sqrt{2}
and for small angles x in radians, \cos(x)\approx 1 and \sin(x)\approx x.
Thus we will take \cos(11)\approx 1
and (remembering to convert 11
o to radians), \sin(11^o)=\sin(\frac{11\pi}{180})\approx \frac{11\pi}{180}\approx \frac{35}{180}\approx 1/5
So finally,
\cos(56)\approx \frac{1}{\sqrt{2}}(1-1/5)=\frac{4\sqrt{2}}{10}\approx \frac{2\cdot \frac{7}{5}}{5}=14/25= 56/100 = 0.56
Where the true value is \cos(56)=0.559...
As you can see, it's a lot of work for this approximation.
Also, I'd like to note that you shouldn't expect your approximations to come this close in future (0.56 compared to 0.559... is less than 0.1% off), it's just that my over-approximation of cos(11
o) and taking away my over-approximation of \frac{11\pi}{180}\approx 1/5 lead to a very close result by pure luck.