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
5
votes
2 answers

Equation of auxiliary circle of the ellipse $2x^2 +6xy + 5y^2$ =1

Equation of auxiliary circle of the ellipse $2x^2 +6xy + 5y^2$= 1 My approach is , First I try remove xy term from the equation, to convert the given equation in the standard equation of ellipse and find the value of $a$ and $b$. For this , I use…
Tips
  • 388
5
votes
2 answers

Minimizing area of ellipse

Find minimum area of an ellipse that can pack three unit circles such that all three touch the ellipse internally: I took a point H as shown in the diagram and used the fact that the radius of the circle is 1, and that the circle touches the…
Harsh
  • 101
5
votes
3 answers

Can the two branches of a hyperbola have more than one common normal?

Today I learned that the two branches of the standard hyperbola $\displaystyle\frac{x^2}{a^2}-\frac{y^2}{b^2}=1$ have no common tangents, but have only one common normal ($y=0$). So I wondered if if it has more than one common normal as well. I…
5
votes
1 answer

Pure geometry proof of parabola property.

Is there a way to prove the property of the parabola that a ray parallel to its axis of symmetry if "reflected" by the parabola will intersect the symmetry axis of the parabola, without using analytic geometry? Assuming that $DA\parallel CB$ and…
5
votes
1 answer

Anyone know a clear, useful online tutorial on dimensional analysis

We've just started this today in first year applied maths at university. Today we were given the problem of deriving the formula for the area of an ellipse. I've got as far as saying there's some relationship between the semi-major axis and the…
5
votes
2 answers

Defining the foci of "slanted" ellipse equation

How to define the foci ($F_1,F_2$) coordinates of the slanted ellipse $x^2+4xy+9y^2=9$?
kalakay
  • 161
5
votes
2 answers

A circle has the same center as an ellipse and passes through the foci $F_1$ and $F_2$ of the ellipse, two curves intersect in $4$ points.

A circle has the same center as an ellipse and passes through the foci $F_1$ and $F_2$ of the ellipse,such that the two curves intersect in $4$ points.Let $P$ be any one of their point of intersection.If the major axis of the ellipse is $17$ and the…
user1557
  • 493
5
votes
1 answer

Why are hyperbolas defined by two branches?

Why are hyperbolas defined by two branches, unlike a parabola which only have one? Geometrically, it looks like a slice. When plotted on a graph, it's two separate curves. Why? We were never taught about conic sections in high school, so when I saw…
4
votes
3 answers

If A represents area of ellipse $3x^2+4xy +3y^2=1$ then the value of $\frac{3\sqrt{3}}{\pi}A = ?$

If A represents area of ellipse $3x^2+4xy +3y^2=1$ then the value of $\frac{3\sqrt{3}}{\pi}A = ?$ My approach : Since area of ellipse is $\pi ab$ where a is semi major axis and b is semi minor axis. Let $(rcos\theta , r sin\theta)$ be any point of…
user108258
  • 1,372
4
votes
2 answers

Finding the asymptotes of a general hyperbola

I'm looking to find the asymptotes of a general hyperbola in $Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0$ form, assuming I know the center of the hyperbola $(h, k)$. I came up with a solution, but it's too long for me to be confident that I didn't make a…
user3002473
  • 8,943
4
votes
2 answers

Edited parabola question

I am confused with the equation of a parabola. My teacher told me that it is in the form $$\text{(axis of parabola)}^2=4\text{(vertex of parabola)}$$ I feel that $\text{(the axis on which the vertex of parabola is)}^2$ should be $4\text{(axis of…
geek101
  • 1,143
4
votes
1 answer

Regular division of the perimeter of an ellipse

I would like to divide an ellipse into $N$ parts such that these $N$ parts have the same arc length. So given let's say $a$ and $b$ the semi-axis of an ellipse centered on $(0,0)$ and a positive integer $N$ , the solution should give $N$ angles $A_1…
Fluxine
  • 115
4
votes
2 answers

Concurrency-Three parabolas sharing common directrix.

I have found this result by exploring for new problems. If three parabolas share a common directrix and each pair intersect each other in two points, then, the lines joining the two intersection points of each pair of parabolas are concurrent. The…
4
votes
1 answer

Ellipse and circle

if $\alpha$, $\beta$, $\gamma$, $\delta$ be the eccentric angles of four points of intersection of the ellipse and any circle,prove that $\alpha+\delta+\beta+\gamma$ is an even multiple of $\pi$ radians.
4
votes
2 answers

Vector equation of an ellipse in $\mathbb{R}^3$

I'm having some trouble with a question involving an ellipse tilted in 3D space. The vector equation of the ellipse is $r(t) = (\cos (t), \sin (t), c \sin(t))$ where c is any real number. The question asks me to prove that the curve corresponding…
Todd
  • 41
1 2
3
66 67