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

Determine conic given two points on the conic and equation of major and minor axis.

Is it possible to determine a Conic given two points on the conic and equation of major and minor axis? I choose $5$ random points on $\mathbb R^2$ independently. Since 5 points determine a conic, I get hold of a circle, parabola, ellipse or a…
Anvit
  • 3,379
0
votes
2 answers

Rotated Ellipse (Parametric) - Determining Semi-Major and Semi-Minor Axes

Given the parametric equation $$\big(\;a \cos(\alpha+\theta), \;\;b\sin(\beta+\theta)\;\big)$$ with parameter $\theta$, how can we determine the length of the semimajor and semiminor axes, as well as the angle of tilt of the ellipse? By…
0
votes
1 answer

Do two ellipses with the same eccentricity, have the same distance between them all around?

For example in the arrow shown in the photo above, assuming the two ellipses have the same eccentricity, will that distance be the same between any two parallel points between the two ellipses?
Sofia
  • 1
0
votes
1 answer

Ellipse: Known Distance from Focus to Far Side $(A+C)$ and $B$

I have a problem where I know the distance from one of the foci to the far side of the ellipse $(A+C)$ and I know $B$. How would I find out what $A$ and $C$ are separately? EDIT: Sorry for the confusion. $A$ is the semi-major axis. $B$ is the…
mls
  • 1
0
votes
1 answer

co-ordinates for centre of known ellipse tangent to known circle

Does any body have the equation for calculating the co-ordinates for the centre of a known ellipse tangent to a known circle 1 Sketch of ellipse and circle attached the 20 degree dimension will be a variable
0
votes
2 answers

Closest Point on a Parabola to a Point Formula for X-Coordinate

I'm trying to find a formula for the x-coordinate of a point on the parabola $y = -x^2-1$ that is closest to a point (x,y). Of course I can find the y-coordinate, so that's why I'm only worrying about the x-coordinate. I have no idea where to start…
TigerGold
  • 339
0
votes
1 answer

Extending a circle to form an ellipse by modifying the lengths parallel to axes.

Suppose that a student only has the theoretical knowledge on circles yet he's attempting a problem to include an ellipse. Is it possible to alter the coordinate axes i.e. $x$ as $x+a$ and if so are there any limitations for doing so (i.e.is it…
0
votes
3 answers

derivation of ellipse parameters

At various places on the Web (including Mathematics StackExchange) are various methods of calculating the semimajor and semiminor parameters of a ellipse $(a, b)$ from the location of a focus on the $x$ axis at a specified distance $c$ from the…
doctorjay
  • 115
0
votes
2 answers

multiple parabolas along the same line of symmetry with the same x-axis intercepts.

Given the equation of the parabola: $$ f(x) = (x-78)(x+218 ). $$ Is it possible to have more than one parabola with the same axis of symmetry: (-70), and the same x-axis intersects: ( 78 , -218 ) ?
0
votes
0 answers

Three chords drawn to an ellipse whose mid points lie on a parabola

Find the values of $\alpha$ for which three distinct chords from $(\alpha, 0)$ to the ellipse $x^2 + 2y^2=1$ are bisected by the parabola $y^2=4x$ Parametric form of the parabola is $(t^2,2t)$ also this is the of the chord so for $T=S_1$…
user659291
0
votes
2 answers

How would graphing a hyperbola work, when including the $v$ in the asymptote equation?

The equation of an asymptote can be either $$y=\pm\frac{b}{a}\sqrt{ (x-h)} + v.$$ The $v$ tends to be ignored as trivial, as the $x$ value tends to infinity, which implies that the approximate asymptote shall always be less than the actual one.…
0
votes
2 answers

Parabola chord through (4a,0) subtends right angle at vertex?

The result of a question in my book hinges on the fact that for $y^2 = 4ax$ every chord passing through (4a,0) subtends a right angle at the vertex. It is suppoesed to be a standard result, but I have never heard of it anywhere. Would someone please…
Hema
  • 1,329
0
votes
1 answer

Minimum value of length of tangent of the ellipse $x^2/a^2 + y^2/b^2 = 1$, intercepted between the co-ordinate axes

I have taken a parameter $(a \cos c, b \sin c)$ where $c$ is the eccentric angle and the tangent passing through this point cuts the x-axis at the point $(a \cos c, 0)$ and y-axis at $(0,b \sin c)$. After this I have calculated the the length using…
0
votes
1 answer

How to find the farthest point on a ellipse from a point within an ellipse?

I was wondering if you could help me figure this out. I've been trying to write some code to calculate the farthest point on an ellipse $(150w, 85h)$ from a given point $(55x, 20y)$ within the ellipse. Could anyone help walk me through the steps to…
Tester45
  • 1
  • 1
0
votes
2 answers

Finding tangent to a circle with only one coordinate given

So I came across this MCQ: Which one of the following is the equation of a tangent to the circle $ x^2 + y^2 = 9: $ A. $ x = -1$ B. $ x = 4$ C. $ y = -4$ D. $ y =3$ E. $x = 0$ I know how to find the tangent to a circle given a coordinate for…
Arkilo
  • 479