This is the question. A parabola $y=ax^2 + bx + x$ has vertex $A(2,1)$ and passes through $B(1,0)$. Find the equation of lines passing through $(0,4)$ that are tangent to the parabola.
Using a system of equations, I've already found the equation of the parabola to be $y=-x^2 + 4x -3$. However, since the point they give is not on the parabola, I have no clue how to find the pair of tangent lines. How should I do it?
You can do this by taking the derivative of your function as follows:
$y'=-(x^2)'+(4x)'-3'=-2x+4$
Hence the function of the tangent is $-2x+4$.