Problem 54710. Compute the period of a pendulum started from a finite initial angle
Cody Problem 49830 asks for the period T of a pendulum swinging through a small angle. Here the pendulum started at rest from an angle that is not necessarily small. The other assumptions are similar (no friction or drag, massless rod).
Write a function that takes the initial angle and returns , where L is the length of the pendulum and g is the acceleration of gravity. In the limit as the initial angle approaches zero, the function should produce .
Solution Stats
Problem Comments
-
2 Comments
Dyuman Joshi
on 20 Oct 2022
It seems integral() is not able to resolve upto the required precision.
I will have to think of another method or function.
ChrisR
on 28 Oct 2022
Hint: 45982
Solution Comments
Show commentsProblem Recent Solvers3
Suggested Problems
-
3368 Solvers
-
2312 Solvers
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2139 Solvers
-
How long do each of the stages of the rocket take to burn?
301 Solvers
-
Remove entire row and column in the matrix containing the input values
368 Solvers
More from this Author279
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!