Equation of an ellipse given c and eccentricity.

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
bnosam
Messages
148
Reaction score
0

Homework Statement


Write the equation of the conic that meets the conditions:

An ellipse that has the centre at (0, 0), has a horizontal major axis, the eccentricity is 1/2 and 2c = 1.

Homework Equations



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

The Attempt at a Solution



2c = 1, [tex]c = \frac{1}{2}[/tex]

e = c/a, so .5/1 = 1/2 [tex]\frac{(x)^2} {1^2} + \frac{(y)^2}{b^2} = 1[/tex]

Not quite sure to go from here
 
Physics news on Phys.org
LCKurtz said:
Use ##a^2=b^2+c^2## for an ellipse.
Since ## 2c = 1 ##, then ##c = .5 ##
Making the variable ##a = 1##

##e = 1/2 = .5 / 1##

## (1)^2 = b^2 + (.5)^2 ##
## 1 - .25 = b^2 ##
## b^2 = 3/4 ##

So this would set the answer to:

## x^2 + \frac{3(y^2)}{4} = 1 ##

Correct?
 
bnosam said:
Since ## 2c = 1 ##, then ##c = .5 ##
Making the variable ##a = 1##

##e = 1/2 = .5 / 1##

## (1)^2 = b^2 + (.5)^2 ##
## 1 - .25 = b^2 ##
## b^2 = 3/4 ##

So this would set the answer to:

## x^2 + \frac{3(y^2)}{4} = 1 ##

Correct?

Check your ##\frac{y^2}{b^2}##.
 
LCKurtz said:
Check your ##\frac{y^2}{b^2}##.

Oops

## x^2 + \frac{4(y^2)}{3} = 1 ##


Thanks a million :)