Objective: To solve the following ODE of a simple pendulum with damping and then plot the displacement and velocity values on a graph `(d^2theta)/dt^2 + b/m(d theta)/dt + g/lsintheta=0` where g = gravity in `m/s^2`, …
Abhishek Baruah
updated on 02 Mar 2021
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 Abhishek Baruah (7)
File Parsing and data analysis using python
Objective: To create a data visualiser using python, perform a compatibility check of the file and then calculating some basic performance parameters Problem Statement: To visualise the complex data in the file in a sequencial and a more understandable way. Also, how can SublimeREPL adds a more two way relationship in…
30 Mar 2021 06:17 PM IST
Curve fitting using Python
Objective: To find a good fitting function for showing the relationship between temperature and specific heat capacity at constant pressure using the practical values from the data file Procedure: First, we define a function f(x) which will be will give the relationship between the temperature (x) and Cp (y) values Then,…
27 Mar 2021 03:37 AM IST
Analysing ice breaking pressure using a air cushion vehicle by the use of Newton-Raphson method
Objective: Euler equation: `(1-beta^2)p^3 + (0.4hbeta^2-(sigmah^2)/r^2)p^2 + ((sigma^2h^4)/(3r^4))p - ((sigmah^2)/(3r^2))^3 =0` -Equation 1 where p denotes the cushion pressure, h the thickness of the ice field, r the size of the air cushion, σ the tensile strength of the…
07 Mar 2021 05:17 PM IST
Solving the ODE for simple pendulum followed by its simulation
Objective: To solve the following ODE of a simple pendulum with damping and then plot the displacement and velocity values on a graph `(d^2theta)/dt^2 + b/m(d theta)/dt + g/lsintheta=0` where g = gravity in `m/s^2`, …
02 Mar 2021 01:38 AM IST
Otto Cycle using engine kinematics
Objective: To plot the P-V diagram of the otto cycle while also calculating its thermal efficiency Problem Statement: Whether engine kinematics can be effectively used to plot a P-V diagram of the Otto Cycle Introduction: The Otto cycle is the ideal cycle for spark-ignition engines, in honor of Nikolaus Otto, who…
24 Feb 2021 02:44 AM IST
2R Robotic Arm Simulation
Objective: To simulate the forward kinematics of a 2R Robotic arm using Python & ImageMagick Problem Statement: Tracing the path of the robotic arm ensuring that it moves in the desired trajectory Solution Procedure: A python program has been made defining the values of the lengths of both the links of the robotic…
18 Feb 2021 04:10 PM IST
Effect of velocity and drag co-efficient on drag force
Objective: Write a program to plot Drag force vs Velocity. Write a program to plot Drag force vs Drag Co-efficient Problem Statement: The effect of increasing velocity (Bicycle start to full speed) on the Drag force experienced by the rider The effect of Drag Co-efficient (with the same frontal area) on the Drag…
18 Feb 2021 03:50 PM IST