Points:
- Set difference is not commutative
- Union,intersection,symmetric difference are commutative and associative
- Union and intersection are distributive over each other
- Compliment is a involution
- f(x)/(x-k) has remainder of f(k)
- If a polynomial appear to have more roots than its degree then all the coefficients are 0
- Squaring can lead to extraneous roots, dividing can lead to loss of roots
- Domain of a function can help to eliminate extraneous roots
- If a root is common then eliminate the x2 term to find it
- Roots with multiplicity = n are also roots of the first n-1 derivative
- Between 2 roots of a polynomial, there exists at least 1 root of the derivative of the polynomial
- The term between any 2 terms in a AP/GP/HP is the mean(AM/GM/HM respectively) of the 2 terms
- Sigma(∑) is a linear operator, it is not distributive over multiplication or division
- When differences of consecutive terms form an AP (in a QP) then the general term is given by Tn = an2+bn+c
- When differences of consecutive terms form a GP then the general term is given by Tn=arn+b
- If i,j are independent variables in ∑∑(Ti*Tj) then, ∑∑(Ti*Tj) = (∑Ti)(∑Tj), this can be generalized to any number of independent variables
- If the general term can be expressed as Tn = ∓(V(n)-V(n-1)) then the series is telescopic i.e., ∑Tn = ∓(V(n)-V(0))
- For V(n)-V(n-a), ∑Tn = V(n)+V(n-1)+...+V(n-a)-[V(0)+V(-1)+...+V(-a+1)]
Common non-formulae:
- |(|x|-|y|)| ≤ |x±y| ≤ |x| + |y|
- Sum of kth(k≠pn,p is an integer) power of nth roots of unity = 0
- Product of nth roots of unity = 1 if n is odd , -1 is n is even
- nth term of an AP = a + (n-1)d
- nth term of a GP = arn-1
- nth term of a HP = 1/(a+(n-1)d)
- nth term of a AGP = [a+(n-1)d]r(n-1)
- HM ≤ GM ≤ AGM ≤ AM ≤ QM {QM = √(Σx2)/n}
- Sum of first n natural numbers = n(n+1)/2
- Sum of squares of the first n natural numbers = n(n+1)(2n+1)/6
- Sum of cubes of the first n natural numbers = [n(n+1)/2]2
- Sum of first n powers of a = (a-an+1)/(1-a)
Conditions for stuff:
Quadratic roots:
- (c1a2-a1c2)2 = (b1a2-a2b1)(c1b2-b1c2) for common root in quadratic
- Roots of a quadratic are greater than a value if af(k) > 0 , -b/2a > k , D ≥ 0
- Roots of a quadratic are lesser than a value if af(k) > 0 , -b/2a < k , D ≥ 0
- Roots are on either side of a value if af(k) < 0
- Exactly one root of a quadratic is between 2 values if f(k1)f(k2) < 0
- Both roots of a quadratic are between 2 values if af(k1) > 0 , af(k2) > 0 , k1 < -b/2a < k2 , D ≥ 0
- If one root is bigger than the smaller value and other root is larger than the bigger value then af(k1) < 0 , af(k2) < 0
Loci in Argand plane:
- Point inside a line segment ≡ |z-z1| + |z-z2| = |z1+z2|
- Ellipse ≡ |z-z1| + |z-z2| = k , k>|z1-z2| , e = |z1-z2|/k
- Ray emitting from one side of a line segment ≡ |z-z1|-|z-z2| = |z1-z2|
- Point on the line but not on the line segment ≡ |(|z-z1|-|z-z2|)| = |z1-z2|
- Hyperbola ≡ |(|z-z1|-|z-z2|)| = k , k<|z1-z2| , e = |z1-z2|/k
- Apollonius circle ≡ |z-z1|/|z-z2| = k , k ≠ 0,1
- Circle ≡ |z-z1| = r
- Circle with diameter points ≡ |z-z1|2 + |z-z2|2 = |z1-z2|2
- Circle with diameter points ≡ (z-z1)(z̅-z̅2)+(z-z2)(z̅-z̅1) = 0
- Line ≡ arg(z-z1) = θ
- Line with 2 points ≡ a̅z + z̅a + b = 0 , a = i(z2-z1) , b = i(z1z̅2-z̅1z2) , slope = -re(a)/im(a)
- Perpendicular bisector ≡ |z-z1| = |z-z2|
- Arc ≡ arg([z-z1]/[z-z2]) = α
- Concyclic points ≡ [(z4-z1)/(z2-z1)] *[(z2-z3)/(z4-z3)] is real
- Equilateral triangle ≡ 1/(z1-z2) + 1/(z2-z3) + 1/(z3-z1) = 0
- Section formula for complex number ≡
(mz2+nz1)/(m+n) for internal and (mz2-nz1)/(m-n) for external
Formulae:
- Number of power sets = 2n
- A-B = B'-A'
- A⊆B = B'⊆A'
- (A∪B)' = A'∩B'
- (A∩B)' = A'∪B'
- A-(B∪C) = (A-B)∩(A-C)
- n(A∪B) = n(A) + n(B) - n(A∩B)
- n(A∪B∪C) = n(A) + n(B) + n(C) - n(A∩B) - n(B∩C) - n(C∩A) + n(A∩B∩C)
- √a+bi =
±sqrt[{sqrt(a2 + b2)+a}/2] + sgn(b)*isqrt[{sqrt(a2 + b2)-a}/2]
- |z1 ∓ z2| = |z1|2 + |z2|2 ∓Re(z1z̅2)
- Distance = |z1-z2|
- Insertion of n AMs , d = (b-a)/n+1 , Ak = a + kd
- Insertion of n GMs , r = (b/a)(1/(n+1)) , Gk = ark
- Insertion of n HMs , D = (a-b)/[(n+1)ab] , 1/Hk = (1/a) + kD
- Sum of n terms in AP , S = (n/2)[2a+(n-1)d] = (n/2)[a+an]
- Sum of n terms in GP , S = a(1-rn)/(1-r)
- Sum of infinite terms in GP {when |r|<1}, S∞ = a/(1-r)
- Sum of n terms of in AGP , S(1-r) = a + dr(1-rn-1)/(1-r) - [a+(n-1)d]rn
- ∑1≤i≤j≤n[f(i)*f(j)] = [∑∑(f(i)*f(j))+∑i=j(f(i)*f(j))]/2
Home page
Home page