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

Proving a condition related to normal on ellipse

Prove that the straight line $lx+my+n=0$ is a normal to the ellipse $x^2/a^2 +y^2/b^2=1$ if $a^2/l^2 +b^2/n^2 = (a^2 -b^2)^2/n^2$.
Shrey606
  • 171
  • 2
  • 10
0
votes
1 answer

Ellipse features from either expanded form or general form

I have ellipses that are not aligned with the x-axis and are not centered at the origin. Hence, their defined by either of the following two…
0
votes
1 answer

Rewrite a west to east parabola in standard form

$$8y^2+96y-12x+240=0$$ I'm not sure how to approach that problem because there's a $\frac23y^2$ to deal with
Alex
  • 337
0
votes
1 answer

Ellipse fun (given an arc length, calculate theta)

I can see the general solution.. but I was wondering if the wizards here could help me along. :) Given an ellipse with a known major and minor axis. Take a known r(T) such as, the major or minor axis, and a known arc length A. I'd like to determine…
Mr. McGee
  • 103
0
votes
2 answers

Conic Sections:Cycles

A student is given the task of designing a model of a new CD. The equation of the circle representing a disc circumference is given by; $$ x^2+y^2-8x+12y-48=0.$$ Determine the radius of the disc and the center of the circle assuming it is plotted on…
Sylvester
  • 752
0
votes
0 answers

Product of perpendiculars to chord of contact from any point on the director circle is a constant

Consider $S=0$ to be an ellipse. $$\frac{x^{2}}{a^{2}}+\frac{y^{2}}{b^{2}}=1$$ The director circle of this ellipse will be $C=0$. $$x^{2}+y^{2}=a^{2}+b^{2}$$ Consider a point P on $C$ and make two tangents to $S$ touching it at two points A and…
0
votes
2 answers

An ellipse with focal points further and further...

Let's start with a definition of an ellipse that states: An ellipse is a set of points where each point's sum of distances from two focal points is equal to a constant value. Now, we have got a two focal points and a given constant that creates an…
Felix.leg
  • 111
0
votes
4 answers

If $x+y=2$ is a tangent to the ellipse with foci $(2, 3)$ and $(3, 5)$, what is the square of the reciprocal of its eccentricity?

If $x+y=2$ is a tangent to the ellipse with foci $(2, 3)$ and $(3, 5)$, what is the square of the reciprocal of its eccentricity? This could be done by the property, The product of perpendiculars drawn from focus to the tangent is equal to…
0
votes
0 answers

Parameterize points on an ellipse when radial line is from focus and not center

I am unclear about how to parameterize for x,y on the ellipse shown in the figure based on lines drawn from the focus, point "P", (not the center, point "O") and for the angle $\phi$. I believe the drawing shows what I am looking for. For the…
rdemo
  • 173
0
votes
1 answer

Length of minor axis in hyperbola

In case of ellipse, it is clear about its minor axis and its definition of length (2b). But, in case of hyperbola (in standard form) how do we define the length of the minor axis or conjugate axis? Is it just imaginary or it is just a coincidence…
0
votes
1 answer

Calculating an axis aligned bounding box for a transformed sphere

I'm trying to understand the math behind this answer : https://stackoverflow.com/questions/4368961/calculating-an-aabb-for-a-transformed-sphere/4369956#4369956 I've implemented it and it seems to work, but I don't know why .. Can somebody point me…
user2287453
0
votes
1 answer

How to analyze a hyperbola $y = Ax + \sqrt{ (x - B)^2 + (Ax + C)^2}$

I encountered a curve formula in this form: $y = Ax + \sqrt{ (x - B)^2 + (Ax + C)^2}$ The author who raised it said it was a hyperbola and through online tool I drew its on the screen and confirmed that. enter image description here However I don't…
SZYoo
  • 1
0
votes
0 answers

Can transverse axis of a hyperbola be a function of $\theta$

A hyperbola, having the transverse axis of length 2 sin $\theta $ , is confocal with the ellipse $3x^2 + y^2 =12$ then, its equation is ? My question is about the transverse axis as a function of $\theta$. The transverse axis of a hyperbola is a…
0
votes
1 answer

Get the domain of a second degree bivariate curve

I am writing a program which needs to sample one point from a second degree bivariate curve of the form: $$ Ax^2 + Bx + Cy^2 + Dy + Exy + F = 0 $$ To get this sample point I only need to feed a value of $x$ to the formula, but I have to make sure…
qed
  • 1,083
0
votes
0 answers

Parametric point on hyperbola

The parametric point on hyperbola is $(a\sec\theta, b\tan\theta)$. Why is that when the parametric angle $\theta$ is in 1st quadrant, it represents the part of hyperbola in 1st quadrant, and similarly for the 4th quadrant, but in the 2nd and 3rd…
Stuti
  • 187