Photo AI

Last Updated Sep 26, 2025

Quadratic Graphs Simplified Revision Notes

Revision notes with simplified explanations to understand Quadratic Graphs quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

344+ students studying

2.2.1 Quadratic Graphs

infoNote

Quadratic graphs are the graphical representation of quadratic functions, which are polynomial functions of degree 22. The general form of a quadratic function is: y=ax2+bx+c\\ y = ax^2 + bx + c

where  a , b ,and c\ a\ , \ b\ , and \ c are constants, and  x\ x is the independent variable. The graph of a quadratic function is a curve called a parabola.

1. Key Features of Quadratic Graphs

a) Shape of the Parabola

  • Upward Opening: If  a>0\ a > 0, the parabola opens upwards, resembling a "UU" shape.
  • Downward Opening: If  a<0\ a < 0, the parabola opens downwards, resembling an upside-down "UU."

b) Vertex

The vertex of the parabola is the point where the graph changes direction. It represents either the minimum point (if  a>0\ a > 0) or the maximum point (if  a<0)\ a < 0) of the function.

  • The  x\ x-coordinate of the vertex can be found using the formula: x=b2a\\ x = -\frac{b}{2a}

  • The  y\ y-coordinate of the vertex is found by substituting the  x\ x-coordinate into the quadratic equation: y=a(b2a)2+b(b2a)+c\\ y = a\left(-\frac{b}{2a}\right)^2 + b\left(-\frac{b}{2a}\right) + c

Simplifying this gives the vertex  (b2a,value of y).\ \left(-\frac{b}{2a}, \text{value of } y\right).

c) Axis of Symmetry

The parabola is symmetric about a vertical line called the axis of symmetry, which passes through the vertex. The equation of the axis of symmetry is: x=b2a\\ x = -\frac{b}{2a}

d) Y-Intercept

The  y\ y-intercept is the point where the graph crosses the  y\ y-axis. This occurs when  x\ x = 0: y=c\\ y = c

So, the  y\ y-intercept is  (0,c)\ (0, c).

e) X-Intercepts (Roots)

The xx-intercepts (also called the roots or zeros of the function) are the points where the graph crosses the x \ x-axis. These occur when  y\ y = 0. To find the  x\ x-intercepts, solve the quadratic equation: ax2+bx+c=0\\ ax^2 + bx + c = 0

The solutions can be found using the quadratic formula: x=b±b24ac2a\\ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

  • If  b24ac>0\ b^2 - 4ac > 0, there are two distinct real roots, and the parabola crosses the  x\ x-axis at two points.
  • If  b24ac=0\ b^2 - 4ac = 0, there is one real root (a repeated root), and the parabola touches the x x-axis at one point (the vertex).
  • If  b24ac<0\ b^2 - 4ac < 0, there are no real roots, and the parabola does not cross the xaxis.x-axis.

2. Sketching a Quadratic Graph

infoNote

To sketch the graph of a quadratic function, follow these steps:

  1. Determine the Shape: Identify whether the parabola opens upwards or downwards based on the sign of  a.\ a.
  2. Find the Vertex: Calculate the  x\ x-coordinate using x=b2a,x = -\frac{b}{2a}, then substitute this back into the equation to find the  y\ y-coordinate.
  3. Identify the Axis of Symmetry: Draw the axis of symmetry through the vertex.
  4. Find the YY-Intercept: Set  x\ x = 0 and calculate the yintercept (0,c)\ y-intercept \ (0, c).
  5. Find the XX-Intercepts (if any): Solve  ax2+bx+c=0\ ax^2 + bx + c = 0 using the quadratic formula to find the roots.
  6. Plot Additional Points: If needed, choose additional values of xx and calculate the corresponding  y\ y values to help in sketching the graph.
  7. Draw the Parabola: Sketch the curve, ensuring it passes through the vertex, intercepts, and follows the direction determined by the sign of a\ a.

3. Example

infoNote

📑 Example Sketch the graph of the quadratic function: y=2x24x+1\\ y = 2x^2 - 4x + 1

Step-by-Step Solution:


  1. Shape: Since  a=2>0,\ a = 2 > 0, the parabola opens upwards.

  1. Vertex:
  • Calculate the  x\ x-coordinate:
