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

What's the non parameteric equation for the non-tilted version of this hyperbola

I'm trying to derive the standard non-tilted and non parametric version of this $45^\circ$ tilted hyperbola but the lack of square terms is throwing me for a loop. $x - xy + y + 5 = 0$ Can anyone walk me through the process?
benleis
  • 123
0
votes
0 answers

Converse of a theorem for parabolas

I have heard about the theorem that tangents drawn at the extremities of the focal chord intersect on the directrix. Is the converse of the theorem also true ? i.e., is the following statement true “If two tangents drawn to a parabola are at right…
Aditi
  • 1,349
0
votes
2 answers

parabola equation given only two points

I have the first point is (0, -100) and the second point is (7500, -250), and the maximum point is at (x, 210). Is it possible to find X or the equation of the parabola using this information alone? If so how?
myusuf3
  • 173
0
votes
1 answer

Conics property proof

Prove this general Conics property of focal rays product as shown ( $a$ major axis, $b$ minor axis and focal ray makes angle $\psi$ with tangent) : $$ r_1 \cdot r_2 = r (2 a -r) = b^2/\sin^2\psi $$
Narasimham
  • 40,495
0
votes
2 answers

Ellipse in which two chords are perpendicular to each other

Variable pair of chord at right angle are drawn through point $P$ whose eccentric angle is $45^\circ$ on the ellipse $\frac{x^2}{4}+y^2=1$, to meet the ellipse at $2$ points, say $A$ and $B$. If the line joining $A$ and $B$ passes through a fixed…
DXT
  • 11,241
0
votes
1 answer

Calculating the distance from a certain place to the equator

So, let's say we have a certain place on earth and we want to roughly calculate the shortest distance from that place to the equator. Is my method correct: Since the earth is roughly a sphere, we just take the circumference of the earth. We then…
0
votes
2 answers

Checking where a point lies relative to a conic determined by other points

Let's say I have a set of points, and I want to check if this set defines circle or ellipse or parabola or hyperbola. Is there a way I can to it? I've found that it takes three points to define a circle. If I have the fourth point, then I can check…
0
votes
1 answer

Which is the definition of eccentricity of an ellipse

I've been doing some research into conic sections and I'm getting confused as to what the actual definition of the eccentricity of the conic section is. Now from what I understand the eccentricity is defined as the ratio between the lengths FP and…
0
votes
1 answer

range if $b$ in parabola

If three distinct normal can be drawn to the parabola $y^2-2y=4x-9$ from $(2a,b)$. then range of $b$ is solution i try $y^2-2y+1=4x-9+1$ $(y-1)^2=4(x-2)$ parabola of vertex is at $(1,2)$ and focus is $(3,2)$ equation of normal to the parabola is…
jacky
  • 5,194
0
votes
0 answers

Axis of Symmetry Coords Causes $A + B = -A$

I noticed something interesting while doing some homework on finding the vertex of a graph, and was wondering if anyone had an explanation for it. Solving for $f(X) = A(X ^ 2) + BX$, I saw that for any numbers $A$ and $B$, plugging $X$ as the axis…
BOBONA
  • 11
0
votes
2 answers

Find the vertex of the parabola whose focus is $(2,3)$. Also, $x-$axis is the tangent and $y-$axis is the normal to that parabola.

Try no$(1):$ first wrote general 2nd degree curve and tried to subsitute the conditions such as $h^2 = ab$ where $ax^2 +by^2 + 2hxy +2gx+2fy+c=0$ is the general 2nd degree curve. Failed when tried to substitute tangent and normal conditons. Try…
jayant98
  • 1,108
0
votes
2 answers

Equation of parabola whose latusrectum coincide with ellipse.

Finding equation of parabola which latusrectum coincide with the latusrectum of ellipse $\displaystyle \frac{x^2}{25}+\frac{y^2}{16}=1$ Try: Eccentricity $16=25(1-e^2)$ We have $\displaystyle e=\frac{3}{5}$. So focus $(\pm 3,0)$ So equation of…
DXT
  • 11,241
0
votes
1 answer

Conics Point of Intersection of Curves

QUESTION: The points of intersection of the curves whose parametric equation are x=t^2+1,y=2t and x=2s and y=2/s is given by: Options: a)(1,-3) b)(2,2) c)(-2,4) d)(1,2) MyApproach: I have tried to find out the value of t and s by equating the values…
user517784
0
votes
1 answer

Angle between latus rectum of hyperbola

I tried it by diagram and could do nothing . Pls tell the way to solve it
Michael
  • 37
0
votes
2 answers

Draw a parabola-like graph according to 3 points

I'm sure this question has a simple answer, but I'm a very beginner to calculus... This is the problem I have: Given a vertex point and two x-axis cutting points, how do I find a formula for parabola-like diagram? Important part: the vertex point is…
user8005