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

Stearing wheel on parabola shaped road?

I had a thought. Let say you're driving along a parabola shaped road (with equation y = x^2 as viewed from the sky). You're driving from (-10, 100) driving along to (10, 100) at a constant speed so the length of curve you have driven along per unit…
1
vote
3 answers

Question regarding tangents?

Q : Find the equation of the line that passes through the origin of the coordinations and the focus of the parabola $y=x^2+4x+1$.. so I found the focus $( -2;-3)$ and the line that passes through the origin is $y=x$..now what?
egdfd
  • 71
1
vote
3 answers

Length of the chord of an ellipse whose midpoint is given

Find the length of the chord of the ellipse $$\frac{x^2}{25}+\frac{y^2}{16}=1\tag1$$where mid point is $(\frac{1}{2},\frac{2}{3})$ My attempt: I know the equation of the chord of an ellipse whose mid-point is given is $T=S_1$,where T is…
MathsLearner
  • 1,319
1
vote
1 answer

Conics concerning Hyperbola. Tangent of ends of focal chord on hyperbola meet at directrix

How do you show that the tangents from the end points in a focal chord on a hyperbola meet at the directrix. Equation of hyperbola: $ \dfrac {x^2} {a^2}- \dfrac {y^2} {b^2}=1 $ Original Question: Let $P (a\sec(\theta),b\tan(\theta))$ be a point on…
D.Ronald
  • 540
1
vote
1 answer

Cutting a parabola

What would be obtained on cutting the solid parabola. I searched various sites,most of them say cone. But I am unable to visualize it. Can Someone please help.
1
vote
1 answer

Modify ellipse equation

How can one modify an ellipse equation with a Gaussian function to get a new ellipse with bump and/or valley?
Johnny
  • 13
  • 2
1
vote
0 answers

Question on normal of ellipse intersecting rectangular hyperbola

This was a problem in my recent Year 12 maths exam. For which values of $\theta$ does the normal to point $P(a \cos \theta, b \sin \theta)$ on ellipse $\dfrac{x^2}{a^2}+\dfrac{y^2}{b^2}=1$ intersects the hyperbola $xy=c^2$ at two points. I haven't…
Sharky Kesa
  • 4,137
1
vote
2 answers

Length of tangents to general conic section from an external point

Suppose $f(x, y) =0$ represents a conic section, then $\sqrt{f(a, b)} =\sqrt{S_{11}} $ is the length of tangents drawn to conic drawn from point $(a, b) $ This can be easily done for circle but after that I have no idea where this is coming from…
Vrisk
  • 441
1
vote
2 answers

show that the locus of the middle points of chords of parabola $y^2 = 4ax$ passing throughthe vertex is a parabola?

show that the locus of the middle points of chords of parabola $$y^2 = 4ax$$ passing through the vertex is a parabola? Solution the Vertex is $O(0.0)$, which is one end of the chord. Let the other end be a varaible point $P$ given by…
user373141
  • 2,503
1
vote
1 answer

A new property of conics?

Prove a property of conics connecting ( variables on arc) focal radius $r$, pedal length /normal $d$ dropped onto tangent from focus and (constants) semi latus-rectum $p$ and eccentricity $e$ : $$ \frac{2p}{ r}-\frac{p^2}{d^2} = 1- e^2…
Narasimham
  • 40,495
1
vote
1 answer

Conic section polar equation

Given the cartesian conic expression: $$ A x^2 + B x y + C y^2 + D x + E y + F = 0$$ I (Mathematica) derived the corresponding polar equation (1): The expression was transformed by multiplying the numerator & denominator by the "root conjugate" of…
1
vote
1 answer

Find the standard equation of the parabola which satisfies the given condition below

axis of symmetry y = 9, directrix x = 24, vertex on the line 3y −5x = 7 I've already researched for any similar problem like this but so far I found none.  "vertex on the line 3y-5x=7" confuses me but I'm fine with the rest.
Janine
  • 65
1
vote
5 answers

Equation of diagonal ellipse knowing 2 foci and eccentricity

I am trying to find the equation of a diagonal ellipse knowing the position of the two focus points and the eccentricity. Online I can only find the equation of the ellipse where the two foci are located on the same y axis value. Any idea on how to…
Pino
  • 113
1
vote
4 answers

Ellipse in a rectangle

What is the equation for an ellipse (or rather, family of ellipses) which has as its tangents the lines forming the following rectangle? $$x=\pm a, y=\pm b\;\; (a,b>0)$$ This question is a modification/extension of Equation of ellipse tangent to…
1
vote
2 answers

Fourth point on a parabola

A upright parabola opening downwards passes through the following points: $$(0,0), (p,q), (q,p), (p+q, k)$$ Find $k$ in terms of $p,q$. Of course one can always plug points into the standard parabola equation to find the coefficients and use…