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

Question on ellipse

A regular pentagon is inscribed in an ellipse with semi major axis 10 units. Then sum of all possible measures of the semi minor acis of the ellipse adds up to. I don't exactly understand it. How to do?
Mathejunior
  • 3,344
0
votes
2 answers

Find an equation of the parabola satisfying the following properties.

latus rectum is the line segment joining the points $(2,4)$ and $(6,4)$; passing through the point $(8,1)$. Let $P$ be the point $(2,4)$ and $Q(6,4)$. The distance between the $P(2,4)$ and $(6,4)$ is $4$ units. But I don't what next step to get…
0
votes
1 answer

For what values of $m$ and $c$ does the ellipse have focii at $(\pm c,0)$?

The ellipse equation is: $$(1+m^2)x^2+y^2 = 1 + 2m^2 + m^4$$ I used Remarkable identities concepts and distributive rule for development but I got stuck. I considered $a = (1+m^2)^2$ and $b=(1+m^2)$. $$(1+m^2)x^2+y^2 = 1 + 2m^2 + m^4 $$ $$…
Jessy
  • 25
0
votes
1 answer

General equation of midpoint of chord of hyperbola

$ \frac{x^2}{a^2}+ \frac{y^2}{b^2} =1$ is $ \frac{xx'} {a^2} + \frac{yy'} {b^2} = \frac{x'^2}{a^2}+ \frac{y'^2}{b^2}$ where (x',y') are coordinates of midpoint This is apparently true for all conics. Where is this coming from?
Vrisk
  • 441
0
votes
2 answers

Plotting parabolic segment of fixed length between points A & B

Given two points $A =(x_1,y_1)$, $B = (x_2,y_2)$ and length $L$, how do I plot a parabolic segment of length $L$ that connects A and B? The vertex of the parabola $(p, \, q)$ should be such that $x_1 \leq p \leq x_2$ and $q \leq y_1, y_2$. In other…
0
votes
1 answer

converting an ellipse to circle

I'm working on converting data that is represented as an ellipse into a unit circle. I currently have a least squares implementation of obtaining the offset xo and yo, angle, and major and minor axis as shown here. I'm working on some equations for…
0
votes
3 answers

set of lines through origin that bisects both lines of $x^2 - pxy + y^2$

I've been struggling with this for quite sometime and looks like the answer is $x^2 +1/p *xy +y^2$. Not sure how they got this.
Vrisk
  • 441
0
votes
1 answer

Find elliptical arc center given start point, sweep and start angle and radiuses

I'm writing a program to draw elliptical arc, the input information as title says Start point Start angle Sweep angle X radius Y radius What I need is to find the center and the end point of that arc. Any help is appreciated
0
votes
1 answer

Finding points on ellipse given point on another ellipse in 3 dimensions

I have an ellipse in $x$-$y$ plane with eccentricity $e$, whose semi-major (along $x$-axis) and semi-minor (along $y$-axis) axes lengths are known to be $A$ and $B$. I rotate this ellipse about $y$-axis such that it makes an angle $\epsilon$ with…
0
votes
4 answers

What is the vertex of the parabola $v^2= 4c^2(u+c^2)$?

How to calculate the vertex of the parabola when it's of the form $(x-h)^2=4c(y-k)$ ? Also how to calculate the vertex of $u^2=1-2v$ ? (When there's a constant along with $v$.)
0
votes
1 answer

Find focus, directrix, and graph of a parabola

Find vertex focus and directrix of parabola $$9x^2+16y^2-24xy-18x-101y+109=0.$$ Then sketch the graph. My work. $3 x -4 Y^2 =18 x + 101 y - 109$. Here $Y=3x-4y$ and $X=18 x + 101 y - 109$ then I cannot understand what to do.
0
votes
1 answer

Write the parabolic equation in the form $y=a(x-h)^2+k$ with the following information

It's been a while since I've done this, and I've forgotten the first steps. Any hints/pointers in the right direction would be greatly appreciated. Write the equation for the parabola in the form $y=a(x-h)^2+k$ with the following information:…
Grimestock
  • 311
  • 2
  • 12
0
votes
1 answer

Find the length of the common chord between two circles

What is the length of the common chord between two circles whose equations are $x^2+y^2=4$ and $x^2+y^2-6x+2=0$ I have looked at similar problems elsewhere online but I keep getting different answers that do not seem correct. Any solution would be…
user3753
  • 823
0
votes
1 answer

Finding Distance from Parabola to Directrix & Focus

I have a parabola that has a focus at $F(0,f),f>0 $ with vertex at $V(0,0).$ If there is a point on the parabola with parametrization $ P(x(t),y(t))$ where $t$ is the parameter, how far is $P$ from $F$ and how far is $P$ from the directrix in terms…
user3753
  • 823
0
votes
0 answers

Parametric equations of an elliptical curve resulting from the intersection of a cone and a plane

Cone-plane intersection. I feel like the math is beyond me for this one. Anyways, I have a right circular cone with its apex on the x-y plane. I know all the dimensions of the cone including the orientation of the cone axis. I translate the cone…