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

HSC Class 12 Math Formulas Guide

The document provides a comprehensive list of 100 important math formulas for Class 12 students of the HSC Maharashtra Board, organized into categories such as Algebra, Trigonometry, Calculus, Coordinate Geometry, Probability & Statistics, Vectors, and Miscellaneous. Each category contains essential formulas and equations that are fundamental for understanding advanced mathematical concepts. This resource serves as a quick reference guide for students preparing for their examinations.

Uploaded by

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

HSC Class 12 Math Formulas Guide

The document provides a comprehensive list of 100 important math formulas for Class 12 students of the HSC Maharashtra Board, organized into categories such as Algebra, Trigonometry, Calculus, Coordinate Geometry, Probability & Statistics, Vectors, and Miscellaneous. Each category contains essential formulas and equations that are fundamental for understanding advanced mathematical concepts. This resource serves as a quick reference guide for students preparing for their examinations.

Uploaded by

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

100 Important Math Formulas for Class 12 – HSC Maharashtra Board

Table of Contents 1. Algebra 2. Trigonometry 3. Calculus 4. Coordinate Geometry 5. Probability & Statistics
6. Vectors 7. Miscellaneous

1. Algebra

1. (a + b)² = a² + 2ab + b²
2. (a - b)² = a² - 2ab + b²
3. a² - b² = (a + b)(a - b)
4. (x + a)(x + b) = x² + (a + b)x + ab
5. x² + y² = (x + y)² - 2xy
6. x² + y² = (x - y)² + 2xy
7. Sum of n natural numbers: n(n+1)/2
8. Sum of squares: n(n+1)(2n+1)/6
9. Sum of cubes: [n(n+1)/2]²
10. a^3 + b^3 = (a + b)(a² - ab + b²)
11. a^3 - b^3 = (a - b)(a² + ab + b²)
12. Quadratic formula: x = [-b ± √(b² - 4ac)] / 2a

2. Trigonometry

1. sin²A + cos²A = 1
2. 1 + tan²A = sec²A
3. 1 + cot²A = cosec²A
4. sin(90° - A) = cos A
5. cos(90° - A) = sin A
6. tan(90° - A) = cot A
7. sin2A = 2sinAcosA
8. cos2A = cos²A - sin²A
9. tan2A = 2tanA / (1 - tan²A)
10. sin3A = 3sinA - 4sin^3A
11. cos3A = 4cos^3A - 3cosA
12. sin(A + B) = sinAcosB + cosAsinB
13. cos(A + B) = cosAcosB - sinAsinB

3. Calculus

1. dy/dx of x^n = nx^{n-1}


2. d/dx(sin x) = cos x
3. d/dx(cos x) = -sin x
4. d/dx(tan x) = sec^2 x
5. d/dx(log x) = 1/x
6. d/dx(e^x) = e^x
7. Integration of x^n dx = (x^{n+1}) / (n+1) + C

1
8. ∫ sin x dx = -cos x + C
9. ∫ cos x dx = sin x + C
10. ∫ 1/x dx = log|x| + C
11. ∫ e^x dx = e^x + C
12. Chain Rule: dy/dx = dy/du × du/dx

4. Coordinate Geometry

1. Distance: √[(x2 - x1)^2 + (y2 - y1)^2]


2. Midpoint: ((x1 + x2)/2, (y1 + y2)/2)
3. Slope: m = (y2 - y1)/(x2 - x1)
4. Equation of line: y = mx + c
5. Point-slope: y - y1 = m(x - x1)
6. Two-point form: (y - y1) = (y2 - y1)/(x2 - x1)
7. General form: Ax + By + C = 0
8. Circle: (x - h)^2 + (y - k)^2 = r^2

5. Probability & Statistics

1. P(A ∩ B) = P(A) + P(B) - P(A ∪ B)


2. P(A|B) = P(A ∩ B) / P(B)
3. Mean = Σx / n
4. Median (odd n) = middle value
5. Median (even n) = (n/2 + (n/2 + 1))/2
6. Mode = value with highest frequency
7. Variance (σ^2) = Σ(x - µ)^2 / n
8. Standard deviation = √(variance)

6. Vectors

1. |a| = √(a1^2 + a2^2 + a3^2)


2. Dot product: a · b = |a||b|cosθ
3. Cross product: |a × b| = |a||b|sinθ
4. a · b = a1b1 + a2b2 + a3b3
5. If a · b = 0, then vectors are perpendicular
6. Unit vector: â = a / |a|

7. Miscellaneous

1. Binomial Theorem: (a + b)^n = Σ [nCr · a^{n-r} · b^r]


2. nCr = n! / (r!(n - r)!)
3. AM ≥ GM ≥ HM
4. Sum of AP: n/2 [2a + (n - 1)d]
5. Sum of GP: a(1 - r^n)/(1 - r) for r ≠ 1
6. Compound Interest: A = P(1 + r/100)^n

