Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Solve this differential equation numerically , on matlab please explain how ? % Define parameters m _ crank = 1 ; % k g I

Solve this differential equation numerically , on matlab please explain how ?
% Define parameters
m_crank =1;%kg
I?crank=0.5;%kg**m???2
m_rod =2;%kg
m_slider =3;%kg
1_crank =1;%m
1?rod =2;%m
g=9.81;%ms???2
% Define symbolic variables
theta = sym ('theta');
x=sym('x');
omega theta);
v?slider=diff(x);
% Define kinetic and potential energies
T_crank =0.5** I_crank ?** omega ????2;
T_slider =0.5**_slider ?**V-slider^????;
V_slider = m_slider*?**x;
T=T-crank + T_rod + T_slider;
V=V-slider;
% Define Lagrange equations
L=T-V;
L-theta , theta
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

4. Describe cultural differences that influence perception

Answered: 1 week ago