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

Focal Chords of a Conic

Let $F$ be the focus of a conic, and let $P_1 Q_1$ and $P_2 Q_2$ be two focal chords of the conic, passing through $F$. Circles are drawn with $P_1 Q_1$ and $P_2 Q_2$ as diameters. Prove that the radical axis of these circles passes through a…
0
votes
1 answer

This is a question about hyperbolas

The question goes like: A general hyperbola has its axes at right angle and the asymptotes have reflection symmetry about these axes. However, the axes may be rotated, unlike the standard form of a hyperbola. The general equation of a hyperbola can…
0
votes
0 answers

Ellipses inscribed in convex quadrilaterals

This is a variant of Ellipse to circumscribe a quadrilateral Given any convex quadrilateral Q, is there at least one ellipse that is contained in Q and also touches all 4 sides of Q? If the answer is "yes", then how does one find such an ellipse…
0
votes
1 answer

Common Points lying in the ellipse and the circle

Let $S = \left\{ {\left( {x,y} \right) \in \mathbb{N}\times \mathbb{N} :9{{\left( {x - 3} \right)}^2} + 16{{\left( {y - 4} \right)}^2} \le 144} \right\}$ $T = \left\{ {\left( {x,y} \right) \in \mathbb{R} \times \mathbb{R} :{{\left( {x - 7}…
0
votes
2 answers

Find the set of points $P$ such that $PA+PB=4$.

I study maths as a hobby. I am working through a text book and am on the section, points, distances and loci. A question asks: $A$ is the point $(1,0)$ and $B$ the point $(-1,0)$. Find the set of points $P$ such that $PA + PB = 4$. If I say let…
Steblo
  • 1,153
0
votes
1 answer

How to calculate how close a fixed point is to an ellipse without derrivatives?

How can you calculate how close a fixed point is to an ellipse without using derivatives? Using derivatives, this distance can be calculated by plotting the gradient that is perpendicular to the gradient of a line that touches the ellipse and the…
Phedg1
  • 147
0
votes
0 answers

Proving Focal chords property of parabola

Consider a parabola $y^2 = 4ax$ from which we draw two focal chords at $t_1, t_2$ respectively . lets say $P1P2$ and $C1C2$ where $C1,C2$ are the other end points intersecting the parabola again . Now my question is it is easy to show that the…
Orion_Pax
  • 431
  • 4
  • 12
0
votes
1 answer

Finding Length of Semi-Major Axis and Length of Semi-Minor Axis of an ellipse. Given Gradient and intersection of a tangent line.

Figure I would like to know how to find $a$ and $b$ of an ellipse if I know $K$, $L$ and $m$ as shown in the figure . I can find the answer to this using the equations below and an Excel Goal Seek or Python but I'd be interested to see how to solve…
0
votes
0 answers

Standard equation of a tilted hyperbola

What happens when a hyperbola is tilted and we have to find its standard equation? For example, take the conversion in this image when the hyperbola converted from the first form to the next form. my guess for the conditions of the conversion…
aaravm
  • 1
0
votes
2 answers

Forming the general form of parabola

Suppose the axis of parabola is given by $\alpha x+\beta y+\lambda=0$, and tangent at vertex is $\beta x-\alpha y+\mu=0$ , now by property of parabola the distance from directrix and from focus are equal , lets assume focus is at a distance "$a$"…
0
votes
0 answers

Empty or a Single point on a 2nd degree curve condition

Is it true that if $\Delta \neq 0$ and $h^2 < ab$ we can have either empty points on the curve $ax^2 + by^2 + 2hxy + 2gx + 2fy + c= 0$ or the ellipse ? I know that in case of $\Delta = 0$ $h^2 < ab$ would represent a single point but how do we…
0
votes
3 answers

Derivation of formula for angle of rotation to eliminate xy term in rotated conic

Is there a derivation for the formula $ tan2θ = \frac{B}{A-C} $ relationship used to find an angle of rotation at which the coordinate axes for a conic containing an xy term can be rotated to eliminate the xy term? I only see sources that directly…
0
votes
0 answers

The complex equation $|z-8-2i|+|z-5-6i| = 5$ does not represent an ellipse

The complex equation $|z-8-2i|+|z-5-6i| = 5$ looks like it is an equation of an ellipse but in reality it represents a line segment, why? The equation of an ellipse is $|z-z_1|+|z-z_2|=2a$, where $z_1$ & $z_2$ are the focus points and $2a$ is the…
0
votes
1 answer

Is the pythagorean triplets idea sufficient to solve this problem and is there another way to get the integer points on hyperbola?

Number of integral points inside circle $x^2 + y^2 = 117$ and satisfying the equation $|\sqrt{x^2+y^2} -\sqrt{(x-3)^2 + (y-4)^2}|= 5$ is : What i did was using the fact that as we want integral values so the square roots in the equation which needs…
0
votes
1 answer

Is $x^2=4ay$ a function while $y^2=4ax$ is not?

I just want to know if $x$ is always the independent variable.
Satya
  • 269
  • 1
  • 11