I'm attempting to prove a quadratic function is increasing without any calculus, just using algebra facts. My question:
Consider the function $g(x) = (x + \dfrac{1}{2})^2 + \dfrac{7}{4}$
Prove that For every $x_1$ and $x_2$ in the interval [2,4], IF $x_2$ > $x_1$, THEN $g(x_2)$ > $g(x_1)$
This is what I've done so far:
$$(x_2 + \dfrac{1}{2})^2 > (x_1 + \dfrac{1}{2})^2$$ $$(x_2 + \dfrac{1}{2})^2 + \dfrac{7}{4} > (x_1 + \dfrac{1}{2})^2 + \dfrac{7}{4}$$ $$∴ g(x_2) > g(x_1)$$
Does that actually prove anything? Because by basic algebra that if $x_2$ is greater than $x_1$, the square of that will be bigger no matter what in the interval [2,4].
Also need to show what goes wrong with my proof if I instead use the interval [-2,4]
