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=0where a=0, b, and c are constants, and x is the variable.
1.2 Standard Form
The general quadratic equation is written as:
ax2+bx+c=0- a: Coefficient of x2.
- b: Coefficient of x.
- c: Constant term.
1.3 Examples
- x2+5x+6=0
- 2x2−3x+1=0
2. Solution of Quadratic Equations
2.1 Methods of Solving Quadratic Equations
Factoring
- Split the middle term and factorize.
- Example: Solve x2+5x+6=0
- Factorize: (x+2)(x+3)=0
- Roots: x=−2, x=−3.
Completing the Square
- Rewrite the equation to form a perfect square trinomial.
- Example: Solve x2+6x+5=0
- Rewrite: x2+6x+9=4
- Simplify: (x+3)2=4
- Roots: x=−3±2, i.e., x=−1 or x=−5.
Quadratic Formula
- Use the formula:
x=2a−b±b2−4ac
- Example: Solve 2x2−3x+1=0
- a=2,b=−3,c=1
- Substitute:
x=2(2)−(−3)±(−3)2−4(2)(1)
x=43±9−8
x=43±1
Roots: x=1, x=0.5.
Graphical Method
- Plot y=ax2+bx+c.
- The roots are the x-intercepts of the graph.
3. Forming a Quadratic Equation with Given Roots
3.1 Relationship Between Roots and Coefficients
For roots p and q, the quadratic equation is:
x2−(p+q)x+pq=0- Sum of Roots: p+q=−ab
- Product of Roots: pq=ac
3.2 Example
Given Roots: 3 and −4
- Sum: p+q=3+(−4)=−1
- Product: pq=3×(−4)=−12
- Quadratic Equation:
x2−(−1)x+(−12)=0
x2+x−12=0
4. Applications of Solutions of Quadratic Equations
4.1 Real-World Applications
Physics:
- Calculating time of flight in projectile motion:
h=ut+21gt2
Rearranging gives a quadratic equation in t.
Engineering:
- Finding stress and strain relationships in materials.
Economics:
- Calculating maximum profit or revenue using parabolic cost or revenue functions.
Architecture:
- Designing parabolic arches or bridges.
Business Optimization:
- Solving equations for break-even points.
4.2 Example: Area of a Rectangle
- Problem: The length of a rectangle is 2 meters more than its width, and the area is 24 square meters. Find the dimensions.
- Let the width = x.
- Length = x+2.
- Area = x(x+2)=24.
- Quadratic Equation: x2+2x−24=0.
- Solving:
x=2(1)−2±22−4(1)(−24)=2−2±100
x=4(only positive root is valid).
- Width = 4m, Length = 6m.
5. Common Misconceptions
Ignoring the Discriminant:
- The discriminant (b2−4ac) determines the nature of roots:
- b2−4ac>0: Two real roots.
- b2−4ac=0: One real root (repeated).
- b2−4ac<0: Complex roots.
Confusing Roots with Coefficients:
- Misinterpreting roots as coefficients leads to incorrect equations.
6. Summary
- Quadratic Equations are second-degree polynomial equations.
- Solution Methods: Factoring, completing the square, quadratic formula, and graphical analysis.
- Formation from Roots: Use sum and product relationships to derive equations.
- Applications: Widely used in physics, engineering, economics, and real-life optimization problems.
Key Formulae
Quadratic Formula:
x=2a−b±b2−4acForming Equations:
x2−(p+q)x+pq=0
Use these principles to analyze and solve quadratic problems in various practical contexts!