Pages

Friday, April 4, 2025

JEE Mains Mathematics: PYQ-Centric Theory & Formula Guide (1999–2024)

JEE Mains Mathematics: PYQ-Centric Theory & Formula Guide (1999–2024)

High-to-Low Weightage Breakdown (PYQ-Based Analysis)

1. Calculus (25–30% of Total Marks)

  • Limits, Continuity, and Differentiability (~6%)

  • Differentiation & Applications of Derivatives (~7–8%)

  • Definite & Indefinite Integrals (~7–8%)

  • Area Under Curves (~3%)

  • Differential Equations (~3%)

2. Algebra (20–25%)

  • Matrices & Determinants (~6–7%)

  • Complex Numbers (~5%)

  • Quadratic Equations (~3%)

  • Sequences & Series (~3%)

  • Binomial Theorem (~2–3%)

  • Probability (~3–4%)

3. Coordinate Geometry (15–20%)

  • Straight Lines & Pair of Straight Lines (~5%)

  • Circles (~4%)

  • Conic Sections (Parabola, Ellipse, Hyperbola) (~6–7%)

4. Vectors & 3D Geometry (10–12%)

  • Vector Algebra (~5%)

  • Three-Dimensional Geometry (~5%)

5. Trigonometry (7–10%)

  • Heights & Distances (~2–3%)

  • Trigonometric Equations & Identities (~4–5%)


Formulas & Tricks for the Highest-Weightage Topics

I'll begin with Calculus, as it's the most crucial.

1. Limits, Continuity, and Differentiability (~6%)

Key Formulas & Tricks

  1. Standard Limits

    limx0sinxx=1,limx0tanxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1, \quad \lim_{x \to 0} \frac{\tan x}{x} = 1
    limx0(1+x)n=ex,limx(1+1x)x=e\lim_{x \to 0} (1 + x)^n = e^x, \quad \lim_{x \to \infty} \left( 1 + \frac{1}{x} \right)^x = e
    • Trick: Use L'Hôpital's Rule when faced with 0/00/0 or /\infty/\infty forms.

  2. Continuity Conditions
    is continuous at
    x = a
    if:

    limxaf(x)=limxa+f(x)=f(a)\lim_{x \to a^-} f(x) = \lim_{x \to a^+} f(x) = f(a)
    • Trick: Polynomial, exponential, logarithmic, and trigonometric functions are always continuous in their domains.

  3. Differentiability Test

    f(x)
    is differentiable at
    x = a
    if:

    limh0f(a+h)f(a)h=limh0f(a)f(ah)h\lim_{h \to 0} \frac{f(a+h) - f(a)}{h} = \lim_{h \to 0} \frac{f(a) - f(a-h)}{h}
    • Trick: If a function is differentiable, it is always continuous, but not vice versa.

  4. PYQ Example:
    Find k so that f(x) is continuous at x = 2.

    f(x)={x2kx,x23xk,x>2f(x) = \begin{cases} x^2 - kx, & x \leq 2 \\ 3x - k, & x > 2 \end{cases}
    • Apply the continuity condition f(2)=f(2+)f(2^-) = f(2^+) to solve for
      k
      .


2. Differentiation & Applications of Derivatives (~7–8%)

Key Formulas & Tricks

Basic Differentiation Rules

  1. Power Rule:

    ddx[xn]=nxn1\frac{d}{dx} [x^n] = n x^{n-1}
  2. Product Rule:

    ddx[uv]=uv+uv\frac{d}{dx} [uv] = u' v + u v'
  3. Quotient Rule:

    ddx(uv)=uvuvv2\frac{d}{dx} \left( \frac{u}{v} \right) = \frac{u' v - u v'}{v^2}
  4. Chain Rule:

    dydx=dydududx\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx}

Standard Derivatives

ddx(sinx)=cosx,ddx(cosx)=sinx\frac{d}{dx} (\sin x) = \cos x, \quad \frac{d}{dx} (\cos x) = -\sin x
ddx(tanx)=sec2x,ddx(cotx)=csc2x\frac{d}{dx} (\tan x) = \sec^2 x, \quad \frac{d}{dx} (\cot x) = -\csc^2 x
ddx(ex)=ex,ddx(ax)=axlna\frac{d}{dx} (e^x) = e^x, \quad \frac{d}{dx} (a^x) = a^x \ln a
ddx(lnx)=1x,ddx(logax)=1xlna\frac{d}{dx} (\ln x) = \frac{1}{x}, \quad \frac{d}{dx} (\log_a x) = \frac{1}{x \ln a}

