- A relation R is defined as a set of ordered pairs (x, y) where x and y belong to sets A and B respectivel y.
- Representation: R = {(x, y) | x belongs to A and y belongs to B}
a) Reflexive relation: A relation R is reflexive if (a, a) exists for every element a in set A. Example: R = {(a, a), (b, b), (c, c)}
b) Symmetric relation: A relation R is symmetric if (a, b) exists implies (b, a) also exists for every (a, b) i n set A.
Example: R = {(a, b), (b, a), (c, c)}c) Transitive relation: A relation R is transitive if (a, b) exists and (b, c) exists implies (a, c) also exists for every (a, b, c) in set A.
Example: R = {(a, b), (b, c), (a, c)}d) Equivalence relation: A relation R is an equivalence relation if it is reflexive, symmetric, and transitive .
Example: R = {(a, a), (b, b), (c, c), (a, b), (b, a)}e) Partial order relation: A relation R is a partial order relation if it is reflexive, anti-symmetric, and transit ive.
Example: R = {(a, a), (b, b), (c, c), (a, b), (a, c)}- A function f from set A to set B is a relation that maps every element in A to a unique element in B.
- Representation: f: A → B, (x, f(x))
- Domain: Set of all possible input values (x) of a function.
- Co-domain: Set of all possible output values of a function.
- Range: Set of all actual output values of a function.
a) One-to-One (Injective) function: A function f is one-to-one if each element in the domain maps to a un ique element in the co-domain. Example: f(x) = x + 1
b) Onto (Surjective) function: A function f is onto if every element in the co-domain has a corresponding element in the domain.
Example: f(x) = x^2c) One-to-One Correspondence (Bijective) function: A function f is a one-to-one correspondence if it is b oth one-to-one and onto.
Example: f(x) = 2xd) Identity function: A function f(x) = x, where the output is the same as the input. Example: f(x) = x
e) Constant function: A function f(x) = c, where the output is a constant value, regardless of the input. Example: f(x) = 3
1. Inverse Sine function: sin^(-1)(x)
2. Inverse Cosine function: cos^(-1)(x)
3. Inverse Tangent function: tan^(-1)(x)
4. Inverse Cotangent function: cot^(-1)(x)
5. Inverse Secant function: sec^(-1)(x)
6. Inverse Cosecant function: csc^(-1)(x)
The caret (^) symbol is used to denote the power or exponent of a function.j) of the matrix A by scalar k.
a. If A is a square matrix and B is obtained from A by interchanging any two rows (or two columns), then det(B) = -det(A).
b. If A is a square matrix and B is obtained from A by multiplying any row (or column) by a scalar k, then det(B) = k * det(A).
c. If A is a square matrix and B is obtained from A by adding a scalar multiple of one row (or column) to another row (or column), then det(B) = det(A).
a. To find the inverse of a 2x2 matrix A = [[a, b], [c, d]], the formula is:
A^(-1) = (1 / (ad - bc)) * [[d, -b], [-c, a]]b. To find the inverse of a 3x3 matrix A, the formula involves finding the adjoint matrix and dividing it by t he determinant of A.
A function f(x) is said to be continuous at a point x = c if the following three conditions are satisfied:
- f(c) is defined.
- \lim_{x \to c} f(x) exists.
- \lim_{x \to c} f(x) = f(c)
- (f(x) + g(x))
- (f(x) - g(x))
- (f(x) * g(x))
- (f(x)/g(x)) (if g(c) ≠ 0)
- \lim_{h \to 0} \frac{f(c + h) - f(c)}{h}
- Constant Rule: \frac{d}{dx} (c) = 0, where c is a constant.
- Power Rule: \frac{d}{dx} (x^n) = nx^{n-1}, where n is a constant.
- Sum/Difference Rule: \frac{d}{dx} (f(x) ± g(x)) = \frac{d}{dx} (f(x)) ± \frac{d}{dx} (g(x))
- Product Rule: \frac{d}{dx} (f(x) * g(x)) = f'(x) * g(x) + f(x) * g'(x)
- Quotient Rule: \frac{d}{dx} \left(\frac{f(x)}{g(x)}\right) = \frac{f'(x) * g(x) - f(x) * g'(x)}{(g(x))^2} (if g(x) ≠ 0)
a) d/dx (k) = 0 (where k is a constant)
b) d/dx (x^n) = nx^(n-1) (for any real number n)
c) d/dx (e^x) = e^x
d) d/dx (ln(x)) = 1/x
e) d/dx (sin(x)) = cos(x)
f) d/dx (cos(x)) = -sin(x)
a) Sum/Difference Rule: d/dx (f(x) ± g(x)) = f'(x) ± g'(x)
b) Product Rule: d/dx (f(x) * g(x)) = f'(x) * g(x) + f(x) * g'(x)
c) Quotient Rule: d/dx (f(x) / g(x)) = (f'(x) * g(x) - f(x) * g'(x)) / g(x)^2
d) Chain Rule: d/dx (f(g(x))) = f'(g(x)) * g'(x)a) Equation of a tangent at point x=a: y - f(a) = f'(a) * (x - a)
b) Equation of a normal at point x=a: y - f(a) = -1/f'(a) * (x - a)
a) If f'(x)>0 for all x in an interval, then f(x) is increasing in that interval.
a) A point of inflection occurs at x=c if the concavity of a function changes at x=c.
b) If f''(c) = 0 and f''(x) changes sign at x=c, then x=c is a point of inflection.
- ∫ x^n dx = (x^(n+1))/(n+1) + C, (n ≠ -1)
- ∫ 1/x dx = ln|x| + C
- ∫ a^x dx = (a^x)/(ln(a)) + C, (a > 0, a ≠ 1)
- ∫ e^x dx = e^x + C
- ∫ sin(x) dx = -cos(x) + C
- ∫ cos(x) dx = sin(x) + C
- ∫ sec^2(x) dx = tan(x) + C
- ∫ csc^2(x) dx = -cot(x) + C
- ∫ sin^n(x) cos^m(x) dx = (-1)^m (cos^(m-1)(x))/(m-1) sin^(n+1)(x) + ∫ sin^(n+2)(x) cos^(m-2)(x) dx, (n, m > 0)
- ∫ cos^n(x) sin^m(x) dx = (cos^(n+1)(x))/(n+1) (-1)^m sin^(m-1)(x) + ∫ cos^(n-2)(x) sin^(m+2)(x) dx, (n, m > 0)
- ∫ (1/x) dx = ln|x| + C
- ∫ e^x dx = e^x + C
- ∫ a^x dx = (a^x)/(ln(a)) + C, (a > 0, a ≠ 1)
- ∫ log_a(x) dx = (x ln(x) - x)/(ln(a)) + C, (a > 0, a ≠ 1)
- ∫(1/(a^2-x^2)) dx = (1/a) arcsin(x/a) + C, (a ≠ 0)
- ∫(1/(x^2-a^2)) dx = (1/2a) ln|(x-a)/(x+a)| + C, (a ≠ 0)
- ∫(1/(x^2+a^2)) dx = (1/a) arctan(x/a) + C, (a ≠ 0)
1. Area between curves: If y=f(x) and y=g(x) have continuous derivatives on [a, b] and g(x) ≤ f(x) for all x i n [a, b], then the area A between the curves is given by:
A = ∫[a, b] (f(x) - g(x)) dx2. Area bounded by a curve, x-axis, and two ordinates: If x=a and x=b are two ordinates (where b > a) an d y=f(x) is a continuous function on [a, b], then the area A bounded by the curve, x-axis, and the ordinates is given by:
A = ∫[a, b] |f(x)| dx3. Area bounded by a curve, y-axis, and two abscissas: If y=c and y=d are two abscissas (where d > c) an d x=g(y) is a continuous function on [c, d], then the area A bounded by the curve, y-axis, and the abscissa s is given by:
A = ∫[c, d] |g(y)| dy4. Length of a curve: If a curve is represented by y=f(x), where f'(x) exists and is continuous on [a, b], then the length L of the curve on [a, b] is given by:
L = ∫[a, b] √[1 + (f'(x))^2] dx5. Volume of solid of revolution: If a curve y=f(x) is rotated about the x-axis or y-axis between [a, b], then t he volume V of the resulting solid is given by:
- For rotation about x-axis:
V = π ∫[a, b] (f(x))^2 dx- For rotation about y-axis:
V = π ∫[c, d] (g(y))^2 dy6. Length of a plane curve: If a curve is represented by x=g(t) and y=h(t), where g'(t) and h'(t) exist and ar e continuous on [a, b], then the length L of the curve on [a, b] is given by:
L = ∫[a, b] √[(g'(t))^2 + (h'(t))^2] dt7. Centre of mass/centroid: If a lamina has a density ρ(x, y) at each point (x, y) and is bounded by a curve y=f(x), the x-axis, and two ordinates x=a and x=b, then the coordinates of the centre of mass (x , ) are giv en by:
xx = (1/A) ∫[a, b] x ρ(x, f(x)) √[1 + (f'(x))^2] dx = (1/A) ∫[a, b] (0.5(y)^2) ρ(x, f(x)) √[1 + (f'(x))^2] dx where A is the area of the lamina.a) First Order Differential Equations:
- Linear Differential Equation: \(\frac{dy}{dx} + P(x)y = Q(x)\)
- Bernoulli’s Differential Equation: \(\frac{dy}{dx} + P(x)y = Q(x)y^n\)
- Exact Differential Equation: \(M(x,y)dx + N(x,y)dy = 0\) where \(\frac{\partial M}{\partial y} = \frac{\partial N}{\partial x}\)
- Homogeneous Differential Equation: \(\frac{dy}{dx} = F\left(\frac{y}{x}\right)\)
- Separable Differential Equation: \(\frac{dy}{dx} = f(x)g(y)\)
b) Second Order Linear Differential Equations:
- Homogeneous Equation: \(ay'' + by' + cy = 0\)
- Non-Homogeneous Equation: \(ay'' + by' + cy = g(x)\)
- Variable Separable: \(y = e^{\int P(x)dx}\left(\int Q(x)e^{-\int P(x)dx}dx + C\right)\)
- Homogeneous Equation: \(y = e^{\int P(x)dx}\int Q(x)e^{-\int P(x)dx}dx\)
- Exact Differential Equation: \(M(x,y)dx + N(x,y)dy = 0\) where \(\frac{\partial M}{\partial y} = \frac{\partial N}{\partial x}\)
- Auxiliary Equation: \(ar^2 + br + c = 0\)
- General Solution: \(y = C_1e^{r_1x} + C_2e^{r_2x}\)
- Auxiliary Equation: \(ar^2 + br + c = 0\)
- Case 1: \(r_1 \neq r_2\) (Distinct Real Roots): \(y = C_1e^{r_1x} + C_2e^{r_2x}\)
- Case 2: \(r_1 = r_2\) (Repeated Real Roots): \(y = (C_1 + C_2x)e^{r_1x}\)
- Case 3: \(r_1, r_2 = \alpha \pm i \beta\) (Complex Roots): \(y = e^{\alpha x}(C_1 \cos(\beta x) + C_2 \sin( \beta x))\)
- Convert to Linear Form: \(v = y^{1-n}\)
- Substitute: \(y = v^{1/(1-n)}\)
- Solve the resulting linear equation
- If P(x , y , z ) and Q(x , y , z ) are two points, then the distance between them is given by:
d(PQ) = √((x - x )² + (y - y )² + (z - z )²)- If P(x , y , z ) and Q(x , y , z ) divide a line segment PQ in the ratio m : m internally, then the coordinates of the point of division R(x, y, z) are given by:
x = (m x + m x )/(m + m ), y = (m y + m y )/(m + m ), z = (m z + m z )/(m + m )- If P(x , y , z ) and Q(x , y , z ) divide a line segment PQ in the ratio m : m externally, then the coordinates o f the point of division R(x, y, z) are given by:
x = (m x - m x )/(m - m ), y = (m y - m y )/(m - m ), z = (m z - m z )/(m- m )
- If a line makes angles α, β, and γ with the positive X, Y, and Z-axes respectively, then its direction cosi nes are given by:
l = cosα, m = cosβ, n = cosγ- If a line makes angles α, β, and γ with the positive X, Y, and Z-axes respectively, then its direction ratio s are given by:
l = sinβ sinγ, m = sinγ sinα, n = sinα sinβ- A line passing through a point P(x , y , z ) in the direction of the vector a = (l, m, n) can be expressed as:
(x - x )/l = (y - y )/m = (z - z )/n- If P(x , y , z ) is a point and ax + by + cz + d = 0 is the equation of a line, then the distance between the p oint and the line is given by:
dist(P, line) = |ax + by + cz + d|/√(a² + b² + c²)a x + a x + ... + a nx ≤ b
a x + a x + ... + a nx ≤ b
... a x + a x + ... + a nx ≤ b1. Probability of an event A: P(A) = (number of favorable outcomes for A) / (total number of possible outco mes)
2. Probability of the complementary event A': P(A') = 1 - P(A)
3. Addition Rule: For two mutually exclusive events A and B, P(A or B) = P(A) + P(B)
4. Multiplication Rule for Independent Events: For two independent events A and B, P(A and B) = P(A) * P (B)
5. Conditional Probability: The probability of event A occurring given that event B has already occurred is denoted as P(A|B) and is calculated as P(A|B) = P(A and B) / P(B)
6. Bayes' Theorem: P(A|B) = (P(B|A) * P(A)) / P(B)
7. Law of Total Probability: If B1, B2, ..., Bn are mutually exclusive and exhaustive events, then for any ev ent A, P(A) = P(A|B1) * P(B1) + P(A|B2) * P(B2) + ... + P(A|Bn) * P(Bn)
8. Permutation Formula: P(n, r) = n! / (n - r)!
9. Combination Formula: C(n, r) = n! / (r! * (n - r)!)
10. Independent Events: Two events A and B are independent if and only if P(A and B) = P(A) * P(B)
11. Mutually Exclusive Events: Two events A and B are mutually exclusive if and only if P(A and B) = 0
12. Expected Value: E(X) = Σ (x * P(X=x)) where x represents each possible outcome and P(X=x) represe nts the probability of that outcome occurring
13. Variance: Var(X) = Σ ((x - )^2 * P(X=x)) where x represents each possible outcome, P(X