For some constant c, the line $y=4x+c$ is tangent to the graph of $f(x)=x^2+2$, what is the value of $c$?
I don’t understand how to find the value of c. Because it’s a tangent line I understand they touch at one point. Probably a dumb question, I just don’t understand.
You must impose , if $z$ is the point common between $f$ and $y=4x+c$, that
$z^2+2=4z+c$
$f’(z)=4$
So
$z^2-4x+4=(z-2)^2=c+2$
and
$f’(z)=2z=4 \to z=2$
so
$(2-2)^2=0=c+2$
and $c=-2$