he is supposed to find 5 points on the curve and plot them, and then sketch the curve. Well, actually the software (ALEKS) will plot the curve.
We could use the quadratic equation (my post here) to find the x-intercepts, where
y = 0
And in algebra class they are taught (though not shown why) the axis of symmetry of the parabola is
You can derive this as perhaps the most elementary result in calculus:
for a minimum or a maximum the slope is zero:
Or you can complete the square:
and recognize that the maximum (or minimum) for y will come when this squared term in
x
is equal to zero.However, the problem requires getting 5 points and we only have 3. We remember (or are clued by the word "symmetry" above) and recognize that, if we define x0 as the x at the min/max (equal to
-b/2a
):so we really need only one
y
. Still, it occurs to me that
y(x0 + 1)
ought to be simple. We ought not to have to calculate the whole ax2 + bx + c
(with those stupid fractions)..And I wonder what this looks like:
It turns out to be extremely simple! Let's call y0 the y when x is on the axis of symmetry (the minimum or maximum), and y1 is when
x = x0 +/- 1
. We haveWe could simplify that, but wait..
If you'll let me I'll do the square and multiply by
a
:And the difference in
y
is (since everything in y0
cancels):Wow! But wait,
x0 + 2
is also easy:Let's check with the values given for the problem:
So if
x1 = -3 (or -5)
then y1
should be equal to Try
x = -3
in the original equation:And if
x2 = -2 (or -6)
then y2
should be equal to Try
x = -2
in the original equation:How cool is that! I'll leave it as an exercise for the reader to show that:
[ UPDATE: I guess I never really appreciated that since we can complete the square to make any linear term in x go away, what we are left with is something of the form
(y - y0) = a(x - x0)2
.Define
So this is just
with its vertex moved to the point (x0, y0). It's easy to confirm that x = x0 is on the axis of symmetry and thtat (x0, y0) is a solution of the original equation.