The graph of a quadratic function has $x$-intercepts $-1$ and $3$ and a range consisting of all numbers less than or equal to $4$. Determine an expression for the function.
This is my problem. I know what the graph looks like, but I only know quadratic formula and every time I input that into WolframAlpha, it combines my terms to create a different graph. I looked up the answer to this problem to check, and the answer is $-x^2+2x+3$. The only form I know is $y=af(bx+c)+d$. So how would I get that answer from this question without using $y=af(bx+c)+d$?
You want a quadratic $$f(x)=a(x+1)(x-3)\,\,\,s.t.\,\,\,f(x)\leq 4\,\,\,\forall x\in \Bbb R\Longrightarrow$$ $$ax^2-2ax-3a-4\leq 0\,\,\,\forall x\in \Bbb R\Longrightarrow \Delta=4a^2+4a(3a+4)\leq 0\Longrightarrow $$ $$4a(a+1)\leq 0\Longrightarrow -1\leq a\leq 0$$
So choose any $\,a\,$ as above and $\,f(x)=a(x+1)(x-3)\,$ fulfills your conditions, say $$a=-1\Longrightarrow f(x)=-x^2+2x+3$$
Another way: Since the vertex of a parabola $\,y=ax^2+bx+c\,\,,\,a\neq 0\,$ , is the point $$\left(-\frac{b}{2a}\,,\,-\frac{\Delta}{4a}\right)\,\,,\,\Delta=b^2-4ac$$ and the wanted parabola obviously opens downwards (as we want a maximum point) and the vertex is its maximal point, we get with $\,f(x)=a(x+1)(x-3)=ax^2-2ax-3a\,$:
$$-\frac{\Delta}{4a}\leq 4\Longrightarrow -4a^2+12a\geq 16a\,\,(a<0\,\,\text{since the parabola opens downwards!})\Longrightarrow$$ $$4a(a+1)\leq0$$ and we get again the same solution as above.
Added: Since you want the parabola to be less than or equal to $\,4\,$ you have to take the left extreme value, i.e. $\,a=-1\,$...can you see it?