
Mark H. answered 08/31/19
Tutoring in Math and Science at all levels
Assign variables and write equations:
From the first sentence:
y = x - 9
The product is of course x*y. We need to write this with just one variable. we do that by replacing y with the expression from the 1st equation. we'll use P for the product (P(x) signifies that P is a function of x)
P(x) = x * (x - 9)
Expand to get P(x) = x2 - 9x
To find a minimum or maximum, set the first derivative = to 0:
P' = 2x - 9 = 0
2x = 9
x = 4.5
Plot the function to verify that there is a minimum at x = 4.5
You can also solve this by first writing the general equation of a parabola:
y + a = k*(x + b)2 (For this case, k = 1)
to make x2 - 9x a perfect square, add (-4.5)2 which is 20.25. Adding this to both sides of the equation, we have
y + 20.25 = x2 - 9x + 20.25
So, it is this parabola:
y + 20.25 = (x - 4.5)2
Which is an up-facing parabola with the vertex shifted down 20.25, and right 4.5