Solve and Plot Second-Order Differential Equation with Initial Conditions

35 views (last 30 days)
Numerically solve the differential equation y'' + sin(y) = 0 using initial conditions y(0)= 0, y′(0) = 1. Solve equation y'' + y = 0 with the same initial conditions. Plot on the same graph the solutions to both the nonlinear equation (first) and the linear equation (second) on the interval from t = 0 to t = 40, and compare the two. Be clear about which curve is the nonlinear solution and which is the linear solution.
Compare the linear and nonlinear solutions for each of the following values of the initial velocity v: 1, 1.99, 2, 2.01. For the (numerical) nonlinear solution, interpret what the graph indicates the pendulum is doing physically. What do you think the exact solution does in each case?

Answers (1)

Carl
Carl on 4 Apr 2017
Edited: Carl on 4 Apr 2017
Hi Ismaeel, see the following documentation page for how to solve differential equations with MATLAB:
The rest of the question is very specific to your homework - solving it would be a good learning exercise.

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!