Search results

  1. M

    Scale a Polynomial: f(x) = .068x^2 -20.4x + 1620 (nested loop)

    Hi folks! I'm writing a program that will graphically move a ball along a series of parabolas to simulate the ball bouncing. I'm using a nested loop to do this. I used the following quadratic equation to plot the path of the ball: f(x) = .068x2 -20.4x + 1620 then I shifted it using...
Top