https://skill-lync.com/projects/solution-of-second-order-ode-and-animation-of-motion-of-a-pendulum-by-matlab-programming
Arnab Bose
updated on 04 Jun 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 Arnab Bose (25)
Week 6 - Data analysis
https://skill-lync.com/projects/data-analysis-by-python-programming
10 Jul 2020 05:18 AM IST
Data Analysis by PYTHON programming
Aim:- To analyze data using Python programming Governing Equation:- Work Done=(area/1000)*pow(10,6) Power Output=2*(math.pi)*1500*area/60 Fuel Consumption Per Hour=FC*1500*60 Specific Fuel Cnsumption=FCH/power Objective:- The main objective of this project is 1) to calculate the area under the PV diagram…
10 Jul 2020 05:15 AM IST
Week 5 - Curve fitting
https://skill-lync.com/projects/linear-and-cubic-polynomial-curve-fitting-by-python-programming
05 Jul 2020 11:10 AM IST
Linear and Cubic Polynomial Curve Fitting by PYTHON programming
Aim:- To write a code for the fitting of a linear and cubic polynomial by PYTHON programming Objectives:- The main objective of this project is to perform curve fitting using PYTHON programming Brief Theory:- Curve Fitting:- It is nothing…
05 Jul 2020 11:09 AM IST
Breaking ice with air cushion vehicle by python programming
Aim:- To find minimum pressure with the Newton raphson method using PYTHON programming. Governing Equation:- `p^3(1-beta^2)+(0.4hbeta^2-((sigmah^2)/r^2))p^2+((sigma^2h^4)/(3r^4)p)-((sigmah^2)/(3r^2))^3=0` where p=pressure of cushion h=icefield…
05 Jul 2020 10:11 AM IST
Constraint minimization by lagrange multipliers
Aim:-To minimize a given function using Lagrange Multipliers Governing Equation:- `f=5-(x-2)^2-2(y-1)^2` Objective:- The main objective of this challenge is to minimize the given function by the equation given using Lagrange multiplier that we are calling constraint minimization Brief Theory:- Lagrange Multiplier:-…
01 Jul 2020 04:50 PM IST
Week 3 - Solving second order ODEs
https://skill-lync.com/projects/solution-of-second-order-ode-and-animation-of-motion-of-a-pendulum-by-python-programming
27 Jun 2020 05:35 AM IST
Solution of second order ODE and animation of motion of a pendulum by PYTHON programming
Aim:- To solve second order ODE and animate the motion of the pendulum by PYTHON programming Governing equation:- Equation that play main role to solve second order ODE:- dtheta/dt2+b/m d2theta/dt+g/L sintheta=0 where, m=mass of the pendulum,…
27 Jun 2020 05:33 AM IST
Week 2 Air standard Cycle
https://skill-lync.com/projects/calculation-of-thermal-efficiency-of-a-engine-and-plotting-of-otto-cycle-in-python-programming
24 Jun 2020 10:31 AM IST
Calculation of Thermal Efficiency of a engine and plotting of Otto cycle in PYTHON programming
Aim:- To plot the Otto cycle and calculate the thermal efficiency of the engine by PYTHON programming. Governing equations:- Equation that play main role to fulfill the aim of this project:- (v/v_c)=1+1/2(r_c-1)[R+1-cos_theta-(R^2-sin^2_theta)^0.5] i.e change in volume due to various processes.…
24 Jun 2020 10:29 AM IST
Simulation of Forward Kinematics of 2R robotic arm by PYTHON programming
Aim:- To simulate the forward kinematics of 2R robotic arm by PYTHON programming Governing equations:- Equations those play main role in simulation of the robot arm is given below:- x1= l1*cosd(phi1) y1= l1*sind(phi1) x2= x1+l2*cosd(phi2) y2=y1+l2*sind(phi2) where, (x1,y1)=coordinates of the end points (x2,y2)= coordinates…
23 Jun 2020 05:03 AM IST
Project 2 - Rankine cycle Simulator
https://skill-lync.com/projects/creation-of-a-rankine-cycle-simulator-using-matlab-programming
16 Jun 2020 06:03 PM IST
Creation of a Rankine Cycle Simulator using MATLAB programming
Aim:- To create a Rankine cycle simulator by MATLAB programming Governing equations:- Equations those play main role: W_T=m(h1-h2)K Q_r=m(h2-h3)K W_p=m(h3-h4)K Q_b=m(h1-h4)K where W=Work produced Q=Heat required …
16 Jun 2020 06:00 PM IST
Parsing of NASA Thermodynamic File using MATLAB programming
Aim:- To parse NASA Thermodynamic data by MATLAB programming Governing Equations:- Thermodynamic properties equations those play main roles: Cp/R= a1+a2T+a3T^2+a4T^3+a5T^4H/RT=a1+a2T/2+a3T^2/3+a4T^3/4+a5T^4/5+a6/TS/R=a1lnT+a2T+a3T^2/2+a4T^3/3+a5T^4/4+a7 where R=universal gas constant T=temperature Cp=specific…
16 Jun 2020 05:41 AM IST
Project 1 - Parsing NASA thermodynamic data
https://skill-lync.com/projects/parsing-of-nasa-thermodynamic-file
16 Jun 2020 05:21 AM IST
Week 4 - Genetic Algorithm
https://skill-lync.com/projects/implementation-of-genetic-algorithm-in-matlab-programming
14 Jun 2020 08:08 AM IST
Implementation of Genetic Algorithm in MATLAB Programming
Aim:- To calculate global maxima of a stalagmite function by MATLAB programming Governing Equations:- Equations those play the main role in this project: Basically in this project stalagmite function is used to implement the equations. f(x,y)=f1x*f1y*f2x*f2y f1x=(sin(5.1`pi`x +0.5))^6 `f2x=exp(-4ln2(x-0.0667)^2/0.64)`…
14 Jun 2020 08:05 AM IST
Linear and Cubic Polynomial Curve Fitting by MATLAB programming
Aim:- To write a code for the fitting of a linear and cubic polynomial by MATLAB programming Objectives:- The main objective of this project is to perform curve fitting using MATLAB programming Brief Theory:- Curve Fitting:- It is nothing…
13 Jun 2020 08:00 AM IST
Solution of second order ODE and animation of motion of a pendulum by MATLAB programming
Aim:- To solve second order ODE and animate the motion of the pendulum by MATLAB programming Governing equation:- Equation that play main role to solve second order ODE:- dtheta/dt2+b/m d2theta/dt+g/L sintheta=0 where, m=mass of the pendulum,…
04 Jun 2020 06:10 PM IST
Week 3 - Solving second order ODEs
https://skill-lync.com/projects/solution-of-second-order-ode-and-animation-of-motion-of-a-pendulum-by-matlab-programming
04 Jun 2020 06:02 PM IST
Calculation of Thermal Efficiency of a engine and plotting of Otto cycle in MATLAB programming
Aim:- To plot Otto cycle and calculate thermal efficiency of the engine by MATLAB programming. Governing equations:- Equation that play main role to fulfill the aim of this project:- (v/v_c)=1+1/2(r_c-1)[R+1-cos_theta-(R^2-sin^2_theta)^0.5] i.e change in volume due to various processes. where, …
02 Jun 2020 07:35 PM IST
Simulation of Forward Kinematics of 2R robotic arm by MATLAB programming
Aim:- To simulate the forward kinematics of 2R robotic arm in MATLAB programming Governing equations:- Equations those play main role in simulation of the robot arm is given below:- x1= l1*cosd(phi1) y1= l1*sind(phi1) x2= x1+l2*cosd(phi2) y2=y1+l2*sind(phi2) where, (x1,y1)=coordinates of the end points (x2,y2)= coordinates…
01 Jun 2020 07:37 AM IST
Creation of a Row and Column Vector in MATLAB
Aim: To create a row and a column vector in the commands in MATLAB The objective of this project: The main objective of this project is the creation of a program to implement row and column vector in MATLAB. Brief Content of this Project: In this…
02 May 2020 12:54 AM IST