Introduction to Quadratic Functions
Welcome to the world of Quadratic Functions! While they might just look like equations with an \( x^2 \) in them, quadratics are everywhere in the real world. From the path a football takes through the air to the way satellite dishes are shaped, quadratics help us describe "curvy" relationships. In this chapter, we are going to learn how to master these curves, find their "turning points," and use a secret weapon called the discriminant to predict their behavior.
Don’t worry if this seems tricky at first! We will break everything down into small, manageable steps. If you can handle basic algebra, you have all the tools you need to succeed here.
1. The Anatomy of a Quadratic
A quadratic function is any expression that can be written in the form:
\( f(x) = ax^2 + bx + c \)
The most important part is the \( x^2 \) term. The letters \( a \), \( b \), and \( c \)) are just numbers (constants), but there is one rule: \( a \)) cannot be zero!
The Shape of the Graph
Quadratic graphs are called parabolas. They have a distinct "U" shape.
• If \( a \)) is positive, the graph looks like a smile (opening upwards).
• If \( a \)) is negative, the graph looks like a frown (opening downwards).
Quick Review:
• Roots: These are the points where the graph crosses the \( x \)-axis (where \( y = 0 \)).
• Y-intercept: This is where the graph crosses the \( y \)-axis. It is always at the value of \( c \)).
2. The Discriminant: The "Root" Detective
Sometimes we don't need to solve the whole equation; we just want to know how many roots it has. For this, we use the discriminant, represented by the symbol \( \Delta \) (the Greek letter Delta) or \( D \).
The formula for the discriminant is:
\( \Delta = b^2 - 4ac \)
What the Discriminant Tells Us:
By looking at the result of \( b^2 - 4ac \), we can determine the nature of the roots:
1. If \( b^2 - 4ac > 0 \)): The equation has two real, distinct roots. The graph crosses the \( x \)-axis in two places.
2. If \( b^2 - 4ac = 0 \)): The equation has one repeated real root. The graph just touches the \( x \)-axis at its "tip" (turning point).
3. If \( b^2 - 4ac < 0 \)): The equation has no real roots. The graph floats above or sinks below the \( x \)-axis without ever touching it.
Memory Aid:
• Positive means Two roots.
• Zero means One root.
• Negative means None (no real roots).
Common Mistake to Avoid: When calculating the discriminant, always put negative numbers in brackets! For example, if \( b = -3 \), then \( b^2 \) is \( (-3)^2 = 9 \), not \( -9 \).
3. Completing the Square
Completing the square is a clever way of rewriting a quadratic from its standard form (\( ax^2 + bx + c \)) into the Vertex Form:
\( y = a(x + p)^2 + q \)
Why do we do this?
This form is incredibly useful because it tells us exactly where the turning point (or vertex) of the graph is without having to do any sketching!
• The Turning Point is at \( (-p, q) \)).
• The Line of Symmetry is the vertical line \( x = -p \)).
Step-by-Step Example:
Let’s complete the square for \( x^2 + 6x + 10 \).
1. Look at the number in front of \( x \) (which is 6). Halve it to get 3.
2. Write down \( (x + 3)^2 \).
3. Subtract the square of that number: \( (x + 3)^2 - 3^2 \), which is \( (x + 3)^2 - 9 \).
4. Add the original constant (10): \( (x + 3)^2 - 9 + 10 \).
5. Final answer: \( (x + 3)^2 + 1 \).
Turning point: \( (-3, 1) \). Since the graph is a "smile" and its lowest point is at \( y=1 \), we can see it never touches the \( x \)-axis (no real roots)!
Key Takeaway: Completing the square is like finding the "GPS coordinates" for the very bottom or top of the curve.
4. Disguised Quadratics
Sometimes, an equation doesn't look like a quadratic at first glance, but it's actually a quadratic in disguise! These are equations in a function of the unknown.
Example 1: The "Double Power" Case
Take \( x^4 - 5x^2 + 6 = 0 \).
If we pretend that \( u = x^2 \)), the equation becomes:
\( u^2 - 5u + 6 = 0 \)
This is a standard quadratic! We solve for \( u \), then remember to swap back to find \( x \).
Example 2: The Fractional Case
You might see something like: \( \frac{5}{(2x-1)^2} - \frac{10}{2x-1} = 1 \).
Don't panic! If we let \( u = \frac{1}{2x-1} \)), it becomes \( 5u^2 - 10u = 1 \).
Once you solve for \( u \), you can easily solve for \( x \).
Did you know? This technique of "substitution" is one of the most powerful tools in all of A Level Maths. It's like wearing 3D glasses that make a flat, confusing equation suddenly look clear.
Summary Checklist
Before you move on, make sure you can:
• Sketch a quadratic and identify its shape based on \( a \)).
• Use \( b^2 - 4ac \)) to find the number of roots.
• Complete the square to find the turning point \( (-p, q) \)) and symmetry line \( x = -p \)).
• Spot "disguised" quadratics and solve them using substitution.
Keep practicing! Quadratics are the foundation for much of the calculus and coordinate geometry you'll do later. You've got this!