( x − 1 ) 2 + ( x − 2 ) 2 + ( x − 3 ) 2 + ( x − 4 ) 2 + ( x − 5 ) 2 + ( x − 6 ) 2 + ( x − 7 ) 2
For real number x , find the minimum possible value of the expression above.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let y = x - 4
Then our expression becomes:
(y - 3)^2 + (y-2)^2 + (y - 1)^2 + y^2 + (y + 1)^2 + (y + 2)^2 + (y + 3)^2
After expanding and simplifying, we get:
5 y 2 + 2 8 → min
Now it is easy to see, that this expression is minimal when y = 0 ( x = 4)
The minimum value: 2 8
Problem Loading...
Note Loading...
Set Loading...
We know that this expression has to be a concave-up parabola (i.e. a parabola that faces upwards), and there is symmetry across the line x = 4. Hence, we can say that the vertex of the parabola occurs at x = 4. Plugging in this value for x in the equation above, we get 9 + 4 + 1 + 0 + 1 + 4 + 9 = 28