1/12
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Name for degree 0
Constant
Name for degree 1
Linear
Name for degree 2
Quadratic
Name for degree 3
Cubic
Name for degree 4 and on
4th, 5th, 6th degree and so on
Name for 1 term
Monomial
Name for 2 terms
Binomial
Name for 3 terms
Trinomial
Name for 4 terms or more
Polynomial
Arithmetic recursive formula
A(n)=a(n-1)+d Where a(1)=
Arithmetic explicit formula
A(n)=d(n)+a(0)
Geometric recursive formula
A(n)=a(n-1)*r Where a(1)=
Geometric explicit formula
A(n)=a(1)*r^(n-1)