📐1. Coordinate Geometry (Straight Lines & Conics)

1. Straight Lines (Saral Rekha)

Distance: $d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}$
Slope (m): $m = \tan \theta = \frac{y_2-y_1}{x_2-x_1}$
Angle between Lines: $\tan \theta = |\frac{m_1 - m_2}{1 + m_1m_2}|$
Parallel: $m_1 = m_2$ | Perpendicular: $m_1m_2 = -1$
Point to Line Distance: $d = \frac{|ax_1+by_1+c|}{\sqrt{a^2+b^2}}$

2. Circles (Vritt)

Standard Eqn: $x^2 + y^2 + 2gx + 2fy + c = 0$
Center: $(-g, -f)$ | Radius: $\sqrt{g^2+f^2-c}$
Condition of Tangency: $c^2 = r^2(1+m^2)$
Length of Tangent: $L = \sqrt{S_1}$ | Orthogonal: $2g_1g_2 + 2f_1f_2 = c_1 + c_2$

3. Conic Sections (Quick Summary)

Feature Parabola ($y^2=4ax$) Ellipse Hyperbola
Eccentricity (e) $e = 1$ $\sqrt{1 - \frac{b^2}{a^2}}$ $\sqrt{1 + \frac{b^2}{a^2}}$
Focus $(a, 0)$ $(\pm ae, 0)$ $(\pm ae, 0)$
Latus Rectum $4a$ $2b^2/a$ $2b^2/a$

4. Golden Tricks for JEE

T=0 Rule: Tangent ke liye $x^2 \to xx_1, x \to \frac{x+x_1}{2}$ replace karein.
Director Circle: Locus of $\perp$ tangents.
  - Circle: $x^2+y^2=2r^2$ | Ellipse: $x^2+y^2=a^2+b^2$

📊 Visual: Conic Sections Geometry Map

Coordinate Geometry Diagram
📘 Calculus (Limits, Continuity & Differentiation)

1. Limits (Seema)

Indeterminate Forms:

$\frac{0}{0}, \frac{\infty}{\infty}, \infty - \infty, 0 \times \infty, 1^\infty, 0^0, \infty^0$

L'Hopital's Rule: If form is $\frac{0}{0}$ or $\frac{\infty}{\infty}$, then $\lim \frac{f(x)}{g(x)} = \lim \frac{f'(x)}{g'(x)}$

Standard Limits:
$\lim_{x \to 0} \frac{\sin x}{x} = 1$ | $\lim_{x \to 0} \frac{\tan x}{x} = 1$ | $\lim_{x \to 0} \frac{e^x - 1}{x} = 1$
$\lim_{x \to 0} \frac{\ln(1+x)}{x} = 1$ | $\lim_{x \to 0} \frac{1 - \cos x}{x^2} = \frac{1}{2}$

🚀 $1^\infty$ Shortcut: If $\lim_{x \to a} [f(x)]^{g(x)}$ is $1^\infty$, then Result = $e^{\lim_{x \to a} g(x)[f(x)-1]}$

2. Continuity & Differentiability

Continuity: $LHL = RHL = f(a)$
Differentiability: Graph mein "Sharp Corner" ya "Break" nahi hona chahiye.
Note: Every differentiable function is continuous, but vice-versa is NOT true (e.g., $|x|$ at $x=0$).

3. Differentiation Formulas

Function Derivative $\frac{d}{dx}$
$x^n$$nx^{n-1}$
$\sin x$$\cos x$
$\cos x$$-\sin x$
$\tan x$$\sec^2 x$
$e^x$$e^x$
$a^x$$a^x \ln a$
$\ln x$$1/x$
$\tan^{-1} x$$\frac{1}{1+x^2}$

4. Rules & Applications

Product Rule: $(uv)' = u'v + uv'$
Quotient Rule: $(\frac{u}{v})' = \frac{u'v - uv'}{v^2}$
Tangent Slope: $m = \left(\frac{dy}{dx}\right)_{(x_1, y_1)}$
Normal Slope: $m_n = -\frac{1}{dy/dx}$

🌟 GOLDEN TRICKS FOR JEE

Expansion Series: $\sin x \approx x - \frac{x^3}{6}$, $e^x \approx 1 + x + \frac{x^2}{2}$. (L'Hopital se fast hai!)
Sandwich Theorem: If $f(x) \le g(x) \le h(x)$ and $\lim f = \lim h = L$, then $\lim g = L$.

📊 Visual: Differentiation & Continuity Concepts

Calculus Concepts
📙 Calculus Part 2 (Integration & Differential Eqns)

1. Indefinite Integration

Basic: $\int x^n dx = \frac{x^{n+1}}{n+1} + C$ | $\int \frac{1}{x} dx = \ln|x| + C$

Trig: $\int \sin x dx = -\cos x + C$ | $\int \sec^2 x dx = \tan x + C$

Exp: $\int e^x dx = e^x + C$ | $\int a^x dx = \frac{a^x}{\ln a} + C$

ILATE Rule (Parts): $\int uv \, dx = u \int v \, dx - \int (u' \int v \, dx) dx$

2. Special Integrals (Mains Favorite)

• $\int \frac{dx}{x^2+a^2} = \frac{1}{a}\tan^{-1}(\frac{x}{a}) + C$
• $\int \frac{dx}{\sqrt{a^2-x^2}} = \sin^{-1}(\frac{x}{a}) + C$
• $\int \sqrt{a^2-x^2} dx = \frac{x}{2}\sqrt{a^2-x^2} + \frac{a^2}{2}\sin^{-1}(\frac{x}{a}) + C$

3. Definite Integration & AUC

King's Property: $\int_a^b f(x) dx = \int_a^b f(a+b-x) dx$

Even/Odd: If $f(-x)=-f(x)$, $\int_{-a}^a f(x) dx = 0$

AUC: Area between curves = $\int_a^b |f(x) - g(x)| dx$

4. Differential Equations (D.E.)

Linear D.E. Form: $\frac{dy}{dx} + Py = Q$

Integrating Factor (I.F.): $e^{\int P dx}$

Solution: $y(I.F.) = \int Q(I.F.) dx + C$

🌟 GOLDEN TRICKS

Wallis Formula: $\int_0^{\pi/2} \sin^n x \, dx$ solve karne ke liye iska use karein.
Periodic: $\int_0^{nT} f(x) dx = n \int_0^T f(x) dx$ (where T is period).

📊 Visual: Integration & Differential Geometry

Integration Map
📌 Vector Algebra (Short Notes)

1. Basic Concepts

Magnitude: Agar $\vec{a} = x\hat{i} + y\hat{j} + z\hat{k}$, toh $|\vec{a}| = \sqrt{x^2 + y^2 + z^2}$
Unit Vector: $\hat{a} = \frac{\vec{a}}{|\vec{a}|}$ (Iska magnitude 1 hota hai)
Direction Cosines: $l^2 + m^2 + n^2 = 1$

2. Dot Product (Scalar Product)

Formula: $\vec{a} \cdot \vec{b} = |\vec{a}||\vec{b}| \cos\theta$
Perpendicularity: Agar $\vec{a} \perp \vec{b} \implies \vec{a} \cdot \vec{b} = 0$
Projection: Projection of $\vec{a}$ on $\vec{b} = \frac{\vec{a} \cdot \vec{b}}{|\vec{b}|}$

3. Cross Product (Vector Product)

Formula: $\vec{a} \times \vec{b} = |\vec{a}||\vec{b}| \sin\theta \, \hat{n}$
Determinant Form:
$\vec{a} \times \vec{b} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \end{vmatrix}$
Area of Triangle: $\frac{1}{2} |\vec{a} \times \vec{b}|$

4. Triple Products (High Yield)

Scalar Triple Product (STP): $[\vec{a} \vec{b} \vec{c}] = \vec{a} \cdot (\vec{b} \times \vec{c})$
Volume of Parallelepiped: $V = |[\vec{a} \vec{b} \vec{c}]|$
Vector Triple Product (VTP): $\vec{a} \times (\vec{b} \times \vec{c}) = (\vec{a} \cdot \vec{c})\vec{b} - (\vec{a} \cdot \vec{b})\vec{c}$

🌟 GOLDEN TRICKS FOR JEE

Angle: Jab angle nikalna ho toh Dot Product use karein.
Coplanar: Agar $[\vec{a} \vec{b} \vec{c}] = 0$, toh vectors ek hi plane mein hain.
Lagrange: $|\vec{a} \times \vec{b}|^2 = |\vec{a}|^2|\vec{b}|^2 - (\vec{a} \cdot \vec{b})^2$

Vector Algebra Concepts

[Image: Vector Operations Visual Guide]

Vector Algebra Diagram

[Diagram: Vector Operations and Components]

📏 3D Geometry (Short Notes)

1. Direction Cosines (DC's) & Ratios (DR's)

DC's: $l, m, n$ are values where $l^2 + m^2 + n^2 = 1$
Relation: $l = \cos\alpha, m = \cos\beta, n = \cos\gamma$ (Angles with axes)
DR's: Any three numbers $a, b, c$ proportional to $l, m, n$.
[attachment_0](attachment)

2. The Straight Line

Vector Equation: $\vec{r} = \vec{a} + \lambda \vec{b}$
Cartesian Form: $\frac{x-x_1}{b_1} = \frac{y-y_1}{b_2} = \frac{z-z_1}{b_3}$
Shortest Distance (Skew Lines):
$d = \frac{|(\vec{a}_2 - \vec{a}_1) \cdot (\vec{b}_1 \times \vec{b}_2)|}{|\vec{b}_1 \times \vec{b}_2|}$

3. The Plane

General Form: $ax + by + cz + d = 0$
Intercept Form: $\frac{x}{a} + \frac{y}{b} + \frac{z}{c} = 1$
Point to Plane Distance: $d = \frac{|ax_1+by_1+cz_1+d|}{\sqrt{a^2+b^2+c^2}}$
[attachment_1](attachment)

4. Image & Foot of Perpendicular

Foot (x, y, z): $\frac{x-x_1}{a} = \frac{y-y_1}{b} = \frac{z-z_1}{c} = -\frac{(ax_1+by_1+cz_1+d)}{a^2+b^2+c^2}$
Image (x, y, z): $\frac{x-x_1}{a} = \frac{y-y_1}{b} = \frac{z-z_1}{c} = -2\frac{(ax_1+by_1+cz_1+d)}{a^2+b^2+c^2}$

🌟 GOLDEN TRICKS FOR JEE

Parallel Lines Distance: $d = \frac{|(\vec{a}_2 - \

3D Geometry Diagram

[Diagram: 3D Lines and Planes Visualization]

📊 MATRICES & DETERMINANTS (FULL CHAPTER SUMMARY)
➿ COMPLEX NUMBERS: FULL SUMMARY
📊 PROBABILITY & STATISTICS (FULL SUMMARY)
📈 SEQUENCE & SERIES (FULL SUMMARY)
📐 BINOMIAL THEOREM (ULTIMATE CHECKLIST)
📐 TRIGONOMETRY: FULL UNIT SUMMARY

How to Master JEE Mathematics: The Ultimate 99 Percentile Guide

JEE Mains Mathematics ko aksar sabse tough aur lengthy section mana jata hai. Bahut se students Calculus aur Complex Numbers ke sawalon mein phans kar apna kafi samay barbaad kar dete hain. Lekin sahi strategy aur selection of questions se aap is section mein bhi 80+ marks score kar sakte hain. Is guide mein hum detail mein baat karenge ki kaise aap apne weak topics ko strong karein...

Algebra & Calculus: Master the Core of JEE Mains Mathematics

JEE Mains ke paper mein 30 sawalon mein se lagbhag 18-20 sawal sirf Algebra aur Calculus se hote hain. Agar aapne in do pillars par pakad bana li, toh aapka cutoff hi nahi, balki rank bhi top levels par hogi. Lekin aksar students in chapters ki depth mein kho jate hain aur exam-relevant patterns ko miss kar dete hain. Is blog mein hum dekhenge ki in do mega-topics ko step-by-step kaise finish karein...

Coordinate Geometry & Trigonometry: Visualizing Your Way to Success

Mathematics mein Coordinate Geometry aur Trigonometry do aise pillars hain jo poori tarah se "Visualization" par tike hain. Calculus jahan logic mangta hai, wahi Geometry aapki nazron ka khel hai. JEE Mains mein lagbhag 25% sawal in do units se aate hain. Agar aapko tangents, normals aur trigonometric identities ki gehraayi samajh aa jaye, toh aap paper mein kafi fast calculation kar sakte hain...

The Rank Boosters: Master Probability, Statistics & Vector-3D

JEE Mathematics mein kuch aise chapters hote hain jinhe "Low Input, High Output" kaha jata hai. Probability, Statistics, aur Vector-3D Geometry isi category mein aate hain. In teeno units ko milakar har saal 5 se 6 sawal aate hain, jiska matlab hai seedhe 20-24 marks! Agar aap Calculus ya Complex Numbers mein thoda kamzor bhi hain, toh ye units aapki percentile ko bachane aur rank ko boost karne ka kaam karti hain...