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
2
votes
1 answer

Conic Section Intuition

I am able to follow the procedure of rewriting a general conic section in standard form but have a question concerning what is actually happening geometrically at each step. I will break these down into several parts: 1, The general equation of the…
user11128
  • 277
2
votes
1 answer

General Form for a Parametric Parabola

This question is an inverse of this other question on the Parametric Form for a General Parabola. What is the general form, ie. $(Ax+Cy)^2+Dx+Ey+F=0$ , for the parabola given in parametric form as follows: $$\big(at^2+bt+c,\;\;…
2
votes
1 answer

Length of Latus Rectum for a General Parabola

This is an extension my earlier questions here and here on parabolas. Find the length of the Latus Rectum of the General Parabola $$(Ax+Cy)^2+Dx+Ey+F=0$$
2
votes
2 answers

major and minor axis of ellipse, $\phi$ (degree from $x$ axis)

The ellipse is: $$ x(t)=a \cos(wt-c)\\ y(t)=b \cos(wt-d) $$ What are: major axis length minor axis length angle of major axis with $x$ axis? the parametric form ? $(ax^2+by^2+cxy+dx+fy+...=g)$
Ali
  • 21
2
votes
2 answers

Show that the 6 lines can be represented by the following equation: $(x^2-y^2)(x^2-(7-4\sqrt{3})y^2)(x^2-(7+4\sqrt{3})y^2)=0$

Question: Figure $3$ shows six lines passing through the origin. The lines are separated by equal angles. Some exact values of $\tan(t)$ are given in Table $1$. $(i)$ Show that the lines can be represented by the following…
2
votes
2 answers

Finding the turning point of a parabola

I know how to find the turning point of a parabola in most equations but I'm not sure how to solve it in this form, if anyone can help me please do! $$y=x^2+4x-5$$ Thanks
Kiwi
  • 137
  • 2
  • 9
2
votes
1 answer

Variable chord of hyperbola

If a variable chord of hyperbola $x^2$$/4$ - $y^2$$/8$ $=$ $1$ subtends a right angle at the centre of hyperbola . If the chord touches a fixed concentric circle with hyperbola then we have to find the radius of the circle . I thought of doing it…
Koolman
  • 2,898
2
votes
2 answers

A tangent to the ellipse meets the $x$ and $y$ axes . If $O$ is the origin, find the minimum area of triangle $AOB$.

The question is that : A tangent to the ellipse $\frac{x^2}{a^2}+\frac{y^2}{b^2}=1$ meets the $x$ and $y$ axes respectively at $A$ and $B$. If $O$ is the origin, find the minimum area of triangle $AOB$. What I have attempted: Because the…
2
votes
0 answers

Predict the range of a ball kicked on the moon

I'm very confused over this question I had in my homework (someone told me you can't ask hw questions but I really want to know how to do this and I don't have access to a teacher right now) Sorry if this seems to easy. I'm not that good at…
2
votes
2 answers

Finding the conjugate hyperbola

Assume we are given a general proper hyperbola $ a_{11}x^2 + 2 a_{12} x y + a_{22} y^2 + 2 a_{13}x +2 a_{23}y + a_{33} = 0$ with $D =\det \begin{pmatrix} a_{11} & a_{12} \\ a_{12} & a_{22} \end{pmatrix} < 0$ and $ A = \det \begin{pmatrix} …
Dror
  • 141
2
votes
1 answer

Focus of a parabola

If (2,0) is the vertex and y-axis the directrix of a parabola find the focus of the parabola. What does y-axis is directrix mean here?
2
votes
2 answers

Proving that the line joining $(at_1^2,2at_1),(at_2^2,2at_2)$ passes through a fixed point based on given conditions on $t_1,t_2$

Problem:If $t_1$ and $t_2$ are roots of the equation $t^2+kt+1=0$ , where $k$ is an arbitrary constant. Then prove that the line joining the points $(at_1^2,2at_1),(at_2^2,2at_2)$ always passes through a fixed point.Also find that point. I have done…
2
votes
2 answers

Hyperbola: A case of an ellipse?

Can i treat a hyperbola as a special case of ellipse. Like substituting $b^2$ with $-b^2$. Would all things still work? And also, why is a parabola different from the family of (circle, ellipse, hyperbola)? Or am I not looking at it correctly? …
2
votes
1 answer

The difference of the focal semi axes of an ellipse and a hyperbola is equal to $4$.If the ratio of their eccentricities is $\frac{3}{7}$.

An ellipse and a hyperbola have their principal axes along the coordinate axes and have a common foci separated by a distance $2\sqrt{13}$,the difference of their focal semi axes is equal to $4$.If the ratio of their eccentricities is…
user1557
  • 493
2
votes
0 answers

Proof of equation of ellipse

The ellipse can be defined as a conic section with eccentricity lesser than unity. How can you derive the equation of the ellipse using this definition? I can't find proof of the formula using this definition alone.
Vrisk
  • 441