Solving for arc length of an ellipse

In summary: Your Name]In summary, when solving for the arc length of an ellipse numerically, it is recommended to use numerical integration methods or the parametric equations of an ellipse to approximate the integral. This would be more accurate and efficient than evaluating the integral twice.
  • #1
redeemer90
4
0

Homework Statement


The task is to solve for the arc length of an ellipse numerically. a & b are given for an ellipse centered at the origin and a value for x is given.

Homework Equations



Equation of ellipse is given to be
[tex]x^{2}/a^{2} + y^{2}/b^{2} = 1[/tex]
and the equation to solve for the arc length is given as
[tex]a \int^{\theta}_{0}\sqrt{1-k^{2} sin^{2}t} dt[/tex]
Assuming a is the major axis

The Attempt at a Solution


The additional condition is that
[tex]-a \leq x\leq a[/tex], so [tex]\theta[/tex] can be [tex]\ge 0.5 \pi[/tex]
Since [tex]\int^{\theta}_{0}\sqrt{1-k^{2} sin^{2}t} dt[/tex] does not seem to work when [tex]{\theta} \ge 0.5 \pi[/tex]

The only solution I can think of is as follows
  1. If x < 0
  2. pb4 = quarter the perimeter of the ellipse
  3. Set x= -x (reflect about the x axis)
  4. ptemp = arc length for the positive x
  5. The final answer would be p=pb4+(pb4-ptemp)

This would mean evaluating equation [tex]\int^{\theta}_{0}\sqrt{1-k^{2} sin^{2}t} dt[/tex] twice.
Is there a better solution to this problem?

Thanks,

- Sid
 
Physics news on Phys.org
  • #2


Dear Sid,

I would recommend using numerical integration methods to solve for the arc length of an ellipse. This would involve breaking down the integral into smaller intervals and using numerical techniques such as the trapezoidal rule or Simpson's rule to approximate the integral. This method would be more accurate and efficient than evaluating the integral twice.

Another approach would be to use the parametric equations of an ellipse, which can be written as x = a cos t and y = b sin t. Using these equations, we can derive the equation for arc length as S = \int^{\theta}_{0}\sqrt{a^{2}sin^{2}t + b^{2}cos^{2}t} dt. This integral can then be solved numerically using the techniques mentioned above.

I hope this helps. Good luck with your calculations!

 

Related to Solving for arc length of an ellipse

1. What is the formula for finding the arc length of an ellipse?

The formula for finding the arc length of an ellipse is L = 4aE(e), where a is the semi-major axis and e is the eccentricity. E(e) is the complete elliptic integral of the second kind.

2. How do you determine the value of the eccentricity (e) of an ellipse?

The eccentricity (e) of an ellipse can be determined by dividing the distance between the foci (c) by the length of the major axis (2a). This can also be represented as e = c/a.

3. Can the arc length of an ellipse be calculated without knowing the eccentricity (e)?

Yes, the arc length of an ellipse can also be calculated using the equation L = π(a+b)(1+(3h)/(10+√(4-3h))), where b is the semi-minor axis and h = (a-b)/(a+b).

4. How does the arc length of an ellipse differ from the circumference of a circle?

The arc length of an ellipse is not a constant value like the circumference of a circle. It varies depending on the position of the point on the ellipse.

5. Are there any practical applications for calculating the arc length of an ellipse?

Yes, calculating the arc length of an ellipse is important in fields such as astronomy, physics, and engineering. It is used to determine the distance between celestial bodies, the path of orbiting objects, and the design of curved structures.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
860
Replies
7
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
548
  • Calculus and Beyond Homework Help
Replies
4
Views
2K
  • Calculus and Beyond Homework Help
Replies
7
Views
844
  • Calculus and Beyond Homework Help
Replies
3
Views
973
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
258
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
Back
Top