Solutions for a quadratic system of equations

greypilgrim
Messages
579
Reaction score
44
Hi,

I'm looking for the real solutions to the system
\begin{array}{rcl} 1 & = & v_1+v_2+v_3+v_4+v_5 \\ 1 & = & v_1^2+v_2^2+v_3^2+v_4^2+v_5^2 \end{array}

Background: I'm looking at a Newton's cradle with 5 balls, each of mass ##m=1##. The first ball is pulled away and let go such that it hits the others with velocity ##v=1##. Above equations are conservation of momentum and energy. I know that Newton's cradle is more complicated and restricts the solutions much more, I just want to find out which dynamics are allowed from momentum and energy conservation only.

Some solutions I've found:
  1. ##v_1=v_2=v_3=v_4=0,v_5=1##
  2. ##v_1=-\frac{1}{3},v_2=v_3=0,v_4=v_5=\frac{2}{3}##
  3. ##v_1=-\frac{1}{2},v_2=0,v_3=v_4=v_5=\frac{1}{2}##
  4. ##v_1=-\frac{3}{5},v_2=v_3=v_4=v_5=\frac{2}{5}##
And of course all permutations of these solutions.

Are there more? If so, how can I find them?
 
Mathematics news on Phys.org
You can substitute ##v_1## in the second equation with the first one which leaves you with one equation with four variables. This defines you a 4-dimensional manifold in I suppose ##ℝ^5##. I guess something parabolic or so. I have no idea how to imagine it. The number of solutions, however, is infinite., i.e. you can't write them down.
 
What if I make the situation more physical by imposing the inequality$$v_1\leq\ v_2\leq\ v_3\leq\ v_4\leq\ v_5,$$
i.e. no ball can overtake its neighbours? Are there still infinitely many solutions?
 
greypilgrim said:
What if I make the situation more physical by imposing the inequality$$v_1\leq\ v_2\leq\ v_3\leq\ v_4\leq\ v_5,$$
i.e. no ball can overtake its neighbours? Are there still infinitely many solutions?
That's like cutting an - what is quadrant in the 5th dimension? - out and consider it. As long as the velocities are continuous you need more equations to get a unique answer. You can probably have further limitations and find some numerical solutions by using an appropriate software tool.
But can't you assume an elastic collision where the full energy is transmitted? I don't know where to read about the physics of it. On the Wiki-page of Newton's cradle there are some numbers and descriptions that might help you.
 
You could try a numerical solver. MATLAB's fsolve finds two different solutions from what you found by simply varying the initial guess.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Back
Top