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
60
votes
4 answers

Parabola is an ellipse, but with one focal point at infinity

While I was reading about conic sections, I came across the following statement: A parabola is an ellipse, but with one focal point at infinity. But it is not clear to me. Can someone explain it clearly?
Kumar
  • 2,259
23
votes
4 answers

The Instant Tangent

It is interesting to note that the tangent at point $(p,q)$ for the circle $(x-h)^2+(y-k)^2=r^2$ is $$(x-h)(p-h)+(y-k)(q-k)=r^2$$ which is formulated simply by replacing one component of the squared $(x-a), (y-b)$ term with $p,q$ instead of $x,y$,…
20
votes
4 answers

Finding the angle of rotation of an ellipse from its general equation and the other way around

The general equation for an ellipse is $Ax^2+Bxy+Cy^2+D=0$. How do I find the angle of rotation, the dimensions, and the coordinates of the center of the ellipse from the general equation and vice versa? Please avoid using matrices or parametric…
Melab
  • 321
17
votes
1 answer

Discriminant of a Conic Section

$B^2 - 4AC$ is called the discriminant of a conic section. It is an invariant. Depending on the sign of $B^2 - 4AC$, you can tell which of the three conic sections (Ellipse, Hyperbola, Parabola) where $A$, $B$, and $C$ are the coefficients of a…
Alan Tam
  • 199
15
votes
4 answers

Is $x^2-y^2=1$ Merely $\frac 1x$ Rotated -$45^\circ$?

Comparing their graphs and definitions of hyperbolic angles seems to suggest so aside from the $\sqrt{2}$ factor: and:
User3910
  • 2,390
14
votes
3 answers

How to find an ellipse, given five points?

Is there a way to find the parameters $$A, B, \alpha, x_0, y_0$$ for the ellipse formula $$\frac{(x \cos\alpha+y\sin\alpha-x_0\cos\alpha-y_0\sin\alpha)^2}{A^2}+\frac{(-x \sin\alpha+y\cos\alpha+x_0\sin\alpha-y_0\cos\alpha)^2}{B^2}=1$$ given five…
tangens
  • 241
11
votes
0 answers

Decomposition of a degenerate conic

As it has been done for the Intersection of conics using matrix representation the aim of this page is providing an exaustive and clear numerical example that describe the math behind the decomposition of a degenerate conic. Any help is welcome! A…
Pierluigi
  • 418
11
votes
4 answers

Area of an ellipse

An ellipse has equation : $$ Ax^2 + Bxy + Cy^2 + Dx + Ey + F =0$$ Can you provide an optimum method to find it's area?
9
votes
2 answers

Equation of the locus of the foot of perpendicular from any focus upon any tangent to the ellipse ${x^2\over a^2}+{y^2\over b^2}=1$

Find the equation of the locus of the foot of perpendicular from any focus upon any tangent to the ellipse ${x^2\over a^2}+{y^2\over b^2}=1$. will it also be an ellipse?
Rudstar
  • 1,173
9
votes
2 answers

Distance From A Point To A General Ellipse

I have the equation of an ellipse, with known coefficients, as follows: $ A x^{2} + B x y + C y^{2} + D x + E y + F = 0$, where $ B^{2} - 4 A C < 0 $ This ellipse is perfectly general: While it is an ellipse, its center may not be at the origin and…
Novak
  • 190
9
votes
2 answers

Prove all lines parallel to an asymptote of a hyperbola intersect the hyperbola once only

A hyperbola has equation $\frac{x^2}{4}-\frac{y^2}{16}=1$. Show that every other line parallel to this asymptote, $y=2x$, intersects the hyperbola exactly once. So here's the hyperbola. The blue line represents the asymptote $y = 2x$. I am not…
Inquirer
  • 825
9
votes
1 answer

In which cases do multiple hyperbola branches have two intersection points?

I am researching on hyperbolic localization techniques. In these techniques there are usually three anchor nodes $a_1, a_2$ and $a_3$ trying to position a blind node $b$. To do this, hyperbola branches are estimated which pass through the blind node…
9
votes
5 answers

Is $\sqrt{x/a}+\sqrt{y/b}=1$ the equation of a parabola tangent to the coordinate axes?

Is the below equation represents a parabola that touches the axes of coordinates? $$\sqrt{x/a}+\sqrt{y/b}=1$$ I know it is very stupid to ask this type of easy question here in the forum, but I'm very curious to know. I have searched many…
Austin20
  • 391
8
votes
2 answers

Determining the major/minor axes of an ellipse from general form

I'm implementing a system that uses a least squares algorithm to fit an ellipse to a set of data points. I've successfully managed to obtain approximate locations for the centre of the ellipse but I am having trouble with the major and minor axes.…
8
votes
2 answers

Significance of negative eccentricity

For any conic section, the eccentricity is the ratio of the distance to the focus and directrix. If the eccentricity were defined to be negative, would this have any significant meaning/application, or potentially be linked to complex numbers?
Noah P
  • 158
1
2 3
66 67