FACTOID # 175: Canadians drink more fruit juice than the citizens of any other nation - more than one litre each, every week.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

SEARCH ALL

FACTS & STATISTICS    Advanced view

Search encyclopedia, statistics and forums:

 

 

(* = Graphable)

 

 


Encyclopedia > Quadratic function
f(x) = x2 - x - 2
f(x) = x2 - x - 2

A quadratic function, in mathematics, is a polynomial function of the form f(x)=ax^2+bx+c ,!, where a ne 0 ,!.
It takes its name from the Latin quadratus for square, because quadratic functions arise in the calculation of the area of a square. A quadratic function is also referred to as a degree 2 polynomial or a 2nd degree polynomial, because the highest exponent of x is 2. The graph of such a function is a parabola. Image File history File links Polynomial of degree 2 : f(x) = x2 - x - 2 File history Legend: (cur) = this is the current file, (del) = delete this old version, (rev) = revert to this old version. ... Euclid, Greek mathematician, 3rd century BC, as imagined by by Raphael in this detail from The School of Athens. ... In mathematics, a polynomial is an expression that is constructed from one variable or more variables and constants, using only the operations of addition, subtraction, multiplication, and constant positive whole number exponents. ... Graph of example function, The mathematical concept of a function expresses the intuitive idea of deterministic dependence between two quantities, one of which is viewed as primary (the independent variable, argument of the function, or its input) and the other as secondary (the value of the function, or output). A... For other uses, see Latin (disambiguation). ... For other uses, see Square. ... A parabola A graph showing the reflective property, the directrix (light blue), and the lines connecting the focus and directrix to the parabola (blue) In mathematics, the parabola (from the Greek: παραβολή) (IPA pronunciation: ) is a conic section generated by the intersection of a right circular conical surface and a plane...


If the quadratic function is set equal to zero, then the result is a quadratic equation. The solutions to the equation are called the roots of the equation or the zeros of the function. In mathematics, a quadratic equation is a polynomial equation of the second degree. ... In mathematics, a root (or a zero) of a function f is an element x in the domain of f such that f(x) = 0. ...

Contents

Origin of word

The prefix quadri- is used to indicate the number 4. Examples are quadrilateral and quadrant. However, because it is in the Latin word for square (since a square has 4 sides), and the area of a square with side length x is x2, the prefix is also sometimes used in words involving the number 2. A numerical prefix is a prefix that denotes a number, which is usually a multiplier for the thing being prefixed. ... This article discusses the number Four. ... This article is about the geometric shape. ... Look up Quadrant on Wiktionary, the free dictionary Quadrant can mean: HMS Quadrant (G11), a WW-II British/Australian warship. ... This article does not cite any references or sources. ...


Roots

The two roots of the quadratic equation 0=ax^2+bx+c,!, where a ne 0 ,! are


 x = frac{-b pm sqrt{b^2 - 4 a c}}{2 a}.


This formula is called the quadratic formula. To see how the formula is derived, see quadratic equation. In mathematics, a quadratic equation is a polynomial equation of the second degree. ... In mathematics, a quadratic equation is a polynomial equation of the second degree. ...

  • Let Delta = b^2-4ac ,
  • If Delta > 0,! and Δ is a perfect square, then there are two distinct rational roots since sqrt{Delta} is rational.
  • If Delta > 0,! and Δ is not a perfect square, then there are two distinct irrational roots since sqrt{Delta} is irrational.
  • If Delta = 0,!, then the two roots are equal, since sqrt{Delta} is zero.
  • If Delta < 0,!, then the two roots are complex conjugates, since sqrt{Delta} is imaginary.


By letting  r_1 = frac{-b + sqrt{b^2 - 4 a c}}{2 a} and  r_2 = frac{-b - sqrt{b^2 - 4 a c}}{2 a} or vice versa, one can factor  a x^2 + b x + c ,! as  a(x - r_1)(x - r_2),!. —a complex is different from complicated or composed, the complex is more than the sum of its parts Look up complex in Wiktionary, the free dictionary. ...


Forms of a quadratic function

A quadratic function can be expressed in three formats:

  • f(x) = a x^2 + b x + c ,! is called the general form or polynomial form,
  • f(x) = a(x - r_1)(x - r_2),! is called the factored form, where r1 and r2 are the roots of the quadratic equation, and
  • f(x) = a(x - h)^2 + k ,! is called the standard form or vertex form.

To convert the general form to factored form, one needs only the quadratic formula to determine the two roots r1 and r2. To convert the general form to standard form, one needs a process called completing the square. To convert the factored form (or standard form) to general form, one needs to multiply, expand and/or distribute the factors. Completing the square is an algebra technique, also used in many types of calculus. ...


