Slashdot Mirror


350-Year-Old Newton's Puzzle Solved By 16-Year-Old

First time accepted submitter johnsnails writes "A German 16-year-old, Shouryya Ray, solved two fundamental particle dynamic theories posed by Sir Isaac Newton, which until recently required the use of powerful computers. He worked out how to calculate exactly the path of a projectile under gravity and subject to air resistance. Shouryya solved the problem while working on a school project. From the article: 'Mr Ray won a research award for his efforts and has been labeled a genius by the German media, but he put it down to "curiosity and schoolboy naivety." "When it was explained to us that the problems had no solutions, I thought to myself, 'well, there's no harm in trying,'" he said.'"

101 of 414 comments (clear)

  1. That Moment by Rie+Beam · · Score: 5, Interesting

    We all had that moment in school when a teacher would pose an "impossible" problem, thought to ourselves "Well, they've never faced ME before!", spent a few minutes toying with it and finally giving up. This kid...did not.

    Kudos all around! The rest of your life will, unfortunately, now no longer live up to something you accomplished when you were 16.

    1. Re:That Moment by __aaltlg1547 · · Score: 5, Interesting

      There are two things impressive about this. One is the fact that you mention, that the kid did not give up until he had the solution and was smart enough to solve a problem that stumped every mathemetician for 350 years. The second is that people still try to solve difficult analytic problems at all instead of just turning it into a computing problem.

      I don't know which surprises me more.

    2. Re:That Moment by mwvdlee · · Score: 5, Funny

      The rest of your life will, unfortunately, now no longer live up to something you accomplished when you were 16.

      Imagine the freedom of no longer having to live up to anybody's expectations. ;)

      --
      Slashdot social media options: AIM, ICQ, Yahoo, Jabber and Mobile Text. Why no MySpace?
    3. Re:That Moment by chill · · Score: 4, Informative

      Germany still produces some rays of light.

      To be accurate... he was born in India and moved to Germany with his family at age 12. He did not speak a word of German when he arrived.

      While credit must be given to the German school system, I think most of his accomplishment comes from him and possibly his family.

      --
      Learning HOW to think is more important than learning WHAT to think.
    4. Re:That Moment by Anonymous Coward · · Score: 3, Insightful

      While credit must be given to the German school system

      Must it? The school system could be garbage and still have the occasional intelligent person go through it. Perhaps it's not the school system that must be given credit, but something else (like the child himself, for instance).

    5. Re:That Moment by rvw · · Score: 4, Interesting

      Germany still produces some rays of light.

      To be accurate... he was born in India and moved to Germany with his family at age 12. He did not speak a word of German when he arrived.

      While credit must be given to the German school system, I think most of his accomplishment comes from him and possibly his family.

      And maybe from not being in Europe or the western world the first twelve years of his life, adopting beliefs or creating a mental attitude that stuff like this cannot be done. And I'm not criticizing the Germans.

    6. Re:That Moment by Anonymous Coward · · Score: 3, Insightful

      Computing tends to be a brute force analysis of all the possible inputs. That doesn't work well for NP hard problems and is often impossible with problems dealing with infinity... Not all problems are solvable by computers yet and instead need the analytical approach. Also computers may not find the most elegant solutions, for example there are problems which have been solved but required the invention of a new type of math to do so.

    7. Re:That Moment by Chris+Mattern · · Score: 5, Insightful

      Analytic solutions are far superior to computed approximations. They are far easier to calculate--computers have made computed approximations far easier, but most of the time that doesn't mean that they're *easy*--only that they're now possible. Being able to obtain the answer in a small fraction of the time is still a big advantage. They are more precise and do not require initial parameters. And they provide much greater understanding and insight into the underlying phenomenon. There is no surprise at all that people are still looking for analytic solutions.

    8. Re:That Moment by K.+S.+Kyosuke · · Score: 4, Insightful

      Computing tends to be a brute force analysis of all the possible inputs.

      Hello? We've had symbolic computing ever since 1960's. There are many software tools today to assist mathematicians with creating and verifying proofs (e.g, Coq is probably the best known one). What's wrong with using them? Not to do that would be like using a pencil and paper instead of typing when you're preparing a publication – I'd think that brain power and time should be used constructively.

      --
      Ezekiel 23:20
    9. Re:That Moment by Anonymous Coward · · Score: 3, Interesting

      If he solved it, then WHAT IS THE SOLUTION?! There is no link, no nothing, and we are apparently to trust this lame emotional article with no factual content. I'm surprised nobody else raised this point.

    10. Re:That Moment by EMN13 · · Score: 2

      Possibly relevant here (in some minor way) is that thinking in a foreign language allows people to be more rational.

    11. Re:That Moment by trout007 · · Score: 2

      It depends on what you are trying to do. I'm a mechanical engineer and engineering is all about good enough. You have to economize resources to get a job done. While solving a dynamics problem analytically may give you more understanding into the solution it does take take to work out real world multidimensional problems. Numerical solutions to differential equations are very useful. I would have preferred to spend more time in Diff Eq setting up problems than solving problems analytically.

      --
      I love Jesus, except for his foreign policy.
    12. Re:That Moment by iamhassi · · Score: 2

      There are two things impressive about this. One is the fact that you mention, that the kid did not give up until he had the solution and was smart enough to solve a problem that stumped every mathemetician for 350 years. The second is that people still try to solve difficult analytic problems at all instead of just turning it into a computing problem.

      I don't know which surprises me more.

      ^^^^ This.

      I think the most impressive part is that even though we hear all the time about "X-teen year old invents BLAH" we're like "Great!" but secretly think "BIG Deal! Who can't invent something? How is that challenging, really? Oh look their dad's an electrical engineer that works at XYZ... hmmmm....." but this 16-year-old actually solved something that the best mathematicians on Earth haven't been able to solve for 350 years.

      Major kudos kid! Only way that can be topped is if a teen cures cancer, aids or doubles productive lifespan.

      --
      my karma will be here long after I'm gone
    13. Re:That Moment by Intrepid+imaginaut · · Score: 2

      Business wise I'd type, fiction wise I prefer to use pen and paper.

    14. Re:That Moment by iamhassi · · Score: 4, Interesting

      Also he solved it without mooching off a company for 2 months (and still having nothing to show for it) or asking for $500,000! No $$$$ up front and he still brought results! This 16 yr old will go far, I would happily donate to this kid's next .... whatever he wants to do, since he's already earned it in my opinion.

      --
      my karma will be here long after I'm gone
    15. Re:That Moment by am+2k · · Score: 2

      Analytic solutions are far superior to computed approximations. They are far easier to calculate--computers have made computed approximations far easier, but most of the time that doesn't mean that they're *easy*--only that they're now possible. Being able to obtain the answer in a small fraction of the time is still a big advantage.

      Have fun with solving the Navier-Stokes equations then ;)

    16. Re:That Moment by Anonymous Coward · · Score: 5, Funny

      I just wanted to say that I LOVE Coq.

    17. Re:That Moment by ArundelCastle · · Score: 3, Insightful

      What's wrong with using them? Not to do that would be like using a pencil and paper instead of typing when you're preparing a publication – I'd think that brain power and time should be used constructively.

      It's not a matter of the tool is wrong. It's a matter that assuming one tool is always best is wrong.
      Your premise is based on: using a computer is easier and better for 100% of humans. That's not true. Allow me to introduce you to my parents. Allow me to introduce you to senior engineers who can craft new formulas on a whiteboard faster than juniors can wake their laptops.

      Different areas of the brain are involved with the act of handwriting than with touch typing or pecking. Make LCARS speech recognition a reality and we have a winner. Solving problems that stump otherwise intelligent humans for *hundreds* of years, *clearly* requires some creatively alternate use of the brain, and not Microsoft Clippy. ("I see you're trying to solve an unprovable theorem, would you like to Quit without Saving?") I don't even need to cite sources that say poor UIs slow people down. That's how it is. Computers add cruft, otherwise there wouldn't be a market for applications that remove distractions when writing.

      ...like using a pencil and paper instead of typing when you're preparing a publication...

      Poor analogy. Publication implies mass reproduction and distribution. An *author* can write however they want to form their ideas, the result is the same. How the idea gets distributed is irrelevant to the core point. (Also there are such things as shorthand.)

    18. Re:That Moment by ArundelCastle · · Score: 2

      A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools. (Douglas Adams)

    19. Re:That Moment by tixxit · · Score: 4, Informative

      The article states the father taught him calculus when he was 6. However, his father also says the kid passed his understanding a while ago and he doesn't understand the math used to solve this problem. Seems like the father was responsible for instilling a curiosity and some foundations, but after that it's all just this kid. You gotta give him credit.

    20. Re:That Moment by gd2shoe · · Score: 4, Insightful

      Ha! Inventing a new mathmatical system in order to solve a problem is cheating! But it works.

      Not only is it cheating, it's tradition. We have many great branches of mathematics because of it.

      --
      I won't join Slashcott. OTOH, If Beta goes live, I just won't be back until it's fixed. Sorry Dice.
    21. Re:That Moment by K.+S.+Kyosuke · · Score: 2

      is your software proven to be fault-free?

      is your hardware proven to be fault-free? (have you ever read the list of errata for a modern CPU?)

      if your software puts out a human readable (and verifiable) form of the proof everything is fine, if not you can only talk about probabilities not about proof.

      First, you have to ask the same thing about mathematicians' brains and abilites (organic HW and SW). Second, of course that a proof assistant has to be able to print out a trace of the reasoning process. That's the whole point (or one of them).

      --
      Ezekiel 23:20
    22. Re:That Moment by Karellen · · Score: 2

      In fact, Newton did this himself.

      I recall a story of some mathematical puzzle or hypothesis which had been unsolved by a number of mathematicians for many years. It was brought to Newton's attention, whereupon over the course of a few days (maybe a weekend?) he invented a new branch of mathematics and solved the puzzle. He published his results anonymously, but no-one was fooled and immediately (if somewhat resignedly) congratulated Newton on his genius (again).

      Can't remember the hypothesis or the resulting branch of mathematics though.

      --
      Why doesn't the gene pool have a life guard?
    23. Re:That Moment by cavreader · · Score: 2

      It's people like this kid who pop-up very rarely in the world that will eventually improve our mathematical understanding and all the technology based on advanced mathematics. That's a positive thing.

    24. Re:That Moment by Pseudonym · · Score: 4, Insightful

      Analytic solutions are not necessarily easier to calculate.

      Analytic solutions tend to involve special functions for which the computer can only compute an approximation anyway. Have you ever tried to write code to evaluate the error function over the entire domain of floating point numbers? (Yes, I know, it's now in the standard library; ten years ago, it wasn't.) That's one of the easier ones.

      Even if there are no special functions, analytic solutions are still often harder to calculate if the problem is big enough. Think of solving systems of linear equations, one of the standard workhorses of numeric programming. We're talking really big ones; hundreds of thousands of equations in hundreds of thousands of unknowns or bigger. In the real world, this problem would almost certainly be solved using successive approximations, even though high school students know how to solve them analytically.

      Finally, and most importantly, the problem statement is usually an approximation. Take the OP as an example. What this kid almost certainly solved was an analytic solution to the problem of a particle in a gravitational field with linear air resistance. Well, air resistance is not linear. At low velocities, and for projectiles with a sufficiently small cross-section, it's close enough. But it's still an approximation.

      The advantages of analytic solutions are almost always not computational. What they buy you is understanding. The methods of obtaining the solution, and the form of the final equations, often reveal some deep insights about the problem. For many situations, that's far more valuable. And it's certainly something that no computer can give you.

      --
      sub f{($f)=@_;print"$f(q{$f});";}f(q{sub f{($f)=@_;print"$f(q{$f});";}f});
    25. Re:That Moment by gardyloo · · Score: 3, Interesting

      I suspect you're thinking of the brachistochrone problem, posed by Johann Bernoulli in 1696, and solved the next day by Newton (also by several other mathematical giants of the time, very quickly).

    26. Re:That Moment by galaad2 · · Score: 4, Informative

      I'd reserve your hosannas until this kid's magic formula gets published, along with a formal statement of the problem.

      the formula has already been published, here: https://www.jugend-forscht.de/images/1MAT_67_download.jpg
      (photo of the formula taken on May 18th)

      article source:
      https://www.jugend-forscht.de/index.php/projectsearch/detail/6038.4568
      and
      http://www.jufo-dresden.de/projekt/teilnehmer/matheinfo/m1

      i can't find the full paper yet though, but on reddit some users claim that the formula works in Maple
      e.g.
      http://www.reddit.com/r/worldnews/comments/u7551/teen_solves_newtons_300yearold_riddle_an/c4szejb

      where f is constant on the path the particle makes in the space of velocities:
      f:=(g^2 /(2*u^2 ) + a*(g/2)*(v*sqrt(u^2 +v^2 )/(u^2 ) + arcsinh(v/u)));

      --
      root@127.0.0.1
    27. Re:That Moment by Carewolf · · Score: 2

      What's wrong with using them?

      They are not helpful. Automatic proof, or automatic proof-verification is a research field, and has been so for decades, and has still YET to come up with something helpful to anyone doing real mathematical proofs. They have only barely reached the ability to help with play-thing problems handed to high school students, and even them the computer generated result (or input), is obtuse and stupid - not helpful in any way.

  2. terrible article by Anonymous Coward · · Score: 5, Insightful

    The article itself is mathless. It doesn't tell you what the solution was, or even present the exact problem that was solved.

    1. Re:terrible article by sco08y · · Score: 5, Interesting

      The article itself is mathless. It doesn't tell you what the solution was, or even present the exact problem that was solved.

      And running a search for the kid's name turns up the same article fifty fucking times over. Google did some work on link farms... they need to do some work deduping / despamming press releases.

    2. Re:terrible article by Anonymous Coward · · Score: 2, Insightful

      With all due respect to this brilliant student, I wouldn't worry too much about that - the problem isn't actually solved until its been peer- reviewed and thd other mathematicians agree that his approach is correct.

    3. Re:terrible article by ObsessiveMathsFreak · · Score: 4, Informative

      You are right. This article is awful, conveying no sense of the nature of the problem or its complexity, and giving no idea of the solution at all.

      The only equations I'm aware of for a falling particle subject to air resistance take the form

      m v' = -mg -a*v-b*v^2

      which is a constant coefficient Riccati differential equation for the velocity v. I'm reasonably sure this would have an analytic solution.

      Maybe complications arise in the 2D motion case, or perhaps the problem includes a particle which is also spinning. Maybe the drag terms take more complicated forms. I don't know. The article is pretty dreadful to be honest.

      --
      May the Maths Be with you!
    4. Re:terrible article by Smurf · · Score: 4, Informative

      That's "Analytische lösung von zwei ungelösten fundamentalen Partikeldynamikproblemen" or, in English, "Analytical solution of two fundamental unsolved problems of particle dynamics".

      But that doesn't seem to be a paper published in a peer-review journal, but rather the title slide of a presentation he gave on March 1, presumably when when he received the Jugend Forscht ("Young Researchers") award.

      And the kid is Indian, not German (as long as we can tell from the article).

      And this is a problem in Physics, not in Mathematics. It shocks me that people get that mixed up.

      And the kid looks 30 years old, but I would never hold that against him.

    5. Re:terrible article by jairob · · Score: 2

      How does Slashdot accept such a crappy post?!

    6. Re:terrible article by ralphdaugherty · · Score: 2

      How does Slashdot accept such a crappy post?!

      I believe they welcome this stuff with open arms, and add an obscure summary with sensational headline to boot.

      And slashdotters tear it aprt even while complaining. Win-win for everyone.

    7. Re:terrible article by Anonymous Coward · · Score: 2, Informative

      The one dimensional equation given does have an analytic solution (and in fact it isn't very hard, just a little intricate to integrate).

      As you rightly suggest, it is the two dimensional problem that is a lot harder. As far as I know there is no exact solution; though perhaps Mr. Ray has found one. Indeed, Herman Goldstine in his magisterial "The Computer from Pascal to von Neumann" states that the reason why Americans during the war worked on computers was primarily to find solutions to this problem, so that artillery could be properly aimed.

    8. Re:terrible article by jordan314 · · Score: 4, Informative

      I was pretty disappointed that Slashdot wouldn't find the equation for this. I ended up finding it on reddit: http://www.reddit.com/r/worldnews/comments/u7551/teen_solves_newtons_300yearold_riddle_an/c4sxd91

  3. Specifics? by Rie+Beam · · Score: 4, Insightful

    Can anyone actually find the problems in question somewhere? I've been scouring Google and the whole thing is very vague -- no story really goes into depth about the actual problem he solved and how.

    1. Re:Specifics? by Slippery_Hank · · Score: 5, Interesting

      The problem he solved is determining the exact path of a projectile, when accounting for air resistance. The drag coefficient for air resistance depends nonlinearly on velocity, so when it is included in the model the equations become difficult to solve (previously impossible, but apparently now done. Though I haven't found any links to his actual work). Here is an example of setting up the problem, and then solving it numerically.

    2. Re:Specifics? by HeLLFiRe1151 · · Score: 4, Informative

      This is an article from 1983. I believe it explains the problem.

      http://www.annualreviews.org/doi/pdf/10.1146/annurev.fl.15.010183.000245

      --
      I've got 101 mod points and you can't have them!
    3. Re:Specifics? by loom_weaver · · Score: 3, Interesting

      Here's a post where someone determined what the original equations were and verified Ray's answer (in the picture of him holding a solution) in Maple:

      http://www.reddit.com/r/worldnews/comments/u7551/teen_solves_newtons_300yearold_riddle_an/c4szejb

  4. Re:I thought these were pretty much known already by Anonymous Coward · · Score: 2, Informative

    There is no problem solving the equations numerically. This kid found analytical solutions to the equation of motion (or at least, that's how I read TFA). Punching in the exact solution is faster and more accurate than taking a zillion small but discrete steps, which is what you're stuck doing right now. Well, that depends on the complexity of the solution, but as a general rule...

  5. Re:Explain the mind of a genius? by xtal · · Score: 3, Interesting

    Concepts of mathematics (calculus) are actually very simple.

    Most confuse the trivia of solving problems (knowing many rules) and how to apply them with understanding of basic mathematical principles.

    Teach your kid about 'x' and abstract thinking in relation to rates of change. The rest follows quite naturally. (IMO).

    --
    ..don't panic
  6. Difference between Germany and the US by Anonymous Coward · · Score: 4, Insightful

    German media praise math geniuses, while american media praise hollywood actors/actresses (read: human rubbish) and reality show weirdos. In the US a "genius" is someone who makes millions, especially with lower education and without being able to do anything. That's "free market economy", and "supply and demand", right?

    "The land of the free and of the brave" (with some fat on the belly).

    1. Re:Difference between Germany and the US by wealthychef · · Score: 2

      "In fact, neuroscience and psychology points the opposite direction: happiness leads to success. If we could grasp that one fact we'd all be better off."

      That's philosophy. Let's stick to the facts: what can a math or physics genius become in the US? Maybe a university professor, making 100-150 K$ a year. Or maybe the R&D leader of a major company, but the salary would be nearly the same, the only way to get "rich" would be with stock options, which depend on factors that have nothing to do with R&D (marketing makes a company more profitable than R&D). An hollywood weirdo makes 10 millions per movie instead.

      That's the obvious consequence of the mighty law of "supply and demand" that nobody wants to oppose: people are retarded and spend lots of money to go to the movies rather than financing scientific research. That's the "demand", so the "supply" will act accordingly. And who doesn't agree with this system is considered a "communist".

      Now, who's more useful to mankind, a physicist or an actress? If answering "a phycicist" makes me a communist, well I'm proud to be one.

      No, that's not philosophy. That's science. The facts are on my side, not yours. Read "The Happiness Advantage" for details. I'm not denying supply and demand, arguing that a physicist makes more than Tom Cruise (although in general physicists make more than actors), or anything else you might think I'm saying. I'm saying as a matter of fact, based on good science, that the human brain is generally more productive and powerful when it's happy, which leads to increased success, but having success does not reliably trigger happy brain states.

      --
      Currently hooked on AMP
    2. Re:Difference between Germany and the US by steelyeyedmissileman · · Score: 2

      If any adherents can PROVE their imaginary friend is real, I'll recant

      Proofs exist, and many people could provide the proofs. It wouldn't do any good, however, because you'd just wave it off.

      The problem isn't with the proof, the problem is with the AXIOMS. Very good and convincing proofs of the existence of God are there, if you take a particular set of axioms as the basis for your outlook. That's the faith part.

      It's a real problem in our world today that people take math and science as gospel. Everyone seems to forget that all of math and science are based on axioms, things that we assume must be correct because there's no way to prove it. We have to make those assumptions, though, to do anything at all. You might say "well, so far nothing has shown those assumptions to be wrong, so we must be right!", but that's only good to a point. Newton's law of gravity is correct, but only if you assume a Euclidean geometry. Is that correct? Well... not exactly... but that doesn't make Newton's laws worthless; many models we run on today rely on those principles which aren't, technically, true.

      So I'm sorry, but I decline to offer my proofs. If you'd like to talk axioms, on the other hand, that might be a more interesting (and fruitful) conversation.

    3. Re:Difference between Germany and the US by Guy+Harris · · Score: 2

      The problem isn't with the proof, the problem is with the AXIOMS. Very good and convincing proofs of the existence of God are there, if you take a particular set of axioms as the basis for your outlook. That's the faith part.

      So does that, ultimately, amount to "you will be convinced of the existence of God if you make assumptions about the world that require the existence of God"? Unless there's a non-faith-based reason to make those assumptions, the proof isn't going to be convincing to people who don't make those assumptions, making it just an entertaining exercise for those who happen to make those assumptions, not something to take seriously as a reason to believe.

      It's a real problem in our world today that people take math and science as gospel. Everyone seems to forget that all of math and science are based on axioms, things that we assume must be correct because there's no way to prove it. We have to make those assumptions, though, to do anything at all. You might say "well, so far nothing has shown those assumptions to be wrong, so we must be right!", but that's only good to a point.

      Yes, math is a subject where you start with a set of axioms and derive theorems from it, and all that matters is whether the axioms are consistent (i.e., one axiom doesn't contradict another) and, for any theorem, whether derivation is correct.

      Science, however, is not such a subject. One might think of a particular scientific theory as having axiom-like assumptions from which one derives theorem-like predictions (although they're not necessarily stated in a mathematical form). However, the theorem-like predictions aren't just proven; they have to be tested against the real world. This means you don't get to choose your axioms arbitrarily and still have your theory taken seriously; if its predictions don't match the real world, you're not likely to be taken seriously unless you can show that there's something wrong with the experiments done to test the predictions.

      Newton's law of gravity is correct, but only if you assume a Euclidean geometry.

      Well, more accurately, Newton's laws of motion, as laid out by Newton, involve motion in a Euclidean space, and Newton's law of gravity, as laid out by Newton, involves a gravitational force in that space, whereas Einstein's general relativity involves special relativity-style laws of motion in a space-time that might be curved by the presence of matter, so that, the paths of matter not affected by (non-gravitational) forces being "straight lines" (geodesics) in that space-time, those paths might be affected by the presence of matter. However, Newtonian gravity can be formulated in a fashion similar to Einsteinian gravity, curved space and all.

    4. Re:Difference between Germany and the US by couchslug · · Score: 2

      "So I'm sorry, but I decline to offer my proofs."

      Then you have no evidence you dare produce for debate.

      --
      "This post is an artistic work of fiction and falsehood. Only a fool would take anything posted here as fact."
  7. When in Doubt... by Rie+Beam · · Score: 4, Informative

    ...go to the source! The German articles I've scoured seem to have a little more information about the problem itself and what he actually accomplished. The oldest one only records that he "claims" to have solved them (earlier this month), but so far no actual data. Close.

    http://www.enso-blog.de/jugend-forscht-drei-arbeiten-aus-ostsachsen-beim-bundeswettbewerb
    http://www.morgenpost.de/vermischtes/article106358144/16-jaehriger-Schueler-loest-uraltes-Mathe-Problem.html

  8. Gotcha! by Rie+Beam · · Score: 4, Informative

    http://jugend-forscht-sachsen.de/2012/teilnehmer/fachgebiet/id/5

    Text is in German. It all stems from a Youth Research competition he entered into back in March of this year. This is, so far, the best summary I've found -- there is a paper, apparently, but no link just yet.

    'Two problems in classical mechanics have withstood several centuries of mathematical endeavor. The first problem is therefore to calculate the trajectory of a body thrown at an angle in the Earth's gravitational field and Newtonian flow resistance. The underlying power law was discovered by Newton (17th century). The second problem is the objective description of a particle-wall collision under Hertzian collision force and linear damping. The collision energy was derived in 1858 by Hertz, a linear damping force has Stokes (1850) is known. This paper has so far only the analytical solution of this approximate or numerical targets for the problems solved. First, the two problems are solved fully analytically. For the first problem will be investigated further using the analytical solution, the physical behavior of the system and set up outline solutions for generalized models. For the second problem is carried out in order to increase efficiency and convergence control a semi-analytical optimization. Finally, the analytical results are compared with numerical solutions so as to validate accuracy and convergence to numerically."

    1. Re:Gotcha! by Rie+Beam · · Score: 4, Interesting

      On a sad note, he only placed 2nd in the overall competition :(

    2. Re:Gotcha! by St.Creed · · Score: 4, Interesting

      Number one cured cancer AND solved the world's energy problem. That's hard to top. :)

      --
      Therefore, by the (faulty) logic you're using, you're just a cow with a keyboard - osu-neko (2604)
    3. Re:Gotcha! by WillHirsch · · Score: 2

      It's hardly worth even doing numerically. Within the 85km thick shell where the atmosphere behaves anything like a Newtonian fluid, Earth's gravitational field strength only varies by about ±1.5%. The difference between any application of the analytical solution and the equivalent constant-g solution will be dwarfed in real life by chaotic atmospheric conditions. I suspect that as a differential equation with an unusual combination of second-order polynomials, there isn't much else you can transfer the solution to either.

    4. Re:Gotcha! by bcrowell · · Score: 5, Informative

      That helps a little, but still doesn't really clarify completely what he did. I'll explain a little about what I know about the projectile problem and what I can figure out about what he might have accomplished here.

      In the Principia, Newton poses three closely related problems. One is projectile motion under the influence of a frictional force that's proportional to velocity (book II, section I). Next he considers the case where the friction is proportional to the square of the velocity (book II, section II), and finally the case where it's of the form av+bv^2, where a and b are constants (book II, section III). Let's call these cases 1, 2, and 3.

      Case 1 is pretty straightforward. The x and y motions are decoupled, and each of the motions is governed by a first-order, linear, inhomogeneous equation.

      Case 2 is actually of more physical interest than case 1 for most real-world projectiles. For example, when you toss a baseball in air, its Reynolds number is about 10^4 or 10^5, and in that regime, a force proportional to v^2 is a pretty decent approximation. There is a well known closed-form solution for the one-dimensional subcase (I actually had a student a few years back who figured it out for herself, which was impressive), which is y=A ln[cosh(t sqrt(g/A))].

      A hint is that this page has a photo of him holding up a large sheet of paper with his closed-form solution on it. The equation is clearly visible, and reads g^2/(2u^2)+(alpha g/2)[v sqrt(u^2+v^2) / u^2 + arsinh |v/u|] = const. The notation isn't explained, but clearly u and v are the components of some vector, probably the velocity vector. If so, then the constant alpha has to have units of inverse meters.

      This makes me think that what he's solved is the full two-dimensional version of case 2. It can't be case 3, because besides g there is only the one constant alpha appearing in his equation. If you write down the equation of motion, a=F/m=(mg-bv^2)/m=g-(b/m)v^2, the constant that naturally occurs is b/m, which has units of inverse meters. It also makes sense that his solution has a hyperbolic trig function in it, since the y(t) for the one-dimensional version of case 2 has a hyperbolic trig function in it.

      If my interpretation is right, then you should get a correct one-dimensional result from his equation when u=0. Unfortunately his equation blows up to infinity in that case, so I'm not sure how to extract any sane interpretation from it. By setting alpha=0, you should also get the case with zero friction. That does sort of make sense, since it says u is a constant, which it should be in that case.

      It would be interesting to see if my interpretation is right by doing a numerical simulation and seeing if his expression really does seem to be a constant of the motion.

      One thing to point out is that he may not have actually solved the full problem as set by Newton. He hasn't found the equation of the trajectory in closed form (which I think was what Newton was most interested in), and he also hasn't found the position in closed form as a function of time. (This is all assuming my interpretation is right.)

    5. Re:Gotcha! by Anonymous Coward · · Score: 4, Informative

      You're right, he's demonstrated a constant of motion (i.e. a first integral) in the 2D version of Newton's Case 2. The constant alpha in his equation is what you called b. Gravity points in the -v direction.

      You can easily check this by differentiating his equation with respect to time, and then eliminating the derivatives of u and v using the expressions

      du/dt = -b u sqrt(u^2 + v^2)
      dv/dt = -b v sqrt(u^2 + v^2) - g

      His solution can probably be extended to Case 3 quite easily, if anyone feels like a challenge :)

    6. Re:Gotcha! by bcrowell · · Score: 3, Interesting

      Doing a reply-to-self because I checked my interpretation using a numerical simulation. I wrote some python 3 code, which does a reasonably realistic simulation of a baseball being hit for a home run. Slashdot's lameness filter wouldn't let me post it, so I put it here: http://ideone.com/yeP4y

      The results:

      u= 36.86184199300463 v= 25.810939635797073 Ray= 0.07075915491208162 KE+PE+heat= 147.825
      u= 30.646253624059415 v= 12.467830176777555 Ray= 0.07075939744839914 KE+PE+heat= 147.82340481003814
      u= 26.608846983666997 v= 1.6625489055858707 Ray= 0.07075957710355621 KE+PE+heat= 147.8224303518585
      u= 23.559420165753 v= -7.761841618975968 Ray= 0.08597247439794412 KE+PE+heat= 147.82171310054588
      u= 20.86163826256129 v= -16.094802395195508 Ray= 0.10413207421166563 KE+PE+heat= 147.82115230900214
      range= 120.88936569485678 , vs 194.17117929504738 from theory without air resistance
      u= 18.25141606403427 v= -23.242506129076933 Ray= 0.12066666645699123 KE+PE+heat= 147.8207286473949
      u= 15.70673363979356 v= -29.088976584679852 Ray= 0.1353850869274781 KE+PE+heat= 147.8204307883206
      u= 13.30143766684643 v= -33.65200048062784 Ray= 0.14867603720136566 KE+PE+heat= 147.8202356199746
      u= 11.11267911406159 v= -37.07517115834146 Ray= 0.16096016949002218 KE+PE+heat= 147.8201144079141
      u= 9.186200956690504 v= -39.564763699985484 Ray= 0.17255826567110216 KE+PE+heat= 147.82004160975018

      The notation is that u and v are the x and y components of the velocity vector, "Ray" is the expression that Ray seems to be claiming is a constant of the motion, and the final column is the total energy, which should be conserved.

      I tested my code two ways: (1) Energy is very nearly conserved. (2) If I turn off air friction, the range is very nearly as calculated by theory.

      Let R be the expression that Ray says is a constant, under my interpretation of his variables. Then dR/dt appears to be very nearly zero early on in the simulation. However, later on it starts to drift upward. So I suspect that one of the following is true: (1) Ray is wrong; (2) my interpretation of his notation is wrong; or (3) my simulation doesn't use good enough numerical techniques to demonstrate with good precision that Ray is right.

      Anyone who's got Runge-Kutta, etc., on the tip of their tongue want to try a better simulation of this?

    7. Re:Gotcha! by martin-boundary · · Score: 2

      He's being a good slashdot commenter who's offering stuff that matters to the small contingent of us who have advanced maths degrees?

  9. Re:are those problems NP? by geoskd · · Score: 4, Interesting

    The problems he solved are not NP. They are essentially calculus, but they are both very nasty calc problems, and the traditional way to solve calc problems is using newton approximations until the answer is close enough to what you want. An analytical / precise way to solve these problems is extremely useful to the physics folks, as the solution will probably also lead to better models of particle motion.

    -=Geoskd

    --
    I wish I had a good sig, but all the good ones are copyrighted
  10. Re:Explain the mind of a genius? by dysan27 · · Score: 2, Interesting

    I'll bet you that any 6 year old can solve the problem of where a ballistic projectile will be, even accounting for air resistance, in real time without a computer.

    Don't believe me? Toss them a ball. The rest is just notation.

  11. Fermat & Poincaré by Bananatree3 · · Score: 4, Interesting

    Andrew Wiles solved Fermat's Last Theorm with paper only, as he despised the use of computers in writing mathematical Proofs. Another famous example is Grigori Perelman who solved the Poincaré Conjecture - with hundreds and hundreds of pages of mind-numbingly dense mathematics vs computer search.

    1. Re:Fermat & Poincaré by Machtyn · · Score: 2

      It does seem pointless to me to use a computer to create a proof, except when using it to quickly calculate the known and already proven equations.

      Of course, that's coming from a guy who continually messes up a number or sequence here or there.

    2. Re:Fermat & Poincaré by Chase+Husky · · Score: 5, Interesting

      Another famous example is Grigori Perelman who solved the Poincaré conjecture - with hundreds and hundreds of pages of mind-numbingly dense mathematics vs computer search.

      Perelman's three primary papers ("The entropy formula for the Ricci flow and its geometric applications" http://arxiv.org/abs/math.DG/0211159, "Ricci flow with surgery on three-manifolds" http://arxiv.org/abs/math.DG/0303109, and "Finite extinction time for the solutions to the Ricci flow on certain three-manifolds" http://arxiv.org/abs/math.DG/0307245) on modifying Hamilton's Ricci flow program to deal with singularities and proving Thurston's geometrization conjecture only span 68 pages, with the actual proofs/meaningful remarks comprising about 45 pages of that.

    3. Re:Fermat & Poincaré by 2.7182 · · Score: 3, Informative

      Well, that is true but then after those papers appeared there was a several year effort by 3 groups to fill in the details and make it more digestible. Each of the resulting books/documents are several hundred pages long.

      Some problems just require longer proofs.

    4. Re:Fermat & Poincaré by Anonymous Coward · · Score: 3, Insightful

      It seems pointless to you because you are totally ignorant of math. A lot of these "hundreds of pages of mind-numbingly dense mathematics" proofs are long but tedious derivations which a computer can grind through in seconds.

      If you're doing a half page proof that square root of 2 is irrational, then a computer would be pointless, but clearly you don't know that math is more complicated than that.

      And to head off potential flames, I completely respect people who want to and are able to work through those derivations by hand, but to think doing it with a computer is pointless just shows your ignorance.

    5. Re:Fermat & Poincaré by Dodgy+G33za · · Score: 3, Insightful

      This is why I read /.

    6. Re:Fermat & Poincaré by nuckfuts · · Score: 2

      Number of pages is not a very meaningful measure. It is dependent on formatting. As anyone with an e-book reader knows, one can increase the number of pages of any document by simply choosing a larger font.

    7. Re:Fermat & Poincaré by ais523 · · Score: 3, Insightful

      Half a page? If (x/y)^2 = 2, then x^2 = 2y^2, so x is even. Let z = x/2, now we have 2z^2 = y^2, so y is also even. Thus, any fraction that's equal to the square root of 2 cannot be expressed in lowest terms, so cannot exist. That's, what, three lines at most?

      I agree with the main point, though; quite a few of the proofs I do are just boring churning through tens of possible cases. Up to 100 or so it's plausible to do it by hand, although tedious and it's easy to make mistakes; significantly beyond that, though, you're going to want to automate it.

      --
      (1)DOCOMEFROM!2~.2'~#1WHILE:1<-"'?.1$.2'~'"':1/.1$.2'~#0"$#65535'"$"'"'&.1$.2'~'#0$#65535'"$#0'~#32767$#1"
    8. Re:Fermat & Poincaré by sco08y · · Score: 2

      It seems pointless to you because you are totally ignorant of math. A lot of these "hundreds of pages of mind-numbingly dense mathematics" proofs are long but tedious derivations which a computer can grind through in seconds.

      If you're doing a half page proof that square root of 2 is irrational, then a computer would be pointless, but clearly you don't know that math is more complicated than that.

      And to head off potential flames, I completely respect people who want to and are able to work through those derivations by hand, but to think doing it with a computer is pointless just shows your ignorance.

      Most importantly, if there are hundreds of pages of dense computation to prove X, if I'm writing a function and I have some invariant, I can just write a comment,

      "And invariant Y remains satisfied because of X, see the fun proof at..."

      I don't really give a damn about the details, It Just Works.

  12. Re:I thought these were pretty much known already by Anonymous Coward · · Score: 5, Informative

    You forgot a lot of things:
    -gravity is not a constant vector force downward. It is a radial force inward toward the center of the Earth, and its intensity varies with altitude.
    -air resistance is not constant either. It depends on air pressure which varies with altitude as well.
    -air resistance is not perfectly proportional to v^2, especially at transonic and supersonic speeds.
    -if the projectile is spinning, it may cause a net aerodymamic force in a direction other than -v. Like a curveball.
    -the earth is a spinning frame of reference, which results in various annoying effects.
    -the air is not necessarily stationary. Wind exists.
    and so on.

    But we don't know whether this dude accounted for any of this stuff or not, because the goddamn article doesn't tell us.

  13. Flash journalism by yoctology · · Score: 5, Insightful

    These stories about overwhelming acts of personal genius, especially stories that lack the details of the alleged act, are, without memorable exception, false. But we all like a good story about an under-caste upsetting gray hairs and the established order of things.

    Think about that for a moment. A story supposedly lionizing science lacking the most basic facts that would permit substantial verification, or falsification, of that science. This is just flash journalism at work.

    1. Re:Flash journalism by Anonymous Coward · · Score: 2, Funny

      Agreed. I wish we could go back to the good old days of HTML + JavaScript journalism.

    2. Re:Flash journalism by FrangoAssado · · Score: 4, Informative

      Since we're linking to comments from Reddit: people also found out that this solution was known since at least 1860, and was published in a modern journal in as recently as 1977.

      It's great that a 16 year old discovered this, and it could have been a cute (but not as flashy) story. But the reporter didn't even bother to talk to someone familiar with the field.

  14. Re:Explain the mind of a genius? by ebcdic · · Score: 4, Insightful

    No. The problem is to determine the trajectory from the initial position and velocity. A human tracks the ball as it moves, which is a completely different problem.

  15. Re:Explain the mind of a genius? by 2.7182 · · Score: 5, Interesting

    I was not a prodigy, but a really smart kid who was in many environments with prodigies or near prodigies.

    My experience has been that most pre-teen children with this history don't understand the material very well, and there tends to be a lot of exaggeration about it. Smart kids are good at mimicking things and that is all that is really need to "do" the first year or two of college math.

    Occasionally, but very occasionally you get someone really young who later goes on to do decent, or even more rarely great things, like Norbert Wiener or Terry Tao. But I would like to hear those people give their opinions of the depth of their understanding at that age.

    I knew Nadine Kowalsky, who in HS would essentially just remember everything she heard in class and got 100 on every exam. (She wasn't the only one though. I knew a number of other people like that though that didn't do as well as Nadine did.) She later went on to get a Ph.D. from Chicago and published her thesis in the Annals of Math. That is a journal most mathematicians can't get a paper in. Like publishing in Nature or Science. Nadine was the real deal, but sadly she died of cancer not long after finishing her Ph.D. But I don't believe that Nadine was doing calculus until she was 15. And that was certainly on purpose. She, and her parents apparently, knew what was a good idea to do, and not to do, with a super smart kid. (This last sentence is conjecture on my part.)

    But I think most cases of pre-teens you hear about are really not what they are made out to be. Once you get to 12 or 13 those, I think things do change a lot.

  16. Re:Explain the mind of a genius? by Lumpy · · Score: 5, Insightful

    I was doing advanced Geometry and Algebra at age 8, yes I'm a slow fool compared to this kid. but it's mostly the quality of teachers (his dad) and the willingness to keep giving a kid what they want and challenging them.

    The american school system is designed to DISCOURAGE this. Smart kids are told to be happy with the A they got without trying. If they challenge their teachers knowledge they are told they are wrong. Mostly because Grade-High-school education in the USA is simply following a lesson out of a book and not teaching it from an expert. the Gym teacher teaches computer class, The English teacher teaches Chemistry, and all of it creates a ho hum boring as hell experience for the children.

    Here in the USA we do NOT want geniuses, we want good factory and office workers. Mediocre will not challenge authority.

    yes I am jaded at the education system here. I was one of them that got bad grades because the teachers were idiots. I challenged my math teacher who could not believe that a kid can do multiplication and simple geometry in his head. I proved it on several occasions, but I was given failing grades for not doing the busywork of writing it all out. Plus I refused to learn his technique. It sucked and was harder than what I was using that came from college text books. So I ended up being a pissed off moody kid hating the education system because all I saw was idiots and morons trying to tell me they knew more than Me and I knew that they were wrong. I was reading at a 14th grade level when I was 12 years old. I read 1984 and understood the concepts and hidden meanings. I was devouring Vonnegut with a passion. I was told that the books were "too grown up for me" Everyone talked down to me and all it did was piss me off.

    Sadly I did not have rich parents, so I had to suffer through the waste of time that the American Public School system is. College I slept through and aced it, at least they were not morons requiring me to turn in worthless busy work. It was in college where I ran into real education, educators that actually knew what they were talking about and would actually hold a discussion with me and help me learn more.

    This is the problem here in the USA. If you are smart, you have a sack put over your head to slow you down to match the rest of the other students.

    --
    Do not look at laser with remaining good eye.
  17. Re:Explain the mind of a genius? by WCguru42 · · Score: 2

    Catching a ball is a feedback mechanism. See where the ball is, compare to where the ball was, move (hands or feet, depending on how far off you are). Repeat as necessary.

    --
    "Educate the mind but never at the expense of the soul."~Blessed Basil Moreau
  18. Re:Explain the mind of a genius? by gremlinuk · · Score: 3

    Of course it's a different problem.

    The first is a prediction from a known initial state, the second is an exercise in analytical approximation that just means you have to get your hands to reach the same position in space and time as the ball, based upon a continuous stream of information of ever-increasing accuracy about the relationship between said hands and the ball over time.

    Wildly different exercises.

  19. Re:Explain the mind of a genius? by russotto · · Score: 2

    Concepts of mathematics (calculus) are actually very simple.

    Most confuse the trivia of solving problems (knowing many rules) and how to apply them with understanding of basic mathematical principles.

    This isn't just integral calculus, though; it's differential equations. Finding an analytic solution to a nonlinear differential equation is often difficult, sometimes (provably) impossible.

  20. Re:Explain the mind of a genius? by xtal · · Score: 3, Interesting

    The principles of differential equations are also simple and there are many simple physical systems that can be used to demonstrate them in a way that is easy to grasp. Even by relatively young children.

    The idea is not to confuse the understanding of principles with their applications, as those can be (and are) horribly complex.

    Math is not hard. Math is very elegant and simple. Much like language, the same words that are in children's books also comprise the classics.

    --
    ..don't panic
  21. Re:Explain the mind of a genius? by drinkypoo · · Score: 4, Insightful

    Here in the USA we do NOT want geniuses, we want good factory and office workers. Mediocre will not challenge authority.

    I've shared this and I'll share it again (and again...) but when I was in third grade I had an asshole, authoritarian teacher who I believe was only at my school for a couple of years. He was a lazy, arrogant, abusive asshole. When one was done with one's work one was to literally lay one's head down on one's desk and wait quietly for the other children to finish. I was in trouble on numerous occasions for "looking at the other children". I wrote so many lines I had wrist problems before I ever owned a computer or even discovered masturbation.

    Sadly I did not have rich parents, so I had to suffer through the waste of time that the American Public School system is.

    I went to a private school for a couple of years, before my parents broke up and there wasn't enough money because my dad was a deadbeat. I was about to be learning algebra, I was learning Spanish (I had great retention back then, and I never forgot some of the words I learned back then... though "ferrocarril" does have a fantastic ring to it, no?) and so on. Then I was placed literally into kindergarten due to my age and went from actually learning at a satisfying pace to being told lies about American colonization, making flags out of construction paper and placing Dead-President's-Head's stickers on them, and the like. After a year of that I spent two weeks in first grade before being bumped up to second, where I was still doing work inferior to what I'd been doing in my previous school.

    This is the problem here in the USA. If you are smart, you have a sack put over your head to slow you down to match the rest of the other students.

    Especially if you are smart, but your parents are dysfunctional and can't teach you how to blend in because they know fuck-all about how social situations work.

    College I slept through and aced it, at least they were not morons requiring me to turn in worthless busy work.

    Alas, I discovered life about the same time I went to college for the first time and besides, by that time I was prejudiced against education. What really shat upon my educational aspirations at that time, though, was a counselor who suggested I take a fully practical case load and save my electives for later. If I could remember who that was, I would send them a picture of my asshole right now. Hated it. Made school just a big bore of a chore. Most counselors don't give one tenth of one fuck about you as a person or even as a student, you're just a convenient unit that can be used to fill out slightly empty classes. What, am I bitter? Why do you ask?

    Now I have a two-year degree from going back to school much later, but it wasn't convenient for me to matriculate to a four-year at the time and now what do I do with this extra piece of paper? It's too crisp to be good bumwad.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  22. Re:Europe by Noughmad · · Score: 2

    So the crazy old guy in that movie with the long title was right all along?

    --
    PlusFive Slashdot reader for Android. Can post comments.
  23. Re:I thought these were pretty much known already by Impy+the+Impiuos+Imp · · Score: 2

    Because it's freakin' cannon balls. I don't know about you, but I'm concerned on a scale less than ten miles.

    --
    (-1: Post disagrees with my already-settled worldview) is not a valid mod option.
  24. Gave Up by Frankie70 · · Score: 2

    And the submitter gave up right while copying the name of the kid from the article to slashdot.
    "Shouryya Ray" became "Shouryya Ra" and samzenpus also let it through without any corrections.

  25. Re:Explain the mind of a genius? by mikael · · Score: 2

    Path of a projectile at the Earth's surface without air resistance in a uniform gravitational field is a parabola (or quadratic curve). Go into Earth orbut and you also get ellipse curves.

    Air resistance would slow horizontal and vertical velocity by a fraction per unit of time, so I would guess that it is an integral of a power sequence.

    --
    Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
  26. Re:are those problems NP? by EMN13 · · Score: 2

    While P/NP is indeed pretty way offtopic here, P vs. NP doesn't necessarily apply solely to decision problems. Furthermore, many problems can be rephrased as decision problems; e.g. Does the cannonball need more than 10 second to complete its flight?

    For a traditional P/NP example: the traveling salesman problem is about finding the shortest path, which is also not a decision problem.

  27. This bright Dude comes across as down to earth by quax · · Score: 2

    This longer piece (German) quotes him pointing out that he is very weak in Graph theory and Combinatorics. Nevertheless he skipped two classed in school and will be able to start university this fall.

    Won't be the last time we heard form this guy.

  28. Is his last name Ray or Ra? by damn_registrars · · Score: 2

    In the summary he is first named Ra, and then later referred to as "Mr. Ray". Which one is correct?

    --
    Damn_registrars has no butt-hole. Damn_registrars has no use for a butt-hole.
  29. Re:Explain the mind of a genius? by Dolphinzilla · · Score: 5, Insightful

    I have to agree with your comment about learning DE, I failed differential equations the first time I took the class (a D-grade) I was taking engineering course work at the time that required them - and what they actaully "meant" clicked in an electrical networks class - when I took the class again (my university had a 1 time grade forgiveness policy) I got an A - it seemed trivial and simple the second time around in a different context. I general I have mathematics makes mroe sense to me personally when I can relate it to a real world problem - Mathematics taught as rote learning is a horrible thing - some of us can't do it that way....

  30. Re:Explain the mind of a genius? by TheDarkMaster · · Score: 5, Insightful

    "Here in the USA we do NOT want geniuses, we want good factory and office workers. Mediocre will not challenge authority."

    Exactly. And I tell you, is the same thing here in Brazil.

    --
    Religion: The greatest weapon of mass destruction of all time
  31. Re:Explain the mind of a genius? by the+gnat · · Score: 5, Informative

    ...it does publish great papers, but does require something of a personal connection to get into... Same for The Proceedings of the National Academy of Sciences

    Actually, this isn't so true of PNAS any more. One of the previous editors decided in the late 1990s to raise the quality prestige of the journal by accepting more papers through a traditional peer-review route, as opposed to NAS members "communicating" or "contributing" articles (which would often have minimal peer review). This was very successful, and now most articles in PNAS get in through the front door, and they're slowly eliminating the back doors. The overall quality is pretty good - not as high-impact as Science or Nature or some of the top specialty journals, but it's definitely a journal that researchers are excited about publishing in if they can't get into the top tier. The fact that they're not part of Elsevier or one of the other big commercial publishers, and their open-access fee is very reasonable, is an added bonus. (Disclaimer: I've published there, so I'm not entirely unbiased.)

    Now, as with any journal, knowing the right people always helps - sadly, this is true at any level.

  32. Re:Explain the mind of a genius? by plover · · Score: 5, Interesting

    Exactly. As a kid, I had a dog that understood when I threw a ball up on the roof of our garage, which caused it to disappear from her sight, that it would roll along the slope of the roof and and reappear further down the roofline. She actually got fairly good at predicting where the ball would reappear, repositioning herself along its path over time so she would meet it at its eventual drop point. Does that mean my dog understood calculus, or solved Newton's problem? Well, she recognized a pattern and was able to apply a repeatable solution.

    That tells me that the brain is capable of recognizing complex patterns around us, and is actually already very capable of deriving and applying practical solutions. ("So easy a dog could do it.") Applying abstract mathematical models to them, however, is not so easy.

    What I'd be most interested in in this whole saga is "what methods did his father use to teach him math?" Obviously they were highly effective.

    --
    John
  33. artillery can go 26 miles by Chirs · · Score: 2

    Unassisted shells have pretty decent range (26 miles or so), and specialty weapons can go even further.

  34. Re:Explain the mind of a genius? by plover · · Score: 2

    Yes, I'm much more interested in the story of how his dad taught him so well and effectively than I am in the solution itself.

    And while I'm sorry you had such a crappy experience in public school, you might be heartened to know that not all public schools are equally horseshit as the ones you were unfortunate enough to attend. We have some absolutely stellar schools around us here, with teachers that actually care, and they try hard to challenge the kids to reach above their "expected potential". Not every school, mind you, but many of the ones in our district are excellent. I think it helps to have schools large enough to have multiple classes per grade level, which means they can offer a whole class or two of remedial addition to the kids who need that, several classes of algebra and trig to the majority of students, and a class of calc 1 and calc 2 to the kids who want that challenge.

    Sadly, I know that your story is far too common. I have a friend who grew up in California public schools, then due to family circumstances had to take his senior year of high school in a Kentucky school. He went from an 11th grade pre-calc class to basic math in 12th grade, complete with scarily stupid students and teachers. (I don't know where in Kentucky he was.) With no challenges in school, (and suddenly being dropped into a foster family situation,) he found himself in the classic teenage rebellion scenario, and discovered plenty of ways to get into trouble. It was fortunate for him that he had only one year to suffer through the bad school before he got into a college, which certainly helped him get his life back on track.

    Private schools aren't always the answer either, by the way. There are some well known parochial schools around here that deliver some pretty mediocre educations.

    So my advice is don't judge all public schools based solely on your own experience. Like most other things in life there are good ones and bad ones out there, and any responsible parent needs to be very selective where their kids go.

    --
    John
  35. Re:I thought these were pretty much known already by copsi · · Score: 2

    Solving that differential equation analytically (as opposed to numerically) will yield an analytic solution to this problem. Also, accounting for the initial conditions is part of solving an equation. A differential equation itself does not give an answer (neither exact or approximate) - you have to solve it using some method (which can be exact, approximate or numerical).

    The right hand side of the closed form solution might also include integration (eg if there are some integrals which cannot be represented using elementary functions), infinite series etc and it would still count as an analytic solution (although I suppose it depends on the exact definition of "analytic solution"), even though evaluating it for some particular point in time (in this particular case) can not be done exactly (you would have to numerically evaluate the integrals etc).

    Granted, as has been pointed out, GP has not provided us with an analytic solution to that equation.

  36. Re:Explain the mind of a genius? by abigsmurf · · Score: 4, Insightful

    The number of times I read rants against (maths) teachers for holding back students and then halfway through it they drop "just because I don't show my working!" bombshell.

    Teachers are doing this for your benefit, not theirs. If you can hand in your homework with just the answers and get them all correct, great, but if you hand in the homework and get some wrong, the teacher won't have any idea where you went wrong, whether you used the wrong method when solving it or if you just made a simple error with the arithmetic. 99.9% of kids, even the ones who think they don't need to show their working because they know to do it, will at some pointstruggle with something and need help.

    The UK exam system drills this into you pretty early, only 1 mark out of 3 or 4 being awarded for the correct answer, the rest being awarded for the method used. By the time you get to A-level (High school) maths, you're even given the answer beforehand and asked to "show that x = 5".

    Ultimately the working out is usually more important in maths than the answer. You won't win a Fields medal for "Fermat's late theorem : it was correct. The end"

  37. Re:Explain the mind of a genius? by acid06 · · Score: 2

    I'm also from Brazil and I share the feeling... sadly, I think it's the same thing everywhere in the world.
    I guess we're entering the next Dark Ages of knowledge...

  38. I don't think it's by design by turing_m · · Score: 2

    I'm honestly not sure that the system is actually designed to discourage this (though it certainly feels like it). It's just an unintended consequence of the relatively low IQ levels of the teachers and administrators who design such systems, and the teachers who are actually doing the teaching. IQ, intelligence, call it what you will - is distributed in something approximated by a bell curve. If you had the brains to be doing advanced geometry and algebra at age 8, you are very, very likely to be smarter than virtually everyone involved in designing, administering and implementing education at any given primary or secondary school. You have an IQ that is high enough to be very rare.

    There are lots of sad corollaries to this fact. Firstly, there are no resources to design an education system around a student that is 1/500, 1/1000, let alone 1/10000 in terms of rarity in the population. As soon as we approach the inverse of school population, there may not even be any student in the school who is that smart.

    Secondly, it takes a smart person to understand statistics, the concept of distributions and the like. Even understanding my first two paragraphs is above the head of the average person. Due to influence of PC, its component blank slatism and the like, the number of people who both can and would even want to understand IQ, bell curves and the implications of the distribution of intelligence is even less. The ramification of this is that the vast majority of people automatically assume that anything they can't understand is either wrong or crazy, and impossible for anyone else to understand. It is insulting for many people to realize that there are problems that are too difficult for them to ever solve, but that others can solve with varying amounts of difficulty (or ease). They have an in-built chip on their shoulder towards these concepts. Most people also assume that they are smart enough to figure out who is smarter than they are, despite not realizing that there is a class of problems for which they will never, ever solve or perhaps even understand the solution, and so are incapable of judging those who will solve such things.

    Then you have the problem of recruiting teachers who are capable of teaching a very bright child, if that is what you want your school system to do. There aren't any. The vast majority of the very small relative number of bright people in a given country are taking advantage of the exploitation of IQ by companies. Those who aren't duped by graduate schools into pursuing graduate education with no monetary payoff are busy earning lots of money, with job security and great working conditions. Why would they want to teach a bunch of relative dullards, when the pay is not there and the working conditions are crap? They are off doing medicine, engineering, law, business and the like.

    So what do you get when your average teacher does not (want to) realize that any kid in class is smarter than they are, and can do mental gymnastics that they will never, ever achieve? And does not have the resources to allocate to it? And do not have teachers capable of teaching them? You get the current education system.

    If you want to give a smart kid the opportunities to learn, you must do as the parents of the boy in this article did. You must school him yourself until he hits the point where he can autodidactically learn anything he wants to, and then give him the resources to pursue that. There is no substitute for a smart, motivated parent, involved in his child's education.

    --
    If I have seen further it is by stealing the Intellectual Property of giants.
  39. Re:are those problems NP? by doshell · · Score: 2

    I've just realized that my example is wrong, because it seems to me that for the shortest-path version of TSP you can get away with a binary search over all the possible lengths (since the length of a path is upper bounded in a finite graph), which is just a (polynomial-time) iteration over the decision problem. I'm fairly certain that my comment on the differing complexities is true in general, but I'd rather someone else chime in with a correct example :)

    --
    Score: i, Imaginary
  40. Re:Explain the mind of a genius? by brillow · · Score: 2

    I think you're right. Mozart was not a genius, and arguably not a prodigy. He was however raised in a house of means by the greatest musical pedagogue of his age who started teaching him music before the kid could talk. I've been teaching long enough (and not very long at all) to realize that any kid could be taught to do these things if they were raised in a stable home and taught intensively for many years. This kid doing this is no more impressive to me than 13 year old Chinese kids on the pommel horse. Any kid can be turned into a highly talented person (in a more or less limited skill-set) if they are given a lifetime of intensive and focused education in a healthy and stable environment.

    There are drawbacks though, as the kids immense mathematical powers came at the cost of good judgement in the area of facial hair.
    http://www.vip.it/wp-content/uploads/2012/05/Shouryya-Ray-256x300.jpg

  41. overhyped; not new, not a solution by bcrowell · · Score: 2

    As often seems to be the case with these news articles about teenage prodigies, this has been overhyped. It turns out that what he did is not new and is not a complete solution to the problem.
    Parker, Am J Phys 45 (1977) 606 has a summary of the preexisting results. The expression immediately after equation 23 is the constant of the motion that Ray rediscovered.

    A reddit user has a nice simple derivation: http://redd.it/u74no (Note that there is an error because he claims to have proved it in general, but it's only valid when v (the vertical velocity) is positive.)

    For more on the history of the problem:

    Synge and Griffith, Principles of Mechanics, p.~154 http://archive.org/details/principlesofmech031468mbp

    Whittaker, A treatise on the analytical dynamics of particles and rigid bodies, p.~229 http://archive.org/details/treatisanalytdyn00whitrich

    According to Whittaker this was first done by D'Alembert in 1744.