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.
Or just complete the squares...
Write it as: 2 ( x − 1 / 4 ) 2 + 7 / 8 whose minimum is obviously 7 / 8 as a square is always greater than or equal to 0 .
Log in to reply
Yes, completing the square is the easiest (COOLest :P) approach.
You should show that it is minimum!
Log in to reply
Ee, I was a bit lazy while typing second derivative test. Did it OK now?
Log in to reply
Ashish, We can check if it is a Maxima or a minima, without a second derivative test.
By checking the slope just before and just after the given point(here 0.25).
If d x d y a t 4 1 − is positive and d x d y a t 4 1 + is negative, then it's a Maxima.
d x d y a t 4 1 − is negative and d x d y a t 4 1 + is positive, then it's a Minima. :)
Log in to reply
@Abhay Tiwari – Yes, but I was a bit confused of how to represent it effectively. Thanks for the tip.
It is good now :)
you should change topic from
algebra
to
calculus
Ashish here it is, this function is similar to the function of your question.
CD shows a negative slope(a tangent on the function curve is slope of the curve) while AB shows positive slope. Which leads the point in between them to be a minima.
In a similar way we can do for Maxima.
Like this:
Wow, great
The formula of minimum is -D/4a
So the answer is 0.875
Hmm, its not only for a minimum, it is also for the maximum. Precisely,it is the formula for evaluating the vertex of the quadratic graph (which has either one minimun or maximum). BONUS:- What is the value of the x-coordinate at which this minimum or maximum works.
For the sake of variety, here's a third method which is applicable for quadratic functions only.
Given a quadratic function in the form of f ( x ) = a x 2 + b x + c , the coordinates of the turning point is given as:
( − 2 a b , f ( − 2 a b ) )
To determine the type of turning point, just check the value of a :
If a > 0 , the turning point is a minimum point
If a < 0 , the turning point is a maximum point
For the given function here, a = 2 > 0 , therefore the turning point of the function is minimum. We then find the x -coordinate of the minimum point:
− 2 a b = − 2 ( 2 ) − 1 = 4 1
The minimum value is then given as:
f ( − 2 a b ) = f ( 4 1 ) = 2 ( 4 1 ) 2 − 4 1 + 1 = 8 7 = 0 . 8 7 5
I find this method to be easier than completing the square, however, the best method is to use derivatives as shown in the solution above. The derivative method works not only for quadratic functions, but also for any other type of function. You just need to do an extra step to determine the type of turning point found.
Problem Loading...
Note Loading...
Set Loading...
f(x) = 2 x 2 − x + 1
f'(x) = 4 x − 1
Equate to 0:-
4 x − 1 = 0
x = 4 1
Substitute value of x in f(x)
= 2 × 4 1 2 − 4 1 + 1
= 2 × 1 6 1 + 1 − 4 1
= 8 7 = 0 . 8 7 5
Lets apply second derivative test to show that the value of x obtained is minimum.
Then, we get the result 4 which is positive, thus proving that the answer we got is the minimum value.