Graph

Regardless of the format, the graph of a quadratic function is a parabola (as shown above). A parabola A graph showing the reflective property, the directrix (light blue), and the lines connecting the focus and directrix to the parabola (blue) In mathematics, the parabola (from the Greek: παραβολή) (IPA pronunciation: ) is a conic section generated by the intersection of a right circular conical surface and a plane...

  • If a > 0 ,!, the parabola opens upward.
  • If a < 0 ,!, the parabola opens downward.

The coefficient a controls the speed of increase (or decrease) of the quadratic function from the vertex, bigger positive a makes the function increase faster and the graph appear more closed.


The coefficients b and a together control the axis of symmetry of the parabola (also the x-coordinate of the vertex).


The coefficient b alone is the declivity of the parabola as it crosses the y-axis.


The coefficient c controls the y-intercept; more specifically, it is the point were the parabola crosses the y-axis.


Number of x-intercepts

The number of x-intercepts can be determined by the discriminant too.

  • If Delta > 0,!, then there are two x-intercepts because the two real roots are distinct.
  • If Delta = 0,!, then there is exactly one x-intercept because of the two real roots are equal. In this case, the parabola is tangent to the x-axis.
  • If Delta < 0,!, the graph has no x-intercepts because the two roots are imaginary. In this case, the parabola is either completely above the x-axis (if a > 0) or completely below the x-axis (if a < 0).

For other uses, see tangent (disambiguation). ...

Vertex

The vertex of a parabola is the place where it turns, hence, it's also called the turning point. If the quadratic function is in standard form, the vertex is (h, -k),!. By the method of completing the square, one can turn the general form: f(x) = a x^2 + b x + c ,! to

 f(x) = aleft(x + frac{b}{2a}right)^2 - frac{b^2-4ac}{4 a} ,

so the vertex of the parabola in the general form will be

 left(-frac{b}{2a}, -frac{Delta}{4 a}right).


If the quadratic function is in factored form f(x) = a(x - r_1)(x - r_2) ,!


the average of the two roots, i.e.,

frac{r_1 + r_2}{2} ,!

is the x-coordinate of the vertex, and hence the vertex is

 left(frac{r_1 + r_2}{2}, f(frac{r_1 + r_2}{2})right).!

The vertex is also the maximum point if a < 0 ,! or the minimum point if a > 0 ,!.


The vertical line

 x=h=-frac{b}{2a}

that passes through the vertex is also the axis of symmetry of the parabola.

  • Maximum and minimum points
The maximum or minimum of the function is always obtained at the vertex, the following method is another derivation of the same fact using calculus, the advantage of this method is that it works for more general functions.
Taking f(x) = ax^2 + bx + c ,! as sample quadratic equation, to find its maximum or minimum points (which depends on a ,!, if a > 0 ,!, it has a minimum point, if a < 0,!, it has a maximum point) we have to first, take its derivative:
f(x)=ax^2+bx+c Leftrightarrow ,!f'(x)=2ax+b ,!
Then, we find the roots of f'(x),!:
2ax+b=0 Rightarrow ,! 2ax=-b Rightarrow,! x=-frac{b}{2a}
So, -frac{b} {2a} is the x,! value of f(x),!. Now, to find the y,! value, we substitute x = -frac{b} {2a} on f(x),!:
y=a left (-frac{b}{2a} right)^2+b left (-frac{b}{2a} right)+cRightarrow y= frac{ab^2}{4a^2} - frac{b^2}{2a} + c Rightarrow y= frac{b^2}{4a} - frac{b^2}{2a} + c Rightarrow
y= frac{b^2 - 2b^2 + 4ac}{4a} Rightarrow y= frac{-b^2+4ac}{4a} Rightarrow y= -frac{(b^2-4ac)}{4a} Rightarrow y= -frac{Delta}{4a}
Thus, the maximum or minimum point coordinates are:
 left (-frac {b}{2a}, -frac {Delta}{4a} right).

For other uses, see Calculus (disambiguation). ... A graph illustrating local min/max and global min/max points In mathematics, maxima and minima, also known as extrema, are points in the domain of a function at which the function takes the largest (maximum), or smallest (minimum) value either within a given neighbourhood (local extrema), or on the... For a non-technical overview of the subject, see Calculus. ...

The square root of a quadratic function

