SOLUTION: f(x) = x ^2 + 10x -19. Identify the vertex and intercept(s). Thank You

Algebra ->  Graphs -> SOLUTION: f(x) = x ^2 + 10x -19. Identify the vertex and intercept(s). Thank You      Log On


   



Question 146970: f(x) = x ^2 + 10x -19. Identify the vertex and intercept(s).
Thank You

Found 2 solutions by nabla, stanbon:
Answer by nabla(475) About Me  (Show Source):
You can put this solution on YOUR website!
Consider this form:
ax^2+bx+c=f(x).
We can derive the formula for the vertex using calculus.
df/dx=2ax+b
This gives the slope of the function at any x. Now, when the slope is zero, there is a maximum or minimum for quadratic equations. This will also be the vertex.
So,
0=2ax+b
x=-b/2a is the x-coordinate of the vertex.

So for our problem here,
x=-10/2=-5.
Which gives f(-5)=25-50-19=-44
So (-5,-44) is the vertex.
Now, the y-intercept is where x is zero, namely f(0).
So, f(0)=-19. This is the y-intercept. (0,-19).
Moreover, the x-intercepts are where y is zero, namely f(x)=0.
So, 0=x^2+10x-19. For this we shall use the quadratic formula
x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+
Solved by pluggable solver: SOLVE quadratic equation with variable
Quadratic equation ax%5E2%2Bbx%2Bc=0 (in our case 1x%5E2%2B10x%2B-19+=+0) has the following solutons:

x%5B12%5D+=+%28b%2B-sqrt%28+b%5E2-4ac+%29%29%2F2%5Ca

For these solutions to exist, the discriminant b%5E2-4ac should not be a negative number.

First, we need to compute the discriminant b%5E2-4ac: b%5E2-4ac=%2810%29%5E2-4%2A1%2A-19=176.

Discriminant d=176 is greater than zero. That means that there are two solutions: +x%5B12%5D+=+%28-10%2B-sqrt%28+176+%29%29%2F2%5Ca.

x%5B1%5D+=+%28-%2810%29%2Bsqrt%28+176+%29%29%2F2%5C1+=+1.6332495807108
x%5B2%5D+=+%28-%2810%29-sqrt%28+176+%29%29%2F2%5C1+=+-11.6332495807108

Quadratic expression 1x%5E2%2B10x%2B-19 can be factored:
1x%5E2%2B10x%2B-19+=+1%28x-1.6332495807108%29%2A%28x--11.6332495807108%29
Again, the answer is: 1.6332495807108, -11.6332495807108. Here's your graph:
graph%28+500%2C+500%2C+-10%2C+10%2C+-20%2C+20%2C+1%2Ax%5E2%2B10%2Ax%2B-19+%29





Finally, a graph:
graph%28+300%2C+200%2C+-50%2C+50%2C+-50%2C+50%2C+x+%5E2+%2B+10x+-19+%29

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
f(x) = x ^2 + 10x -19. Identify the vertex and intercept(s).
-----------
The vertex occurs when x= -b/2a = -10/(2*1)= -5
f(-5) = (-5)^2 + 10*-5 -19 = 25-50-19 = -44
So, vertex is at (-5,-44)
--------------
x-intercept
Let f(x) = 0 and solve for "x":
x^2+10x-19 = 0
x = [-10 +- sqrt(100-4*-19)]/2
x = [-10 +- sqrt(176)]/2
x = [-10 +- 4sqrt(11)]/2
x = [-5 +- 2sqrt(11)]
x-intercept at (-5+2sqrt(11),0) and at (-5-2sqrt(11),0)
---------------
y-intercept
Let x = 0, then f(0) = -19
y-intercept at (0.-19)
==================
Graph:
graph%28400%2C300%2C-30%2C30%2C-50%2C50%2Cx+%5E2+%2B+10x+-19%29
Cheers,
Stan H.