Question: In [ 1 6 ] : # Import the math, Python Library of mathematical functions from math import * # Assign numerical values to the

In [16]: # Import the math, Python Library of mathematical functions
from math import *
# Assign numerical values to the theoretical model parameters adjusting them to fit your
# observations. Note that the moment of inertia and the damping terms were determined in
# the first experiment. You may need to re-evaluate the amplidute for this experiemnt.
fc=0.4
mominerti a=0.009
damping =0.08
phase =-1
# Assign numerical values to experimental variables you have measured mass =0.07 #mass of the pendulum in kg
length =0.45 #length of the pendulum in meters
amplitude =0.009 #maximum amplitude of oscillation in rad
# Assign numerical values to known variables of the theoretical model
g=9.81 #acceleration of gravity
# Determine wc and wd
wc=()**
# Declare the lists to contain the tabulations acc_th(t_expt) and
# adiff (t-expt)=aloha-exp(t-expt)-alpha_th (t-expt)
alpha_th2=[]
adiff =[]
# Determine the Lists acc_th(t_expt) and adiff(t_expt)
for 1 in range (1en(t_expt2)):
alpha_th2 append (amplitude* exp(-texpt2[i]** damping )**
 In [16]: # Import the math, Python Library of mathematical functions

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!