Freshmark
← Back to all writing

Focal Radius Formulas for Conic Sections

The focal chord length of a conic section is often asked in questions. This article uses straight line parametric equation to derive: - Ellipse - Hyperbola - Parabola The Focus Cho

The focal chord length of a conic section is often asked in questions. This article uses straight line parametric equation to derive:

  • Ellipse
  • Hyperbola
  • Parabola

The Focus Chord Length Formula

Parametric equations of straight lines

The straight line passing through the point P(x0,y0)P(x_0,y_0) can be expressed as: {x=x0+tcos(θ),y=y0+tsin(θ)\begin{cases} x=x_0+t\cos(\theta),\\ y=y_0+t\sin(\theta) \end{cases}

lettermeaning
θ\thetaThe inclination angle of the straight line
ttDirected distance

Formula derivation

Generally speaking, by combining the parametric equation of a straight line with a conic section, you will get a quadratic equation of one variable about tt, the two roots of which are t1,t2t_1,t_2.

The length of a straight line intercepted by a conic section is always t1t2=Δa|t_1-t_2|=\frac{\sqrt{\Delta}}{|a|}

Ellipse

For the ellipse E:x2a2+y2b2=1E:\frac{x^2}{a^2}+\frac{y^2}{b^2}=1 and the right focus F(c,0)F(c,0), let the focal chord inclination angle through the right focus be θ\theta. {x=c+tcos(θ),y=tsin(θ),b2x2+a2y2=a2b2\begin{cases} x=c+t\cos(\theta),\\ y=t\sin(\theta),\\ b^2x^2+a^2y^2=a^2b^2 \end{cases} Lianlide: (a2sin2θ+b2cos2θ)t2+(2b2ccosθ)t+b2(c2a2)=0(a^2\sin^2\theta+b^2\cos^2\theta)t^2+(2b^2c\cos\theta)t+b^2(c^2-a^2)=0

The correctness of this result can be tested by dimension (consider a, b, c, t as lengths, and the powers of the left and right lengths are all 4)

Discriminant Δ=4a2b4\Delta=4a^2b^4

Focus chord length: t1t2=Δa2sin2θ+b2cos2θ|t_1-t_2|=\frac{\sqrt{\Delta}}{|a^2\sin^2\theta+b^2\cos^2\theta|} 2ab2a2sin2θ+b2cos2θ=2ab2a2c2cos2θ\boxed{\frac{2ab^2}{a^2\sin^2\theta+b^2\cos^2\theta}=\frac{2ab^2}{a^2-c^2\cos^2\theta}} This result can withstand scrutiny: if the ellipse degenerates into a circle (e=1e=1), then c=0c=0, the focus (now degenerated into the origin) chord has constant length 2a=2b2a=2b

If you switch to the left focus, it is equivalent to θπθ\theta \to \pi-\theta, and the formula remains unchanged.

In more detail, the length of the focal chord above and below the x-axis can be calculated. {t1=b2a+ccosθ,t2=b2accosθ,t1t2=b4a2c2cos2θ\begin{cases} |t_1|=\frac{b^2}{a+c\cos\theta},\\ |t_2|=\frac{b^2}{a-c\cos\theta},\\ |t_1t_2|=\frac{b^4}{a^2-c^2\cos^2\theta} \end{cases}

Hyperbola

For the hyperbola H:x2a2y2b2=1H:\frac{x^2}{a^2}-\frac{y^2}{b^2}=1, the right focus F(c,0)F(c,0), the inclination angle of the focus chord passing through the right focus is θ\theta, and the slope is kk. {x=c+tcos(θ),y=tsin(θ),b2x2a2y2=a2b2\begin{cases} x=c+t\cos(\theta),\\ y=t\sin(\theta),\\ b^2x^2-a^2y^2=a^2b^2 \end{cases} Lianlide: (a2sin2θ+b2cos2θ)t2+(2b2ccosθ)t+b2(c2a2)=0(-a^2\sin^2\theta+b^2\cos^2\theta)t^2+(2b^2c\cos\theta)t+b^2(c^2-a^2)=0

Discriminant Δ=4a2b4\Delta=4a^2b^4

Focus chord length: t1t2=Δa2sin2θ+b2cos2θ|t_1-t_2|=\frac{\sqrt{\Delta}}{|-a^2\sin^2\theta+b^2\cos^2\theta|}

Up to this point, it is consistent with the derivation of the focal length of the ellipse, and then there are differences.

The positive and negative values of T=a2sin2θ+b2cos2θ=c2cos2θa2T=-a^2\sin^2\theta+b^2\cos^2\theta=c^2\cos^2\theta-a^2 are closely related to θ\theta.

In fact, if:

-k=tanθ>ba|k|=|\tan\theta|\gt \frac{b}{a}, then T<0T\lt 0, the straight line and the hyperbola intersect at the right branch. -k=tanθ<ba|k|=|\tan\theta|\lt \frac{b}{a}, then T>0T\gt 0, the straight line and the hyperbola intersect at the left and right branches. -k=tanθ=ba|k|=|\tan\theta|= \frac{b}{a}, then T=0T=0, the straight line and the hyperbola intersect at the right branch point and the infinity point, the focal chord is infinitely long 2ab2a2sin2θ+b2cos2θ=2ab2a2c2cos2θ\boxed{\frac{2ab^2}{|-a^2\sin^2\theta+b^2\cos^2\theta|}=\frac{2ab^2}{|a^2-c^2\cos^2\theta|}} The situation of left focus is exactly the same as the formula and will not be repeated.

Calculate t1,t2t_1,t_2 similarly {t1=b2a+ccosθ,t2=b2accosθ,t1t2=b4a2c2cos2θ\begin{cases} |t_1|=\frac{b^2}{a+c\cos\theta},\\ |t_2|=\frac{b^2}{|a-c\cos\theta|},\\ |t_1t_2|=\frac{b^4}{|a^2-c^2\cos^2\theta|} \end{cases}

Parabola

Assume that the parabola y2=2px(p>0)y^2=2px(p>0), the focus F(p2,0)F(\frac{p}{2},0), and the focal chord inclination angle θ\theta. {x=p2+tcos(θ),y=tsin(θ),y2=2px\begin{cases} x=\frac{p}{2}+t\cos(\theta),\\ y=t\sin(\theta),\\ y^2=2px \end{cases} Lianlide: t2sin2θ2ptcosθp2=0t^2sin^2\theta-2pt\cos\theta-p^2=0

Discriminant Δ=4p2\Delta=4p^2

Focus chord length: t1t2=Δsin2θ|t_1-t_2|=\frac{\sqrt{\Delta}}{\sin^2\theta} 2psin2θ\boxed{\frac{2p}{\sin^2\theta}}{t1=p(1+cosθ)sin2θ,t2=p(1cosθ)sin2θ,t1t2=p2sin2θ\begin{cases} |t_1|=\frac{p(1+\cos\theta)}{\sin^2\theta},\\ |t_2|=\frac{p(1-\cos\theta)}{\sin^2\theta},\\ |t_1t_2|=\frac{p^2}{\sin^2\theta} \end{cases}

A little test

The focus string formula is concise and unified in form, easy to remember, and can speed up problem solving (only the core steps related to focus string are presented below).

Example 1

(2025 Chongqing Preliminary Competition) It is known that the left and right focus of the hyperbola E:x2a2y2b2=1(a>0,b>0)E:\frac{x^2}{a^2}-\frac{y^2}{b^2}=1(a\gt 0,b\gt 0) are F1F_1, F2F_2, AA, and BB points respectively. They are the points on the left and right branches of EE respectively. If the three points of F1,A,BF_1,A,B are collinear, and AF1F2=30,F2A=F2B\angle AF_1F_2=30\degree,|F_2A|=|F_2B|, then the eccentricity of the hyperbola e=e=____

The question conditions are equivalent to AB=4a,θ=30AB=4a,\theta=30\degree and a2sin2θ+b2cos2θ>0-a^2\sin^2\theta+b^2\cos^2\theta\gt 0, based on the hyperbolic focus chord length formula 2ab2a2sin2θ+b2cos2θ=8ab2a2+3b2=4a\frac{2ab^2}{-a^2\sin^2\theta+b^2\cos^2\theta}=\frac{8ab^2}{-a^2+3b^2}=4a Obtain a=b,e=1a=b,e=1.

Example 2

(2025 Guangzhou Preliminary) The left and right foci of the hyperbola C:x2y23=1C:x^2-\frac{y^2}{3}=1 are F1F_1 and F2F_2, respectively. A line ll through F2F_2 intersects the right branch of CC at AA and BB. If the chord cut from the circumcircle of AF1B\triangle AF_1B by the xx-axis has length 7, find AB|AB|.

It is easy to know that the circumcircle of AF1B\triangle AF_1B and the axis of xx intersect at F1F_1. If the other intersection point is DD, we can calculate F2D=7F1F2=3F_2D=7-|F_1F_2|=3.

Consider using the circular power theorem: t1t2=F1F2F2D|t_1t_2|=|F_1F_2||F_2D|b4a2c2cos2θ=914cos2θ=4×3=12\frac{b^4}{a^2-c^2\cos^2\theta}=\frac{9}{1-4\cos^2\theta}=4\times 3=12 So cos2θ=116\cos^2\theta=\frac{1}{16}, using the focal string formula, we get: AB=2ab2a2c2cos2=2×1×314×116=8|AB|=\frac{2ab^2}{a^2-c^2\cos^2}=\frac{2\times 1\times 3}{1-4\times \frac{1}{16}}=8

Example 3

It is known that the left and right foci of hyperbola x21y28=1\frac{x^2}{1}-\frac{y^2}{8}=1 are respectively F1,F2F_1,F_2.

Assume that the left and right branches of straight lines ll and CC intersect at two points A,BA,B respectively, and AF1=BF1|AF_1|=|BF_1|, prove: AF2,AB,BF2|AF_2|,|AB|,|BF_2| forms a geometric sequence.

From Example 1, we know that AB=4a=4|AB|=4a=4, assuming the inclination angle of straight line ll is θ\theta, then: AB=2ab2a2+c2cos2θ=169cos2θ1=4|AB|=\frac{2ab^2}{-a^2+c^2\cos^2\theta}=\frac{16}{9\cos^2\theta-1}=4 Solution: cos2θ=59\cos^2\theta=\frac{5}{9}.

Going one step further, AF2BF2=b4c2cos2θa2=6451=16=AB2|AF_2||BF_2|=\frac{b^4}{c^2\cos^2\theta-a^2}=\frac{64}{5-1}=16=|AB|^2

From this, it is not difficult to conclude:

AF2,AB,BF2|AF_2|,|AB|,|BF_2| becomes a geometric sequence 5a2=c2cos2θ\leftrightarrow 5a^2=c^2\cos^2\theta

Example 4

Let FF be the right focus of the ellipse Γ:x24+y2=1\Gamma:\frac{x^2}{4}+y^2=1, and draw straight lines l1,l2l_1,l_2 with the inclination angles 3030\degree and 6060\degree respectively through the point FF, and intersect the ellipse Γ\Gamma at four points A, B, C, and D respectively. Then the area of the convex quadrilateral formed by these four points is ____. (Contributed by Li Jichen)

AB=2ab2a2c2cos230=4494=167|AB|=\frac{2ab^2}{a^2-c^2\cos^230\degree}=\frac{4}{4-\frac{9}{4}}=\frac{16}{7}, CD=2ab2a2c2cos260=4434=1613|CD|=\frac{2ab^2}{a^2-c^2\cos^260\degree}=\frac{4}{4-\frac{3}{4}}=\frac{16}{13}S=12ABCDsin30=6491S=\frac{1}{2}|AB||CD|\sin30\degree=\frac{64}{91}

Example 5

(2022 Zhejiang Preliminary Competition) It is known that the right focus F1F_1 of the ellipse C1:x224+y2b2=1(0<b<26)C_1:\frac{x^2}{24}+\frac{y^2}{b^2}=1(0\lt b\lt 2\sqrt{6}) coincides with the focus of the parabola C2:y2=4px(pN+)C_2:y^2=4px(p\in \N^+). It passes through F1F_1 and the slope is The positive integer straight line ll intersects C1C_1 with A,BA,B, and intersects C2C_2 with C,DC,D. If 13AB=6CD13|AB|=\sqrt{6}|CD|, find the value of b,pb,p. c2=24b2=p2c^2=24-b^2=p^2 Assume the slope of ll is kN+k\in \N^+; then: cos2θ=1k2+1,sin2θ=k2k2+1\cos^2\theta=\frac{1}{k^2+1},\sin^2\theta=\frac{k^2}{k^2+1}1346b224(24b2)1k2+1=64pk2k2+113\frac{4\sqrt{6}b^2}{24-(24-b^2)\frac{1}{k^2+1}}=\sqrt{6}\frac{4p}{\frac{k^2}{k^2+1}}13b2k2=2p(24k2+b2)13b^2k^2=2p(24k^2+b^2)13k2(24p2)=2p(24k2p2+24)13k^2(24-p^2)=2p(24k^2-p^2+24) By 24p2>0,p=1,2,3,424-p^2\gt 0,p=1,2,3,4

After testing, only p=4,b=22p=4,b=2\sqrt{2} satisfies the meaning of the question.