Real-world applications of mathematics, by arxiv subject area? - MathOverflow most recent 30 from http://mathoverflow.net 2010-03-14T10:00:42Z http://mathoverflow.net/feeds/question/2556 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area Real-world applications of mathematics, by arxiv subject area? Scott Morrison 2009-10-26T04:38:56Z 2010-03-11T20:47:04Z <p>What are the most important applications <em>outside</em> of mathematics of each of the major fields of mathematics? For concreteness, let's divide up mathematics according to <a href="http://front.math.ucdavis.edu/categories/math" rel="nofollow">arxiv mathematics categories</a>, e.g. math.AT, math.QA, math.CO, etc.</p> <p>This is a community-wiki question, so please edit and improve pre-existing answers: let's keep it to a <strong>single answer for each subject area.</strong></p> <p>(This is inspired by Terry Tao's <a href="http://terrytao.wordpress.com/2009/10/25/applications-oriented-periodic-table/" rel="nofollow">recent post</a> about a periodic table of the elements listing commercial applications. He suggested it might be fun to have such a summary for either the MSC top-level subjects or the arxiv subjects.)</p> <p>I'd like to propose that for areas in which the applications are either numerous, non-obvious, or generally worthy of discussion, someone volunteers to open up a new question specifically about that subject area, and takes care of providing a summary here of the best answers produced there.</p> http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area/2558#2558 Answer by Scott Morrison for Real-world applications of mathematics, by arxiv subject area? Scott Morrison 2009-10-26T04:47:15Z 2010-03-11T19:45:26Z <p><strong>math.MG Metric Geometry</strong></p> <ul> <li>Discrete sphere packing solutions lead to error-correcting codes.</li> <li>The earthmover metric is used in image recognition and classification.</li> <li>Triangulation using the Euclidean metric is used for navigation (and nowadays, in GPS systems)</li> </ul> <p>The Banach fixed point theorem for contraction mappings has a beautiful application in image compression, called fractal compression. One starts with a complete metric space $X$ of images with Hausdorff metric. Then for a given image $x \in X$ one finds a contraction mapping $A: X \to X$ with (unique) fixed point $x$. To do this, one considers self-similarities in the picture (that's why it is called fractal compression).</p> <p>Then we get rid of the original image and store the map $A$ only. To reconstruct the image, one starts with any $x_0 \in X$ (for example an image which is all black or all white), and applies $A$ several times. The result will be close to $x$.</p> <p>When I (Evgeny Shinder) first learnt this in high school (my friend and I implemented fractal compression as a final project for a programming class), I was fascinated how such abstract math can be applied to such a concrete problem as image compression!</p> http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area/2559#2559 Answer by Mikael Vejdemo-Johansson for Real-world applications of mathematics, by arxiv subject area? Mikael Vejdemo-Johansson 2009-10-26T04:53:31Z 2009-11-29T20:35:28Z <p><strong>math.AT Algebraic Topology</strong></p> <ul> <li>Algebraic Topology finds applications in <a href="http://www.msri.org/communications/vmath/VMathVideos/VideoInfo/2792/show%5Fvideo" rel="nofollow">sensor network design</a>, coverage analysis for sensor networks, and in expanding data analysis techniques to give better visualizations for large data sets.</li> <li>It has also been applied to computer vision and pattern recognition algorithms, for instance <a href="http://portal.acm.org/citation.cfm?id=1140436" rel="nofollow">here</a>.</li> <li>Algebraic Topology can be used to design roboter arms, in particular to see which points in space it can reach given so and so many joints with such and such an angle of flexibility...</li> <li>Knot theory is used when dealing with protein folding and other analysis of DNA function. There are enzymes called 'topoisomerases' that <a href="http://www.shsu.edu/~mth%5Fjaj/math470/papers%5Fs06/Lacey.pdf" rel="nofollow">change the knottedness of loops of DNA</a>. In fact, when bacteria (which have circular 'chromosomes' called plasmids) reproduce, they make use of an enzyme whose specific role to to unlink Hopf links! There are antibiotics that target this enzyme.</li> <li>Model categories have been used in the study of concurrency. See <a href="http://arxiv.org/abs/math/0308054" rel="nofollow">this paper</a> by Gaucher.</li> </ul> http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area/2560#2560 Answer by Mikael Vejdemo-Johansson for Real-world applications of mathematics, by arxiv subject area? Mikael Vejdemo-Johansson 2009-10-26T04:55:11Z 2009-10-26T16:16:52Z <p><strong>math.CT Category Theory</strong></p> <ul> <li>Category Theory helps design modern and novel programming languages, that end up being able to do optimizations based on mathematical theorems, and even allow provably correct code with less effort than using other techniques. For example, the language <a href="http://www.haskell.org/haskellwiki/Category:Theoretical%5Ffoundations" rel="nofollow">Haskell</a> makes use of many ideas from category theory.</li> <li>There are deep connections between <a href="http://en.wikipedia.org/wiki/Categorical%5Flogic" rel="nofollow">category theory and logic</a>, in the sense of computer science.</li> <li>Feynman diagrams form a (monoidal) category.</li> </ul> http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area/2561#2561 Answer by Mikael Vejdemo-Johansson for Real-world applications of mathematics, by arxiv subject area? Mikael Vejdemo-Johansson 2009-10-26T04:57:02Z 2009-11-04T01:20:30Z <p><strong>math.GR Group Theory</strong></p> <ul> <li>Group theory provides methods for understanding the Rubik's cube, and for <a href="http://www.math.toronto.edu/~drorbn/Talks/Mathcamp-0907/NCGE.html" rel="nofollow">generating algorithms</a> for solving the cube remarkably quickly from any state the cube may be in.</li> <li>Groups find various applications in chemistry, eg. in the study of crystal structures and spectroscopy.</li> <li>Cryptography - various hard algorithmic problems about groups are used to design crypto-systems.</li> <li>Groups of symmetries are used to reduce the dimension of parameter spaces in engineering models to make model verification more tractable.</li> </ul> http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area/2563#2563 Answer by Mikael Vejdemo-Johansson for Real-world applications of mathematics, by arxiv subject area? Mikael Vejdemo-Johansson 2009-10-26T04:58:47Z 2009-10-27T01:19:43Z <p><strong>math.NT Number Theory</strong></p> <ul> <li>From Number Theory comes the ideas and theoretical basis for modern cryptography, used to secure communications everywhere from banking to cellphones.</li> <li>A more quirky one is SETI (the primes in binary would be a very clear indication of a signal non-natural origin, and would be a starting point for communication).</li> <li>There is a gamma ray telescope design using mod p quadratic residues to construct a mask. Gamma rays cannot be focused, so this design uses a redundant array of detectors separated from the mask to reconstruct directional information.</li> </ul> http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area/2564#2564 Answer by Qiaochu Yuan for Real-world applications of mathematics, by arxiv subject area? Qiaochu Yuan 2009-10-26T04:59:23Z 2010-03-09T19:53:00Z <p><strong>math.CO Combinatorics</strong></p> <ul> <li>Combinatorics finds applications in computer science, especially in the run-time analysis of algorithms. It has also in recent years found applications in physics, at least in part via its relationship to quantum theory.</li> <li>Combinatorial group testing allows one to quickly isolated defects in a large collection of samples by testing batches of samples at a time.</li> <li>Combinatorial designs are routinely used to design experiments in applied statistics and quality control.</li> <li>Combinatorial optimization in Logistics and Operations research.</li> <li>Graphs are used as models for networks (e.g., internet server connections). Applications include searches for least expensive plane tickets, optimizing garbage pickup routes. </li> <li><a href="http://en.wikipedia.org/wiki/Graphical_model" rel="nofollow">Graph models</a> are used in machine learning.</li> <li>combinatorial properties of permutation group was the fundamental part of Enigma cipher breaking by <a href="http://en.wikipedia.org/wiki/Marian_Rejewski" rel="nofollow">Marian Rejewski</a> before II-nd WW. It is dated now but it was one of the first application of higher mathematic reasoning to cipher breaking, because before usually linguistic reasoning was used instead.</li> </ul> http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area/2567#2567 Answer by Terry Tao for Real-world applications of mathematics, by arxiv subject area? Terry Tao 2009-10-26T05:12:37Z 2009-10-29T14:40:17Z <p><strong>math.ST Statistics</strong></p> <ul> <li>Accurate polling</li> <li>Fraud detection (e.g. via Benford's law)</li> <li>Used in the world of finance, economics and gambling on a daily basis. </li> <li>Predicting consumer preferences (e.g. Netflix prize)</li> <li>Experimental design and hypothesis testing (e.g. testing of medical hypotheses)</li> <li><a href="http://www-stat.stanford.edu/~tibs/ElemStatLearn/" rel="nofollow">Machine learning</a></li> <li><a href="http://en.wikipedia.org/wiki/Quality%5Fcontrol" rel="nofollow">Quality control</a></li> </ul> http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area/2571#2571 Answer by Steven Sam for Real-world applications of mathematics, by arxiv subject area? Steven Sam 2009-10-26T05:40:07Z 2010-01-20T23:23:06Z <p><strong>math.CV Complex Variables</strong></p> <ul> <li>Conformal mapping simplifies various problems about heat conduction and fluid flow, such as calculating steady temperatures. Modelling the flow of fluids around solid bodies (for example aircraft wings!) can also be simplified by appropriate conformal mappings.</li> <li>Tools from complex analysis (phasors, argument principle, conformal mapping) are widely used in analyzing electrical circuits, and stress and strain analysis in mechanical engineering.</li> <li>The uniformization theorem for discrete complex analysis (circle packings) allows for efficient and pleasant visualization of geometric data that can be related to surface triangulations.</li> </ul> http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area/2573#2573 Answer by Harrison Brown for Real-world applications of mathematics, by arxiv subject area? Harrison Brown 2009-10-26T05:56:32Z 2010-02-11T11:03:36Z <p><strong>math.RT Representation Theory</strong></p> <ul> <li>Much of modern particle physics is related to representations of Lie algebras. For instance, Gell-Mann's "Eightfold Way" comes from the representation theory of SU(3) and its associated algebra.</li> <li>Almost every application of theoretic physics in solid state physics extensively uses representation theory in description of periodic and quasi-periodic media as crystals, semiconductors etc. In fact solutions of Schroedinger Equation in such cases, numerical or analytical has to be carried in accordance with representation of crystal/quasi cristal symmetry group.</li> </ul> http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area/2575#2575 Answer by Scott Morrison for Real-world applications of mathematics, by arxiv subject area? Scott Morrison 2009-10-26T06:01:52Z 2010-02-11T10:57:34Z <p><strong>math.RA Rings and Algebras</strong></p> <ul> <li>Google's Pagerank algorithm is based, in part, on the singular value decomposition.</li> <li>Fourier analysis / transforms and linear algebra is at work in the world millions of times per second (video, audio). In particular, <a href="http://www.cse.iitk.ac.in/~manindra/CS681/2005/Lecture7.pdf" rel="nofollow">creating or displaying a JPEG image</a> requires the discrete fourier transform.</li> <li>Quaternions are used in 3D modeling and animation software to represent rotations in a more robust form than Euler angles (helping to avoid transition issues like gimbal lock).</li> <li>Every simulation using Finite Element Method uses algebra in very extensive way.</li> </ul> http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area/2576#2576 Answer by Javier Moreno for Real-world applications of mathematics, by arxiv subject area? Javier Moreno 2009-10-26T06:50:42Z 2010-02-11T11:34:26Z <p><strong>math.LO Logic</strong></p> <ul> <li>Lambda calculus, the theoretical basis for <a href="http://en.wikipedia.org/wiki/Functional%5Fprogramming" rel="nofollow">functional programming</a> (Lisp in particular), was developed by Alonzo Church in the 1930's as part of his research on recursion and the foundations of mathematics. </li> <li><a href="http://en.wikipedia.org/wiki/Formal%5Fverification" rel="nofollow">Formal verification</a> is used to verify software and hardware in which failure rates need to be as close to zero as possible (e.g. avionics)</li> <li><a href="http://homepages.inf.ed.ac.uk/libkin/papers/fmtpods09.pdf" rel="nofollow">Finite Model Theory</a> is used to design and improve database query systems.</li> <li>logical reasoning is widely and sometime non-trivial used in law application in courts, and in should be in parliaments during setting a law systems</li> </ul> http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area/2592#2592 Answer by Proportional for Real-world applications of mathematics, by arxiv subject area? Proportional 2009-10-26T10:18:35Z 2010-01-28T20:14:28Z <p><strong>math.OC Optimization and Control</strong></p> <ul> <li>Optimization is heavily used in medicine for cancer treatment, in a technique of radiation therapy called Intensity Modulated Radiotherapy (IMRT) Take a look at <a href="http://www2.isye.gatech.edu/nci-nsf.orart.2002/pdf-files/Bortfeld2.pdf" rel="nofollow">this presentation</a> of one of the main researchers in the field.</li> <li>Used everywhere in almost every electro-mechanical system (cars, planes, the power grid)</li> <li><a href="http://en.wikipedia.org/wiki/Kalman%5Ffilter" rel="nofollow">Kalman filtering</a> and the like are used to enable (e.g.) radar tracking.</li> <li>Optimization (and more generally, operations research) is used for management in logistics and analyses/feasibility studies.</li> </ul> http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area/2602#2602 Answer by Thomas Sauvaget for Real-world applications of mathematics, by arxiv subject area? Thomas Sauvaget 2009-10-26T12:19:55Z 2010-01-30T01:23:02Z <p><strong>Math.AP Analysis of PDE</strong></p> <ul> <li>Partial differential equations are used a lot for modelling systems in biology and medicine, and help describe e.g. animal coat pattern formation (zebras, leopards...), wound healing, tumor growth, spread of a virus in a population, predator-prey systems in ecology, predicting the variations of concentrations of chemicals (hormones, drugs...) within an organ over time...</li> <li>PDEs are used in climate modelling, from atmospheric dynamics to ocean currents. </li> <li>Radar imaging is based on solving an inverse problem. The recent buzz about metamaterials and invisibility is based on understanding variable-coefficient elliptic problems.</li> </ul> http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area/2604#2604 Answer by Graham Jones for Real-world applications of mathematics, by arxiv subject area? Graham Jones 2009-10-26T12:50:43Z 2009-10-29T09:02:42Z <p><strong>math.PR Probability</strong> </p> <ul> <li>Stochastic processes such as branching processes and HMMs are used to model speciation and extinction (the Tree of Life), evolution of molecular sequences, cell proliferation, and other things in biology. For example, see `Branching Processes in Biology' by Kimmel and Axelrod.</li> <li>Here's a somewhat frivolous one (but one that casinos greatly care about): the number of times one needs to shuffle a deck before it truly randomizes.</li> <li>used in the world of finance, economics and gambling on a daily basis. </li> <li>Random number generation is a key component of many efficient algorithms, and also plays an important role in cryptography.</li> <li>Stochastic calculus is used to price options (Black-Scholes formula) and to hedge against risk. (Of course, it is not always applied wisely...)</li> </ul> http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area/2624#2624 Answer by Anton Geraschenko for Real-world applications of mathematics, by arxiv subject area? Anton Geraschenko 2009-10-26T15:20:26Z 2009-10-27T00:16:51Z <p><strong>math.IT Information theory</strong></p> <ul> <li>Compression; efficient use of bandwidth</li> <li>Error-correcting codes protect against digital data corruption from noise, packet loss, physical damage, etc.</li> <li><a href="http://www.inference.phy.cam.ac.uk/mackay/itila/" rel="nofollow">Used</a> in machine learning</li> </ul> http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area/2627#2627 Answer by Anton Geraschenko for Real-world applications of mathematics, by arxiv subject area? Anton Geraschenko 2009-10-26T15:35:58Z 2010-01-30T00:09:05Z <p><strong>math.CA Classical Analysis</strong></p> <ul> <li>Fourier analysis allows one to precisely divide up the electromagnetic spectrum, leading of course to radio, television, wireless, and so forth. </li> <li>The fast Fourier transform (and relatives, such as the fast Wavelet transform) is an essential component of many signal processing algorithms.</li> <li>MRI is based on inverting the Radon transform. </li> <li><a href="http://en.wikipedia.org/wiki/Wavelet" rel="nofollow">Wavelets</a> are used in signal processing (e.g. image compression, edge detection).</li> </ul> <p><img src="http://wwwifp.fzk.de/ISAS/Hottline/feb99/Image34.gif" alt="Hilbert spectrometer" /></p> <p>The picture is of a <a href="http://wwwifp.fzk.de/ISAS/Hottline/feb99/hilspec.htm" rel="nofollow">Hilbert spectrometer</a>.</p> http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area/2633#2633 Answer by Terry Tao for Real-world applications of mathematics, by arxiv subject area? Terry Tao 2009-10-26T15:59:49Z 2010-01-30T01:01:10Z <p><strong>math.DG Differential geometry</strong></p> <ul> <li>Lie groups are used in robotics (to find the most efficient way to maneuver a robotic arm, for instance).</li> <li>Spherical trigonometry is essential for navigation (a few centuries ago, this was THE application of mathematics to the real world - naval empires were built upon this!)</li> <li>Finsler geometry can be used in planning shipping routes when ocean currents and winds (as well as the earth's curvature) need to be taken into account to conserve fuel.</li> <li>Differential geometry (Riemann metrics + stress tensors) is used in mechanical engineering to study the properties of large membranes, for example, how one should go about building a large tent. Keyword for literature search "elastic membrane", "continuum mechanics". </li> <li>Without taking into account the <a href="http://en.wikipedia.org/wiki/Effects%5Fof%5Frelativity%5Fon%5FGPS" rel="nofollow">effects of general relativity</a> on the orbiting satellites that make up the GPS system, the locations reported by GPS receivers would accumulate errors of around 10km each day, rendering the system useless.</li> <li><a href="http://en.wikipedia.org/wiki/Nonlinear%5Fcontrol" rel="nofollow">Nonlinear control theory</a> makes heavy use of differential geometry</li> </ul> http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area/2636#2636 Answer by Terry Tao for Real-world applications of mathematics, by arxiv subject area? Terry Tao 2009-10-26T16:13:22Z 2009-10-27T14:55:49Z <p><strong>math.AG Algebraic geometry</strong></p> <ul> <li><a href="http://en.wikipedia.org/wiki/Elliptic%5Fcurve%5Fcryptography" rel="nofollow">Elliptic curve cryptography</a></li> <li>Configuration spaces of robot arms are often semi-algebraic sets, and algebraic geometry has been used to understand their geometry.</li> <li>Algebraic geometry over finite fields is used to construct error correcting codes.</li> <li><a href="http://books.google.com/books?id=zjeVawvaA5QC&amp;dq=algebraic+statistics+for+computational+biology&amp;printsec=frontcover&amp;source=bn&amp;hl=en&amp;ei=lQnnSu75L4S9lAfj0aCDCA&amp;sa=X&amp;oi=book%5Fresult&amp;ct=result&amp;resnum=4&amp;ved=0CBkQ6AEwAw#v=onepage&amp;q=&amp;f=false" rel="nofollow">Statistical models</a> are often semi-algebraic sets, and algebraic geometry can be used to devise tests for the correctness of the model or to fit parameters.</li> </ul> http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area/2639#2639 Answer by Terry Tao for Real-world applications of mathematics, by arxiv subject area? Terry Tao 2009-10-26T16:17:59Z 2009-10-26T16:17:59Z <p><strong>math.SP Spectral theory</strong></p> <ul> <li>Spectroscopy (of course)</li> <li>To avoid bridge collapse, knowing where the resonant frequencies are is extremely important. :-)</li> </ul> http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area/2644#2644 Answer by Terry Tao for Real-world applications of mathematics, by arxiv subject area? Terry Tao 2009-10-26T16:46:19Z 2009-10-26T16:46:19Z <p><strong>math.AC Commutative algebra</strong></p> <ul> <li><a href="http://en.wikipedia.org/wiki/Reed%E2%80%93Solomon%5Ferror%5Fcorrection" rel="nofollow">Reed-Solomon codes</a> (a type of error correction codes based on polynomials over finite fields - this is why CDs and DVDs still work even after being scratched!)</li> </ul> http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area/2651#2651 Answer by Terry Tao for Real-world applications of mathematics, by arxiv subject area? Terry Tao 2009-10-26T17:41:06Z 2010-02-11T11:31:29Z <p><strong>math.GM General Mathematics</strong></p> <ul> <li>The <a href="http://en.wikipedia.org/wiki/Cosmic%5Fdistance%5Fladder" rel="nofollow">cosmic distance ladder</a> is largely built using elementary geometry (although for some legs of the ladder, more advanced mathematics, e.g. relativity and probability, play a role).</li> <li>Mathematics considered as general is the model of precise reasoning, which is widely ( not so widely as it could be or even should be probably...) used in various branches of everyday living as law, economics, psychology, rhetoric etc. Person who do not know mathematics at all usually have small chances to solve his problems in abstract way, which means that every problem may only certain solution related to defined example, without generalisation.</li> </ul> http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area/2670#2670 Answer by Terry Tao for Real-world applications of mathematics, by arxiv subject area? Terry Tao 2009-10-26T20:11:27Z 2010-01-30T00:13:32Z <p><strong>math.NA Numerical analysis</strong></p> <ul> <li><p>Linear programming algorithms are used in <a href="http://en.wikipedia.org/wiki/Compressed%5Fsensing" rel="nofollow">compressed sensing</a>, which is now being used in MRI and imaging to increase resolution and/or decrease the number of measurements required.</p></li> <li><p>Numerical analysis is what makes calculators work. (And so much more!)</p></li> </ul> http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area/2726#2726 Answer by Anand Sarwate for Real-world applications of mathematics, by arxiv subject area? Anand Sarwate 2009-10-26T23:45:55Z 2009-10-27T00:18:30Z <p><strong>math.FA Functional Analysis</strong></p> <ul> <li>Used in signal processing for modeling and design.</li> <li>Used in machine learning in the design of classifiers (e.g. spam filters)</li> </ul> http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area/2730#2730 Answer by Ari for Real-world applications of mathematics, by arxiv subject area? Ari 2009-10-27T00:02:27Z 2009-10-27T00:02:27Z <p><strong>math.SG Symplectic Geometry</strong></p> <p>Symplectic integrators are used for numerical simulation of Hamiltonian mechanics. Prominent applications include molecular dynamics, solar system dynamics, computer animation, and a wide variety of problems in mechanical engineering.</p> http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area/2756#2756 Answer by Orr Shalit for Real-world applications of mathematics, by arxiv subject area? Orr Shalit 2009-10-27T03:33:36Z 2010-01-28T20:03:06Z <p><strong>math.OA Operator Algebras</strong></p> <ul> <li>(In "Nature") Operator algebras, and, more broadly, operator theory, appear in mathematical models for quantum phenomena. </li> <li>(In Engineering) Completely positive maps are <a href="http://en.wikipedia.org/wiki/Quantum%5Fchannel" rel="nofollow">used</a> in quantum information theory. There are also many <a href="http://books.google.com/books?id=CKVXzNo6KwwC" rel="nofollow">connections between operator algebras and wavelets</a>, which is useful in electrical engineering.</li> </ul> http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area/3032#3032 Answer by Anna Varvak for Real-world applications of mathematics, by arxiv subject area? Anna Varvak 2009-10-28T11:23:06Z 2010-02-11T11:36:59Z <p><strong>Math.HO: History and overview</strong>: used for </p> <ul> <li><p>understanding mathematics as a social and human endeavor</p></li> <li><p>considering alternative approaches that historically have been used to explore quantifiable relationships</p></li> <li><p>to learn us that no mathematical ideas appear in empty social space: every idea its a child of its time. It is application of HO to mathematics itself</p></li> </ul> http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area/3034#3034 Answer by Anna Varvak for Real-world applications of mathematics, by arxiv subject area? Anna Varvak 2009-10-28T11:30:05Z 2009-11-04T07:19:45Z <p><strong>Math.DS: Dynamical systems</strong></p> <ul> <li>Modeling flow of liquids, like the animated flow of lava in the movie "Volcano"</li> <li>Solving classical few-body problems, though it doesn't help with the modern notorious "two-body problem"</li> <li>Heteroclinic trajectories are used in space mission design</li> <li>Heteroclinic tangles are used by chemical engineers to get well-mixed reactants</li> </ul> http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area/14909#14909 Answer by Ken Graham for Real-world applications of mathematics, by arxiv subject area? Ken Graham 2010-02-10T15:33:09Z 2010-02-10T15:33:09Z <p><strong>math.GR Group Theory</strong>: used for</p> <ul> <li>Card tricks that don't work by sleight of hand, but via the arrangements of the cards. e.g. Sim Sala Bim, see <a href="http://www.polymathers.co.uk/Sim%5FSala%5FBim.html" rel="nofollow">this site for description and a graphical explanation</a>. If you think about it, the symmetric group explains the trick and shows you how you to extend it past three piles of seven cards, but to N piles of M cards. </li> </ul> http://mathoverflow.net/questions/2556/real-world-applications-of-mathematics-by-arxiv-subject-area/17913#17913 Answer by Andy for Real-world applications of mathematics, by arxiv subject area? Andy 2010-03-11T20:47:04Z 2010-03-11T20:47:04Z <p>math.PR Probability</p> <p>Markov chains are used to find uniformly random objects. This, among other things, makes designing an experiment fairest and crypto-systems based on designs securest.</p>