Quadratic Functions (Copy)
Introduction to Simultaneous Equations
Simultaneous equations involve solving two or more equations together to find common solutions.
In this chapter, we deal with:
-
One linear equation: a straight-line relationship, e.g. y = mx + c
-
One non-linear equation: often a quadratic, circle or curved function, e.g. y = x² − 3
The solutions represent points where the graphs intersect.
Key Concepts
Linear Equation
General form:
y = mx + c
Where:
-
m = slope/gradient
-
c = y-intercept
Example
y = 2x + 1
A line with:
-
gradient = 2
-
y-intercept = 1
Non-Linear Equation
Common types:
-
Quadratic: y = ax² + bx + c
-
Circle: x² + y² = r²
-
Cubic: y = x³
-
Root graph: y = √x
Example
y = x² − 3
A parabola opening upward with vertex at (0, −3)
Written and Compiled By Sir Hunain Zia (AYLOTI), World Record Holder With 154 Total A Grades, 11 World Records and 7 Distinctions, Educate A Change.
Solution of Simultaneous Equations
Solutions are intersection points of graphs.
Possible cases:
-
One point → graphs touch once
-
Two points → graphs intersect twice
-
No point → graphs do not intersect
Methods of Solving
Substitution Method
Steps
-
Make one equation the subject
-
Substitute into second equation
-
Solve resulting equation
-
Substitute x-values back to find y-values
Elimination Method
-
Align terms carefully
-
Add/subtract equations
-
Eliminate one variable
Usually used when x² and y² appear together.
Graphical Method
-
Draw both graphs
-
Locate intersection points
Example 1 — Quadratic and Linear
Given:
-
y = 2x + 1
-
y = x² − 3
Step 1 — Substitute
2x + 1 = x² − 3
Rearrange:
x² − 2x − 4 = 0
Step 2 — Solve Quadratic
Using quadratic formula:
x = (−b ± √(b² − 4ac))/2a
Where:
-
a = 1
-
b = −2
-
c = −4
Substitute:
x = [−(−2) ± √((−2)² − 4(1)(−4))]/2(1)
x = [2 ± √(4 + 16)]/2
x = [2 ± √20]/2
x = 1 ± √5
Step 3 — Find y-values
Using y = 2x + 1
For x₁ = 1 + √5:
y₁ = 2(1 + √5) + 1
For x₂ = 1 − √5:
y₂ = 2(1 − √5) + 1
Example 2 — Circle and Line
Given:
-
x² + y² = 25
-
y = 2x + 3
Step 1 — Substitute
x² + (2x + 3)² = 25
Expand:
x² + 4x² + 12x + 9 = 25
Combine terms:
5x² + 12x − 16 = 0
Step 2 — Solve Quadratic
Solve for x using factorisation or quadratic formula.
Step 3 — Find y-values
Substitute x-values into:
y = 2x + 3
Written and Compiled By Sir Hunain Zia (AYLOTI), World Record Holder With 154 Total A Grades, 11 World Records and 7 Distinctions, Educate A Change.
Nature of Solutions
Using discriminant:
Δ = b² − 4ac
Cases
-
Δ > 0 → two distinct solutions
-
Δ = 0 → one repeated solution
-
Δ < 0 → no real solutions
Graphical Interpretation
Graphs help visualize:
-
intersections
-
tangency
-
no intersection
Introduction to Quadratic Functions
General form:
y = ax² + bx + c
Where:
-
a, b, c are constants
-
a ≠ 0
Shape of Graph
-
a > 0 → opens upward
-
a < 0 → opens downward
Graph is called a parabola.
Maximum and Minimum Values
-
a > 0 → minimum point
-
a < 0 → maximum point
Key Features
Vertex
Vertex = (h, k)
Formula for h
h = −b/2a
Formula for k
k = f(h)
Axis of Symmetry
x = h
or
x = −b/2a
Intercepts
y-intercept
At x = 0:
y = c
x-intercepts
Solve:
ax² + bx + c = 0
Using:
x = (−b ± √(b² − 4ac))/2a
Example 1 — Upward Opening Parabola
Given:
y = 2x² − 4x + 3
Identify coefficients
-
a = 2
-
b = −4
-
c = 3
Find h
h = −(−4)/2(2)
= 1
Find k
k = 2(1)² − 4(1) + 3
= 1
Vertex
(1, 1)
Minimum value = 1
Example 2 — Downward Opening Parabola
Given:
y = −x² + 4x + 1
Coefficients
-
a = −1
-
b = 4
-
c = 1
Find h
h = −4/2(−1)
= 2
Find k
k = −(2)² + 4(2) + 1
= 5
Vertex
(2, 5)
Maximum value = 5
Written and Compiled By Sir Hunain Zia (AYLOTI), World Record Holder With 154 Total A Grades, 11 World Records and 7 Distinctions, Educate A Change.
Applications of Quadratics
Optimization
Used for:
-
maximizing profit
-
minimizing cost
Physics
Projectile motion follows parabolic paths.
Maximum height = vertex.
Engineering
Used in:
-
bridge design
-
arches
-
satellite dishes
Quadratic Functions and the Line y = x
Line y = x:
-
diagonal line
-
passes through origin
-
gradient = 1
Intersection with Quadratic
Given:
y = x
and
y = f(x)
Set equal:
x = f(x)
Example
f(x) = x² − 4x + 3
Set equal:
x = x² − 4x + 3
Rearrange:
x² − 5x + 3 = 0
Solve
x = [5 ± √(25 − 12)]/2
x = (5 ± √13)/2
Nature of Intersections
Using discriminant:
Δ = (b − 1)² − 4ac
Cases
-
Δ > 0 → two intersections
-
Δ = 0 → tangent
-
Δ < 0 → no intersection
Quadratic Inequalities
General forms:
-
ax² + bx + c > 0
-
ax² + bx + c ≥ 0
-
ax² + bx + c < 0
-
ax² + bx + c ≤ 0
Solving Quadratic Inequalities
Step 1
Write in standard form.
Step 2
Solve corresponding quadratic equation.
Step 3
Use roots to divide number line.
Step 4
Test intervals.
Step 5
Write final solution.
Written and Compiled By Sir Hunain Zia (AYLOTI), World Record Holder With 154 Total A Grades, 11 World Records and 7 Distinctions, Educate A Change.
Example
Solve:
x² − 3x − 4 > 0
Step 1 — Factorise
(x − 4)(x + 1) > 0
Roots:
-
x = 4
-
x = −1
Step 2 — Test Intervals
Intervals:
-
(−∞, −1)
-
(−1, 4)
-
(4, ∞)
Step 3 — Final Solution
x ∈ (−∞, −1) ∪ (4, ∞)
Quadratic Equations
General form:
ax² + bx + c = 0
Where:
a ≠ 0
Methods of Solving
Factorisation
Example:
x² − 5x + 6 = 0
(x − 2)(x − 3) = 0
Roots:
-
x = 2
-
x = 3
Completing the Square
Example:
x² + 6x + 5 = 0
Rewrite:
(x + 3)² − 4 = 0
(x + 3)² = 4
x = −3 ± 2
Roots:
-
x = −1
-
x = −5
Quadratic Formula
x = (−b ± √(b² − 4ac))/2a
Discriminant
Δ = b² − 4ac
Nature of Roots
-
Δ > 0 → two real roots
-
Δ = 0 → repeated root
-
Δ < 0 → complex roots
Complex Roots Example
x² + 2x + 5 = 0
Δ = 2² − 4(1)(5)
= −16
Since Δ < 0:
x = −1 ± 2i
Written and Compiled By Sir Hunain Zia (AYLOTI), World Record Holder With 154 Total A Grades, 11 World Records and 7 Distinctions, Educate A Change.
Intersection of a Line and Curve
Intersection points satisfy BOTH equations simultaneously.
General Steps
-
Write equations clearly
-
Substitute line into curve
-
Form polynomial
-
Solve for x
-
Find y-values
Example
Given:
-
y = 2x + 1
-
y = x² − 3x + 2
Step 1
2x + 1 = x² − 3x + 2
Rearrange:
x² − 5x + 1 = 0
Step 2 — Solve
x = [5 ± √21]/2
Step 3 — Find y-values
Using y = 2x + 1:
For x₁ = (5 + √21)/2:
y₁ = 5 + √21
For x₂ = (5 − √21)/2:
y₂ = 5 − √21
Tangent Case
If Δ = 0:
-
line touches curve once
-
one repeated solution
Applications
Physics
Collision points and equilibrium points.
Engineering
Stress intersections and structural modelling.
Optimization
Finding critical points.
Written and Compiled By Sir Hunain Zia (AYLOTI), World Record Holder With 154 Total A Grades, 11 World Records and 7 Distinctions, Educate A Change.
