Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please write code in PYTHON to solve the following question, ok to use numpy, scipy etc with explanations to steps. The code needs to be

Please write code in PYTHON to solve the following question,
ok to use numpy, scipy etc
with explanations to steps. The code needs to be able to run AND solved in PYTHON language. no other languages please!!
assuming:
q=10kgfmm
Titanium alloy E=100GPa;
Second area moment J=1440mm4. Which is equal to rectangle with
sides 10mm and 12mm, and force acts along longer side;
Circular freq. =0.11s;
Length 1=100mm;
Rigid constraint on left bound y(0)=0,y'(0)=0;
Bending force on the left bound y'''(0)=q*lE*J;
Bending moment on the left bound y''(0)=-q*l22*E*J;
Solve this equation assuming:
q=10 kgf/mm;
Titanium alloy E=100 GPa;
Second area moment J=1440 mm^4. Which is equal to rectangle with sides 10 mm and 12 mm, and force acts along longer side;
Circular freq. \omega =0.11/s;
Length l=100 mm;
Rigid constraint on left bound y(0)=0, y(0)=0;
Bending force on the left bound y'''(0)=(ql)/(EJ);
Bending moment on the left bound:
y''(0)=-(q(l^2))/(2EJ);
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

Recommended Textbook for

AWS Certified Database Study Guide Specialty DBS-C01 Exam

Authors: Matheus Arrais, Rene Martinez Bravet, Leonardo Ciccone, Angie Nobre Cocharero, Erika Kurauchi, Hugo Rozestraten

1st Edition

1119778956, 978-1119778950

More Books

Students also viewed these Databases questions

Question

What is the formula to calculate the mth Fibonacci number?

Answered: 1 week ago