(...more formulas continued until 100)

Common questions

Powered by AI

Variance (σ² = Σ(x - µ)² / n) and standard deviation (SD = √(variance)) offer insights into the dispersion or spread of data points around the mean. Variance measures the average squared deviation, while the standard deviation provides a dimensionally consistent measure of spread, easier to interpret against the mean. These measures are critical in statistics for assessing data variability, predicting values, and understanding natural fluctuations within data sets, which is essential for hypothesis testing and creating confidence intervals .

The Quadratic Formula x = [-b ± √(b² - 4ac)] / 2a can be derived by completing the square of the general quadratic equation ax² + bx + c = 0. By transforming the equation into the form (x + b/2a)² = b²/4a² - c/a, and then isolating x, we derive the formula. This derivation offers advantages by providing a systematic method to solve any quadratic equation, ensures finding both real and complex roots, and gives insight into the nature of the roots based on the discriminant (b² - 4ac), offering a comprehensive solution approach .

The sum formulas for sequences provide tools for calculating the total of a series of terms in arithmetic (AP: n/2 [2a + (n - 1)d]) and geometric progressions (GP: a(1 - r^n)/(1 - r) for r ≠ 1). These formulas simplify solving problems related to accumulation and growth, such as determining total distances, financial interest accumulation, and predicting outcomes of regularly increasing or decreasing scenarios. They are widely applicable in fields like finance, physics, and economics, where understanding change over time and forecasting future values are crucial .

Understanding probability intersections, expressed as P(A ∩ B) = P(A) + P(B) - P(A ∪ B), and conditional probability, P(A|B) = P(A ∩ B) / P(B), allows for quantifying the likelihood of multiple events occurring simultaneously and updating probability assessments based on new information. These concepts are vital in fields like risk management and predictive analytics, enabling informed decision-making under uncertainty by recognizing dependencies and adjusting expectations according to relevant conditions and evidence .

The slope, defined as m = (y2 - y1)/(x2 - x1), serves as a measure of the steepness and direction of a line. The equation of a line can be expressed in several forms, including slope-intercept (y = mx + c), point-slope (y - y1 = m(x - x1)), and general form (Ax + By + C = 0). These forms allow for various analyses: the slope-intercept form is useful for quickly identifying the slope and y-intercept; the point-slope form is ideal for formulating lines given a point and slope; and the general form is beneficial for standardizing equations for comparison. Together, they enable comprehensive interpretation of linear relationships and transformations such as rotations and translations .

The Pythagorean identity in trigonometry is sin²A + cos²A = 1. This identity is fundamental because it relates the squares of the sine and cosine of an angle, providing a way to simplify and solve trigonometric equations by expressing one function in terms of the other. It is commonly used to transition between sin and cos in equations and proves essential in proving other trigonometric identities and simplifying complex expressions .

Sine and cosine are linked through co-function identities: sin(90° - A) = cos A and cos(90° - A) = sin A. These identities reflect how the sine of an angle is equal to the cosine of its complement and vice versa. This relationship simplifies angle transformations, aiding in converting between complementary angles and solving trigonometric equations by allowing the interchange of sine and cosine. It highlights the periodic nature of trigonometric functions, useful in calculating angular phases and resolving rotational symmetries in geometry and physics .

The Binomial Theorem provides a formula for expanding powers of binomials: (a + b)^n = Σ [nCr · a^{n-r} · b^r], where nCr represents the binomial coefficients, calculated as n! / (r!(n - r)!). These coefficients indicate the number of ways to choose r elements from n, thus determining the weight of each term in the expansion. The theorem is significant because it allows for the efficient expansion of large powers of binomials without direct multiplication, simplifying polynomial computations .

In vector algebra, the dot product between two vectors (a · b = |a||b|cosθ) provides a measure of their parallelism. If the dot product is zero (a · b = 0), the vectors are perpendicular, indicating orthogonality. The cross product (|a × b| = |a||b|sinθ) yields a vector perpendicular to the plane containing vectors a and b, with its magnitude representing the area of the parallelogram formed by these vectors. These products are critical in solving geometric problems involving angles and area, facilitating analysis of spatial relationships and vector projections .

The Chain Rule, expressed as dy/dx = dy/du × du/dx, is crucial in calculus for differentiating composite functions. The rule facilitates the differentiation process by breaking down the derivative of a composite function into a product of derivatives of its inner and outer functions. This is especially important in complex applications where functions are nested within each other, supporting tasks such as optimization and modeling natural phenomena. The rule's application involves identifying the inner function u and differentiating it with respect to x, then differentiating the outer function y with respect to u .

You might also like