Photo AI

Last Updated Sep 24, 2025

Quadratic Functions Guide Simplified Revision Notes

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

user avatar
user avatar
user avatar
user avatar
user avatar

486+ students studying

Quadratic Functions Guide

A quadratic function is a polynomial function of degree 2, commonly expressed as f(x)=ax2+bx+cf(x) = ax^2 + bx + c. Quadratic functions are extensively utilised in various disciplines for modelling real-world phenomena, such as projectile motion in physics or optimisation in economics and engineering.

Definition of Quadratic Functions

  • Quadratic Function: A polynomial function of degree 2.
  • General form:
    • f(x)=ax2+bx+cf(x) = ax^2 + bx + c, where a0a \neq 0.
    • Components:
      • aa: Coefficient influencing the direction and width of the parabola.
      • bb: Coefficient impacting the vertex's horizontal position.
      • cc: Constant term indicating the y-intercept.
infoNote

Quadratic Function: Represents a degree 2 polynomial function, depicted as f(x)=ax2+bx+cf(x) = ax^2 + bx + c.

Key Features of Quadratic Functions

  • Parabolas:

    • Quadratic functions' graphs form symmetrical U-shapes.
  • Vertex:

    • The parabola's turning point.
    • Formula: (b2a,f(b2a))\left(-\frac{b}{2a}, f\left(-\frac{b}{2a}\right)\right)
  • Axis of Symmetry:

    • The vertical line through the vertex at x=b2ax = -\frac{b}{2a}.
  • Roots/Intercepts:

    • Roots: Solutions to f(x)=0f(x) = 0.
    • Y-intercept: The point where the function intersects the y-axis when x=0x = 0.

Standard Form

  • Definition: The standard form is y=ax2+bx+cy = ax^2 + bx + c. Understanding these coefficients is essential for solving quadratic equations and analysing their graphs.

  • Coefficient Analysis:

    • aa: Determines the parabola's direction and width:
      • Opens upwards if a>0a > 0.
      • Opens downwards if a<0a < 0.
    • bb: Alters the horizontal position of the vertex, affecting symmetry.
    • cc: Denotes where the graph intercepts the y-axis.

Standard Form Diagram

chatImportant

Examine the effects of varying coefficient values on parabolic shapes to deepen understanding.

Vertex Form

  • Definition: Vertex form is y=a(xh)2+ky = a(x-h)^2 + k, facilitating easy vertex identification at (h,k)(h, k).

  • Conversion Process:

    1. Start with y=ax2+bx+cy = ax^2 + bx + c.
    2. Factor aa from x2x^2 and xx terms.
    3. Complete the square within these terms.
    4. Rearrange to fit the vertex form.
  • Example:

    • Convert y=2x2+8x+6y = 2x^2 + 8x + 6:
      1. Factor out 22: y=2(x2+4x)+6y = 2(x^2 + 4x) + 6.
      2. Complete the square: y=2(x2+4x+44)+6y = 2(x^2 + 4x + 4 - 4) + 6 = y=2((x+2)24)+6y = 2((x+2)^2 - 4) + 6.
      3. Simplify: y=2(x+2)28+6y = 2(x+2)^2 - 8 + 6 = y=2(x+2)22y = 2(x+2)^2 - 2.
      4. Therefore, the vertex form is y=2(x+2)22y = 2(x+2)^2 - 2 with vertex at (2,2)(-2, -2).

Vertex Form Diagram

Factored Form

  • Definition: The factored form y=a(xp)(xq)y = a(x-p)(x-q) clearly indicates the roots or x-intercepts.
  • Applications: Useful for swiftly locating x-intercepts.

Factored Form Diagram

Graphical Characteristics

  • Orientation and Width:

    • Coefficient aa influences orientation:
      • Opens upwards: if a>0a > 0.
      • Opens downwards: if a<0a < 0.
    • aa also impacts width:
      • Larger a|a|: The parabola is narrower.
      • Smaller a|a|: The parabola is wider.
  • Importance of aa:

    • It defines both the slope and the direction.

Parabola with labeled vertex, axis of symmetry, roots, and y-intercept.

Plotting Parabolas

Step-by-Step Instruction

  • Identify Components:

    • Vertex: The point of symmetry on the parabola.
    • Axis of Symmetry: A vertical line dividing the parabola into two equal halves.
    • Y-intercept: Point of intersection with the y-axis, x=0x=0.
  • Axis of Symmetry Calculation:

    • Determine the line of symmetry using x=b2ax = -\frac{b}{2a}.
  • Drawing the Parabola:

    • Compute points near the axis of symmetry to draw the graph.

A guide on plotting a parabola with vertex, axis of symmetry, and intercepts highlighted.

Example Exercise

  • Worked Example: Graph y=2x24x+1y = 2x^2 - 4x + 1:
    • Find the axis of symmetry: x=b2a=42(2)=44=1x = -\frac{b}{2a} = -\frac{-4}{2(2)} = \frac{4}{4} = 1
    • Calculate the vertex: At x=1x = 1, y=2(1)24(1)+1=24+1=1y = 2(1)^2 - 4(1) + 1 = 2 - 4 + 1 = -1
    • So vertex is at (1,1)(1, -1)
    • Y-intercept: When x=0x = 0, y=2(0)24(0)+1=0+0+1=1y = 2(0)^2 - 4(0) + 1 = 0 + 0 + 1 = 1
    • Plot these key points and additional points on either side of the vertex to sketch the parabola.

Solving Quadratic Equations

Factorisation Method

