Question

Consider the pendulum, y

0 0
Add a comment Improve this question Transcribed image text
Answer #1

a)The Runge-Kutta method is afourth-order method-it can be proved that the cumulative error on a bounded interval

[a, b] with a = Xo is of order h4.

(Thus, It is also called the fourth-order Runge-Kutta method because it is possible to develop Runge-Kutta methods of other orders. That is,

½y(Xn) - yn½≤ Ch^4

y(t+dt) = y(t) + 1/6 * (k1 + 2k2 + 2k3 + k4)
k1 = dt * f(t,y)
k2 = dt * f(t+dt/2, y(t)+k1/2)
k3 = dt * f(t+dt/2, y(t) + k2/2)
k4 = dt * f(t+dt, y(t)+k3)

b)

Plot = 3 Sin (2x)

x = 0 to 4π

Arc length of curve:

∫o √ 19 + 18 Cos (4x) dx ≈ 50.4465

∫o √ 19 + 18 Cos (4x) dx = 8√37 E(36/37) ≈ 50.4465

  1. plot period as function of amplitude y”+sin(y) = 0

Amplitude = y = - sin(y) = -0.712097697

Z = -0.653423149

Period = 2π/3

Add a comment
Know the answer?
Add Answer to:
Consider the pendulum, y " + sin(y) = 0. Using at least a 41th order Runge-Kutta...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT