1/13
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
ax^2 + bx + c = 0
a, b and c are real constants and a != 0
b^2 - 4ac
the value indicates how many roots the quadratic equation has:
if b^2 - 4ac > 0, there are two distinct roots
if b^2 - 4ac = 0, there is one repeated real root
if b^2 - 4ac < 0, there are no real roots
-the quadratic equation is formatted into (nx ± a)(mx ± b) = 0
-each bracket is treated as if it equals zero
-the values of x equal the values of the roots
completing the square
-the quadratic equation is formatted into k(x+a/2k)^2 ± b = 0
-this is formatted to k(x+(a/2k))^2 = ± b
-then (x+(a/2k))² = b/k
-then x+(a/2k) = ±√(b/k)
-this gives x = ±√(b/k) - (a/2k)
-gives two values of x which equal the values of the roots
-to find the turning point on a quadratic graph
-to prove and/or show results using the fact that a squared term is always >= 0 i.e. k(x±a)^2 ± b always gives a result >= b
(-b ± (b^2 - 4ac))/2a
gives the values of the roots
functions take inputs, apply mathematical operations to it and output the value
usually denoted as f(x), or g(x) if f(x) is already specified
the values of x which cause an output of 0
commonly determined by solving the function's equation as quadratic(it may need to be converted first)
the roots of the quadratic equation equal the co-ordinates at which the parabola intersects the x axis
the number of roots determines whether the parabola crosses the x axis, merely touches it or does not touch it