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

1st Year Math Formula Sheet KPK

This document is a formula sheet for 1st Year Mathematics covering various topics including complex numbers, matrices, vectors, sequences, permutations, induction, functions, linear programming, and trigonometry. Each chapter provides essential formulas and concepts necessary for understanding the respective mathematical area. It serves as a quick reference for students studying mathematics in KPK – Peshawar.

Uploaded by

younasmashal420
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)
461 views2 pages

1st Year Math Formula Sheet KPK

This document is a formula sheet for 1st Year Mathematics covering various topics including complex numbers, matrices, vectors, sequences, permutations, induction, functions, linear programming, and trigonometry. Each chapter provides essential formulas and concepts necessary for understanding the respective mathematical area. It serves as a quick reference for students studying mathematics in KPK – Peshawar.

Uploaded by

younasmashal420
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

1st Year Mathematics (KPK – Peshawar) Formula Sheet

CHAPTER 1 – COMPLEX NUMBERS


z = x + iy, i² = –1
Conjugate: z■ = x – iy
|z| = √(x² + y²)
arg z = tan■¹(y/x)
Polar: z = r(cosθ + i sinθ)
Exponential: z = r e^{iθ}
De Moivre: (r(cosθ + i sinθ))■ = r■(cos nθ + i sin nθ)
n-th roots: √[n]{r}(cos((θ+2kπ)/n) + i sin((θ+2kπ)/n))

CHAPTER 2 – MATRICES & DETERMINANTS


Det(2×2): ad – bc
Inverse(2×2): 1/(ad–bc) [[d, –b], [–c, a]]
det(AB)=detA·detB
A■¹ = adj(A)/detA
Cramer: x■ = det(A■)/det(A)

CHAPTER 3 – VECTORS
|a| = √(a■² + a■² + a■²)
Dot: a·b = |a||b|cosθ
Cross magnitude: |a×b| = |a||b|sinθ
Projection: (a·b/|b|²)b

CHAPTER 4 – SEQUENCES & SERIES (AP–GP)


AP: a■ = a■ + (n–1)d
AP sum: S■ = n/2 (2a■ + (n–1)d)
GP: a■ = a■ r^{n–1}
GP sum: S■ = a■(1–r■)/(1–r)
Infinite GP: a■/(1–r)

CHAPTER 5 – MISC. SERIES


AG-series: multiply by r and subtract to solve.
Telescoping: terms cancel.

CHAPTER 6 – PERMUTATION, COMBINATION, PROBABILITY


nPr = n!/(n–r)!
nCr = n!/[r!(n–r)!]
P(E)=favorable/total
P(A|B)=P(A∩B)/P(B)
Bayes: P(A|B)=P(B|A)P(A)/P(B)

CHAPTER 7 – INDUCTION & BINOMIAL THEOREM


(a+b)■ = Σ C(n,k)a^{n–k}b^k
ΣC(n,k)=2■
General binomial: (1+x)^α = 1+αx+α(α–1)x²/2!+...

CHAPTER 8 – FUNCTIONS
(f■g)(x)=f(g(x))
Inverse exists if one-to-one.
Even: f(–x)=f(x), Odd: f(–x)=–f(x)

CHAPTER 9 – LINEAR PROGRAMMING


Z = c■x + c■y
Solution is at feasible region vertices.
CHAPTER 10 – TRIG IDENTITIES
sin²x+cos²x=1
sin(A±B)=sinAcosB±cosAsinB
cos(A±B)=cosAcosB■sinAsinB
tan(A±B)=(tanA±tanB)/(1■tanA tanB)
sin2A=2sinAcosA
cos2A=cos²A–sin²A
sin3A=3sinA–4sin³A

CHAPTER 11 – APPLICATION OF TRIG


Law of sines: a/sinA = b/sinB = c/sinC
Law of cosines: c²=a²+b²–2ab cosC
Area: ∆ = ½ ab sinC
Heron: √[s(s–a)(s–b)(s–c)]

CHAPTER 12 – TRIG & INVERSE TRIG GRAPHS


sin■¹x range: [–π/2, π/2]
cos■¹x range: [0, π]
tan■¹x range: (–π/2, π/2)

Common questions

Powered by AI

Trigonometric identities are essential tools for simplifying expressions and solving equations by reducing complex trigonometric forms into simpler ones. Compound identities like sin(A±B)=sinAcosB±cosAsinB are used to break down angles into simpler components, facilitating solutions that depend on known values of basic angles. Multiple-angle identities, such as sin2A=2sinAcosA or cos2A=cos²A–sin²A, allow for re-expression of trigonometric terms involving multiples of an angle into functions of a simpler angle, aiding in both analytical solutions and in evaluating expressions that derive from real-world oscillatory systems .

