Is there any way to find range of a Quadratic/Quadratic function, without plotting its graph?
-
Do you know how to complete the square? – Matthew Leingang May 09 '18 at 08:22
-
Do you mean a rational function with quadratic numerator or denominator ? – May 09 '18 at 08:52
-
This type of problem was extremely common on tests and in textbooks in the late 1800s and very early 1900s, especially in France. I posted some information about it in this 10 December 2008 ap-calculus post archived at Math Forum. – Dave L. Renfro May 09 '18 at 09:42
-
Here's one way. – ryang Jun 20 '22 at 16:16
3 Answers
For $A\ne 0$ we have $Ax^2+Bx+C=Ag(x)+D$ where $g(x)=(x+\frac {B}{2A})^2$ and $D=C-\frac {B^2}{4A}.$ The range of $g(x)$ is $[0,\infty).$
If $A>0$ the range of $Ag(x)$ is $\{Ay: y\in [0,\infty)\}=[0,\infty).$ So the range of $Ax^2+Bx+C$ is $\{z+D: z\in [0,\infty)\}=[D,\infty).$
If $A<0$ the range of $Ag(x)$ is $\{Ay:y\in [0,\infty)\}=(-\infty,0].$ So the range of $Ax^2+BX+C$ is $\{z+D: z\in (-\infty,0]\}=(-\infty,D].$
- 57,985
Because of the symmetry of the parabola, its stationary point will always be in the middle of its $x$-intercepts (or zeroes). Using the quadratic formula and taking the average of both roots, the $x$-coordinate of the stationary point of any quadratic function $ax^2+bx+c$ (where $a\neq0$) is given by $x=-\frac{b}{2a}$.
When $x=\frac{-b}{2a}$, $y=c-\frac{b^2}{4a}$.
Therefore the maximum or minimum value of the quadratic is $c-\frac{b^2}{4a}$. Whether it is the maximum or minimum can be determined by examining the sign of $a$.
If $a$ is positive, then the range is $y \geq c-\frac{b^2}{4a}$.
If $a$ is negative, then the range is $y \leq c-\frac{b^2}{4a}$.
- 432
Hint:
The rational function $\dfrac{p(x)}{q(x)}$ has (one or two) vertical asymptotes if the denominator has real roots. It also has an horizontal asymptote $y=\dfrac{p_2}{q_2}$.
The local extrema are given by
$$\left(\frac{p(x)}{q(x)}\right)'=0$$ or
$$p'(x)q(x)=p(x)q'(x).$$
The two members are two cubic polynomial, with the same leading coefficient, so that this is in fact a quadratic equation (can also be linear or constant).
After solving for the roots, if any, the limits of the range are given by the value at the extrema, at the horizontal asymptote, and $\pm\infty$ if there are vertical asymptotes.
A longer analysis is required to exhaust the cases.