i am trying to write a script for an animation so that it follows a specific path. the animation begins at the origin, goes upwards to the point (61,61) then falls to (122,0) in a parabola. i am trying to figure out the equation for this line.

x-intercepts: 0 & 122
vertex: (61,61)
what would the equation be?

nvm i just did b*(-1x^2+122x)=61