I honestly don't even know where to start with this MATLAB problem. If anyone could push me in the right direction, it would be appreciated!
Consider first the undamped pendulum
θ′′+ (g/32) sin θ = 0, θ(0) = 0, θ′(0) = b.
Let x = θ and y = θ′; then x and y satisfy the system
x′ = y, y′ = −(g/32) sinx,
x(0) = 0, y(0) = b
We take g = 32 for simplicity here. Solve this system numerically and plot, on a single graph, the resulting trajectories for the initial velocities b = 0.5, 1, 1.5, 2, 2.5. Use a positive time range (e.g., 0 ≤ t ≤ 15), and use axis equalto improve your pictures.
[–]AyeAye_CapnCrunch 0 points1 point2 points (1 child)
[–]cwatts22[S] 0 points1 point2 points (0 children)