Saturday, September 26, 2026
HomeMatlabDouble Pendulum

Double Pendulum


I used to be amazed by two current YouTube movies concerning the double pendulum.

Contents

Double Pendulum

The traditional double pendulum consists of 1 pendulum connected to a set pivot and a second pendulum connected to the tip of the primary. The system is ruled by Newton’s legal guidelines, and its movement is totally decided by the preliminary situations. There is no such thing as a randomness. Nonetheless, its habits is usually troublesome to foretell. It might be chaotic.

Cleve’s Lab

Ten years in the past, I included the double pendulum in Cleve’s Lab.

Drew’s Campfire

Drew’s Campfire is one current video concerning the double pendulum. Here’s a hyperlink to the video.

Here’s a pattern body.

2Swap

The second video comes from 2Swap. Here’s a hyperlink to the video.

Here’s a body that includes the Pretzel pendulum.

<!–
operate grabCode_6d2eb2765ab8436192df2a9fb7512ba8() {
// Bear in mind the title so we will use it within the new web page
title = doc.title;

// Break up these strings in order that their presence
// within the Javascript doesn't mess up the seek for
// the MATLAB code.
t1='6d2eb2765ab8436192df2a9fb7512ba8 ' + '##### ' + 'SOURCE BEGIN' + ' #####';
t2='##### ' + 'SOURCE END' + ' #####' + ' 6d2eb2765ab8436192df2a9fb7512ba8';

b=doc.getElementsByTagName('physique')[0];
i1=b.innerHTML.indexOf(t1)+t1.size;
i2=b.innerHTML.indexOf(t2);

code_string = b.innerHTML.substring(i1, i2);
code_string = code_string.change(/REPLACE_WITH_DASH_DASH/g,'–');

// Use /x3C/g as an alternative of the less-than character to keep away from errors
// within the XML parser.
// Use 'x26#60;' as an alternative of '<' in order that the XML parser
// doesn't go forward and substitute the less-than character.
code_string = code_string.change(/x3C/g, 'x26#60;');

copyright = 'Copyright 2026 The MathWorks, Inc.';

w = window.open();
d = w.doc;
d.write('

n');
        d.write(code_string);

        // Add copyright line on the backside if specified.
        if (copyright.size > 0) {
            d.writeln('');
            d.writeln('%%');
            if (copyright.size > 0) {
                d.writeln('% _' + copyright + '_');
            }
        }

        d.write('

n’);

d.title = title + ‘ (MATLAB code)’;
d.shut();
}
–>


Get
the MATLAB code (requires JavaScript)

Revealed with MATLAB® R2024b

<!–
6d2eb2765ab8436192df2a9fb7512ba8 ##### SOURCE BEGIN #####
%% Double Pendulum
% I used to be amazed by two current YouTube movies concerning the double pendulum.

%% Double Pendulum
% The traditional double pendulum consists of 1 pendulum connected to a set
% pivot and a second pendulum connected to the tip of the primary. The system
% is ruled by Newton's legal guidelines, and its movement is totally decided by
% the preliminary situations. There is no such thing as a randomness. Nonetheless, its habits is
% generally troublesome to foretell. It might be _chaotic_.

%% Cleve's Lab
% Ten years in the past, I included the double pendulum in
% .
%
% <>
%

%% Drew’s Campfire
% Drew’s Campfire is one current video concerning the double pendulum.
% Here’s a
% .
%

%%
%
% Here’s a pattern body.
%
% <>
%

%% 2Swap
% The second video comes from 2Swap. Here’s a
% .
%

%%
%
% Here’s a body that includes the Pretzel pendulum.
%
% <>
%
##### SOURCE END ##### 6d2eb2765ab8436192df2a9fb7512ba8
–>

RELATED ARTICLES

Jack Dongarra

Nick Trefethen

Rob Schreiber

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments