Loading...

Quadratic Equations

Please log in as a student to use AI features.

Quadratic Equations


1. Introduction to Quadratic Equations

1.1 Definition

A quadratic equation is a polynomial equation of degree 2 in the form:

ax2+bx+c=0ax^2 + bx + c = 0

where a0a \neq 0, bb, and cc are constants, and xx is the variable.

1.2 Standard Form

The general quadratic equation is written as:

ax2+bx+c=0ax^2 + bx + c = 0

1.3 Examples

  1. x2+5x+6=0x^2 + 5x + 6 = 0
  2. 2x23x+1=02x^2 - 3x + 1 = 0

2. Solution of Quadratic Equations

2.1 Methods of Solving Quadratic Equations

  1. Factoring

    • Split the middle term and factorize.
    • Example: Solve x2+5x+6=0x^2 + 5x + 6 = 0
      • Factorize: (x+2)(x+3)=0(x + 2)(x + 3) = 0
      • Roots: x=2x = -2, x=3x = -3.
  2. Completing the Square

    • Rewrite the equation to form a perfect square trinomial.
    • Example: Solve x2+6x+5=0x^2 + 6x + 5 = 0
      • Rewrite: x2+6x+9=4x^2 + 6x + 9 = 4
      • Simplify: (x+3)2=4(x + 3)^2 = 4
      • Roots: x=3±2x = -3 \pm 2, i.e., x=1x = -1 or x=5x = -5.
  3. Quadratic Formula

    • Use the formula: x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
    • Example: Solve 2x23x+1=02x^2 - 3x + 1 = 0
      • a=2,b=3,c=1a = 2, b = -3, c = 1
      • Substitute: x=(3)±(3)24(2)(1)2(2)x = \frac{-(-3) \pm \sqrt{(-3)^2 - 4(2)(1)}}{2(2)} x=3±984x = \frac{3 \pm \sqrt{9 - 8}}{4} x=3±14x = \frac{3 \pm 1}{4} Roots: x=1x = 1, x=0.5x = 0.5.
  4. Graphical Method

    • Plot y=ax2+bx+cy = ax^2 + bx + c.
    • The roots are the xx-intercepts of the graph.

3. Forming a Quadratic Equation with Given Roots

3.1 Relationship Between Roots and Coefficients

For roots pp and qq, the quadratic equation is:

x2(p+q)x+pq=0x^2 - (p + q)x + pq = 0

3.2 Example

Given Roots: 33 and 4-4


4. Applications of Solutions of Quadratic Equations

4.1 Real-World Applications

  1. Physics:

    • Calculating time of flight in projectile motion: h=ut+12gt2h = ut + \frac{1}{2}gt^2 Rearranging gives a quadratic equation in tt.
  2. Engineering:

    • Finding stress and strain relationships in materials.
  3. Economics:

    • Calculating maximum profit or revenue using parabolic cost or revenue functions.
  4. Architecture:

    • Designing parabolic arches or bridges.
  5. Business Optimization:

    • Solving equations for break-even points.

4.2 Example: Area of a Rectangle


5. Common Misconceptions

  1. Ignoring the Discriminant:

    • The discriminant (b24acb^2 - 4ac) determines the nature of roots:
      • b24ac>0b^2 - 4ac > 0: Two real roots.
      • b24ac=0b^2 - 4ac = 0: One real root (repeated).
      • b24ac<0b^2 - 4ac < 0: Complex roots.
  2. Confusing Roots with Coefficients:

    • Misinterpreting roots as coefficients leads to incorrect equations.

6. Summary


Key Formulae

  1. Quadratic Formula:

    x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
  2. Forming Equations:

    x2(p+q)x+pq=0x^2 - (p + q)x + pq = 0

Use these principles to analyze and solve quadratic problems in various practical contexts!