Chapter 2- Quadratics and cubics (Pure Maths) Flashcards
what’s the quadratic formula?
the quadratic formula is:
(-b ± √b² - 4ac ) / 2a
how to tell how many roots are there from the discriminant?
discriminant > 0 there’s 2 roots
discriminant = 0 there’s 1 root
discriminant < 0 there’s no real roots
what does a quadratic x² graph look like:
if the coefficient of X² is positive - what does the graph look like?
if the coefficient of X² is negative - what does the graph look like?
if the coefficient of X² is positive - the graph is U-shaped
if the coefficient of X² is negative - the graph is n-shaped
For a graph with the equation y= p(x+q)² + r . what’s the vertex?
The vertex of y= p(x+q)² + r is (-q, r)
For a graph with the equation y= p(x+q)² + r .How to tell if the vertex is a minimum or maximum?
For y= p(x+q)² + r
if p is less than 0, the graph is u shaped, so the vertex is a minimum
if p more than 0, the graph is n shaped, so the vertex is a maximum
what’s the factor theorem?
if f(x) is polynomial, and f(a) = 0, then (x-a) is a factor of f(x)
how to factorise a cubic when x isn’t a factor?
1) use the factor theorem ( by trial and error) to find one of the factors of the cubic
2) use your factor to find a quadratic that gives the cubic when you multiply by that factor
3) factorise the quadratic you found
example
x³ +6x² +5x -12
coefficients add to zero so (x-1) is factor
work out the term that gives x³ term (x-1) (x² +12)
put nx in (x-1)(x² +nx+ 12)
looking at the x² coefficients
nx²-x²= 6x²
n=7
(X-1)(X+3)(X+4)