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

Length of shortest path

What is the length of shortest path that begins at the point (-1,1) , touches the x axis and then ends at point on the parabola $(x-y)^2 =2(x+y-4)$ . I put $x=x-y$ $y=x+y-4$ then the starting point would be $(-4,-2)$ . can I proceed by this methos…
3
votes
1 answer

General equation of a conic.

I would like to know the derivation of the general equation of a conic: $$Ax^{2} + Bxy + Cy^{2} + Dx + E y + F = 0$$ I have searched over the internet, but I did not find any resource which doesn't make use of trigonometry.
krionz
  • 129
3
votes
2 answers

How can we factorise a general second degree expression?

The expression: $$13x^2 - 18xy +37y^2 + 2x +14y -2 = 0$$ What I tried was making factors like $(x-a)(y-b)+ $ other terms. $$\left(x-\dfrac{7}{9}\right)\left(y-\dfrac{1}{9}\right)+\dfrac{2}{81}-\dfrac{13x^2}{18}-\dfrac{37y^2}{18}=0$$ Actually, I do…
jonsno
  • 7,521
3
votes
2 answers

Parametric Form for a General Parabola

It is well known that a parametric form of the parabola $y^2=4ax$ is $(at^2, 2at)$. What are possible parametric forms of the general parabola $$(Ax+Cy)^2+Dx+Ey+F=0$$ ?
3
votes
2 answers

Latus rectum of a parametric parabola

The latus rectum of the parabola defined parametrically by $x=at^2+bt+c$ and $y=a't^2+b't+c'$ is--- I tried to eliminate $t$ from both the equations and I got the following equation $$(a'x-ay+c'a-ca')^2=(ab'-ba')(b'x-by+c'b-cb')$$ However I could…
Navin
  • 2,605
3
votes
0 answers

How to determine type of conic section from coefficient?

I am writing a piece of software involving conic sections. I need to write a method that returns a different number (0, 1, 2...) for each type of conic section. I have determined the following conic sections: 0 - Circle 1 - Ellipse 2 - Parabola 3 -…
3
votes
3 answers

Creating a parametrized ellipse at an angle

I'm creating a computer program where I need to calculate the parametrized circumference of an ellipse, like this: x = r1 * cos(t), y = r2 * sin(t) Now, say I want this parametrized ellipse to be tilted at an arbitrary angle. How do I go about…
Pedery
  • 149
3
votes
1 answer

How to derive ellipse matrix for general ellipse in homogenous coordinates

So lets say we have an ellipse with axes a and b and the rotation angle $\phi$ and center at $(0,0)$. Now I apply the rotation to $x^2/a^2+y^2/b^2=1$ getting $$x' = x\cos(\phi) + y\sin(\phi)$$ $$y' = y\cos(\phi) + x\sin(\phi)$$ $$x^2(b^2cos(\phi)^2…
3
votes
3 answers

Confusion with the eccentricity of ellipse

Confusion with the eccentricity of ellipse. On wikipedia I got the following in the directrix section of ellipse. Each focus F of the ellipse is associated with a line parallel to the minor axis called a directrix. Refer to the illustration on the…
Singh
  • 2,108
3
votes
2 answers

Finding the length of latus rectum of an ellipse

If the lines $2x+3y=10$ and $2x-3y=10$ are tangents at the extremities of its same latus rectum to an ellipse whose center is origin,then the length of the latus rectum is…
diya
  • 3,589
3
votes
1 answer

How to find ellipse circumference using 5 points?

I want to find ellipse circumference using 5 points. I have 5 point of an arc of the ellipse. To reach my goal i know that i have to do the following things: First, I have to find the general equation of the ellipse using this method Then we should…
3
votes
1 answer

Hyperbola crossing, # of solutions

We typically see hyperbolas drawn the "nice" way. Namely, they are oriented with the arms "opening up" straight up or down, or at 45 degrees. But, in general, they can be at any "angle". Question: Consider two hyperbolas. Each has two arms of…
3
votes
4 answers

How to find the common tangent to the curves $y^2=8x$ and $xy=-1$?

How to find the common tangent to the curves $y^2=8x$ and $xy=-1$ ? My approach: I used the formulae for tangents of a parabola and hyperbola.For any conic section if $y^2$ is replaced by $yy_1$,$xy$ is replaced by $\frac{ xy_1+yx_1}{2}$,$x$ is…
user220382
3
votes
1 answer

Axis angle and length of ellipse

For an ellipse defined by $$x = a \cos(t + \alpha)$$ $$y = b \cos(t + \beta)$$ What are the angles and lengths of each axis? I've tried to work backwards from the expression for a rotated ellipse but I can't seem to equate the trigonometric…
3
votes
2 answers

Finding equation for conic section given five points

Problem: Given the points $$(0,1),(0,-1),(2,0),(-2,0),(1,1)$$ find the equation for the conic section that passes through these points. My attempt: Using the general equation for a conic section, $$ax^2+bxy+cy^2+dx+ey+f=0$$ I inserted the points to…
Alec
  • 4,094