Solutions for a quadratic system of equations

AI Thread Summary
The discussion focuses on finding real solutions to a quadratic system of equations related to the dynamics of a Newton's cradle with five balls, emphasizing conservation of momentum and energy. Several solutions have been identified, including specific velocity distributions among the balls, and it is noted that there are infinitely many solutions in a four-dimensional manifold. The conversation also explores the implications of imposing physical constraints, such as the condition that no ball can overtake its neighbors, and whether this would still yield infinite solutions. Participants suggest using numerical solvers like MATLAB's fsolve to explore additional solutions, highlighting the complexity of the problem. The need for more equations to achieve a unique solution is acknowledged, indicating the intricate nature of the system's dynamics.
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.
 
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
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...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Back
Top