SOLUTION: Let f(x)=x^2+ax+b for some value of a and b. f(x_0) = 0, f(x_1) = 0 and x_0x_1 = 3, x_0 +x_1 = −2. Find the minimum value of the function.

Algebra ->  Trigonometry-basics -> SOLUTION: Let f(x)=x^2+ax+b for some value of a and b. f(x_0) = 0, f(x_1) = 0 and x_0x_1 = 3, x_0 +x_1 = −2. Find the minimum value of the function.       Log On


   



Question 1152532: Let f(x)=x^2+ax+b for some value of a and b. f(x_0) = 0, f(x_1) = 0 and x_0x_1 = 3, x_0 +x_1 = −2. Find the minimum value of the function.

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!

I'm going to replace 'a' and 'b' in f%28x%29=x%5E2%2Bax%2Bb with 'p' and 'q' respectively.

So we have
f%28x%29=x%5E2%2Bax%2Bb
turn into
f%28x%29=x%5E2%2Bpx%2Bq

The reason for these substitutions is to avoid confusion with the 'a' and 'b' in f%28x%29+=+ax%5E2%2Bbx%2Bc which is a common general form of quadratics used in many math textbooks.

If we compare f%28x%29+=+ax%5E2%2Bbx%2Bc and f%28x%29=x%5E2%2Bpx%2Bq, we see that
a = 1
b = p
c = q


Use the quadratic case of Vieta's formulas
Rule: If r%5B1%5D and r%5B2%5D are roots to ax%5E2%2Bbx%2Bc+=+0, then r%5B1%5D%2Br%5B2%5D+=+-b%2Fa and r%5B1%5D%2Ar%5B2%5D+=+c%2Fa

More info:
https://en.wikipedia.org/wiki/Vieta%27s_formulas

In this case, x%5B0%5D and x%5B1%5D play the role of r%5B1%5D and r%5B2%5D (since plugging either x value into f(x) yields f(x) = 0)

r%5B1%5D%2Br%5B2%5D+=+-b%2Fa

x%5B0%5D%2Bx%5B1%5D+=+-b%2Fa Plug in the given roots

x%5B0%5D%2Bx%5B1%5D+=+-p%2F1 Plug in b = p and a = 1.

x%5B0%5D%2Bx%5B1%5D+=+-p

x%5B0%5D%2Bx%5B1%5D+=+-p+=+-2 The sum of the roots is equal to -2 (given).

-p+=+-2

p+=+2

--------------------------------------------

Move to the other part of Vieta's formula

r%5B1%5D%2Ar%5B2%5D+=+c%2Fa

x%5B0%5D%2Ax%5B1%5D+=+c%2Fa Plug in the given roots

x%5B0%5D%2Ax%5B1%5D+=+q%2F1 Plug in c = q and a = 1.

x%5B0%5D%2Ax%5B1%5D+=+q+=+3 The product of the roots is 3 (given)

q+=+3

--------------------------------------------

With p = 2 and q = 3, we can then say,

f%28x%29+=+x%5E2%2Bpx%2Bq

f%28x%29+=+x%5E2%2B2x%2B3

The equation is in the form f%28x%29+=+ax%5E2%2Bbx%2Bc with
a = 1
b = 2
c = 3

Find the x coordinate of the vertex
h+=+-b%2F%282a%29

h+=+-2%2F%282%2A1%29

h+=+-1

The x coordinate of the vertex is -1. Plug this into the f(x) function to find the y coordinate of the vertex.

f%28x%29+=+x%5E2%2B2x%2B3

f%28-1%29+=+%28-1%29%5E2%2B2%28-1%29%2B3

f%28-1%29+=+2

The vertex is (h,k) = (-1,2)

Graph of f%28x%29+=+x%5E2%2B2x%2B3

We see the lowest point is (-1,2) which was the vertex we found earlier.

The final answer is 2 as this is the lowest or smallest output possible of the f(x) function. That's what it means when the teacher wants the minimum value of the function.
Recall that y = f(x) is the output, while x is the input.