STEP formula Flashcards
(140 cards)
What is the quadratic formula
(-b±Root(b^2-4ac))/2a
formula for coefficients of ax^2 + bx + c = 0 in terms of roots
α + β = −b/a
αβ = c/a
formula for coefficients of ax^3 + bx^2 + cx + d = 0
α + β + γ = −b/a,
αβ + βγ + γα = c/a,
αβγ = −d/a
4 indices laws
a^x*a^y=a^(x+y)
a^0=1
(a^x)^y=a^(xy)
a^x=e^(xlna)
4 log rules
x=a^n <=> n=loga(x)
loga(x)+loga(y) = loga(xy)
loga(x)-loga(y) = loga(x/y)
kloga(x)=loga(x^k)
nth term of arithmetic series
u(n) = a + (n − 1)d
a is initial n is number of terms, d is difference
nth term of geometric
ar^(n-1)
a is initial n is number of terms
sum of arithmetic
S(n) = 1/2(n{2a + (n − 1)d})
a is initial n is number of terms, d is difference
sum of geometric
(a(1-r^n))/(1-r)
limit of sum of geometric to infinity
a/(1-r)
mod(r) <1
nCr
n!/(r!(n-r)!)
(a+b)^n
sum (from r=0 to n) of nCr*a^(n-r)b^r
(1+x)^k
1+kx+k(k-1)/2! * x^2 + k(k-1)(k-2)/3! *x^3 …+ k(k-1)…(k-r+1)/r! x^r +…
mod(x) <1 to converge
sum of natural numbers sum of (from r=1 to n) of r
1/2*n(n+1)
maclaurin series
f(x) = sum of (from r=0 to infinity) 1/r! f^r(0)x^r
maclaurin e^x
= sum of (from r=0 to infinity) (x^r)/r!
maclaurin ln(1+x)
= sum of (from r=0 to infinity) (-1)^(r+1) * (x^r)/r
x -x^2/2 +x^3/3 …
maclaurin sinx
= sum of (from r=0 to infinity) (-1)^(r) * (x^(2r+1))/(2r+1)!
maclaruin cosx
= sum of (from r=0 to infinity) (-1)^(r) * (x^(2r))/(2r)!
which maclaurin converge
sinx,cosx e^x converge for all x
ln(1+x) converges for -1< (x) <=1
Straight line through point (x1,y1) and gradient m
y-y1 = m(x-x1)
perpendicular condition
m1m2 = -1
sine rule
a/sinA = b/sinB = c/sinC
cosine rule
a^2 = b^2 + c^2 − 2bc cos A