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
1
vote
1 answer

Relationship between two rotated ellipses centered at the origin

Let there be two ellipses centered at the origin, and rotated angles $\alpha$ and $\alpha'$ from the x-coordinate axis. $a, b$ are the semiaxes of the first, $a',b'$ the semiaxes of the second, and the ratio $ab/a'b'$ is called $f$. The equations…
1
vote
2 answers

How to get the center and the axes of an ellipse

Get the center and the semimajor/semiminor axes of the following ellipses: $$x^2-6x+4y^2=16$$ $$2x^2 - 4x+3y^2+6y=7$$ How would one get these? I have no clue. I have a problem with merely rewriting these in the traditional ellipse equation.
JohnPhteven
  • 2,007
1
vote
0 answers

Parameters for an ellipse given measures of ellipticity

I am trying to visualize some data in the form: { x: 455.53 //the center x coordinate y: 122.44 //the center y coordinate e1: .24101 //value from -1 to 1, represents stretching along x when positive, along y when negative e2: -.44211…
1
vote
0 answers

Parabola with three normals from a given point.

we know that the equation of normal at $(am^2,-2am)$ is $y=mx-2am-am^3.$ If it passes through the point $(h,k)$ then.. $$am^3+0m^2+m(2a-h)+k=0 \tag1$$ above is a cubic equation in $m$ with three values of $m.$ Hence from point $(h,k)$ three…
1
vote
1 answer

Possible length of focal chord of parabloa

ain this I am not able to understand the slution Can anybody please explain me .
Koolman
  • 2,898
1
vote
1 answer

Common chord between 2 different conics

Suppose I have 2 different conics - for example, a circle and a parabola. How do I find the common chord between them? I tried implementing the $S_1-S_2=0$ approach, but it is not giving me any proper answers, as it results in equations like…
1
vote
0 answers

Excel formula for determining the angle degree of an arc in ellipse?

I've read through the related links and have found some formulas which are beyond my understanding. Is there an Excel formula for determining the angle degree of an arc in an ellipse?
1
vote
2 answers

Hyperbola equation not parallel to axis

Given the foci and vertex, I want to know how to get the equation of a hyperbola whose axes are not parallel to x or y axis. All materials I have read only discuss when axes are parallel to axis.
1
vote
2 answers

Finding directrix of a parabola

Let $3x – y – 8 = 0$ be the equation of tangent to a parabola at the point $(7, 13)$. If the focus of the parabola is at $(– 1, – 1)$, then the equation of its directrix is?
1
vote
0 answers

locus of point of intersection of tangents to a parabola

A line intersects the ellipse $$\frac{x^2}{4a^2}+\frac{y^2}{a^2}=1$$ at $A$ and $B$ and the parabola $$y^2=4a(x+2a)$$ at $C$ and $D$.The line segment $AB$ subtends a right angle at the centre of the ellipse.Then,the question is to find out the locus…
Navin
  • 2,605
1
vote
4 answers

The shortest distance from the parabola to the straight-line

Find the shortest distance from the parabola $$y^2=64x \tag{1}$$ to the straight-line $$4x+3y+46=0\tag{2}$$ I guess, to first find $$x=-\frac{3y+46}{4}\tag{3}$$ and than substitue it into the parabola equation, but this way take to much time,…
1
vote
1 answer

Conics Question - Areas

Problem Statement: Square $ABCD$ has side length $60$. An ellipse $E$ is circumscribed about the square and there is a point $P$ on the ellipse such that $PC = PD =50$. What is the area of $E$? I have absolutely no idea nor any thoughts I can…
1
vote
1 answer

Normals are drawn to the ellipse $x^2 + 2y^2 = 2$ from the point (2,3) . Find the equation of the curve on which the co-normal points lie.

I know that the sum of eccentric angles of all the co-normal points is an odd multiple of $\pi$. But I just can't figure out how that'll work in this question...
1
vote
3 answers

Ellipse from one focus, one point and slope at the point

Here's what I know: The coordinates of a point A on an ellipse The instantaneous slope of the ellipse at point A Coordinates of one focus of the ellipse Here's what I'm trying to find: The equation of the ellipse (ideally parametric, but…
1
vote
1 answer

Implicit equation of a sheared ellipse

I have the following implicit equation of an ellipse $\dfrac{x^2}{a^2}+\dfrac{y^2}{b^2}=1.$ What will be the equation once it is sheared in the $x$ direction by an angle $\phi$ ? In other words, suppose I wanted to apply the following shear…
Andrew
  • 13