SOLUTION: If f(x)=ax^2-12x+c and f(-3/2)=8 is the maximum value, find the values of a and c.

Algebra ->  Equations -> SOLUTION: If f(x)=ax^2-12x+c and f(-3/2)=8 is the maximum value, find the values of a and c.      Log On


   



Question 1012046: If f(x)=ax^2-12x+c and f(-3/2)=8 is the maximum value, find the values of a and c.
Found 2 solutions by ValorousDawn, stanbon:
Answer by ValorousDawn(53) About Me  (Show Source):
You can put this solution on YOUR website!
Note that if f(-3/2)=8 is the maximum value, this is the vertex, and that if a parabola has a maximum value, the function will always be decreasing and as such, a is certainly negative.

Write this in vertex form. f%28x%29=a%28x%2B3%2F2%29%5E2%2B8
Expand this. ax%5E2%2Ba3x%2Ba9%2F4%2B8
The only way for the middle term to be -12x is for the coefficient, the a3 part of it is to equal 12 itself. So, 3a=-12, a=-4.

If a=-4, then a(9/4)=-4(9/4)=-9. Combine like terms, -9+8=-1.

a=-4
c=-1

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
If f(x)=ax^2-12x+c and f(-3/2)=8 is the maximum value,
find the values of a and c.
------
Max occurs at x = -b/(2a)
----
Therefore:: -b/(2a) = -3/2
------
b = -12
---
12/(2a) = -3/2
-6a = 24
a = -4
------
Using (-3/2,8), solve for "c"::
-4(-3/2)^2 - 12(-3/2) + c = 8
----
-9 + 18 + c = 8
c = -1
--------
Cheers,
Stan H.
----------