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

How to prove the path has minimal length?

Setting:Given an isosceles right triangle AEC,A=90 degree,AE=AC. Given r>0,we draw circle A and circle E with radius r. Let point G=the midpoint of the "quarter circle A". We draw a line L parallel to segment CG and the distance of CG and L is r.…
tien
  • 37
2
votes
1 answer

Parametric coordinates of parabola, ellipse

We know that in parabola, ellipse parametric coordinates is given by $(at^2 , 2at)$ and $(a \cos \theta,b \sin \theta)$ respectively, my query is while deriving it when we put $at^2$ into the normal parabola form of $y^2 = 4ax$ we would get $y^2 =…
2
votes
2 answers

Finding the equation of an ellipse given the foci

I just wanted someone to check my solutions for this problem: Find the equation of the ellipse with Foci (2,3) and (-1,1) where the distances from any point on the ellipse to the focus sums to 10. Write your answer in the form $Ax^2+Bxy+Cy^2=D$.…
user130306
  • 1,890
2
votes
3 answers

If a parabola with latus rectum $4a$ slides such that it touches the positive coordinate axes then find the locus of its focus.

If a parabola with latus rectum $4a$ slides such that it touches the positive coordinate axes then find the locus of its focus. If $(x_1,y_1)$ is a point in the first quadrant then the equation of parabola can be written as $(y-y_1)^2=4a(x-x_1)$…
aarbee
  • 8,246
2
votes
2 answers

Tangent and normal to a curve at a minimum

Find the points P on the curve with equation $y=x^2-2$ such that the normal to the curve at P passes through the point (0,0). I said $y=x^2-2$ $\frac{dy}{dx} = 2x \rightarrow$ gradient of normal = $\frac{-1}{2x}$ Equation of normal:…
Steblo
  • 1,153
2
votes
1 answer

How to Solve for Number of Integer Solutions for $\frac{1}{x}+\frac{a}{y}=\frac{1}{b}$

How do you solve for the number of integer solutions for $$\frac{1}{x}+\frac{a}{y}=\frac{1}{b} $$ From what I've tested it seems to be connected to the prime factorization of "a" and "b", as seen when setting…
2
votes
2 answers

A question about calculating the perimeter of an ellipse

To find the exact (ish) perimeter of a circle, we simply multiply the diameter by a ratio we have defined as being equal to the circumference / the diameter, known as $\pi$. My question is, why do we not just do something similar for an ellipse,…
Mather
  • 41
2
votes
1 answer

Finding eccentricity of an ellipse from latus rectum

The latus rectum of an ellipse $\frac{x^2}{a^2}+\frac{y^2}{b^2}=1$ is the same as latus rectum of a parabola $y^2=4cx$ . Find eccentricity of the ellipse .
user78743
2
votes
2 answers

How does family of curves formula exactly work?

I am familiar with the following equations $$S_1 + \lambda S_2=0$$ for two circles $$L_1 + \lambda L_2=0$$ for two lines $$L_1 + \lambda S_1=0$$ for circle and line But I never really understood how they worked. Now this is a sample questions A…
Aditya
  • 6,191
2
votes
2 answers

,For $y=x^2+1$ and $x=y^2+1$, if PQ is the shortest distance and R,S are points of contact of common tangent, find area PQRS.

From equation, it is evident that curves are symmetric about $y=x$ So I tried writing the equations of tangents $$k=mh +\frac{1}{4m}$$ and $$h=mk-\frac{m^2}{4}$$ Where $(h,k)$ is a point on curve 1 But on plugging $m=1$ the lines turn out to be…
Aditya
  • 6,191
2
votes
0 answers

How to find a point in an ellipse given the angle

I found a couple of formulas but I can't transform them in code. From the answer in Calculating a Point that lies on an Ellipse given an Angle , for instance, I get to: var x = (a * b) / Math.sqrt(Math.pow(a, 2) + Math.pow(b, 2) *…
2
votes
2 answers

Trying to show that $r = \frac{1}{C}\left( \frac{1}{1 + e\cos{(\theta + \omega)} } \right)$ is an ellipse

I am trying to prove that planets move in ellipses, I watched this video: https://www.youtube.com/watch?v=DurLVHPc1Iw and read this: https://arxiv.org/pdf/1009.1738.pdf . But both sources end up with this as an equation for the paths that planets…
2
votes
1 answer

Finding standard form of parabola equation

I have a little problem with figuring it out how find standard form of a parabola equation from the given values. I tried googling and watching video in youtube but I don't understand how to actually go about it. Given: Directrix is $ x = -2$ ;…
2
votes
3 answers

conic sections, ellipse

A particle is travelling clockwise on the elliptical orbit given by $$\displaystyle \frac{x^2}{100} + \frac{y^2}{25} = 1$$ The particle leaves the orbit at the point $(-8, 3)$ and travels in a straight line tangent to the ellipse. At which point…
2
votes
3 answers

How to write this conic equation in standard form?

$$x^2+y^2-16x-20y+100=0$$ Standard form? Circle or ellipse?
Kristy
  • 21