i have problem to solve following equation:
Find $b$ and $c$ if the graph of the function $y = 2x ^ 2 + bx + c$ touches the axis $Ox$ at the point $(1; 0)$.
Can anyone help me?
i have problem to solve following equation:
Find $b$ and $c$ if the graph of the function $y = 2x ^ 2 + bx + c$ touches the axis $Ox$ at the point $(1; 0)$.
Can anyone help me?
$y = 2x ^ 2 + bx + c$ passes through the point $(1,0)$
$2+b+c=0\tag{1}$
Furthermore it is tangent to $x$-axis, so the solution $x=1$ must be double
Which means that the discriminant of $2x ^ 2 + bx + c=0$ is zero, that is
$b^2-8c=0\tag{2}$ From $(1)$ solve $c=-b-2$ and plug into $(2)$
$b^2-8(-b-2)=0\to (b+4)^2=0\to b=-4$ and $c=2$