Step 1: Measuring the Mass and Radius of the Disk
Place the 3D-printed rotating disk on a scale to measure its mass mmm. Ensure the unit is in kilograms (kg) and record the value.
Use a ruler to measure the radius r of the disk. The unit should be in meters (m). Record this value.
Note: Ensure all units are consistent (mass in kg and radius in meters) when recording.
Step 2: Calculating the Moment of Inertia
The moment of inertia III for a disk is given by the formula
where:
m is the mass of the disk (in kg),
rr is the radius of the disk (in meters).
Compute the moment of inertia III using the measured mass and radius values. Ensure that the units are kg·m².
Step 3: Setting Up the Experiment Equipment
Refer to the provided STL files to 3D print the necessary parts and assemble the experimental setup.
Upload the appropriate code to the Arduino system that interfaces with the optical encoder.
Ensure the system is properly set up and ready for testing.
Step 4: Testing the Optical Encoder Signal
Open the Arduino Serial Plotter.
Rotate the disk by a fixed angle θ, and observe the signal from the optical encoder.
Check if the signal oscillates up and down in the plot (the red line) when the disk is rotated. This confirms that the encoder is functioning correctly.
Once the signal behavior is confirmed, close the Serial Plotter.
Step 5: Recording Data in the Serial Monitor
Open the Serial Monitor in Arduino.
Rotate the disk by a fixed angle θ and start recording the data from the Serial Monitor.
Copy the data from the Serial Monitor and paste it into LibreOffice Calc.
Save the data as a CSV file for further analysis.
Step 6: Performing Fourier Transform and Calculating the Period
Use Python to perform a Fourier Transform on the collected data to analyze the signal.
The Fourier Transform will help extract the period T of oscillation from the data.
Ensure that the correct Python code is applied for this analysis.
Step 7: Calculating the Torsion Constant
Using the experimentally determined period T and the moment of inertia III, calculate the torsion constant K of the PLA line.
The formula for the torsion constant K is based on the relationship between the period and moment of inertia:
Rearranging this equation to solve for K:
Perform this calculation to determine the torsion constant K.
Step 8: Repeating the Experiment with Different Weights
Repeat the above steps using three different weight configurations:
No additional weights (just the disk),
Two weights (symmetrically placed on the disk),
Four weights (symmetrically placed on the disk).
Ensure the weights are placed symmetrically around the disk’s center to maintain balance during rotation.
For each weight configuration, repeat the entire process (steps 1 to 7) to collect the data, perform the analysis, and calculate the torsion constant for each setup.
Step 1: Measuring the Mass and Radius of the Disk
Take the 3D-printed rotating disk and place it on a scale to measure its mass mmm. Ensure the unit is in kilograms (kg) and record the value.
Use a ruler to measure the radius rrr of the disk in meters (m). Record this value.
Note: Be consistent with the units during measurement and recording (mass in kg and radius in meters).
Step 2: Calculating the Moment of Inertia
The moment of inertia III for the disk is calculated using the formula:
where:
m is the mass of the disk (in kg),
r is the radius of the disk (in meters).
Compute the moment of inertia III using the measured mass and radius values. The unit of I should be kg·m².
Step 3: Setting Up the Experimental Equipment
Refer to the provided STL files to 3D print the required components and assemble the experimental setup as per the instructions.
Upload the code to the Arduino system, ensuring it is properly connected to the optical encoder for data collection.
Step 4: Testing the Optical Encoder
Open the Arduino Serial Plotter.
Rotate the disk by a fixed angle θ\thetaθ, and check if the optical encoder signal shows an oscillating pattern (red line) on the plot. This confirms that the encoder is capturing the angular displacement correctly.
Once confirmed, close the Serial Plotter.
Step 5: Recording Data in the Serial Monitor
Open the Serial Monitor in Arduino.
Rotate the disk by a fixed angle θ to initiate the oscillatory motion.
Copy the angular displacement data from the Serial Monitor and paste it into LibreOffice Calc.
Save the data as a CSV file for later analysis.
Step 6: Plotting Angular Acceleration vs. Angle
Use Python to analyze the data and calculate the angular acceleration from the angular displacement values.
Plot the graph of angular acceleration α\alphaα against the angle θ.
Perform a linear fit on the data using Python. The slope of the linear fit represents the value of KI, where:
K is the torsion constant,
I is the moment of inertia.
Step 7: Calculating the Torsion Constant K
From the linear fit, determine the slope mmm, which equals KI.
To find the torsion constant K, multiply the slope by the calculated moment of inertia I
3. Using this relationship, compute the torsion constant K of the PLA line.
Step 8: Repeating for Accuracy
You can repeat the experiment by rotating the disk at different fixed angles θ\thetaθ to confirm the consistency of the results.
Ensure that you record data accurately and repeat the analysis to validate the value of the torsion constant.
Step 1: Setting Up the Magnets
Remove any additional weights (masses) from the disk.
Attach two strong magnets:
Fix one magnet to the rotating disk.
Fix the other magnet to the optical encoder support frame.
Note: Ensure that the magnets are positioned as shown in the reference image so that they will interact during the rotation of the disk.
Step 2: Rotating the Disk and Recording the Oscillations
Rotate the disk by a fixed angle θ to start the oscillations.
Open the Serial Monitor in Arduino and observe the recorded oscillation data.
Copy the oscillation data from the Serial Monitor and paste it into LibreOffice Calc.
Save the data as a CSV file for further analysis.
Step 3: Fitting the Data to Find the Half-Life
Use Python code to analyze the data and perform a fit to extract the half-life of the damped oscillations.
The half-life is the time it takes for the amplitude of the oscillations to reduce to half of its initial value.
Record the half-life time T1/2 obtained from the fit.
Step 4: Calculating the Damping Coefficient λ
Use the formula for the damping coefficient λ:
where:
T1/2 is the half-life (in seconds).
Substitute the measured half-life into the formula and calculate the damping coefficient λ.
Step 5: Repeating the Experiment Without Magnets
Remove the magnets and repeat the experiment.
Follow the same steps (rotate the disk by a fixed angle, record the oscillation data, and perform a fit using Python) to determine the half-life without magnets.
Calculate the damping coefficient λ for the system without the magnets using the same formula.
Step 6: Comparing the Results
Compare the damping coefficients λ for the cases with and without magnets.
Observe and analyze how magnets' presence affects the oscillations' damping.
The system with magnets should exhibit a higher damping coefficient, as the magnetic interaction introduces additional resistance, reducing the oscillation amplitude more quickly.