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

Conics: Asymmetric Hyperbola

I'm sure we've all seen the image below that illustrates the creation of the four conic sections. Although I've seen this multiple times throughout my education, I find it odd that the following case has never been discussed: If we take the vertical…
3
votes
1 answer

How to show that this line touches the hyperbola?

The question is: $PQ$ is a chord joining the points $\phi_1$ and $\phi_2$ on the hyperbola $\frac{x^2}{a^2}-\frac{y^2}{b^2}=1$. If $\phi_1\,+\,\phi_2 = 2\alpha$, where $\alpha$ is constant, prove that $PQ$ touches the hyperbola…
Ris97
  • 289
  • 4
  • 12
3
votes
0 answers

Best fit circle to "planetary" elliptical orbit?

I considered posting this to astronomy.stackexchange.com, but I've bugged them enough for today... Let $p(t)$ be a parametric function that traverses an ellipse such that it sweeps out equal areas in equal time, as per the diagram above. In…
user2469
3
votes
0 answers

Finding Quadrants of ellipse from ellipsoid of a Conic section

This is my first post here, hope I won't be giving tough time for you. I will be giving bit non relevant information here to describe my problem as it may help understand the problem better. I will be talking about irregular or oblique cone ( call…
armfan
  • 41
3
votes
1 answer

find inscribed ellipses in quads

I know in an convex quads,there are a family of inscribed ellipses. What I want to know is when the semi-axis 'a' and four vertices are given, how to determine the rotation angle. There may be three solution at most. Thanks in advance for your…
sara
  • 31
3
votes
2 answers

Locus of a point where two normals meet?

Another exam question, "Find the locus of a the point such that two of the normals drawn through it to the parabola $y^2=4ax$ are perpendicular to each other." Does the locus mean the point of intersection of the two normals? I attempted to try to…
RinW
  • 335
  • 6
  • 18
3
votes
2 answers

Minimizing perimeter and area of the section obtained by intersection of a given line passing through a point, and the conic.

Suppose I have any second degree conic and a point $P$ lying within the conic. A family of lines pass through this point $P$. We have to find the line for which the area of the corresponding section is minimised. And separately, we want to find a…
3
votes
1 answer

Ellipse simultaneously touching and intersecting a parabola

An ellipse with axes parallel to coordinate axes cuts the parabola $y^2 = 4x$ at $(1, –2)$ and touches it at $(4, 4)$ then the coordinate of other point of intersection is (A) $(4, –4)$ (B) $(3, –2)$ (C) $(3, 2)$ (D) $(9, –6)$ The diagram is…
3
votes
1 answer

Detecting overlapping ellipses

How can I determine whether two ellipses (given using their symmetric matrices, their quadratic forms, or some similar representation) have any inner points in common? Can I determine this fact without computing any radicals (square roots, cubic…
MvG
  • 42,596
3
votes
1 answer

Parametrizing all circles of circular cone by intersecting it with sphere of radius $r>0$

Let's assume that we have a downwards circular cone whose angle of inclination is $\theta$, and a sphere of radius $r>0$, both of which are centered at $(0,0,0)$. Then, how could we parametrize all circles of circular cone by intersecting it with…
user1070946
3
votes
2 answers

How to find the minute points of an ellipse clock, knowing the minor axis and the major axis?

I want to make an analogic clock, not circle, but ellipse. So the distance between minute points is not constant. I guess it grows proportionally with the division of major axis with minor axis. How can i find these points on the ellipse ?
darkdante
  • 133
3
votes
1 answer

why do we always take the parameter of parametric equation of ellipse as the angle formed with x-axis instead of semi-major axis?

For ellipses having equation in the form of $$\frac{x^2}{a^2}+\frac{y^2}{b^2}=1$$ why are the parametric equations are always $$x=a\cos(\theta)$$ $$y=b\sin(\theta)$$ even when $b>a$? As far as I know, for hyperbola having…
MSKB
  • 305
3
votes
1 answer

Parameterizing a curve in terms of slope of tangent line

Suppose I have have an ellipse $ \frac{x^2}{a^2 } + \frac{y^2}{b^2} = 1$, let $\frac{dy}{dx}=m$, I want to find the expression for write the points on the first quarter of ellipse as $\left(x(m),y(m) \right)$; I want to parameterize the…
3
votes
2 answers

From point A, what's the nearest point of an ellipse?

I recently encountered this problem wich I couldn't find the solution of, so I thought that maybe someone could help me. The problem is: "Given an ellipse, $$\frac{x^2}{a^2}+\frac{y^2}{b^2}=1$$ and the point A, $$A(x_a,y_a)$$ find the closest point…
3
votes
4 answers

Find the values of a and b that make the hyperbola congruent to $xy=1$

I need to find a and b that would make the hyperbola $\frac{x^2}{a^2}-\frac{y^2}{b^2}=1$ congruent to the rectangular hyperbola $xy=1$. I know that the answer is $a=b=\sqrt{2}$, and I've found some answers that prove it (using polar coordinates),…
R.Bair
  • 95