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
0
votes
0 answers

How to Express the Equation of an Ellipse in Canonical Form in Standard Form

I have an ellipse expressed as $(a+1)x^2+2abxy+(1+b)y^2=r^2.$ I found its center to be $(0,0).$ How can I express this in standard form $\frac{x^2}{A^2}+\frac{y^2}{B^2}=1$ in the $xy$ plane?
0
votes
0 answers

How to find missing coefficients of parabola rotated $30^{\circ}$ counterclockwise?

I tried using the formula $\cot(2\theta)=\dfrac{A-C}{B}$, and got it down to $A-C=2$. I would need a second equation to find the values of those coefficients. So I tried this instead: To remove $xy$ terms from the equation, we use the…
Ansar Al
  • 371
0
votes
0 answers

Calculate an ellipse from 3-4 points that is parallel to the X and Y axes

I'm working on a simple graphics tool that currently draws an ellipse using a bounding rectangle. This is nice and simple, as you just drag the two corners of the rectangle to where you want it. I have been requested to generate an ellipse using 3-4…
flamewave000
  • 101
  • 1
0
votes
1 answer

Proof involving Reflection Property of an Ellipse

Reflection property of the ellipse. Suppose that $P$ is a point on an ellipse whose focal points are $F_1$ and $F_2$. Draw the intersecting lines $PF_1$ and $PF_2$, as well as the bisectors of the four angles they form. Consider the bisector that…
0
votes
2 answers

Polar curve of a conic with respect to a circle

Given a circle of center $O$ and radius $r$, I know that the polar curve of a conic with respect to the circle is, in general, a conic. Now, in a work about Kepler's laws, I found that: if the center of the circle coincide with a focus of the conic,…
Emilio Novati
  • 62,675
0
votes
1 answer

How can one verify the equivalence between the geometric and algebraic definitions of an ellipse/hyperbola?

I was recently introduced to the world of conic sections, and I came across two different "definitions" for an ellipse and a hyperbola. I was wondering if there was an easy way to prove that they happen to be "equivalent". First, it was established…
0
votes
1 answer

What kind of shape is this? Ramanujan ellipse estimation.

The image shows Ramanujan's second approximation for the perimeter of an ellipse in 3 dimensions, where x and y represent a and b, and z represents the perimeter. So when plotted it turns out that all possible perimeters lie on a type of cone whose…
0
votes
3 answers

Comparing equations to figure out coefficients of tangent line of conics

If a focal chord with positive slope $m$ of the parabola $y^2 =16x$ touches the circle $x^2 +y^2-12x+34=0$ then the value of m is...? I again use the result and I get equation of tangent of circle as (using result from page-91): $$ Yy + X(x-6) +…
0
votes
1 answer

How to derive the equation of a 2D rotated ellipse?

I looked at some posts on this website and on Wikipedia for a derivation on the general form of a 2D rotated ellipse, but I've only come across an explanation for the parametric form. Could someone please walk me through the solution to the general…
0
votes
1 answer

Distance of point on ellipse from focii

Let $P( \alpha, \beta)$ be a point on the ellipse $ \frac{x^2}{a^2} + \frac{y^2}{b^2}=1$ where foci are $F_1$ and $F_2$. Then $(PF_1 - PF_2)^2= ?$ I went for a brute for approach, the focii are located at $(\mp ae,0)$ so the distance of point from…
0
votes
1 answer

Why adding to x in quadratic equation subtracts the value from x axis.

Let suppose we have a simple U shaped vertical parabola whose vertex lies on $(0,0)$. To move it $h$ units up, we subtract $2$ from $x$ and vice versa. Same for $k$ and $y$ axis. This seems pretty natural now. When I learned it for the first time, I…
0
votes
2 answers

Degenerate conic composed of two lines

In reading the text Multi-View Geometry for Computer vision, after the notion of a conic is introduced with its corresponding conic coefficient matrix, an example is given on page 32 stating The conic $C= lm^T + ml^T$ is composed of two lines $l$…
0
votes
3 answers

Relation between end point of focal chord of parabola

Consider a parabola $y^2 = 4ax$ , parameterize it as $x=at^2$ and $y=2at$, then it is found that if we have a line segment passing through focus, with each points having value of $t$ as $t_1$ and $t_2$ for the parameterization, then it must be…
0
votes
1 answer

Using the idea of heron's problem to find focal property of ellipse

I'm trying to follow this proof for reflection property of ellipse, I understood the idea of reflection and using it to minimize distances because it's the same concept which we use to solve heron's problem. However, I don't get the second part of…
0
votes
0 answers

Ellipse is the locus of points for which the distance from a point is proportional to the distance from the directrix

Can anyone please tell me how to prove this ellipse is the locus of points for which the distance from a point (focus) is proportional to the distance from the directrix from the following picture ?
anonymous
  • 2,331
  • 14
  • 29