0% found this document useful (0 votes)
46 views3 pages

Quadratic Functions and Graphs Guide

This document provides comprehensive notes on quadratic functions, including their definition, graph characteristics, and important features such as the vertex, axis of symmetry, and intercepts. It also outlines methods for drawing quadratic graphs and solving quadratic equations graphically, along with real-life applications. A summary table is included for quick reference of key concepts and formulas.

Uploaded by

Qais Kaise
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views3 pages

Quadratic Functions and Graphs Guide

This document provides comprehensive notes on quadratic functions, including their definition, graph characteristics, and important features such as the vertex, axis of symmetry, and intercepts. It also outlines methods for drawing quadratic graphs and solving quadratic equations graphically, along with real-life applications. A summary table is included for quick reference of key concepts and formulas.

Uploaded by

Qais Kaise
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Form 3 Mathematics Notes – Quadratic Functions and Graphs

1. What is a Quadratic Function


A quadratic function is an equation of the form:

y = ax^2 + bx + c

where a, b, c are constants and a ≠ 0. Its graph is called a parabola. Quadratic functions are also called
second-degree functions because the highest power of x is 2.

2. Shape and Orientation of the Graph


• If a > 0 → parabola opens upwards (∪) with a minimum point.
• If a < 0 → parabola opens downwards (∩) with a maximum point.

3. Important Features of the Parabola

(a) Vertex (Turning Point)

The vertex is the highest or lowest point on the graph. - Formula: x = -b/(2a) - Substitute x into the
function to find y. - Example: For y = x^2 - 4x + 3: - x = -(-4)/(21) = 2 - y = 2^2 - 42 + 3 = -1 ✅ Vertex = (2, -1)

(b) Axis of Symmetry

A vertical line dividing the parabola into two equal halves. - Formula: x = -b/(2a)

(c) Intercepts

• y-intercept: set x = 0 → y = c
• x-intercepts (roots): solve ax^2 + bx + c = 0 by:
• Factorisation
• Completing the square
• Quadratic formula: x = [-b ± √(b^2 - 4ac)] / 2a

4. How to Draw a Quadratic Graph


1. Choose several x-values (negative and positive).
2. Calculate y = ax^2 + bx + c for each x.
3. Plot points (x, y) on graph paper.
4. Draw a smooth U-shaped curve.
5. Mark the vertex, axis of symmetry, and intercepts.

1
5. Solving Quadratic Equations Graphically
• Solutions are where the graph crosses the x-axis.
• Interpretation:
• Cuts x-axis twice → 2 real roots
• Touches once → 1 real root
• Does not touch → no real roots

6. Completing the Square


Rewrite y = ax^2 + bx + c as:

y = a(x + b/2a)^2 + k

where k = c - b^2/(4a). The vertex is at (-b/2a, k).

7. Real-Life Applications
• Height and time of a thrown ball (projectile motion)
• Profit, revenue, or cost analysis
• Maximum area or minimum cost problems

8. Summary Table

Concept Formula / Description

General form y = ax^2 + bx + c

Vertex (-b/2a, f(-b/2a))

Axis of symmetry x = -b/2a

y-intercept c

x-intercepts Roots of ax^2 + bx + c = 0

Opens upwards a>0

Opens downwards a<0

Exam Tips

• Draw and interpret quadratic graphs.


• Identify vertex, axis, and intercepts.

2
• Solve quadratic equations graphically or using formula.
• Apply quadratic graphs to real-life problems.

Common questions

Powered by AI

Quadratic functions are vital in several real-life applications such as calculating the trajectory of projectiles, where they model the relationship between height and time. In the realm of economics, they help analyze profit, revenue, and cost to determine maximum profits or minimal costs. Moreover, they are used in optimizing areas or volumes subjected to certain constraints, illustrating their versatility in solving optimization problems .

In real-world scenarios like projectile motion, the height of an object over time can be modeled by a quadratic function where the form y = ax^2 + bx + c represents the parabolic trajectory. The parameter 'a' is related to the acceleration due to gravity, 'b' is the initial velocity, and 'c' is the initial height. The vertex provides the maximum height of the object, while the x-intercepts indicate the time points at which the object hits the ground .

The discriminant b^2 - 4ac of a quadratic equation determines the nature of its roots. If it is greater than zero, the equation has two distinct real roots. If it equals zero, the equation has exactly one real root (a repeated root). If the discriminant is less than zero, the equation has no real roots but two complex conjugate roots .

Graphically, a quadratic function has two real roots if its parabola intersects the x-axis at two points. It has one real root if the parabola touches the x-axis at a single point (vertex). If the parabola does not touch the x-axis at all, the quadratic function has no real roots .

To solve a quadratic function graphically, plot the equation and determine where the parabola intersects the x-axis. These intersection points provide the solutions or roots of the quadratic equation. If the graph cuts the x-axis twice, there are two real roots; touching it once indicates one real root, whereas not touching suggests no real roots .

The vertex of a quadratic function y = ax^2 + bx + c is found using the formula x = -b/(2a) to determine the x-coordinate of the vertex. Substituting this x-value back into the function gives the y-coordinate. For instance, if y = x^2 - 4x + 3, the vertex is (2, -1) because substituting x = 2 into the equation yields y = -1 .

To find the x-intercepts of y = 2x^2 - 4x + 1 use the quadratic formula x = [-b ± √(b^2 - 4ac)] / 2a, where a = 2, b = -4, and c = 1. Plug these values in to get x = [4 ± √((-4)^2 - 4(2)(1))] / (4), which simplifies to x = [4 ± √(8)] / 4, giving the solutions x = 1 ± 1/√2 .

Correctly identifying the vertex and axis of symmetry is crucial for accurately sketching the overall shape and position of the parabola. The vertex, being the point of minimum or maximum value, represents the function's extrema, guiding the forum of the rest of the graph. The axis of symmetry ensures the parabola is symmetric about this line, thus aiding in drawing an accurate and balanced curve .

To complete the square for y = x^2 - 4x + 3, rewrite it in the form y = (x - 2)^2 - 1. First, take half of the coefficient of x, which is -2, square it to get 4, and adjust the constant term: y = (x^2 - 4x + 4) - 4 + 3. Simplifying gives y = (x - 2)^2 - 1. The vertex is therefore at (2, -1).

In a quadratic function y = ax^2 + bx + c, the parameter 'a' determines the direction of the parabola: if a > 0, it opens upwards, creating a minimum point, whereas if a < 0, it opens downwards, creating a maximum point. The value of 'b' affects the horizontal position of the parabola and the axis of symmetry, calculated as x = -b/(2a). The parameter 'c' is the y-intercept, which is the point where the parabola intersects the y-axis .

You might also like