How do you solve problems involving ellipses centered at (h,k)?

In summary, the conversation discusses the topic of ellipses centered at (0,0) and (h,k). It explains that an ellipse has 6 points, including vertices, points on the minor axis, and foci. The book provides an equation and formula for finding the value of c. The conversation also covers the steps for solving equations for an ellipse centered at (0,0) and (h,k), including completing the square and rearranging terms. It is recommended to solve for an ellipse centered at (0,0) first and then apply a translational transformation to find the points for an ellipse centered at (h,k). There is also discussion about determining the orientation of an ellipse and finding the specific points that make up the
  • #1
Tokimasa
17
0
My math teacher has been out for 2 days and the subs have just been putting notes up and I'm totally not getting this. So maybe someone here can explain everything in other ways. Note that my book does a crappy job of explaining this subject. But it does break it down into two distince areas - Ellipses Centered at (0,0) and Ellipses Centered at (h,k).

Ellipses Centered at (0,0)​
According to my book, there are 6 points that make up an ellipses. V and V' are the vertices of the ellipse where V has the coordinates (a,0) and V' has the coordinates (-a,0). The points m and m' represent the points on the minor axis of the array and have the coordinates (0,b) and (0,-b) respectivally. The ellipse also has two foci (F and F') located at (c,0) and (-c,0). The value "a" represents the distance from the center of the array to the vertex on the major axis. The value "b" is the distance from the center to the vertex on the minor axis. The value "c" represents the distance from the center to the focus.

The book also goes on to give the equation of an ellipse is (x^2/a^2) + (y^2/b^2) = 1 and gives the formula a^2 = b^2 + c^2 for finding the value of c (which turns into c^2 = abs(a^2 - b^2)).

The book goes on to say that you must set up the formulas such that a^2 > b^2. But that doesn't make any sense. I try to plug everything in for an ellipse that I know has a major axis on the y-axis (meaning it is vertical) yet when I graph it, it looks like it's horizontal (its major axis was on the x axis).

So can someone explain a universal method for solving problems involving ellipses centered at (0,0)?

Ellipses Centered at (h,k)​

Most of the questions that I had for ellipses centered at (0,0) apply here, but I have some more questions.

Exactly what do these steps mean:
(1) collext x terms/y terms on one side
(2) get constant on the other side
(3) complete the square
(4) factor
(5) divide to get a constant of 1​
 
Mathematics news on Phys.org
  • #2
An elipse is a geometrical place (It means that constituents points of the curve satisfy a condition or more) of a point that moves in the plane in such a way that the sum of its distance to two fixed points (focal points) is always constant and bigger than the distance between both fixed points. Such distance will be equal to the major axis of the ellipse.

This means that the distance between a F' focal point to a point (x,y) + the distance from the other F focal point to the same point (x,y) is constant (2a = Major axis).

From that you can derive the Ellipse Equation, or relation F(x,y).

The proof is at http://mathworld.wolfram.com/Ellipse.html

An ellipse at (h,k) it's just a Ellipse at (0,0) that has geometrical transformation, a traslational one. So you can simply add the focus, major axis, minor axis, center, and then do the traslational transformation by adding the coordinates (h,k) to each of the points.
 
  • #3
It is not clear what your trouble with the first part is, seems to me you have a pretty good handle on it. Perhaps you could post your work, we may be able to give more specific help.

As for the second question. In general the equation for an ellipse not centered on the origin will have the form

[tex] ax^2 + bx + c + dy^2 +ey + f =0 [/tex]

As given in your problems it may not be ordered as above. So your first task is to rearange terms to get the above form.

note that this is simply the general form of a quadradic equations in x and y, Next you will need to express it in the general form of an elipse:

[tex] \frac {(x-h)^2} {a^2} + \frac {(y-k)^2} {b^2} = 1 [/tex]

To get from the first to second form you may need to complete the squares in each of the x and y equations. When that is done you will have something like this

[tex] C_1 (x-h)^2 + C_2 + C_3(y-k)^2 + C_4 =0[/tex]

Where the [itex] C_n[/itex] are different constants. Now move the constants I have called [itex] C_2 [/itex] and [itex]C_4[/itex] to the right hand side, then divide both sides by [itex] C_2 + C_4[/itex] to get the standard form.
 
  • #4
Other than graphing, how do you determine the orientation of the major axis of an ellipse? I've been solving for y and using my TI calc.

How do you solve for c?

