All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
Aim :- To slove the 2nd order ODE equation Theory :- 1.What is the velocity:- Velocity is the rate of change of displacement. 2.What is acceleration:-Acceleration is the rate of change of velocity. 3.What is simple pendulum :- A simple pendulum is a point mass suspended by a weightless and inextensible string…
Sachin Barse
updated on 27 May 2022
Aim :- To slove the 2nd order ODE equation
Theory :-
1.What is the velocity:- Velocity is the rate of change of displacement.
2.What is acceleration:-Acceleration is the rate of change of velocity.
3.What is simple pendulum :- A simple pendulum is a point mass suspended by a weightless and inextensible string fixed rigidly to support.
4.What is second order pendulum :- A simple pendulum whose time period is 2 seconds is known as a second’s pendulum.
Program codes :-
clear all
close all
clc
b=0.05;
g=9.81;
l=1;
m=1;
% initial condition
theta_0 = [0;5];
% time points
t_spam = linspace(0,10,500);
% solve ODE
[t_results] = ode45(@(t,theta) ode_func(t, theta, b,g,l,m),t_spam, theta_0);
plot(t,results(:,1))
ylabel('Plot')
xlabel('time')
Output velocity due acceleration:-
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
FINAL INDEPENDENT PROJECT
Project : Design & Animate the drone camera for project model. Attached Link For Model Review : https://drive.google.com/file/d/1f6sjaJc6Od2AEnmh-JYFFoLMmUveWk61/view?usp=drive_link
15 May 2024 05:42 PM IST
Week - 4
AIM: Implement control logic of a “washing machine” using Stateflow as per given sequence: If the power supply is available, the system gets activated. If the Water supply is not available, stop the process & indicate through LED Soaking time should be 200s followed by Washing…
13 Mar 2024 10:27 AM IST
Week -2
1.Door Bell Simulink Model: Simulink Model Explanation: The pulse generator is used to create square wave pulses at regular intervals.The block waveform parameters Amplitude,pulse width,period and phase delay,determine the shape of the output waveform. …
12 Mar 2024 12:23 PM IST
Project 1
Attached Model for Project :- Attached link for grading :- https://drive.google.com/file/d/13bjiEKi2h1sYtm9LzZMouMksFAZYnVIQ/view?usp=drive_link
29 Oct 2023 11:00 AM IST
Related Courses
0 Hours of Content
Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.
© 2025 Skill-Lync Inc. All Rights Reserved.