Junior Intermediate Mathematics Comprehensive Study Guide (NARAYANA GROUP CDF MATERIAL)
Functions and Core Geometrical Concepts Related to Sets A set is defined as a well-defined collection of objects. If A and B are non-empty sets, their Cartesian product, denoted as A×B (read as A cross B), consists of the set of all ordered pairs (a,b) such that a∈A and b∈B. A relation is any subset of this Cartesian product. A function f:A→B is a specific type of relation that associates every element in the domain A to a unique element in the co-domain B. If f(a)=b, then b is the image of a, and a is the pre-image of b. The range of as function is the subset of co-domain B containing all images of elements in A, expressed as Range={f(a):a∈A}. A function is an injection (one-one) if f(a1)=f(a2) implies a1=a2. It is a surjection (onto) if every element in the co-domain B has at least one pre-image in A (meaning the range equals the co-domain). A bijection is a function that is both one-one and onto. Two functions f and g are equal (f=g) if they share the same domain and f(x)=g(x) for all x in that domain. A constant function is defined as f(x)=c for all x, while an identity function IA maps every element to itself (f(x)=x). If a function is a bijection, its inverse f−1:B→A exists such that f−1(b)=a if and only if f(a)=b. The composition of functions f:A→B and g:B→C is denoted g∘f:A→C where (g∘f)(a)=g(f(a)). A function is even if f(−x)=f(x) and odd if f(−x)=−f(x). Special algebraic functions include the greatest integer function [x] (the largest integer less than or equal to x), the modulus function ∣x∣ (defined as x for x≥0 and −x for x<0), and the signum function sgn(x) (which returns 1 for x>0, 0 for x=0, and −1 for x<0). Algebraically, (f±g)(x)=f(x)±g(x), (fg)(x)=f(x)g(x), and (f/g)(x)=f(x)/g(x) provided g(x)=0. # Mathematical Induction and Series Summations The principle of mathematical induction involves three stages: the Basis of Induction (showing P(1) is true), the Inductive Hypothesis (assuming P(k) is true for k≥1), and the Inductive Step (proving P(k+1) is true). Fundamental summation formulas include the sum of the first n natural numbers ∑n=2n(n+1), the sum of their squares ∑n2=6n(n+1)(2n+1), and the sum of their cubes ∑n3=4n2(n+1)2. The sum of the first n odd integers is 1+3+5+...+(2n−1)=n2, while the sum of the first n even integers is 2+4+6+...+2n=n(n+1). In an Arithmetic Progression (A.P.) with first term a and common difference d, the nth term is tn=a+(n−1)d and the sum of the first n terms is Sn=2n[2a+(n−1)d]. In a Geometric Progression (G.P.) with first term a and common ratio r, the nth term is tn=a.rn−1. The sum Sn=r−1a(rn−1) for r>1, and the sum to infinity for ∣r∣<1 is S∞=1−ra. # Matrices and Determinants A matrix is an ordered rectangular array of elements. A matrix with m rows and n columns has order m×n. The trace of a square matrix, Tr(A), is the sum of its principal diagonal elements: a11+a22+a33. Types of matrices include the diagonal matrix (non-diagonal elements are zero), scalar matrix (diagonal matrix with equal diagonal elements), and unit/identity matrix (diagonal elements are all 1). Triangular matrices are classified as upper (elements below the diagonal are zero, aij=0 for i>j) or lower (elements above the diagonal are zero, aij=0 for i<j). Two matrices are equal if they have the same order and identical corresponding elements. Matrix transpose AT is formed by swapping rows and columns. A matrix is symmetric if AT=A and skew-symmetric if AT=−A (where diagonal elements must be zero). Determinants distinguish singular matrices (∣A∣=0) from non-singular ones (∣A∣=0). The rank of a matrix is the maximum order of its non-singular square sub-matrices. Linear systems can be solved using Cramer's Rule where x=ΔΔ1, y=ΔΔ2, and z=ΔΔ3, or via the Matrix Inversion Method (X=A−1D). The Adjoint of a matrix is the transpose of its cofactor matrix, and the inverse is calculated as A−1=∣A∣AdjA. A system is consistent if it has solutions and inconsistent otherwise. # Vector Algebra and Product of Vectors A vector is a directed line segment with magnitude and direction. Two vectors are collinear if a=tb for some scalar t. The modulus of a vector r=xi+yj+zk is ∣r∣=x2+y2+z2. Direction cosines are defined as cos(α)=∣r∣x, cos(β)=∣r∣y, and cos(γ)=∣r∣z. The internal section formula for a point P dividing the segment AB in ratio m:n is P=m+nmb+na. The vector equation of a line through point a parallel to b is r=a+tb. The scalar (dot) product is defined as a⋅b=∣a∣∣b∣cos(θ), and vectors are perpendicular if a⋅b=0. The vector (cross) product is a×b=∣a∣∣b∣sin(θ)n, where n is a unit vector perpendicular to both. The area of a triangle with adjacent sides AB and AC is 21∣AB×AC∣. Scalar triple product [abc] results in the volume of a parallelepiped, while the volume of a tetrahedron is 61∣[abc]∣ for co-terminous edges. The shortest distance between skew lines is given by ∣b×d∣∣(a−c)⋅(b×d)∣. # Trigonometric Ratios and Transformations Standard trigonometric ratios for an angle θ are sin(θ)=HypOpp, cos(θ)=HypAdj, and tan(θ)=AdjOpp. Fundamental identities include sin2(θ)+cos2(θ)=1, sec2(θ)−tan2(θ)=1, and csc2(θ)−cot2(θ)=1. Trigonometric values undergo sign changes based on quadrants (Q1,Q2,Q3,Q4): all are positive in Q1, sine/cosecant in Q2, tangent/cotangent in Q3, and cosine/secant in Q4. For angles involving multiples of 90∘, functions change (sine to cosine, etc.), whereas they remain the same for 180∘ multiples. The range of acos(x)+bsin(x)+c is [c−a2+b2,c+a2+b2]. Compound angle formulas include sin(A±B)=sin(A)cos(B)±cos(A)sin(B) and cos(A±B)=cos(A)cos(B)∓sin(A)sin(B). Multiple angle formulas such as sin(2A)=2sin(A)cos(A) and cos(2A)=cos2(A)−sin2(A)=2cos2(A)−1 are central. Transformation formulas convert sums to products: sin(C)+sin(D)=2sin(2C+D)cos(2C−D) and cos(C)−cos(D)=−2sin(2C+D)sin(2C−D). General solutions for equations like sin(θ)=sin(α) are θ=nπ+(−1)nα. # Hyperbolic and Inverse Trigonometric Functions Hyperbolic functions are defined using exponentials: sinh(x)=2ex−e−x and cosh(x)=2ex+e−x. They follow identities similar to circular functions, such as cosh2(x)−sinh2(x)=1. Inverse hyperbolic functions are expressed logarithmically: sinh−1(x)=log(x+x2+1) and cosh−1(x)=log(x+x2−1). Inverse trigonometric functions like sin−1(x) have specific domains and ranges: sin−1(x)+cos−1(x)=2π for x∈[−1,1]. Sum and difference formulas for tan−1 vary depending on the product of variables (e.g., tan−1(x)+tan−1(y)=tan−1(1−xyx+y) if xy<1). # Properties of Triangles In any triangle ABC with sides a,b,c and semi-perimeter s=2a+b+c, the Sine Rule states sin(A)a=sin(B)b=sin(C)c=2R, where R is the circumradius. The Cosine Rule provides expressions like a2=b2+c2−2bccos(A). Projection rules state a=bcos(C)+ccos(B). The area Δ of a triangle can be calculated via s(s−a)(s−b)(s−c), 4Rabc, or rs (where r is in-radius). Half-angle formulas provide sin(2A)=bc(s−b)(s−c) and tan(2A)=s(s−a)(s−b)(s−c). The in-radius r=4Rsin(2A)sin(2B)sin(2C). Length of the median through A is 212b2+2c2−a2. # Coordinate Geometry (2D and 3D) In 2D plane coordinate geometry, distance between points is (x2−x1)2+(y2−y1)2. The centroid of a triangle is (3∑xi,3∑yi). Important points of concurrency include the In-center (distance r from sides), Orthocenter (intersection of altitudes), and Circumcenter (equidistant from vertices). A locus is a set of points satisfying specific geometric conditions. Shifting the origin to (h,k) is a translation where x=X+h; rotation through angle θ transforms coordinates as X=xcos(θ)+ysin(θ) and Y=−xsin(θ)+ycos(θ). Straight lines can be represented in various forms: Slope-intercept (y=mx+c), Intercept (ax+by=1), and Normal (xcos(α)+ysin(α)=p). The distance from a point to a line ax+by+c=0 is a2+b2∣ax1+by1+c∣. For 3D geometry, the distance of point P from axes involves square roots of sums of squares (e.g., from x-axis: y2+z2). Any line in 3D has direction cosines (l,m,n) where l2+m2+n2=1. The equation of a plane through (x1,y1,z1) with normal d.r.'s (a,b,c) is a(x−x1)+b(y−y1)+c(z−z1)=0. # Calculus: Limits, Continuity, and Differentiation The limit of function f(x) as x→a exists if the left-hand and right-hand limits are equal. Standard limits include limx→0xsin(x)=1 and limx→ax−axn−an=n.an−1. A function is continuous at a if the limit at a equals f(a). Differentiation follows the First Principle: f′(x)=limh→0hf(x+h)−f(x). Basic derivatives include dxd(xn)=nxn−1, dxd(sin(x))=cos(x), dxd(ex)=ex. Composite functions are differentiated via the chain rule: (f∘g)′(x)=f′(g(x))g′(x). Applications include finding equations of tangents (y−y1=m(x−x1)) and normals (y−y1=−m1(x−x1)). Lengths of tangent, normal, sub-tangent, and sub-normal are specifically defined using the slope m. Rolle's Theorem and Lagrange's Mean Value Theorem (LMVT) provide existence conditions for points where a derivative equals zero or an average slope. Functions are strictly increasing if f′(x)>0 and decreasing if f′(x)<0. Extremum values (maxima/minima) are identified through stationary points (f′(x)=0) and checked using the second derivative test (f′′(c)<0 for maximum, f′′(c)>0 for minimum).