I have a school project relating to MIT App Inventor in which we have to make an app that can solve (approximately) a fifth-degree equation of this formating: α5 x 5 +α4 x 4 +α3x 3 +α2 x 2+α1 x +α0 = 0 . While also allowing the user to enter a value for the deviation margin, allowing the user to enter the two ends of an interval where a solution will be sought, allowing the user to enter the step of changing values from the left end to the right “end”, and finally calculates the value of x using the above method. If no value of x satisfies the deviation criterion, displays the message “No solution found!”.
However, our professor has not taken the time to teach us any of this, expecting us to know it despite it being above our grade level. Which is why I have come here for answers. I can do the coding part just fine, my issue is the math segment. I have no idea regarding how I would even go about calculating a solution, and everything I’ve looked up has only given me theories on why it is not possible to do this…