I am stuck on this homework question:
Use calculus to find the equation for a parabola in the form $y = ax^2 + bx + c$ with an $x-$intercept at $(2, 0)$ if it is tangent to the curve $y = (x^2 - 4x)^2$ at $x = 1$.
The answer is $y = -21x^2 + 54x - 24$
you have two equations:
$y = ax^2 + bx + c\\ y = x^4 - 8x^2 + 16$
And you must solve for $a,b,c$ such that the two curves coincide at the same point when $x = 1$ $y(1) = y(1)\\ a+b+c = 9$
Have the same slope at that point
$y'(1) = y'(1)\\ 2a + b = ??$
and for the parabola
$y(2) = 0\\ 4a + 2b + c = 0$