In this question of mine
Polygons with two diagonals of fixed length
I've presented the following particular polygon $P$
and I've asked the following question: is it possible to shorten one or more sides or blue diagonals of $P$ in a continuous process in such a way that both the following conditions are satisfied:
- by shortening said sides or blue diagonals of PP no other side or blue diagonal of $P$ gets longer
- by shortening said sides or blue diagonals of $P$ the lengths the two red diagonals remain constant
User Larry B. proved that the answer is "no" using a linear system of inequalities concerning the lengths of sides and diagonals.
Now I want to understand if the same is true for any polygon which "looks as $P$": by that I mean any polygon with 8 vertexes and with 4 convex angles and 4 concave angles in alternating order and such that the two red diagonals stay inside the polygon. Clearly this will make things more complicated than in my previous question..

Edit: Note this answer is invalid. Included here only for reference.
This problem is trivially solved through the Truss approach, as indicated in one of the answers of the original question. This problem is repetitive in systems.
This kind of graphs is nothing more than a certain number of nodes, each one with 2 degrees of freedom (DOF), all of which must be solved.
The polygon has N=8 vertex, and we are in a 2D space, hence we have 2*N DOF available,
For limit the traslation, we must set one node as the origin (0,0), fixing 2 DOF. In R dimensions, we fix R DOF by doing this,
For limit the rotation, we must restrict the rotation of the whole graph. Hence the rotation of the set is only one number, fixing thus 1 DOF. In R dimensions, rotations have R-1 parameters (DOFs).
Hence, we have 2N-3=13 DOFs remaining. Hence, the topology of the graph - that is, the relation between the nodes - must add the required equations for defining the system.
There are 8 black bars. Assume their distance fixed and we fix 1 new DOF per each node, fixing 8 DOFs new in total,
There are 2 red bars, restricting 1 new DOF at 2 nodes, fixing 2 new DOFs in total,
Now add 3 blue bars, restricting 1 new DOFs at 3 additional nodes not connected by the previous bars, fixing 3 new DOFs in total.
With that, all the 2N DOFs of the system got well constrained, and the quadratic system is well determined. Note that the way we added the constraints is the way we added the equations of the quadratic system, for not adding a degeneracy -i.e. adding all the diagonals in a single node, and letting nodes disconnected.
Thus, we only have to check if the quadratic matrix is diagonalizable.
Geometrically in 2D, it is equivalent to say that each node or shape is connected to a triangular shape which "stiff" them. In N dimensions this is equivalent to say that each node or shape is connected to a N-simplex shape (tetrahedrons).
Fixing 3 blue diagonals at any part of the graph will make the system of equation well-defined. Adding more than 3 diagonals will make the system over-determined, that is, the additional diagonals are linearly dependent constraints from the above.
If we allow the distance to be altered according some function of the metric: i.e. f(x)=kx^2, the quadratic system add an additional term.