Welcome to my blog
What a better way to start a blog than my posting an entry about computation of wonderful, Greek originated mathematical constant π. This beautiful number is literally used everywhere. It's obviously used in geometry, trigonometry, as well as in linear algebra, calculus, etc. Without this number many of the things we know and use would not be possible.
For instance, if you ever played a video game or ever used a GUI based operating system such as Windows, MaxOS, you have experienced the power of
sin() and
cos(). In order to rotate objects on the screen, a rotational matrix has to be used which is basically a combination of
sin() and
cos() functions. Now, if it wasn't for π, computing these useful functions would be impossible, not to mention, they would not exist.
Here is another instance where π is used. Many realistic differential equations we can encounter end up having complex solutions which basically solutions which involve a use of an imaginary number
i = sqrt(-1). When these solution are solved into non-complex form, they end up being a combination of both
sin() and
cos(). One specific problem which involved the use of these complex differential equations is the modeling of an airplane wing. They are used in order to optimize the airflow dynamic of the wing. If it wasn't for these equations, optimizing shape for an airplane wing would still be done in an wind tunnel. It's not that the wind tunnel is not cool, but mathematically it could be classified as a trial and error method for optimizing structures, not something scientific community likes to do.
So, the conclusion is that without π solving many of every day problems would not be possible. For more information regarding the use of π in mathematics and science in general, you can visit
here.