Factorisation: Decompose into simpler binomials.

  • Example: Solve x25x+6=0x^2 - 5x + 6 = 0.
    • Find factors of 6 that sum to -5: -2 and -3
    • Factored form: (x2)(x3)=0(x-2)(x-3) = 0.
    • By the zero product property: x2=0x-2 = 0 or x3=0x-3 = 0
    • Solutions: x=2x=2, x=3x=3.

Diagram displaying an illustrative example of factoring a quadratic equation.

Quadratic Formula

Formula: x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}.

  • Applicable to all quadratic equations.
  • Example: Solve 2x2+4x+1=02x^2 + 4x + 1 = 0.
    • Identify a=2a=2, b=4b=4, c=1c=1
    • Substitute into formula: x=4±164(2)(1)2(2)=4±1684=4±84x = \frac{-4 \pm \sqrt{16 - 4(2)(1)}}{2(2)} = \frac{-4 \pm \sqrt{16 - 8}}{4} = \frac{-4 \pm \sqrt{8}}{4}
    • Simplify: x=4±224=1±22x = \frac{-4 \pm 2\sqrt{2}}{4} = -1 \pm \frac{\sqrt{2}}{2}
    • Solutions: x0.29x \approx -0.29 and x1.71x \approx -1.71

Table showcasing various quadratic equations with their solutions using the quadratic formula.

Completing the Square

Reframes equations to facilitate graph comprehension.

  • Example: Solve x2+6x+8=0x^2 + 6x + 8 = 0.
    • Rearrange: x2+6x=8x^2 + 6x = -8
    • Half the coefficient of xx: 62=3\frac{6}{2} = 3
    • Square this value: 32=93^2 = 9
    • Add and subtract this value: x2+6x+99=8x^2 + 6x + 9 - 9 = -8
    • Rewrite as perfect square: (x+3)29=8(x+3)^2 - 9 = -8
    • Solve: (x+3)2=1(x+3)^2 = 1
    • Therefore: x+3=±1x+3 = \pm 1
    • Solutions: x=3+1=2x = -3+1 = -2 or x=31=4x = -3-1 = -4

Step-by-step guide on completing the square with annotations for better understanding.

X-Intercepts from Graphs

Estimate solutions by locating x-intercepts graphically.

  • Visualise: The graph of x24=0x^2 - 4 = 0 crosses at x=2x = 2 and x=2x = -2.

Graph showing x-intercepts of a parabola to illustrate their importance in solving quadratic equations.

Discriminant in Quadratic Equations

  • Discriminant: Assesses the nature of roots, Δ=b24ac\Delta = b^2 - 4ac.
chatImportant

Discriminant: The expression Δ=b24ac\Delta = b^2 - 4ac determines the nature and number of roots.

Scenarios Based on Δ\Delta

  • Δ>0\Delta > 0: Two distinct real roots.
  • Δ=0\Delta = 0: One repeated root; graph touches the x-axis.
  • Δ<0\Delta < 0: No real roots, resulting in complex numbers.

Root Calculation from Discriminant

Worked Example

  • Example 1 (Δ>0\Delta > 0): 2x24x+1=02x^2 - 4x + 1 = 0
    • Δ=(4)24(2)(1)=168=8\Delta = (-4)^2 - 4(2)(1) = 16 - 8 = 8
    • Since Δ>0\Delta > 0, there are two distinct real roots.
  • Example 2 (Δ=0\Delta = 0): x24x+4=0x^2 - 4x + 4 = 0
    • Δ=(4)24(1)(4)=1616=0\Delta = (-4)^2 - 4(1)(4) = 16 - 16 = 0
    • Since Δ=0\Delta = 0, there is one repeated root.
    • The equation can be factored: (x2)2=0(x-2)^2 = 0
    • Solution: x=2x = 2
  • Example 3 (Δ<0\Delta < 0): x2+x+1=0x^2 + x + 1 = 0
    • Δ=124(1)(1)=14=3\Delta = 1^2 - 4(1)(1) = 1 - 4 = -3
    • Since Δ<0\Delta < 0, there are no real roots, only complex roots.

Graphical Demonstrations

Illustrations depict different root scenarios:

Distinct and Repeated Roots

Use of Technology in Quadratic Functions

Graphing Software

  • Facilitate real-time graph manipulation.
  • Provide insights into parabola characteristics like intercepts and vertices.

Graphing Software Example

Interactive Experimentation

  • Modification & Observation: Alter coefficients to observe graph dynamics.

Coding & Spreadsheets

  • Enable visualisation of functions and their transformations.

Excel & Python Illustration

Skills and Benefits

  • Encourages the development of analytical skills and showcases real-world applications of quadratic functions.
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 Functions Guide

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

50 flashcards

Flashcards on Quadratic Functions Guide

Revise key concepts with interactive flashcards.

Try Mathematics Advanced Flashcards

2 quizzes

Quizzes on Quadratic Functions Guide

Test your knowledge with fun and engaging quizzes.

Try Mathematics Advanced Quizzes

29 questions

Exam questions on Quadratic Functions Guide

Boost your confidence with real exam questions.

Try Mathematics Advanced Questions

27 exams created

Exam Builder on Quadratic Functions Guide

Create custom exams across topics for better practice!

Try Mathematics Advanced exam builder

5 papers

Past Papers on Quadratic Functions Guide

Practice past papers to reinforce exam experience.

Try Mathematics Advanced Past Papers

Other Revision Notes related to Quadratic Functions Guide you should explore

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

Load more notes

Join 500,000+ SSCE students using SimpleStudy...

Join Thousands of SSCE 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