I have the following task: calculate the coordinates of the intersections point between a straight line with a given slope and a quadratic function, so that you only receive one intersection instead of the normal two or none.
I am given the slope gradient m and the quadratic equation.
In this example its
y=x^2+3x-2 m=1