0

My attempt:

$$f(x) = a(x - r)(x - s)$$ $$f(x) = a(x-(2 + \sqrt {3}))(x-(2- \sqrt {3}))$$

From here, I'm stuck. I can't remember where to go from this point and need some help.

2 Answers2

1

You've used several pieces of your information, but not all. You haven't used the fact that it passes through $(2,5)$, i.e. that $f(2) = 5$. So you should plug in $2$ and $5$ and then solve for $a$.

Future
  • 4,502
0

The vertex must lie on the axis of symmetry. This is equal to the mean of the $x$-coordinates of the roots, or $x = \frac{1}{2} \left(2+\sqrt3 + 2-\sqrt3 \right) = 2$.

Therefore we can write the equation of the parabola in vertex form: $y = a(x-2)^2 + b$. Use the fact that it passes through $(2,5)$, and $(0, 2+\sqrt{3})$ to form a system in two equations:

$$ \left\{ \begin{array}{c} a(2 - 2)^2 + b = 5 \\ a(2 + \sqrt3 - 2)^2 + b=0\\ \end{array} \right. $$

Now the equation of the parabola is obvious.

Toby Mak
  • 16,827