ISC Mathematics Problems: Relations to Probability
ISC Mathematics Problems: Relations to Probability
An orthogonal matrix A satisfies A^T A = I, meaning its transpose is its inverse. To prove the determinant is ±1, use the property det(A^T A) = det(I). Since det(I) = 1 and det(A^T) = det(A), we have det(A)^2 = 1. Thus, det(A) = ±1 .
f(x) = ln|x| is continuous at x = 0 as ln|x| approaches negative infinity from both sides, but differentiability fails because the function is undefined at exactly x = 0. The sharp change from negative to positive values around 0 causes the derivative to not exist .
A relation is a partial order if it is reflexive, antisymmetric, and transitive. For R on set A = {1, 2, 3}, reflexivity holds as each element is related to itself (1 ≤ 1, 2 ≤ 2, 3 ≤ 3). It is antisymmetric since if a ≤ b and b ≤ a, then a = b (e.g., (1, 2) and (2, 1) cannot both be in R unless a = b). R is transitive as if a ≤ b and b ≤ c, then a ≤ c (e.g., 1 ≤ 2 and 2 ≤ 3 implies 1 ≤ 3). Thus, R is a partial order relation .
For f(x) = |x|, differentiability at x = 0 requires equal right and left derivatives. The right-hand derivative is 1 and the left-hand derivative is -1 at x = 0. Since they differ, f(x) is not differentiable at x = 0 .
The possible outcomes are HHH, HHT, HTH, HTT, THH, THT, TTH, TTT. The successful outcomes are HHH, HHT, HTH, THH—4 outcomes. The probability is 4/8 = 0.5, because there are two heads in each successful outcome, and the principles of symmetry and combinations apply .
If f(x) is an odd function, f(-x) = -f(x). Over a symmetric interval [-a, a], the integral of an odd function sums to zero because the areas under the curve on [0, a] and [-a, 0] cancel each other out. Proving this showcases the structural properties of odd functions .
The integral ∫(1/(x^2 + 1)) dx is solved by recognizing it as the derivative of tan^(-1)(x). Thus, ∫(1/(x^2 + 1)) dx = tan^(-1)(x) + C .
Compute the derivative f'(x) = 4x^3 - 12x^2, set it to zero: 4x^2(x - 3) = 0, giving critical points x = 0 and x = 3. Evaluate the second derivative f''(x) = 12x^2 - 24x: at x = 0, f''(0) = 0 (test inconclusive); at x = 3, f''(3) = 12 > 0, indicating a minimum at x = 3. Check intervals around critical points to confirm maximum at x = 0 .
The equation for a circle centered at the origin is x^2 + y^2 = r^2. Taking the derivative, 2x + 2yy' = 0 gives the differential equation dy/dx = -x/y, which describes the general slope of the tangent lines to the circle at any point .
Two dice rolls produce sums divisible by 4 if they are 4, 8, or 12. Calculate the combinations using each: sum of 4 (1,3), (2,2), (3,1); sum of 8 (2,6), (3,5), (4,4), (5,3), (6,2); sum of 12 (6,6). Total 9 successful outcomes. With 36 possible outcomes, P(sum divisible by 4) = 9/36 = 0.25 .