Questions tagged [conic-sections]

For questions about circles, ellipses, hyperbolas, and parabolas. These curves are the result of intersecting a cone with a plane.

A conic section is a smooth planar curve that is the result of intersecting a cone with a plane. There are commonly four conic sections: circles, ellipses, parabolas, and hyperbolas.

We can construct these conic sections analytically. The solutions to the equation $x^2+y^2=z^2$ give us a cone in three-dimensional space. An plane in three-dimensional space that goes through a point $p=(x_0,y_0,z_0)$ and has normal vector $\langle a,b,c \rangle$ is given by the equation

$$a(x-x_0)+b(y-y_0)+c(z-z_0)=0\,.$$

Finding the common solutions to the equation of the cone and equation of the plane for various choices of $p$ and normal vector will—after a change in coordinates to write them as planar curves—lead you to the (potentially) familiar equations

  • Circle: $x^2+y^2 = r^2$
  • Ellipse: $ax^2 + b y^2 = r^2$, where $a,b>0$
  • Parabola: $ax^2 +by = r^2$, where $a\neq 0$
  • Hyperbola: $ax^2 - by^2 = r^2$, where $a,b>0$

There are also geometric constructions of the conic sections. For example, a circle is the set of all points that are a fixed distance from a given points. An ellipse is the set of all points .... The construction of Dandelin spheres (see Wikipedia) unifies the analytic and geometric constructions of conic sections.

4912 questions
3
votes
4 answers

Asymptotes of hyperbola by considering x tends to infinity

I saw this derivation of equations of the asymptotes of hyperbola and it goes like this... For a standard hyperbola $\frac{x^2}{a^2}-\frac{y^2}{b^2}=1$, rearranging the terms we get $y=\pm\frac{b}{a}x\sqrt{1-\frac{a^2}{x^2}}$ So as…
LanaDR
  • 503
3
votes
0 answers

Non tangent through conic passes through two points

Given a non degenerate conic $C$ and a point $O\in C$. I generate an angle $\theta$ uniformly in $[-\pi,\pi)$. Now I draw a line with slope $\tan \theta$ through $O$. Given that this line is not the tangent to $C$ at $O$, is it true that the line…
Anvit
  • 3,379
3
votes
2 answers

How can I classify a conic given by $x^2+xy+3y^2-4x=0$ and $x+y+z-2=0$?

I need help to know how can I classify this type of conic that has two equations. Consider a conic : $$ \left\{ \begin{array}{r} x^2+xy+3y^2-4x=0 \\ x+y+z-2=0 \\ \end{array} \right. $$ I know how to classify a conic with one equation by…
3
votes
3 answers

Find the equation and height of an elliptical whispering room

The room is 150 feet long and the distance from the center of the room to the foci is 60 feet. Finding $a^2$ is easy its $$2a=150$$ $$a=75$$ $$a^2=5625$$ but where I get lost is finding $b^2$, I know I shouldn't look at the answer before solving…
Eric Brown
  • 1,075
3
votes
2 answers

Finding the vertex, axis, focus, directrix, and latus rectum of the parabola $\sqrt{x/a}+\sqrt{y/b}=1$

Find the vertex, axis, focus, directrix, and length of latus rectum of the parabola $$\displaystyle \sqrt{\frac{x}{a}}+\sqrt{\frac{y}{b}}=1$$ Try: Curve $$\sqrt{\frac{x}{a}}+\sqrt{\frac{y}{b}}=1$$ represents a parabola. While drawing the…
DXT
  • 11,241
3
votes
3 answers

Find a parabola touches the line $y=x$ and $y=-x$ at $A(3,3)$ and $B(1,-1)$

If a parabola touches the line $y=x$ and $y=-x$ at $A(3,3)$ and $B(1,-1)$, then find the focus, axis of the parabola and its directrix. What I thought: Since the 2 tangents are perpendicular,the origin must lie on the directrix and the line…
3
votes
2 answers

Conics based on Intercepts

$\hspace {2cm}$ We know that the ellipse $$\frac {x^2}{a^2}+\frac {y^2}{b^2}=1\tag {1}$$ intercepts the axes at $(\pm a, \pm b)$. It is interesting to note that the parabola $$\frac {x^2}{a^2}+\frac yb=1\tag {2}$$ intercepts the axes at $(\pm…
3
votes
3 answers

How to find a point on an ellipse whose normal intersects a point outside the ellipse?

I'm not a math person or coder, so please be patient with me. If I have an ellipse using this equation: $$\frac{(x-h)^2}{a^2}+\frac{\left(y-k\right)^2}{b^2}=1$$ And I know the values $a,b,h,k,x',y'$ how do I calculate the coordinates for a point on…
3
votes
0 answers

How to slice a double cone to get a pair of parallel lines?

There are four possible types of degenerate conics (Wikipedia): a point, a single straight line, a pair of intersecting lines, and a pair of parallel lines. I am however unable to see how one can use a 2D plane to slice a double cone to get a pair…
user547493
3
votes
1 answer

The chord length of an ellipse

Given an ellipse with semi major axis $a$ and semi minor axis $b$. What is the formula to compute the chord length formed by two points, say $P$ and $Q$ on the arc of the ellipse (Euclidean distance between the two points).
3
votes
1 answer

Locus of foot of perpendicular of an ellipse using $x=a\cos\theta$ & $y=b\sin\theta$

The locus of the foot of the perpendicular from a focus to a tangent to the ellipse $\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1$ is the circle $x^2 + y^2 = a^2$ I am able to solve it using tangent as $y=mx±\sqrt{a^2m^2+b^2}$ but my student wants me to…
3
votes
1 answer

Locus of orthocenter of parabola

The normal at $A$ and $B$ on the parabola $y^2=4ax$ meet the parabola at $C$ on same parabola. Then locus of orthocenter of $\triangle ABC$ Attempt Let $A(at^2_{1},2at_{1})$ and $B(at^2_{2},2at_{2})$. Then equation of Normal $A$ and $B$…
DXT
  • 11,241
3
votes
0 answers

When do the **interiors** (not boundaries) of two parabolae and/or ellipses overlap?

An arbitrary conic section can be written in terms of a symmetric 3x3 matrix $A$ as the set of points $X^T=(x,y,1)$ satisfying $X^T A X=0$. 
This question is only concerned with cases where such conic sections are either ellipses (which in this…
3
votes
2 answers

Solve for ellipse given axis-parallel tangent line and another tangent line

See illustration I know point $P_1 = (x_1,y_1)$ which sits on a line $L_1$. $P_1$ will lie on the semi-minor axis. $L_1$ is parallel to the semi-major axis. Have another line $L_2$ which is tangent to the ellipse elsewhere in the first or fourth…
PeteUK
  • 1,570