You want an angle 45 degrees from axis (assuming x and y axis are 1:1 ratio). That corresponds to slope = +1 or -1.
Again assuming a quadratic fit...
y(x) = ax^2 + bx + c
dy/dx = 2ax + b
For dy/dx = 1
dy/dx = 2ax + b = 1
x = (1-b)/(2a)
For dy/dx = -1
dy/dx = 2ax + b = -1
x = (-1-b)/(2a)
Calculate the x for each of these and see if it falls within the interval that the quadratic is valid for. If it is, then it is a point with 45 degree angle slope. If both solutions (for slope = 1 and slope=-1) are outside of the interval that the quadratic is defined for, then there is no 45-degree slope in that interval.
=====================================
Eng-tips forums: The best place on the web for engineering discussions.