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

Help With Plugging in Values Distance Point to Ellipse

Can someone help me with plugging in the correct values in the equations given in this thread (accepted answer) -> Calculating Distance of a Point from an Ellipse Border The result values for x and y do not make any sense at all (for example, they…
2
votes
0 answers

Similar Parabolae

From a geometric standpoint,is there only one "true" parabola like there is only one "true" circle? In the sense,all circles are similar to each other by suitable dilations and translations.How can we infer the same for parabola?
2
votes
1 answer

How to find the equation of circle whose diameter is the latus rectum of the parabola.

The only hint given in this question is $x^2 = -36 y$ I am having problems starting the question I am clueless how to solve it.
Franco
  • 25
2
votes
2 answers

How does a parabola sit smoothly between cartesian ellipse and hyperbola?

A parabola is supposed to sit between ellipse and hyperbola. And indeed, in the polar form $r=\frac\ell{1+e\cos\theta}$, we pass smoothly through a parabola when the eccentricity $e$ passes through $1$ with a fixed semi latus rectum $\ell$. But how…
2
votes
1 answer

(conic section) Find focus point given the equation of the parabola $ (3x^2-6x+2) $

Judging by the picture, I don't think the focus point is correct, as it outside of the parabola. I derived the coordinates of the parabola by first determining the a, b, and c value. $$a=3, b=(-6), c=2$$ And then using the formula for the focus…
2
votes
1 answer

Maximum number of parabolas that can be drawn with a given directrix and tangent at vertex.

If the equation of the directrix and tangent at the vertex is given then the maximum number of parabola , which can be drawn is. ? My approach is :- Since directrix can't be changed then only 1 parabola is possible.
Tips
  • 388
2
votes
1 answer

Co-ordinate of extremities of major axis

Ellipse has a focus (3,4), a directrix x+y−1=0 and an eccentricity of 1/2. Using this information I find the equation of ellipse, but I can't find the co-ordinate of the extremities of major axis. Plz Help me.
2
votes
1 answer

Why do rotating lines intersect to form a circle or a hyperbola?

It is possible to construct an ellipse or a hyperbola by tracing the intersections of offset lines that rotate at the same rate. Firstly, here's a graph that shows the rotating lines, as well as the tracing of their intersections:…
Stym
  • 23
2
votes
2 answers

Ellipse on a Circular Cylinder in Cylindrical Coordinates

Is there an equation in cylindrical coordinates for an ellipse (tilted at some angle) on the surface of a right circular cylinder of radius r? For simplicity, I envision the cylinder to be coincident with the x-axis. I am aware that the cylinder…
2
votes
0 answers

"Addition" of two tilted ellipses

I have two ellipses each centered at the origin and defined by: Semi major axis $a$ Semi minor axis $b$ Angle $\psi$, which is the angle of $a$ counterclockwise from the positive $x$ axis I add them together such that, if you parametrize an…
J. doe
  • 21
2
votes
1 answer

Radius of an Ellipse Given Theta and Center (h,k)

I'm working on solving the equation for "r". This equation got way out of hand, and I'm not sure where to continue from here. The original equation is ( x-h / a )^2 + ( y-k / b )^2 = 1. What I'm trying to do is compute the radius of an ellipse given…
pBlack
  • 27
2
votes
0 answers

How many foci are there in conics?

As per book every conic have 4 foci ,two real and 2 imaginary. I cannot understand and visualize this.
2
votes
0 answers

What are Central Conics?

I have read online that there are conic sections with a "centre of symmetry". They have listed ellipse and hyperbola as examples. Why is/isn't the parabola an example for this?
Karthik
  • 203
  • 1
  • 10
2
votes
1 answer

Find latus rectum of locus of centroid of equilateral triangle inscribed in parabola x^2 = 36y?

This is not a homework help question, I found a problem when I was doing self-study , but I am getting stuck. Please tell me if my method is right, or if there are other steps I need to take. Since the parabola is in the form $x^2 = 4ay$ where…
Hema
  • 1,329
2
votes
2 answers

Circle with centre on positive y-axis touches parabola at P and Q

**Question: ** A circle with unit radius has its centre on positive y-axis. If this circle touches the parabola y=2x^2 tangentially at the points P and Q, then the sum of their ordinates is- **Answer: ** 15/4 **Attempt: ** I assumed tangents on the…