0% found this document useful (0 votes)
103 views2 pages

ISC Mathematics Problems: Relations to Probability

The document is a set of 30 mathematics problems covering various topics including relations and functions, inverse trigonometric functions, matrices, determinants, continuity and differentiability, applications of derivatives, integration, differential equations, and probability. Each problem requires the application of mathematical concepts and proofs. The problems are designed for students preparing for the ISC Mathematics examination.

Uploaded by

maa pradhi
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
103 views2 pages

ISC Mathematics Problems: Relations to Probability

The document is a set of 30 mathematics problems covering various topics including relations and functions, inverse trigonometric functions, matrices, determinants, continuity and differentiability, applications of derivatives, integration, differential equations, and probability. Each problem requires the application of mathematical concepts and proofs. The problems are designed for students preparing for the ISC Mathematics examination.

Uploaded by

maa pradhi
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

ISC Mathematics Section A - Set of 30 Problems, WS 1

Chapter: Relations and Functions


1. Let f(x) = x^2 + 3x + 2 and g(x) = x + 1. Find (f ∘ g)(x).

2. Prove that the relation R on the set A = {1, 2, 3}, defined by R = {(a, b) | a ≤ b}, is a partial
order relation.

3. Determine whether the function f(x) = sin^(-1)(2x) is one-to-one or onto for x ∈ [-1/2,
1/2].

Chapter: Inverse Trigonometric Functions


4. Solve for x: tan^(-1)(x) + tan^(-1)(2x) = π/4.

5. Simplify: sin^(-1)(12/13) + cos^(-1)(5/13).

6. Prove that 2 tan^(-1)(x) = sin^(-1)(2x/(1 + x^2)), where x > 0.

Chapter: Matrices
7. If A = [[1, 2], [3, 4]], find A^(-1).

8. Prove that the determinant of an orthogonal matrix is ±1.

9. Show that A^T A = I implies A is an orthogonal matrix.

Chapter: Determinants
10. Solve: det([[1, x, x^2], [1, y, y^2], [1, z, z^2]]) = 0, where x, y, z are distinct.

11. If A = [[2, 3], [4, 5]], find det(3A).

12. Verify: det(AB) = det(A) * det(B) for given A and B.

Chapter: Continuity and Differentiability


13. Determine whether f(x) = |x| is differentiable at x = 0.

14. If f(x) = e^x sin x, find f''(x).

15. Prove that f(x) = ln|x| is continuous but not differentiable at x = 0.

Chapter: Applications of Derivatives


16. Find the slope of the tangent to the curve y = x^3 - 6x^2 + 9x at x = 2.

17. For what value of k is the function f(x) = x^3 + kx^2 + 1 increasing for all x > 0?

18. Determine the local maxima and minima of f(x) = x^4 - 4x^3.
Chapter: Indefinite Integration
19. Evaluate: ∫(1/(x^2 + 1)) dx.

20. Find ∫ x ln x dx.

21. Prove that ∫ e^x (sin x + cos x) dx = e^x sin x + C.

Chapter: Definite Integration


22. Evaluate: ∫[0, π/2] sin^2 x dx.

23. Prove that ∫[-a, a] f(x) dx = 0 if f(x) is an odd function.

24. Solve: ∫[0, 1] x^2 dx.

Chapter: Differential Equations


25. Solve: dy/dx = 3y.

26. Form the differential equation of the family of circles with center at the origin and
radius r.

27. Solve: dy/dx + y = e^x.

Chapter: Probability
28. A bag contains 4 red balls and 6 blue balls. Two balls are drawn at random. Find the
probability that both are red.

29. A coin is tossed 3 times. Find the probability of getting at least two heads.

30. If two dice are rolled, find the probability that the sum is divisible by 4.

Common questions

Powered by AI

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 .

You might also like