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

Efficient approach for calculating Perimeter Of Ellipse

There are many formulas for calculating the perimeter of an ellipse but the most accurate ones are very lengthy with big infinite series. I want to ask if there is any simpler proof. Any help is appreciated
S.Bansal
  • 101
-1
votes
1 answer

Find Transverse axis of a Hyperbola

A hyperbola touches y axis and has its centre at (5/2,20)and one of the focii at (10,24) respectively , find length of the transverse axis. well I tried to make set of equations with the general properties of a Hyperbola. But couldn't solve them to…
-1
votes
2 answers

consider $4x^2 + y^2 = 4$. What I have if $x=0$?

I need to graph the following surface: $4x^2 + y^2 = 4$ which is an ellipse, so canonical equation is $x^2 + (y^2)/4 = 1$. Then, to graph this I can say: If $x=0$: $y^2 = 4$ so $y = 2$ or $y = -2$ But what I have in the plane? two parallels lines?…
-1
votes
2 answers

Parabola general form.

Given a focus and the directrix of a parabola, how do i get the general form of the parabola? Example: focus: $(12,10)$ Directrix: $3x + 2y = 22$ How do I get the formula: $$A x^{2} + B xy + C y^{2} + D x + E y + F = 0$$ For the respective…
krionz
  • 129
-1
votes
1 answer

How to re-write this standard form equation in conic form.

The question that is circled (2) is the question I need help with. (https://i.stack.imgur.com/y3jMT.jpg)
-1
votes
1 answer

Can $x^y=1$ be regarded as a pair of straight lines?

For $x> 0$ can $x^y=1$ be regarded as a pair of straight lines $x =1$ and $y =0$. U can get this by taking log on both sides.
-1
votes
2 answers

Parabola - how to write equation of parabola when co-ordinates are given..

What will be the equation of parabola touching the $x$-axis at $(3,0)$ and and the $y$-axis at $(0,4)$.
-1
votes
1 answer

Given the distance between focus points and perimeter of a ellipse, calculate the length of major and minor axis?

Focus points: F1,F2 Given: D1, distance between F1 and F2. D2, perimeter of the ellipse. Need: D3, length of the major axis. D4, length of the minor axis. Perfect if answered by MATLAB Code, thanks.
JT09
  • 1
-1
votes
3 answers

A line tangent to a circle

Can anyone help me to solve this? Determine the value or values of $k$ such that $x + y + k = 0$ is tangent to the circle $x^2+y^2+6x+2y+6=0$. I don't know how to calculate the tangent.
Ceci
  • 1
-1
votes
1 answer

Ellipse construction question

This is a rough sketch to roughly explain the terms I will be using: Let's say you make a machine that would rotate the paper in some frequency $x$, let's say 1 rotation per second. The drawing mechanism is made out of one leg that's fixed in the…
TAJD
  • 141
-1
votes
1 answer

Write down the equation of the tangent to the parabola $x^2 =8y$ at the point $(4p,2p^2)$ on it. Full question in description

Write down the equation of the tangent to the parabola $x^2 =8y$ at the point $(4p,2p^2)$ on it. If the point $(3,1)$ is to lie on this tangent, find the values which $p$ may take. Hence deduce the equations of the tangents which may be drawn from…
Maikelele
  • 63
  • 1
  • 1
  • 6
-1
votes
2 answers

Find the slope of line L

A straight line ($L$) passing through the point $A(1,2)$ meets the line $x+y=4$ at the point $B$. If $AB=\sqrt 2$, what is the slope of $L$? With some help I did it and the slope comes out to be 2+√3 or 2-√3
-1
votes
1 answer

Conic involving circle question.

The question is: If the curves $ax^2+4xy+2y^2+x+y+5=0$ and $ax^2+6xy+5y^2+2x+3y+8=0$ intersect at four concyclic points then the value of a is???? The options are: a) 4 b) -4 c) 6 d) -6 I've tried to eliminate $ax^2$ and then proceed, but could not…
-2
votes
1 answer

Slope of a parabola

I am given a large set of data where I have determined the vertex to be $(14,25)$ and so I have formed the equation $(x-14)^2=4p(y-25)$. I am just now learning about parabolas and am stuck. Where do I go from here?
-2
votes
1 answer

If a line of given slope intersects a parabola at only point, then does it fix the parabola?

I asked ChatGPT to generate a question on conic sections, it gave this: A line with slope 2 intersects a parabola with vertex at (0,0) at exactly one point. Determine the equation of the parabola. When queried further, it elaborated that the line …
1 2 3
66
67