De Moivre's Theorem states that for a complex number in polar form z = r(cosθ + i sinθ), the n-th power is z^n = r^n(cos(nθ) + i sin(nθ)). To find the square of a complex number z = r(cosθ + i sinθ), we set n=2: z^2 = r^2(cos(2θ) + i sin(2θ)). For example, if z = 2(cos(30°) + i sin(30°)), then z^2 = 2^2(cos(60°) + i sin(60°)) = 4(1/2 + (√3/2)i), simplifying to 2 + 2√3i .

Transformations, including shifting, stretching, and shrinking, change the graphs of functions in significant ways, impacting symmetry and shape. Horizontal and vertical shifts translate graphs along axes without altering their shape. Stretching and shrinking modify the graph's steepness or width; for instance, a vertical stretch makes a graph steeper, affecting the symmetry. Even functions, f(-x)=f(x), remain symmetric about the y-axis despite vertical shifts, but horizontal symmetry can be disrupted by non-central shifts. Stretching or shrinking may alter the perceived periodicity or amplitude in functions like trigonometric graphs, though the intrinsic properties of even and odd functions are preserved mathematically .

To calculate the probability of drawing a specific combination of cards from a deck, we use the concept of combinations. For example, if we want to find the probability of drawing 3 aces from a standard deck of 52 cards, we calculate the number of favorable outcomes using combinations as C(4, 3), where we choose 3 aces from 4 available aces. Similarly, the total ways to draw 3 cards from 52 is C(52, 3). Thus, the probability is P(E) = C(4, 3) / C(52, 3). Permutations are used when the order of selection matters, while combinations apply when order does not matter, as in this card scenario .

The determinant of a 2×2 matrix A = [[a, b], [c, d]] is given by det(A) = ad - bc, and it determines whether the matrix is invertible. If det(A) ≠ 0, the matrix is invertible, otherwise, it is not . Cramer's Rule uses the determinant to find the solution of a system of linear equations A x = b, by expressing each variable as x_i = det(A_i) / det(A), where A_i is the matrix formed by replacing the i-th column of A with the vector b. Cramer's Rule is applicable only when det(A) is non-zero, indicating that the system has a unique solution .

Vector operations like the dot and cross products are fundamental in determining the properties of geometrical shapes in three-dimensional space. The dot product a·b = |a||b|cosθ provides information about the angle between two vectors and can be used to determine if two vectors are orthogonal, as their dot product will be zero . The cross product a×b = |a||b|sinθn gives a vector perpendicular to both a and b, and its magnitude represents the area of the parallelogram formed by the vectors. These properties are used in determining the orientation of vectors and calculating areas or volumes in 3D spaces, such as finding the volume of a parallelepiped using the scalar triple product .

Arithmetic sequences follow the formula a_n = a_1 + (n–1)d, where d is the common difference, while geometric sequences follow a_n = a_1 r^(n-1), where r is the common ratio . Arithmetic sequences are used in situations requiring regular incremental changes, such as calculating total payment in an installment plan. Geometric sequences model exponential growth or decay scenarios, such as population growth or half-life problems. For practical applications, the sum formulas S_n = n/2 (2a_1 + (n-1)d) for arithmetic, and S_n = a_1(1–r^n)/(1–r) for geometric, enable calculation of total quantities over a series .

Linear programming involves optimizing a linear objective function Z = c_1x + c_2y subject to a set of linear constraints. The feasible region defined by these constraints is analyzed for potential solutions at its vertices, where the optimal solution for the objective function often lies . Linear programming is widely used in practical applications, such as maximizing revenue in business or minimizing costs in production while adhering to resource limitations. By representing constraints and objectives graphically or algebraically, it provides valuable solutions for resource allocation, scheduling, and operational efficiency in diverse fields like finance, logistics, and manufacturing .

The law of sines a/sinA = b/sinB = c/sinC provides a relationship between the sides and angles of a triangle, enabling the calculation of unknown sides or angles when certain sides and angles are known. The law of cosines c² = a² + b² - 2ab cosC extends these calculations to more complex triangle configurations, allowing determination of unknown elements when two sides and the included angle are known . These laws are applied in various fields such as surveying land, constructing objects, or modeling phenomena where direct measurement is difficult but indirect calculation is possible through triangulation methods .

Mathematical induction is a technique used to prove the validity of mathematical propositions for all natural numbers. It involves showing that a statement holds for a base case, usually n=1, and assuming its truth for n=k to prove it for n=k+1 . In the context of the binomial theorem, induction is crucial to show that the expansion (a+b)^n holds for all integers n, based on its basis for n=0 or n=1. By generalizing the inductive step for n=k to n=k+1, induction confirms the consistency and correctness of the binomial theorem for any positive integer n .

You might also like