Taking a look at the logic of why the approximation
xn~(2*n-1)*Pi/2
works.
Let's start with the assumption that xn is large above 10. Then cosh(xn) will be very extremely large (approx exp[xn]). We are looking for the values of cos(xn) which are very small such that cosxn = -1/cosh(xn). With large number in the denominator, these are very close to the zero crossings of cos(xn) which we know are odd multiples of pi/2.
We started with the assumption that xn are very large. That is why the approximation works less for small valeus of xn and the worst agreement occurs for n=1.
If you try to do this numerically, you will find that you are multiplying a very small number with a very large number so the extra digits beyond the decimal point (not shown in my table above) are very important.
For example if you use xn=10.9, you would get
cos(10.9)*cosh(10.9)=2854 which is very far away from -1.
But if you use a more exact number xn=10.995541, you would get
cos(10.995541)*cosh(10.995541)=2-0.99 which is very close to -1.
Where the relationship to 11 came from? Just a coincidence I think.
=====================================
Eng-tips forums: The best place on the web for engineering discussions.