Here, a simple pendulum is modelled using a second order ordinary differential equation and simulated using MATLAB. The same equation for spring-mass-damper system can be used to model the pendulum. Therefore the equation is `(d^2theta)/dt^2+b/m(d theta)/dt+g/l sintheta =0` where b--> damping coefficient=0.05 …
NIKHIL JAIKISHAN
updated on 06 Jan 2020
Project Details
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...
Read more Projects by NIKHIL JAIKISHAN (3)
Optimization using Genetic Algorithm for a stalagmite function
A genetic algorithm is an optimization process based on Charles Darwin\'s Theory of Evolution. It is a random based evolutionary algorithm meaning it applies random changes to the current solutions to get new solutions. The steps GA has is as follows. [1] a. An initial population of solution sets will be assumed. b. A…
21 Jan 2020 06:44 AM IST
Simulation of a simple pendulum using Ordinary differential Equation
Here, a simple pendulum is modelled using a second order ordinary differential equation and simulated using MATLAB. The same equation for spring-mass-damper system can be used to model the pendulum. Therefore the equation is `(d^2theta)/dt^2+b/m(d theta)/dt+g/l sintheta =0` where b--> damping coefficient=0.05 …
06 Jan 2020 10:40 AM IST
Creating a PV diagram for an Otto cycle
Here the objective is to plot PV diagram for an otto cycle given some assumptions as inputs in calculations. Some of the initial and final state variables are assumed for the ease of calculation which are given in the code. From the bore, stroke, and compression ratio, the engine cyclinder's swept volume and clearance…
27 Dec 2019 11:43 AM IST