Question 466981
<pre>
y = x² + 3x - 2

We find the vertex as the point

{{{V(-b/(2a),f(-b/(2a)) )}}}

{{{V(-3/(2*1),f(-3/(2*1)) )}}}

{{{V(-3/2,f(-3/2) )}}}

{{{V(-3/2,(-3/2)^2+3(-3/2)-2 )}}}

{{{V(-3/2,9/4-9/2-2 )}}}

{{{V(-3/2,9/4-18/4-8/4 )}}}

{{{V(-3/2,-17/4)}}}





Here is the graph:

{{{drawing(3775/16,500,-5.275,2.275,-6,10, 
triangle(-6,0,5,0, 0,0), locate(-4,-17/4, V(-3/2,-17/4)),


graph(3775/16,500,-5.275,2.275,-6,10,x^2+3x-2) )}}}

To find the DOMAIN draw a HORIZONTAL line near the
x-axis and that extends from the LEFT-most part of 
the graph to the RIGHT-most part of the graph.  That's
the HORIZONTAL green line drawn below:

{{{drawing(3775/16,500,-5.275,2.275,-6,10, 
green(line(-7,.5,5,.5)), locate(-4,-17/4, V(-3/2,-17/4)),
graph(3775/16,500,-5.275,2.275,-6,10,x^2+3x-2) )}}}

The graph would extend infinitely far to the right
and infinitely far to the right, if all of the graph could
be drawn, so would the hroizontal green line.  So the
DOMAIN is:

({{{-infinity}}},{{{infinity}}})


---

To find the RANGE draw a VERTICAL line near the
y-axis and that extends from the LOWEST part of 
the graph to the UPPERMOST part of the graph.  That's
the VERTICAL green line drawn below:

{{{drawing(3775/16,500,-5.275,2.275,-6,10, 
green(line(.5,-17/4,.5,11)), locate(-4,-17/4, V(-3/2,-17/4)),
graph(3775/16,500,-5.275,2.275,-6,10,x^2+3x-2) )}}}

The RANGE is
[{{{-17/4}}},{{{infinity}}})

It extends from the vertex at {{{-17/4}}} to +infinity.
Because it includes its lowest point, the vertex,
we use "[".

Edwin</pre>