How do find the vertex and axis of symmetry, and intercepts for a quadratic equation f(x) = -x^2 + 10f(x)=x2+10?

2 Answers
Jul 11, 2015

The vertex is at the point (0,10)(0,10)

The axis of symmetry is the y-yaxis

Explanation:

Let's look at the function f(x) = -x^2+10f(x)=x2+10

A function ff that depends on the variable xx is represented as f(x)f(x)

A function f(x)f(x) being equal to a variable xx squared is represented as follows:

f(x) = x^2f(x)=x2

Recall that x^2x2 when graphed looks like a "parabola" with it's "butt" resting on the origin, the point (0,0)(0,0).

graph{x^2 [-40, 40, -20, 20]}

Recall the coordinates for xx and yy are represented as (x,y)(x,y)

So, (0,0)(0,0) means that:

x=0x=0 and y=0y=0 which gives us a point for our function f(x)=x^2f(x)=x2

If we were to add in more points of interest we'd eventually draw our graph of x^2x2 above.

Such as x=2x=2, our function f(x)=x^2=2^2=4f(x)=x2=22=4
(our function is the curve drawn on the graph above)

...and so on with other values for xx.

When our function is -x^2x2 this means:

f(x) = -x^2=-(x)^2f(x)=x2=(x)2

any value we put in for xx is that value squared and then take the negative of that squared value.

This just means that when we plug in a value for xx, such as 22, we get:

f(x) = -x^2=-(x)^2=-(2)^2=-4f(x)=x2=(x)2=(2)2=4

So, for all values of xx we plug into our function our curve on our graph curves downward:

graph{-x^2 [-40, 40, -20, 20]}

Lastly, if we were to add 1010 to our function:

f(x)=-x^2+10f(x)=x2+10

this means that our curve's "butt" gets moved up the y-axis by 1010, as seen by our graph below of the function f(x)=-x^2+10f(x)=x2+10

Recall the slope-intercept form: y=mx+by=mx+b

where,
m=slope=(rise)/(run)m=slope=riserun
we have our xx value
and bb is the y-intercept (where the function crosses the y-axis)

graph{-x^2+10 [-40, 40, -20, 20]}

Now, I've been saying "butt" of the function, but that "butt" is our vertex of our function f(x)=-x^2+10f(x)=x2+10

So, the vertex is at y=10y=10 and x=0x=0 or (0,10)(0,10) and as we can tell by looking at our graph that the axis of symmetry is the y-yaxis because if we were to cut our graph in two at (0,10)(0,10) we would see that we would have a mirror image of our curve on both sides of the y-yaxis

Jul 11, 2015

The vertex is at (0,100,10).
The axis of symmetry is x = 0x=0.
The yy–intercept is at (0,100,10).
The xx-intercepts are at (-sqrt10,010,0) and (sqrt10,010,0).

Explanation:

Your equation is

f(x) = -x^2+10f(x)=x2+10

The standard form of the equation for a parabola is

y = ax^2 + bx + cy=ax2+bx+c

So

a = -1a=1, b = 0b=0, and c = 10c=10.

Let's put your equation into "vertex form".

The vertex form of a parabola is

y = a(y-h)^2 +ky=a(yh)2+k

h = -b/(2a) = -0/(2(-1)) = 0h=b2a=02(1)=0

k = f(h) = -0^2 + 10 = 10k=f(h)=02+10=10

So

h = 0h=0 and k = 10k=10

Vertex

Since a < 0a<0, the parabola opens downwards.

The vertex is at (0,k0,k), and k = 10k=10,

So the vertex is at (0,100,10).

Axis of symmetry

The axis of symmetry is x = hx=h or x = 0x=0.

yy-intercept

Set x = 0x=0 and solve for yy.

y = -x^2 + 10 = 0y=x2+10=0

y = -0^2 + 10y=02+10

y = 10y=10

The yy–intercept is at (0,100,10).

xx-intercepts

Set y = 0y=0 and solve for xx.

y = -x^2 + 10y=x2+10

0 = -x^2 + 100=x2+10

x^2 = 10x2=10

x = ±sqrt10x=±10

The xx-intercepts are at (-sqrt10,010,0) and (sqrt10,010,0).

enter image source here