Notes on Quadratic Functions and Quadratic Formulas

Introduction to Quadratic Functions

  • Definition: A quadratic function is a polynomial function of degree two. It can be expressed in the standard form as:
    f(x)=ax2+bx+cf(x) = ax^2 + bx + c
      where:
      - aa, bb, and cc are constants,
      - a0a \neq 0 (if a=0a = 0, the function is linear, not quadratic).

Key Characteristics of Quadratic Functions

  • The graph of a quadratic function is called a parabola.
  • Parabolas can open upwards or downwards depending on the value of the coefficient aa:
      - If a > 0, the parabola opens upwards.
      - If a < 0, the parabola opens downwards.
  • The vertex of the parabola is the point where it changes direction and can be found using the formula:
      - Vertex:
    xvertex=b2ax_{vertex} = -\frac{b}{2a}

Quadratic Formula

  • The quadratic formula is used to find the roots (or solutions) of the quadratic equation:
    ax2+bx+c=0ax^2 + bx + c = 0
  • The quadratic formula is given by:
    x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
  • Explanation of terms:
      - b24acb^2 - 4ac is called the discriminant.
      - Discriminant determines the nature of the roots:
        - If D > 0: two distinct real roots
        - If D=0D = 0: one real root (repeated)
        - If D < 0: no real roots (two complex roots)

Applications of Quadratic Functions

  • Quadratic functions are used in various applications like:
      - Physics (projectile motion)
      - Economics (profit maximization problems)
      - Engineering (design of parabolic structures)

Conclusion

  • Understanding quadratic functions and formulas lays the foundation for solving more complex mathematical problems.
  • It's essential to practice identifying the components of the quadratic function and using the quadratic formula effectively.