The square root of a quadratic function gives rise either to an ellipse or to a hyperbola.If a>0,! then the equation y = pm sqrt{a x^2 + b x + c} describes a hyperbola. The axis of the hyperbola is determined by the ordinate of the minimum point of the corresponding parabola y_p = a x^2 + b x + c ,!
If the ordinate is negative, then the hyperbola's axis is horizontal. If the ordinate is positive, then the hyperbola's axis is vertical.
If a<0,! then the equation  y = pm sqrt{a x^2 + b x + c} describes either an ellipse or nothing at all. If the ordinate of the maximum point of the corresponding parabola  y_p = a x^2 + b x + c ,! is positive, then its square root describes an ellipse, but if the ordinate is negative then it describes an empty locus of points. In mathematics, a square root of a number x is a number r such that , or in words, a number r whose square (the result of multiplying the number by itself) is x. ... For other uses, see Ellipse (disambiguation). ... In mathematics, a hyperbola (Greek literally overshooting or excess) is a type of conic section defined as the intersection between a right circular conical surface and a plane which cuts through both halves of the cone. ... Ordinate means the y coordinate on an (x, y) graph; the plotted output of a mathematical function. ... The largest and the smallest element of a set are called extreme values, or extreme records. ... The largest and the smallest element of a set are called extreme values, or extreme records. ... The empty set is the set containing no elements. ...


Bivariate quadratic function

A bivariate quadratic function is a second-degree polynomial of the form

 f(x,y) = A x^2 + B y^2 + C x + D y + E x y + F ,!

Such a function describes a quadratic surface. Setting f(x,y),! equal to zero describes the intersection of the surface with the plane z=0,!, which is a locus of points equivalent to a conic section. An open surface with X-, Y-, and Z-contours shown. ... In mathematics, a locus (Latin for place, plural loci) is a collection of points which share a common property. ... Wikibooks has more on the topic of Conic section Types of conic sections Table of conics, Cyclopaedia, 1728 In mathematics, a conic section (or just conic) is a curve that can be formed by intersecting a cone (more precisely, a right circular conical surface) with a plane. ...


Minimum/Maximum

If  4AB-E^2 <0 , the function has no maximum or minimum, its graph forms an hyperbolic paraboloid. Paraboloid of revolution Hyperbolic paraboloid In mathematics, a paraboloid is a quadric, a type of surface in three dimensions, described by the equation: (elliptic paraboloid), or (hyperbolic paraboloid). ...


If  4AB-E^2 >0 , the function has a minimum if A>0, and a maximum if A<0, its graph forms an elliptic paraboloid. Paraboloid of revolution Hyperbolic paraboloid In mathematics, a paraboloid is a quadric, a type of surface in three dimensions, described by the equation: (elliptic paraboloid), or (hyperbolic paraboloid). ...


The minimum or maximum of a bivariate quadratic function is obtained at  (x_m, y_m) , where:

x_m = -frac{2BC-DE}{4AB-E^2}
y_m = -frac{2AD-CE}{4AB-E^2}


If  4AB- E^2 =0 , and  DE-2CB=2AD-CE ne 0 , the function has no maximum or minimum, its graph forms a parabolic cylinder.


If  4AB- E^2 =0 , and  DE-2CB=2AD-CE =0 , the function achieves the maximum/minimum at a line. Similarly, a minimum if A>0 and a maximum if A<0, its graph forms a parabolic cylinder.


See also

In mathematics, a quadratic form is a homogeneous polynomial of degree two in a number of variables. ... In mathematics, the matrix representation of conic sections is one way of studying a conic section, its axis, vertices, foci, tangents, and the relative position of a given point. ... Ellipsoid Elliptic Paraboloid Hyperbolic Paraboloid Hyperboloid of One Sheet Hyperboloid of Two Sheets Cone Elliptic Cylinder Hyperbolic Cylinder Parabolic Cylinder In mathematics a quadric, or quadric surface, is any D-dimensional (hyper-)surface represented by a second-order equation in spatial variables (coordinates). ... This article on periodic points of complex quadratic mappings describes periodic points of some quadratic polynomial mappings on the complex numbers. ...

External links


  Results from FactBites:
 
Quadratic function - Wikipedia, the free encyclopedia (550 words)
If the quadratic function is set to be equal to zero, then the result is a quadratic equation.
Because of the highest exponent of x is 2, a quadratic function is sometimes refered as a degree 2 polynomial or a 2nd degree polynomial.
Regardless of the format, the graph of a quadratic function is a parabola (as shown above).
Quadratic equation - Wikipedia, the free encyclopedia (1068 words)
In mathematics, a quadratic equation is a polynomial equation of the second degree.
Geometrically, this means that the parabola described by the quadratic equation touches the x-axis in a single point.
This equation may be resolved directly or with a simple substitution, using the methods that are available for the quadratic, such as factoring (also called factorising), the quadratic formula, or completing the square.
  More results at FactBites »


 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.