answersLogoWhite

0

A quadratic function is of the form:

f(x) = ax2 + bx + c where a ≠ 0

If a > 0 then the quadratic has a minimum but its maximum, asymptotically, is +∞.

If a < 0 then the quadratic has a maximum but its minimum, asymptotically, is -∞.

The extremum (whichever it is) is attained when x = -b/2a.

The extreme value is f(-b/2a) = a*(-b/2a)2 + b(-b/2a) + c

= b2/4a - b2/2a + c = -b2/4a + c

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do you determine if the graph of a quadratic function has a min or max from its equation?

If x2 is negative it will have a maximum value If x2 is positive it will have a minimum value


Write a c program to find the sum of numbers between given limits?

int sum (int min, int max) {return (max-min+1)*(max+min)/2;}


How to find max and min values?

Find the minimum and maximum of what? An array?


How do you find the largest and the smallest values among 4 numbers using conditional operators?

int a, b, c, d, max, min; scanf("%d%d%d%d",&amp;a, &amp;b, &amp;c, &amp;d); (a&gt;b)?(max=a,min=b):(max=b,min=a); (c&gt;d)?(a=c,b=d):(a=d,b=c); max=(a&gt;max)?a:max; min=(b&lt;min)?b:min; printf("%d %d\n", max, min);


How do you find the local min and max of f of x equals 2x using derivatives any help is appreciated?

The min and max is when the first derivative , or slope at any point, is zero. For f of x = 2x first derivative is 2, so this is constant slope with no min or max as this is not zero; min is thus negative infinity and max is infinity


What formula with functions in Excel can you enter to calculate the ratio of the maximum value in the range Z1 to Z10 to the minimum value?

=MAX(Z1:Z10)/MIN(Z1:Z10)=MAX(Z1:Z10)/MIN(Z1:Z10)=MAX(Z1:Z10)/MIN(Z1:Z10)=MAX(Z1:Z10)/MIN(Z1:Z10)=MAX(Z1:Z10)/MIN(Z1:Z10)=MAX(Z1:Z10)/MIN(Z1:Z10)=MAX(Z1:Z10)/MIN(Z1:Z10)=MAX(Z1:Z10)/MIN(Z1:Z10)=MAX(Z1:Z10)/MIN(Z1:Z10)=MAX(Z1:Z10)/MIN(Z1:Z10)=MAX(Z1:Z10)/MIN(Z1:Z10)


Trace out the algorithm Max Min on a data set containing atleast 8 elements?

Steps to perform MaxMin on a data set (2,4,6,3,8,1,9,7) are:(2,4,6,3) (8,1,9,7)((2,4)(6,3)) ((8,1)(9,7))In sublist (4,6), max is 6 and min is 4. In sublist (8,9), max is 9 and min is 8.Comparing max and min values of sublist (2,4) and sublist (6,3), value of max is 6 and min is 2.Therefore, for sublist (2,4,6,3) max is 6 and min is 2.Similarly, comparing max and min values of sublist (8,1) and sublist (9,7), value of max is 9 and min is 1.Therefore, for sublist (8,1,9,7) max is 9 and min is 1.Finally, comparing max and min values of sublist (2,4,6,3) and sublist (8,1,9,7), value of max is 9 and min is 1. Steps to perform MaxMin on a data set (2,4,6,3,8,1,9,7) are:(2,4,6,3) (8,1,9,7)((2,4)(6,3)) ((8,1)(9,7))In sublist (4,6), max is 6 and min is 4. In sublist (8,9), max is 9 and min is 8.Comparing max and min values of sublist (2,4) and sublist (6,3), value of max is 6 and min is 2.Therefore, for sublist (2,4,6,3) max is 6 and min is 2.Similarly, comparing max and min values of sublist (8,1) and sublist (9,7), value of max is 9 and min is 1.Therefore, for sublist (8,1,9,7) max is 9 and min is 1.Finally, comparing max and min values of sublist (2,4,6,3) and sublist (8,1,9,7), value of max is 9 and min is 1. Steps to perform MaxMin on a data set (2,4,6,3,8,1,9,7) are:(2,4,6,3) (8,1,9,7)((2,4)(6,3)) ((8,1)(9,7))In sublist (4,6), max is 6 and min is 4. In sublist (8,9), max is 9 and min is 8.Comparing max and min values of sublist (2,4) and sublist (6,3), value of max is 6 and min is 2.Therefore, for sublist (2,4,6,3) max is 6 and min is 2.Similarly, comparing max and min values of sublist (8,1) and sublist (9,7), value of max is 9 and min is 1.Therefore, for sublist (8,1,9,7) max is 9 and min is 1.Finally, comparing max and min values of sublist (2,4,6,3) and sublist (8,1,9,7), value of max is 9 and min is 1. sonika aggarwal GNIIT


How do you find the mean in a set of data?

take the max plus the min and divide the anser by to


Where to find repair for pyrometer?

pyrometer reading is fluctuating between min to max range


How do you find sum of sin series?

You take the integral of the sin function, -cos, and plug in the highest and lowest values. Then subtract the latter from the former. so if "min" is the low end of the series, and "max" is the high end of the series, the answer is -cos(max) - (-cos(min)), or cos(min) - cos(max).


The MIN function is used to determine the highest number in a range.?

MIN is used to find the lowest number in a range. You would use MAX or LARGE to find the highest number in a range.


What is the difference between min and max function?

The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)

Trending Questions
Solve 2x² plus 12x equals -10 by completing the square? What is the x and y equal to if the problems are 6x-5y equals 11 and -4x plus 7y equals 11? What is the volume of rhombus formula? A cash register contains 12.50 and there are only nickels dimes and quarters There are twice as many dimes as nickels and twice as many quarters as dimes How many quarters are in the cash register? Can a parallelogram has consecutive sides congruent? How many diameters equal a circumference? A right triangle has a hypotenuse of 13 cm and one leg that measures 12 cm What is the length of the other leg? How do you use the word Outweigh in a sentence? Carol bought 8 identical boxes for a total of 3.60 How much did each box cost? What is 0.00000062 in scientific notation? A rectangle has perimeter of 20m Express the area of the rectangle as a function of the length of one of its sides? How many different committees can be formed from 6 teachers and 33 students if the committee consists of 3 teachers and 2 students? What shape has 3 sides and 3 angles? What is 4.38 in expanded form? What is the volume of a right pyramid whose base is a square with a side 6 m long and whose altitude is equal to the base side? When the additive inverse of a number equal to the absolute value of the number? How do you change an equation of point-slope intercept to standard form? What is the slope of a line that is parallel to y 5x 3? What is the constant of variation k if x .5 and y 1 Assume y varies directly as x? Forty is what percent of 90?