Application of Derivatives

  1. Slope of a Tangent Line:
    The slope of the tangent at x=ax = a is given by f(a)f'(a).

    • Trick: The equation of the tangent line is

      yf(a)=f(a)(xa)y - f(a) = f'(a) (x - a)
  2. Slope of a Normal Line:

    • Trick: The normal's slope is the negative reciprocal of the tangent slope:

      Slope of normal=1f(a)\text{Slope of normal} = -\frac{1}{f'(a)}
  3. Monotonicity (Increasing/Decreasing Functions):

    • f(x)f(x) is increasing if f(x)>0f'(x) > 0.

    • f(x) isdecreasing if f(x)<0.

  4. Maxima & Minima (First Derivative Test):

    • Local Maxima at x=ax = a if f(a)=0f'(a) = 0 and f(a)<0f''(a) < 0.

    • Local Minima at x=ax = a if f(a)=0f'(a) = 0 and f(a)>0f''(a) > 0.

    • Point of Inflection if f(a)=0f''(a) = 0 and changes sign.

PYQ Example

Find the critical points of f(x)=x33x2+4f(x) = x^3 - 3x^2 + 4 and determine whether they are maxima or minima.

  • Compute f(x)=3x26xf'(x) = 3x^2 - 6x.

  • Solve 3x26x=03x^2 - 6x = 0 to find critical points.

  • Use the second derivative test.


3. Definite & Indefinite Integrals (~7–8%)

Key Formulas & Tricks

Basic Integration Formulas

xndx=xn+1n+1+C,n1\int x^n dx = \frac{x^{n+1}}{n+1} + C, \quad n \neq -1
exdx=ex+C,axdx=axlna+C\int e^x dx = e^x + C, \quad \int a^x dx = \frac{a^x}{\ln a} + C
dxx=lnx+C\int \frac{dx}{x} = \ln |x| + C
sinxdx=cosx+C,cosxdx=sinx+C\int \sin x dx = -\cos x + C, \quad \int \cos x dx = \sin x + C
sec2xdx=tanx+C,csc2xdx=cotx+C\int \sec^2 x dx = \tan x + C, \quad \int \csc^2 x dx = -\cot x + C

Standard Definite Integral Properties

  1. Limits Property:

    abf(x)dx=abf(a+bx)dx\int_a^b f(x) dx = \int_a^b f(a + b - x) dx
  2. Even & Odd Functions:

    • If f(x)f(x) is even,

      aaf(x)dx=20af(x)dx\int_{-a}^{a} f(x) dx = 2 \int_0^a f(x) dx
    • If f(x)f(x) is odd,

      aaf(x)dx=0\int_{-a}^{a} f(x) dx = 0
  3. Integration by Parts:

    uvdx=uvdx(uvdx)dx\int u v dx = u \int v dx - \int \left( u' \int v dx \right) dx
    • LIATE Rule: Choose uu as
      Logarithmic > Inverse Trigonometric > Algebraic > Trigonometric > Exponential

Trick for Definite Integral Evaluation

  • Use Symmetry to reduce calculation time.

  • Break the integral into parts when limits allow.

PYQ Example

Evaluate 0π/2dx1+tanx\int_0^{\pi/2} \frac{dx}{1 + \tan x}

  • Use the property I=0π/2f(x)dx=0π/2f(π/2x)dxI = \int_0^{\pi/2} f(x) dx = \int_0^{\pi/2} f(\pi/2 - x) dx


4. Area Under Curves (~3%)

Key Formula 

Area=ab[f(x)g(x)]dx\text{Area} = \int_a^b [f(x) - g(x)] dx
  • Trick: If bounded by x-axis, use f(x)f(x).

  • If rotational symmetry exists, compute one quadrant and multiply.

PYQ Example

Find the area enclosed by y=x2y = x^2 and y=xy = x.

  • Solve for intersection points.

  • Integrate (xx2)dx(x - x^2) dx over limits.


5. Differential Equations (~3%)

Key Formulas & Tricks

Basic Definitions

  1. Order of a Differential Equation:

    • The highest derivative present in the equation.

    • Example: d2ydx2+3dydx2y=0\frac{d^2y}{dx^2} + 3\frac{dy}{dx} - 2y = 0 → Order = 2.

  2. Degree of a Differential Equation:

    • The exponent of the highest derivative after removing roots or fractions.

    • Example: (d2ydx2)3+4dydx=0\left(\frac{d^2y}{dx^2}\right)^3 + 4 \frac{dy}{dx} = 0 → Degree = 3.

Types of Differential Equations

  1. Variable Separable Form:

    dydx=f(x)g(y)\frac{dy}{dx} = f(x) g(y)
    • Solution Trick: Rewrite as

      dyg(y)=f(x)dx\frac{dy}{g(y)} = f(x) dx

      and integrate both sides.

  2. Homogeneous Differential Equations:

    • Equation in the form

      dydx=f(yx)\frac{dy}{dx} = f\left(\frac{y}{x}\right)
    • Trick: Substitute y=vxy = vx, so dydx=v+xdvdx\frac{dy}{dx} = v + x\frac{dv}{dx}.

  3. Linear Differential Equations:

    dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x) y = Q(x)
    • Solution Trick: Multiply by the Integrating Factor (IF)

      IF=eP(x)dxIF = e^{\int P(x) dx}
    • General Solution:

      yIF=Q(x)IFdx+Cy \cdot IF = \int Q(x) \cdot IF \, dx + C
  • PYQ Example

    Solve dydx=2y\frac{dy}{dx} = 2y.

    • Solution: Separating variables:

      dyy=2dx\frac{dy}{y} = 2dx
      lny=2x+C\ln |y| = 2x + C
      y=Ce2xy = Ce^{2x}

    6. Matrices & Determinants (~6–7%)

    Key Formulas & Tricks

    Basic Definitions

    1. Determinant of a 2×2 Matrix:

      abcd=adbc\begin{vmatrix} a & b \\ c & d \end{vmatrix} = ad - bc
    2. Determinant of a 3×3 Matrix (Expansion along first row):

      abcdefghi=aefhibdfgi+cdegh\begin{vmatrix} a & b & c \\ d & e & f \\ g & h & i \end{vmatrix} = a \begin{vmatrix} e & f \\ h & i \end{vmatrix} - b \begin{vmatrix} d & f \\ g & i \end{vmatrix} + c \begin{vmatrix} d & e \\ g & h \end{vmatrix}

    Properties of Determinants (Quick Tricks)

    • Swapping two rows/columnsDeterminant sign changes.

    • Two identical rows/columnsDeterminant = 0.

    • A triangular matrix (upper or lower) → Determinant = Product of diagonal elements.

    Matrix Inverse using Adjoint Method

    A1=adj(A)det(A)A^{-1} = \frac{\text{adj}(A)}{\det(A)}
    • Trick: If det(A)=0\det(A) = 0, the matrix has no inverse.

    System of Equations using Matrices

    AX=BX=A1BAX = B \quad \Rightarrow \quad X = A^{-1}B
    • Trick: If det(A)=0\det(A) = 0, the system has no unique solution.

    PYQ Example

    Solve using determinants:

    2x+3y=52x + 3y = 5
    4x+7y=104x + 7y = 10
    • Use Cramer's Rule:

      x=DxD,y=DyDx = \frac{D_x}{D}, \quad y = \frac{D_y}{D}

    7. Complex Numbers (~5%)

    Key Formulas & Tricks

    Basic Properties

    1. Euler’s Form:

      eiθ=cosθ+isinθe^{i\theta} = \cos \theta + i\sin \theta
    2. Modulus of a Complex Number:

      z=x2+y2|z| = \sqrt{x^2 + y^2}
    3. Argument (Principal Value):

      θ=tan1(yx)\theta = \tan^{-1} \left(\frac{y}{x}\right)
    4. Conjugate Property:

      zzˉ=z2z \cdot \bar{z} = |z|^2

    De Moivre’s Theorem

    (cosθ+isinθ)n=cos(nθ)+isin(nθ)(\cos \theta + i \sin \theta)^n = \cos (n\theta) + i \sin (n\theta)
    • Trick: Used for finding roots of unity.

    PYQ Example

    Find the cube roots of unity.

    • Solution: Solve z31=0z^3 - 1 = 0 using De Moivre’s Theorem.


    8. Straight Lines & Pair of Straight Lines (~5%)

    Key Formulas & Tricks

    Equation of a Line

    1. Slope-Intercept Form:

      y=mx+cy = mx + c
    2. Two-Point Form:

      yy1=y2y1x2x1(xx1)y - y_1 = \frac{y_2 - y_1}{x_2 - x_1} (x - x_1)
    3. General Form:

      ax+by+c=0ax + by + c = 0

    Angle Between Two Lines

    tanθ=m1m21+m1m2\tan \theta = \left| \frac{m_1 - m_2}{1 + m_1 m_2} \right|

    • Trick: If m1m2=1m_1 m_2 = -1, the lines are perpendicular.

    Distance Between Two Parallel Lines

    d=c1c2a2+b2d = \frac{|c_1 - c_2|}{\sqrt{a^2 + b^2}}

    Pair of Straight Lines

    • General equation:

      ax2+2hxy+by2=0ax^2 + 2hxy + by^2 = 0

      represents two straight lines if h2ab>0.

    PYQ Example

    Find the equation of the bisector of the angle between two lines:

    3x4y+7=0,5x+12y9=03x - 4y + 7 = 0, \quad 5x + 12y - 9 = 0


    9. Circles (~4%)

    Key Formulas & Tricks

    Standard Equation of a Circle

    1. General Form:

      x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0
      • Center: (g,f)(-g, -f)

      • Radius: r=g2+f2cr = \sqrt{g^2 + f^2 - c}

    2. Equation of a Circle with Center (h,k)(h, k) and Radius rr:

      (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2

    Parametric Form of a Circle

    For a circle centered at (h,k)(h, k) with radius rr:

    x=h+rcosθ,y=k+rsinθx = h + r\cos\theta, \quad y = k + r\sin\theta

    Position of a Point Relative to a Circle

    For a point P(x1,y1), check:

    • Inside: x12+y12<r2x_1^2 + y_1^2 < r^2

    • On: x12+y12=r2x_1^2 + y_1^2 = r^2

    • Outside: x12+y12>r2x_1^2 + y_1^2 > r^2

    Length of a Tangent from a Point (x1,y1)(x_1, y_1)

    Length=x12+y12r2\text{Length} = \sqrt{x_1^2 + y_1^2 - r^2}

    Equation of Tangent to the Circle

    1. Point Form:

      xx1+yy1=r2xx_1 + yy_1 = r^2

      for a circle x2+y2=r2x^2 + y^2 = r^2

    2. Slope Form:

      y=mx±r1+m2y = mx \pm r\sqrt{1 + m^2}

    PYQ Example

    Find the equation of the circle passing through (1, 2) and having center (3, -4) and radius 5.

    • Solution: Using (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2

      (x3)2+(y+4)2=25(x - 3)^2 + (y + 4)^2 = 25

    10. Conic Sections (~5%)

    Key Formulas & Tricks

    Parabola

    1. Standard Equation:

      y2=4axy^2 = 4ax
      • Focus: (a,0)(a, 0)

      • Directrix: x=ax = -a

      • Axis: y=0y = 0

      • Latus Rectum: Length = 4a4a

    Ellipse

    1. Standard Form:

      x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1
      • Foci: (±c,0)(\pm c, 0), where c2=a2b2c^2 = a^2 - b^2

      • Directrices: x=±a2cx = \pm \frac{a^2}{c}

      • Eccentricity: e=cae = \frac{c}{a}

    Hyperbola

    1. Standard Form:

      x2a2y2b2=1\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1
      • Foci: (±c,0), where c2=a2+b2c^2 = a^2 + b^2

      • Directrices: x=±a2cx = \pm \frac{a^2}{c}

      • Eccentricity: e=cae = \frac{c}{a}

    PYQ Example

    Find the equation of a parabola with focus (3,0) and directrix x = -3.

    • Solution: Using

      x=y24ax = \frac{y^2}{4a}

      and given a=3a = 3,

      y2=12xy^2 = 12x

    11. Vectors & 3D Geometry (~6%)

    Key Formulas & Tricks

    Vectors

    1. Dot Product:

      AB=ABcosθ\mathbf{A} \cdot \mathbf{B} = |A||B| \cos\theta
      • Angle Between Two Vectors:

        cosθ=ABAB\cos\theta = \frac{\mathbf{A} \cdot \mathbf{B}}{|A||B|}
    2. Cross Product:

      A×B=ABsinθn^\mathbf{A} \times \mathbf{B} = |A||B| \sin\theta \hat{n}
    3. Equation of a Line in 3D:

      xx1a=yy1b=zz1c\frac{x - x_1}{a} = \frac{y - y_1}{b} = \frac{z - z_1}{c}
    4. Equation of a Plane:

      ax+by+cz=dax + by + cz = d
    5. Shortest Distance Between Two Skew Lines:

      d=(r1r2)(d1×d2)d1×d2d = \frac{|(\mathbf{r_1} - \mathbf{r_2}) \cdot (\mathbf{d_1} \times \mathbf{d_2})|}{|\mathbf{d_1} \times \mathbf{d_2}|}

    PYQ Example

    Find the angle between the lines x12=y+31=z41\frac{x-1}{2} = \frac{y+3}{-1} = \frac{z-4}{1} and x+23=y14=z+52\frac{x+2}{3} = \frac{y-1}{4} = \frac{z+5}{-2}.

    • Solution: Use

      cosθ=d1d2d1d2\cos\theta = \frac{\mathbf{d_1} \cdot \mathbf{d_2}}{|d_1||d_2|}

    Next Topics to Cover Coming Soon

This 3-Step Budget Will Fix Your Monthly Money Problems (Indian Method)

Where Does Your Money Go Every Month? A Simple Indian Budget That Works Most Indians work hard, earn regularly, yet struggle to save. The r...