Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Another Millenium Problem May Have Been Solved

Posted by Zonk on Sat Oct 07, 2006 03:32 AM
from the we-all-miss-our-loved-ones-and-gas-equations dept.
S3D writes "After recent verification of the proof of the Poincaré conjecture, another of the Clay Institute's Millenium Problems may have been solved. This new solution is for Navier-Stokes equations under physically reasonable conditions. Navier-Stocks equations describe the motion of fluid substances such as liquids and gases. Penny Smith has posted an Arxiv paper entitled 'Immortal Smooth Solution of the Three Space Dimensional Navier-Stokes System' which may prove the existence of such solutions."
+ -
story

Related Stories

[+] Poincare Conjecture Proof Completed 222 comments
Flamerule writes "A New York Times article has finally provided an update on the status of Grigori Perelman's 2003 rough proof of the Poincaré Conjecture. 3 years ago, Perelman published several papers online explaining his idea for proving the conjecture, but after giving lectures at MIT and several other schools (covered on Slashdot) he returned to Russia, where he's remained silent since. Now, mathematicians in the US and elsewhere have finally finished going over his work and have produced several papers, totaling 1000 pages, that give step-by-step, complete proofs of the conjecture. In addition to winning some or all of the $1,000,000 Millennium Prize, Perelman now seems to be the favorite to receive a Fields Medal at the International Mathematics Union meeting next week, but it's not clear that he'll even show up!"
[+] Slashback: SCO, COPA, AllofMP3, Navier-Stokes, and More 144 comments
Slashback tonight brings some clarifications and updates to previous Slashdot stories, including: IBM speaks about the SCO suit, another angle on COPA, AllofMP3 followups, Navier-Stokes solution withdrawn, a librarian's guided tour of Wikipedia, and the iPod's 5th anniversary. Read on for details.
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • Hm. (Score:5, Funny)

    by ZombieRoboNinja (905329) on Saturday October 07 2006, @03:37AM (#16345905)
    I have no idea what any of that means, but rest assured that by the time this thread ends I will have developed ironclad opinions on the subject.

    LOUD ones.
  • Neat indeed (Score:3, Interesting)

    by Zx-man (759966) on Saturday October 07 2006, @04:08AM (#16345993)
    As a math major I may say the this is impressive: after understanding the significance and complexity of the problem seeing a solution has been found is really exciting. Although I'm looking forward to see something done about the most significant of the Millennium Problems (IMO and from the pure maths POV) -- the Riemann hypothesis [wikipedia.org].

    Note: Not considering P vs. NP as it is quite possibly unprovable.
      • Re: (Score:3, Informative)

        How could it be unprovable?

        Just because we can't prove it doesn't mean it's unprovable.


        Godel's incompleteness theorems [wikipedia.org]
        • Re: (Score:3, Interesting)

          That is true. However, note that unlike Godel's incompleteness theorem, P = NP has direct and obvious connections to the real world. We're not choosing between competing logical theories that exist in a vacuum. P = NP allows us to do certain interesting things on computers. If it turns out we can prove we'll never be able to do those, that is the same thing as saying it is impossible.
          • Re:Neat indeed (Score:5, Insightful)

            by Garse Janacek (554329) on Saturday October 07 2006, @11:22AM (#16348287)

            Not necessarily -- it is conceivable that there exists a poly-time algorithm for an NP-complete problem, but there is no proof (within ZFC, say) that it is correct. The physical truth is certain -- but what we can know about the physical truth is limited.

            Now, I'm with you in believing that that's extraordinarily improbable, but math doesn't always respect what we consider to be likely.

            In my opinion (as a complexity theory grad student), the "maybe P=NP is independent" speculation is bunk. There are genuine, interesting results talking about the limits of how we can resolve P vs. NP, but none of them come anywhere near logical independence, and giving up on a field-defining problem after 30-odd years is just very odd considering how long the really major open problems often take to solve. I believe the solution exists, and I hope it is found soon, but I will be unsurprised if it takes another 100 years or so while we get a better handle on what computation really means.

      • Re: (Score:3, Informative)

        This Navier-Stokes thing seems to be more of an applied-math problem

        Not really. Actually solving Navier-Stokes for concretely given boundary conditions is very much an applied math problem, maybe the most important one of them all, and it is done with computers and algorithms from numerical analysis. But the paper we're discussing here is pure math: she proves that for a certain class of boundary conditions a solution must exist, without saying what it looks like or how to get it. It's of pure intellectua

  • Quite impressive (Score:5, Informative)

    by adityamalik (997063) on Saturday October 07 2006, @04:18AM (#16346037)
    As a mechanical engineer, I have some idea of what this means.. Fluid dynamics is a fairly pervasive subject which goes into the design of airplanes, irrigation canals, industrial machinery, turbines and a lot of other places. The solution of the navier stokes' equation in three dimensions is quite fabulous, since without such a mathematical tool it's not possible to estimate how a fluid will flow in three dimensions.. Till now, we typically use either special conditions (ex. along a turbine blade, constant pressure) or fractional element methods (think of fluid as lots of tiny balls) or physical modelling for such problems. To put some perspective, it's about as cool as being able to determine the movement of n planets simultaneously attracting each other gravitationally.. quite tough!
    • Re:Quite impressive (Score:5, Informative)

      by S3D (745318) on Saturday October 07 2006, @04:51AM (#16346187)
      That is not "the solution" of the Navier-Stocks system - they could be solved only numerically (fractional element methods or other discretization), but this is the next best thing - proof of the existance of such solution. From the practical point of view that mean, if you have correct physical starting conditions and working numerical method you will get correct result after calculation. Until now, you couldn't have been sure if you will get physyically reasonable result of numerical calculations, even if starting conditions would be correct.
      • Re:Quite impressive (Score:5, Informative)

        by vogon jeltz (257131) on Saturday October 07 2006, @06:40AM (#16346563)
        Correct,
        it's about the existence of a solution for certain boundary / initial conditions of the NSEs. This is still a very big deal because you can now expect correct results when doing numerical calculations. By the way you probably meant FEM (Finite Element Method), not "fractional element methods". FEM is rarely, if not at all used for solving the NSEs, you'd rather use Finite Volume Methods (applicable for structured and unstructured grids, as are FEM).
    • by pipingguy (566974) * on Saturday October 07 2006, @06:13AM (#16346471) Homepage
      I agree. Fluid dynamics is very fascinating. Since I'm not so smart I've devoted my limited abilities to trying to understand the things we put conventional fluids into so that we can transmit them.
    • Actually the whole thing IS NOT about FINDING SOLUTION of the Navier-Stokes equations,
      but rather the PROOF of THE EXISTENCE OF A FORMAL SOLUTION. You still have to find it,
        either analytically or (most probably) numerically.

      Bottom line: about this a mathematician gets horny, an engineer says SO WHAT!!!

      Ciao
  • Whuh? (Score:5, Funny)

    by LiquidEdge (774076) on Saturday October 07 2006, @04:24AM (#16346063) Homepage
    Man, I haven't had a date in like 4 years, and even *I'm* not nerdy enough to know why this matters...
  • by Simulacrus (1003107) on Saturday October 07 2006, @04:35AM (#16346111)
    While I know they perform many, many computer simulations, I think aerodynamics is still regarded as one of the "black arts" in the field. Wind tunnels are still used extensively (it's often about who can build the better wind tunnel, never mind car). Maybe complete solutions of fluid movement will mean some odd-looking cars in 2007!
    • by Overzeetop (214511) on Saturday October 07 2006, @07:44AM (#16346839) Journal
      Not really. This proof of the existance of the solution won't substatially affect the real-world application of fluid dynamics (including aerodynamics) for quite a ling time (maybe within my lifetime, probably not). Numerical and real simulation will still guide the principal advances at the full assembly level. Nonetheless, this is a pretty cool event. I remember studying N-S in undergrad. Still makes the hair on the backof my neck stand up is apprehension. (tensor math and pdes both make me ill).
  • by fatphil (181876) on Saturday October 07 2006, @04:40AM (#16346137) Homepage
    Well, at least contributors to arXiv between them seem to. (The 'GM' section in mathematics has been dubbed by some serious mathematicians "garbage machine", for example.)

    Wait for the peer review to begin. I've not seen anyone familiar with the field say anything about the paper yet, only then does it gain credibility.

    FatPhil
  • by john-da-luthrun (876866) on Saturday October 07 2006, @06:14AM (#16346477)
    ...is getting people to spell it "millennium". Cracking that one would be a million dollars of anybody's money...
  • by 140Mandak262Jamuna (970587) on Saturday October 07 2006, @07:28AM (#16346747) Journal
    Abstract of this post

    It is a big deal for the mathematicians. That is all

    The N-S Eqn has been "solved" in 2D using Velocity Potential, Stream Function approach. But in 3D stream function does not exist and the method does not extend. But in practice the only problem that is really "solved" even in 2D was was this driven cavity problem, a box with a moving wall.

    Take the much more simple to solve for a hundred years, the Heat Equation. Analytical solutions exist for simple domains like a semi infinite plate or a box with Dirichlet boundaries. But in practice ANSYS sells numerical solutions to Heat Equations and the industry has been buying millions dollars worth every year. Similarly FLUENT (Recently acquired by ANSYS) does not have to worry its market has fallen out of the bottom. For real life geometries we will be using numerical solutions of NS Eqn for the foreseeable future.

    Further though I could not see any geometry restrictions in the paper, it appears as though they have just proved solutions exist, and not actually solved it. Depending on the assumptions made and terms neglected, engineers may be able to build better turbulence ing out of this.

    Caveat: Though I started out in CFD I have not read CFD papers for some 12 years. and frankly I dont understand much of the math in this paper.

    • It is a big deal for the mathematicians. That is all

      I wouldn't go so far as to say it is only interesting for mathematicians. Fluid dynamics and Navier-Stokes especially, is what, for example, many 3D engines use to simulate water by now. Granted, they use simplified equations, usually only taking the surface into consideration, but any breakthrough in the theory their models are based on might have implications for those models as well. I'd say let's wait until a) those new findings have been properly p
  • An important step (Score:5, Informative)

    by Orp (6583) on Saturday October 07 2006, @07:57AM (#16346919) Homepage
    As a previous commenter stated, this is a mathematical proof that such a solution exists. You cannot explicitly solve the Navier Stokes equations as written. If you could, my job would be much easier (I model thunderstorms at very high resolution on massively parallel supercomputers). The Navier Stokes equations, along with some other conservation laws, and some physical parameterizations, can be "closed" such that you can approximate a solution using numerical tehcniques, given an initial state and boundary conditions. It is not easy. From a practical standpoint, dealing with massively parallel computers is not much fun. I've spent the past couple of months debugging my own stupid coding errors, competing with hundreds of other scientists running their models, and finding ways to manage the terabytes of data these models produce when they do run succesfully.

    Back to the paper... While I am not a mathematician, the paper appears kind of rough to me - lots of punctuation errors, commas in the wrong place, unclosed parehtneses... I suspect this paper has not been fully through the peer review process. I don't know how the mathematicians do it, but I would say this paper is a draft (not discrediting the work - I am not quallfied to judge it - but it looks rough).

      • [On arXiv,] there are dozens of papers there that claim to have solved the Goldbach conjecture, or the Riemann hypothesis, or proven that the real numbers are countable, etc.
        The difference is that the authors of these papers have no track record of getting articles accepted in the best math journals, also have no track record of previous ground breaking new work in math, and have not caused a stir in the community that is as positive as it is this time. Penny Smith has.
  • Withdrawn (Score:4, Informative)

    by mathcam (937122) on Sunday October 08 2006, @12:30PM (#16355523)
    Well, I guess peer review has already taken its toll. The paper has been withdrawn from the arXiv due to "serious flaws."
      • I know some French, some Latin, and more math than either and have used the NS equation in my work (including nuerical slutions to subsets of the 3D problem). However ths would take me at least a couple of years of work to understand.

        One of the things that I understood was a real problem with NS is that not only were there no existence proofs, but there were no uniqueness proofs. Does nayone know if the uniqueness question has been answered?