Given the quadratic equation $ax^2+bx+c$ , how do you find $a,b$ and $c$ given you know:
the gradient of the curve at the $y$ intercept
the equation of the tangent at point $P$
the gradient of the normal at point $P$
I haven’t included the specific equations and stuff as I would like to work it out myself, I just need to know what steps to take.
Hint. In other words, you want to determine the curve $y=ax^2+bx+c,$ given that
(1) $y'=m$ at $x=0,$
(2) $y'=n$ at $x=p,$
(3) $y=q$ when $x=p.$
You have three linear equations in $a,b$ and $c.$
PS. The value $n$ is equal to $-1/n,$ the gradient of the normal at $P(p,q).$
Can you continue now?