x=42(2)=44=1 \\ x = -\frac{-4}{2(2)} = \frac{4}{4} = 1
  • Calculate the yy-coordinate by substituting  x\ x = 1 into the equation:
y=2(1)24(1)+1=24+1=1 \\ y = 2(1)^2 - 4(1) + 1 = 2 - 4 + 1 = -1
  • The vertex is  (1,1).\ (1, -1).

  1. Axis of Symmetry: The axis of symmetry is  x=1\ x = 1.

  1. YY-Intercept:
  • Set  x=0\ x = 0:
y=2(0)24(0)+1=1 \\ y = 2(0)^2 - 4(0) + 1 = 1
  • The  y\ y-intercept is  (0,1).\ (0, 1).

  1. XX-Intercepts:
  • Solve  2x24x+1=0\ 2x^2 - 4x + 1 = 0 using the quadratic formula:
x=(4)±(4)24(2)(1)2(2)=4±1684=4±84=4±224=2±22 \\ x = \frac{-(-4) \pm \sqrt{(-4)^2 - 4(2)(1)}}{2(2)} = \frac{4 \pm \sqrt{16 - 8}}{4} = \frac{4 \pm \sqrt{8}}{4} = \frac{4 \pm 2\sqrt{2}}{4} = \frac{2 \pm \sqrt{2}}{2}
  • The  x\ x-intercepts are at x=2+22 and x=222.x = \frac{2 + \sqrt{2}}{2}\ and \ x = \frac{2 - \sqrt{2}}{2}.

  1. Plot Additional Points: For example, if  x=2\ x = 2:
  •  y=2(2)24(2)+1=88+1=1\ y = 2(2)^2 - 4(2) + 1 = 8 - 8 + 1 = 1
  • The point (2,1) (2, 1) can be plotted.

  1. Draw the Parabola: Connect the points smoothly, ensuring the curve passes through the vertex  (1,1),\ (1, -1), the  yintercept (0,1)\ y-intercept \ (0, 1), and the  xintercepts (2+22,0)\ x-intercepts \ \left(\frac{2 + \sqrt{2}}{2}, 0\right) and  (222,0).\ \left(\frac{2 - \sqrt{2}}{2}, 0\right).

4. Summary

infoNote
  • Quadratic graphs are parabolas with important features like the vertex, axis of symmetry, and intercepts.
  • The shape of the parabola is determined by the coefficient  a,\ a, and the position of the vertex and intercepts provides a clear understanding of the graph's behaviour.
  • To sketch a quadratic graph, calculate key points like the vertex, x \ x-intercepts, and  y\ y-intercepts, and use these to draw the curve.
Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Quadratic Graphs

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

60 flashcards

Flashcards on Quadratic Graphs

Revise key concepts with interactive flashcards.

Try Maths Pure Flashcards

6 quizzes

Quizzes on Quadratic Graphs

Test your knowledge with fun and engaging quizzes.

Try Maths Pure Quizzes

29 questions

Exam questions on Quadratic Graphs

Boost your confidence with real exam questions.

Try Maths Pure Questions

27 exams created

Exam Builder on Quadratic Graphs

Create custom exams across topics for better practice!

Try Maths Pure exam builder

105 papers

Past Papers on Quadratic Graphs

Practice past papers to reinforce exam experience.

Try Maths Pure Past Papers

Other Revision Notes related to Quadratic Graphs you should explore

Discover More Revision Notes Related to Quadratic Graphs to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Quadratics

Discriminants

user avatar
user avatar
user avatar
user avatar
user avatar

387+ studying

194KViews

96%

114 rated

Quadratics

Completing the Square

user avatar
user avatar
user avatar
user avatar
user avatar

284+ studying

194KViews

96%

114 rated

Quadratics

Solving Quadratic Equations

user avatar
user avatar
user avatar
user avatar
user avatar

499+ studying

198KViews

96%

114 rated

Quadratics

Further Solving Quadratic Equations (Hidden Quadratics)

user avatar
user avatar
user avatar
user avatar
user avatar

329+ studying

188KViews
Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered