Skip to content

Conic Sections: Parabola, Ellipse & Hyperbola

Focus-Directrix Definition

A conic section is the locus of a point $P$ moving such that its distance from a fixed point $S$ (Focus) bears a constant ratio $e$ (Eccentricity) to its perpendicular distance from a fixed line $L$ (Directrix): $$\frac{SP}{PM} = e$$


📐 Interactive Conic Section Eccentricity Sandbox

Interactive Parametric Visualizer

Conic Section Eccentricity & Focus-Directrix Sandbox

Slide the eccentricity $e$ to witness the continuous geometric phase transition: Circle ($e=0$) $\to$ Ellipse ($0 < e < 1$) $\to$ Parabola ($e=1$) $\to$ Hyperbola ($e > 1$).

Directrix LFocus SP (Point on Conic)
Conic ClassificationEllipse
Focal Distance SP / PM Ratio0.65
Standard Cartesian Formx²/a² + y²/b² = 1 (b² = a²(1-e²))

🚦 Step 0 Decision Tree: Conic Tangent & Normal Equations

🚦 Step 0 Decision TreeDeciding Parametric (t/θ) vs Slope (m) vs Point (T=0) Form

Click on your mathematical problem pattern below to instantly reveal the optimal, lowest-algebra solution path:

📐Optimal Solution Blueprint for: Definite Integral with Trigonometric Fraction
1
Step 1: Check King’s Symmetry:Apply King’s property: I=abf(a+bx)dxI = \int_a^b f(a+b-x) dx. Write 2I=ab[f(x)+f(a+bx)]dx2I = \int_a^b [f(x) + f(a+b-x)] dx.
2
Step 2: Add Integrals:Summing the integrands usually cancels the denominator completely, leaving ab1dx=ba\int_a^b 1 dx = b - a.
3
Step 3: Solve for I:2I=ba    I=ba22I = b - a \implies I = \frac{b - a}{2}. Done in 3 lines without finding an antiderivative!
⚡ Pro-Tip / Exam Shortcut: For 0πxf(sinx)dx\int_0^\pi x f(\sin x) dx, King’s rule instantly eliminates the linear xx term, converting it to π20πf(sinx)dx\frac{\pi}{2} \int_0^\pi f(\sin x) dx.

1. The Standard Parabola (y2=4ax)

  • Focus: (a,0)
  • Directrix: x=a
  • Latus Rectum Length: 4a (ends at (a,2a),(a,2a))
  • Parametric Coordinates: x=at2,y=2at

Tangent and Normal in Parametric Form

  • Tangent at t: ty=x+at2 (Slope m=1/t)
  • Tangent in Slope Form (m): y=mx+am
  • Normal at t: y+tx=2at+at3 (Slope m=t)
  • Normal in Slope Form (m): y=mx2amam3

2. 4-Tier Scaffolded Hint Drill

💡 4-Tier Scaffolded Hint SystemJEE Advanced Problem: Common Tangent to Parabola and Ellipse
Try solving with Hint 1 before unlocking deeper tiers!

3. Conic Section Formula & Danger Zone Cheat Sheet

📑 Quick Revision Matrix & Danger ZonesConic Section Tangent, Normal & Discriminant Conditions
Every governing formula with explicit mathematical conditions and failure danger zones:
Concept / IdentityFormula / EquationPrerequisitesWhere this Formula FAILS / Danger Zone
King's Propertyabf(x)dx=abf(a+bx)dx\int_a^b f(x) dx = \int_a^b f(a + b - x) dxx[a,b]x \in [a, b]Fails if ff has non-integrable singularities within (a,b)(a, b). Useful primarily when f(x)+f(a+bx)f(x) + f(a+b-x) cancels denominators.
Leibniz Integral Derivativeddxu(x)v(x)f(x,t)dt=f(x,v)vf(x,u)u+uvfxdt\frac{d}{dx}\int_{u(x)}^{v(x)} f(x,t)dt = f(x,v)v' - f(x,u)u' + \int_u^v \frac{\partial f}{\partial x}dtu,vC1,fxC0u, v \in C^1, \frac{\partial f}{\partial x} \in C^0Fails if limits u(x),v(x)u(x), v(x) are discontinuous or if f/x\partial f/\partial x is not uniformly continuous on the domain.
Logarithmic Power Expansionln(x2)=2lnx\ln(x^2) = 2 \ln|x|xR{0}x \in \mathbb{R} \setminus \{0\}Writing 2ln(x)2\ln(x) without the modulus fails for all negative x<0x < 0, stripping half the real domain!
Radical Product Identityab=ab\sqrt{a} \cdot \sqrt{b} = \sqrt{a b}a0 or b0a \ge 0 \text{ or } b \ge 0Fails in C\mathbb{C} when both a<0a < 0 and b<0b < 0: 11=i2=1(1)(1)=+1\sqrt{-1}\sqrt{-1} = i^2 = -1 \neq \sqrt{(-1)(-1)} = +1.
AM-GM Inequalityi=1naini=1nain\frac{\sum_{i=1}^n a_i}{n} \ge \sqrt[n]{\prod_{i=1}^n a_i}ai>0  (i)a_i > 0 \; (\forall i)Fails completely if any variable aia_i is negative or if equality is assumed without checking a1=a2==ana_1 = a_2 = \dots = a_n.
Inverse Tangent Additionarctanx+arctany=arctan(x+y1xy)\arctan x + \arctan y = \arctan\left(\frac{x+y}{1-xy}\right)xy<1x y < 1If x>0,y>0x > 0, y > 0 and xy>1x y > 1, formula requires +π+\pi. If x<0,y<0x < 0, y < 0 and xy>1x y > 1, formula requires π-\pi.