Clear Filters
Clear Filters

Solving a 2nd ODE using numerical methods

2 views (last 30 days)
Steven
Steven on 8 Oct 2015
Edited: James Tursa on 8 Oct 2015
Hi there,
A free-swinging pendulum with damping given by the equation:
theta''(t)+(c/m)*theta'(t)+(g/l)*sin(theta)
Given we know that c and m = 1 and l=0.5 and g = 9.81
How can I solve this as euler and huen's method.
We know the initial condition theta(0)=pi/4 and theta'(0)=0
  1 Comment
James Tursa
James Tursa on 8 Oct 2015
Edited: James Tursa on 8 Oct 2015
What have you done so far? Please make an attempt and post your code, and ask specific questions about where you are having difficulties. Then we can comment on it and make suggestions.

Sign in to comment.

Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!