Problem
The angle between the tangent lines from the point $A(0,-1)$ to parabola defined as $y=x^2-ax+3$ is $135^{\circ}$. Then what could be the value of $a$?
My attempt
First I found that if $tan(\alpha)$ is $m$, i.e. slope of the first line, then $tan(\alpha +135^{\circ})$ must be $\frac{m-1}{m+1}$ since $tan(\alpha +\beta)=\frac{tan(\alpha)+tan(\beta)}{1-tan(\alpha)tan(\beta)}$. Say, the first line is tangent to the parabola at $x_1$, then the slope will be $2x_1-a$ (taking the derivative at $x_1$). Continuing with the similar variable naming, slope of the second tangent line will be $2x_2-a$.
Other facts:
$m=\frac{y_1-(-1)}{x_1-0}$ where $y_1=x_1^2-ax_1+3$ and $y_2=x_2^2-ax_2+3$
I proceed from here with $\frac{m-1}{m+1}=\frac{y_1-x_1+1}{y_1+x_1+1}=\frac{y_2-(-1)}{x_2}$. Then putting the formulas for $y_1$ and $y_2$ gives me another equality in terms of $x_1$ and $x_2$.
Using all these, I can't seem to extract $a$ and canceling other terms or relating above equations to slope found from derivative.
How to solve this problem, what should be done?
HINT...A line passing through $(0,-1)$ with gradient $m$ is $$y=mx-1$$
If you solve this simultaneously with the curve $y=x^2-ax+3$ the resulting quadratic in $x$ must have double roots, and therefore zero discriminant, and this will give you two possible values of $m$ in terms of $a$.
You can then use the angle between the lines formula $$\tan\theta=\left|\frac{m_1-m_2}{1+m_1m_2}\right|$$ to find the four possible values of $a$