When you have a, b, and c - How do you determine exactly where the points lie? (a,0) won't work for a vertical ellipse. So do you just flip it to (0,a)? Or is there a method that works? My problem is finding the specific points that make up the ellipse (F, V, m).
 
  • #5
The orientation fo ellipse can be obtained by looking at the equation in the standard form

[tex] \frac{(x-h)^2}{a^2} + \frac{(y-k)^2}{b^2} = 1 [/tex]

Where a is, gives you the orientation, in my example, The ellipse will have a horizontal major axis.

Can you post an example you are having problem to locate the points?

It will make it easier.
 
  • #6
My advice for Ellipses centered at (h,k) is to solve it as it was centered at (0,0) and then do a traslational transformation to each of the points of the elements of the elipse (Major Axis, Minor Axis, Focal Points) to the coordinates (h,k).
 
  • #7
So what formula should I use to find c?

My choices are (c^2 = abs(a^2 - b^2)) or the original formula that requires a^2 > b^2 which is (a^2 = b^2 + c^2).
 
  • #8
Use [itex] c^{2} = a^2 - b^2 [/itex] with the condition [itex] a>b [/itex]
 
  • #9
You people have been helpful. But I didn't see an answer to one of my questions.

When you have a, b, and c - How do you determine exactly where the points lie? (a,0) won't work for a vertical ellipse. So do you just flip it to (0,a)? Or is there a method that works? My problem is finding the specific points that make up the ellipse (F, V, m).
 
  • #10
If it's centered at the origin, i don't see a problem finding the points, they are basicly the distances, because the curve cuts the x and y axis.
 
  • #11
For Example let's suppose

[tex] \frac{(x-9)^2}{36} + \frac{(y-6)^2}{9} = 1[/tex]

We do it as it's centered at the origin so

[tex] a = 6 [/tex]
[tex] b = 3 [/tex]
[tex] c = \sqrt{27} = 3 \sqrt{3}[/tex]

The ellipse is horizontal therefore

For the major axis the points are

(6,0) and (-6,0)

For the minor axis the points are

(0,3) and (0,-3)

For the focal points

([itex] 3 \sqrt{3} [/itex],0) and ([itex] -3 \sqrt{3} [/itex],0)

Now we do a tralastion transformation

we know the actual center for the ellipse is (9,6)

So each of the points of its elements are actually located at

For the major axis the points are

(6+9,6) and (-6+9,6)

For the minor axis the points are

(9,3+6) and (9,-3+6)

For the focal points

(9 + [itex] 3 \sqrt{3} [/itex],6) and (9 + [itex] -3 \sqrt{3} [/itex],6)
 

1. What is an ellipse?

An ellipse is a type of curve that is formed when a cone is intersected by a plane at an angle that is not parallel with the base of the cone. It is a closed, symmetric shape that resembles a flattened circle.

2. What is the equation for an ellipse?

The standard form equation for an ellipse is (x-h)2/a2 + (y-k)2/b2 = 1, where (h,k) is the center of the ellipse and a and b are the lengths of the semi-major and semi-minor axes, respectively. This equation can also be written as x2/a2 + y2/b2 = 1 if the ellipse is centered at the origin.

3. How do you find the center of an ellipse?

The center of an ellipse can be found by using the formula (h,k) = (x1 + x2)/2, (y1 + y2)/2, where (x1, y1) and (x2, y2) are the coordinates of any two points on the ellipse. Alternatively, if the equation of the ellipse is given in standard form, the center can be found by identifying the values of h and k in the equation.

4. What is the difference between an ellipse and a circle?

While both shapes are round and closed, the main difference between an ellipse and a circle is that a circle has a constant radius, while an ellipse has two different radii - the major and minor axes. Additionally, all points on a circle are equidistant from the center, while on an ellipse, the distance from the center varies.

5. How are ellipses used in real life?

Ellipses have many real-life applications, including in the design of bridges, arches, and domes. They are also used in astronomy to describe the orbits of planets and other celestial bodies. In technology, ellipses are used in satellite orbits and in the design of lenses for cameras and telescopes. In addition, ellipses are commonly used in art and design, as they are aesthetically pleasing and can create a sense of movement and balance.

Similar threads

Replies
11
Views
4K
Replies
6
Views
2K
  • Precalculus Mathematics Homework Help
Replies
11
Views
2K
  • General Math
Replies
4
Views
7K
Replies
2
Views
1K
  • Precalculus Mathematics Homework Help
Replies
2
Views
2K
Replies
2
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
2
Views
1K
Replies
1
Views
3K
Back
Top