Differential Equations Day 15 -- Project 4 -- Mechanical Vibrations of Spring Systems

Directions
Follow the steps below and do your work in the provided GeoGebra windows. [br][i][br]NOTE to VSC students taking this class with me[/i]: be sure you are accessing this through a GeoGebra Classroom Link! The URL of this page should have the word “classroom” in it. If not, then go back to Canvas and be sure to access this page from the Project 4 assignment. Also: I strongly recommend you login to GeoGebra.org with a free account so your work is saved, and you can come back later to review or modify it. [br][i][br]For external readers[/i]: these "project" activities are meant to be taken as part of my course, so these sections of the GeoGebra book my not be as intelligible as others. My apologies.
Learning Goals
The primary goal of this project is to learn about [b]Mechanical Vibrations[/b] of spring systems, a classical application of second order homogeneous constant coefficient differential equations. A secondary goal is that you will practice plotting the slope field of the systemification of a second order differential equation.
Content Overview
When:[br][list][*]an object is suspended by a spring; and[/*][*]the spring is firmly attached to an anchor; and [/*][*]damping is present due to immersion of the system in a viscous fluid (including "air resistance"), [/*][/list]then the motion of the object away from equilibrium is well modeled by a second order homogeneous constant coefficient differential equation. [br][br]Explore the applet below which illustrates the motion of such an object. You can read more about the mathematics of such a system [url=https://tutorial.math.lamar.edu/classes/de/vibrations.aspx]here[/url].[br][br]You can explore by adjusting 4 parameters: [br][list=1][*][math]m[/math], the mass of the object (in kilograms)[/*][*][math]\gamma[/math], a damping coefficient [/*][*][math]k[/math] the spring constant of the spring -- see [url=https://en.wikipedia.org/wiki/Hooke%27s_law#For_linear_springs]Hooke's Law for linear springs[/url][/*][*][math]u_0[/math] the initial displacement (extension or compression) of the spring/mass from equilibrium (in meters)[/*][/list]Press "Play/Pause" to run a 20 second experiment by putting the object into motion. The app keeps a traced record of each experiment you run. Click "Clear Trace" to clear all records.
Part 1 Steps
[list=1][*]In the applet [i]below[/i] for Part 1 set the mass to 9, the damping coefficient to 6, the spring constant to 4, and the initial displacement to 12. [/*][*]Trace the motion of the object for the full time period (20).[/*][*]Increase the damping coefficient to 8. Hold the other settings constant. Reset the time to 0. DO NOT CLEAR THE TRACE. [/*][*]Trace the motion of the object for the full time period (20).[/*][*]Continue adjusting the damping coefficient in steps of 2 up to 12. Reset the time, and trace the motion of the object for the full time period for each step. [/*][*]Study the impact of the damping coefficient on the motion of the object. Summarize your findings in the text box [i]below[/i] for Part 1. Be sure your written response uses complete sentences, and is concise. [/*][/list]
Part 1 Applet
Part 1 Text Box
Put your written response here.
Part 2 Steps
Find the specific solution of the following second order homogeneous constant coefficient differential equation with initial conditions on [i]u[/i] and [i]u[/i]'. Plot it in the Part 2 applet [i]below[/i]. [br][br][math]9u''+6u'+4u=0;u\left(0\right)=12;u'\left(0\right)=0[/math]
Part 2 Applet
Part 3 Steps
Consider the following differential equation with initial conditions on [i]u[/i] and [i]u[/i]'. [br][br][math]9u''+12u'+4u=0;u\left(0\right)=12;u'\left(0\right)=0[/math][br][br]Use the GeoGebra applet [i]below[/i] for Part 3 to verify that the following function is a solution of the differential equation and satisfies the initial conditions.[br][br][math]u\left(t\right)=e^{-\frac{2}{3}t}\left(12+12\cdot\frac{2}{3}t\right)[/math]
Part 3 Applet
Part 4 Steps
Consider again the following second homogeneous order constant coefficient differential equation with initial conditions on [i]u[/i] and [i]u[/i]'. This is the same differential equation from Part 2.[br][br][math]9u''+6u'+4u=0;u\left(0\right)=12;u'\left(0\right)=0[/math][br][br]Review [url=https://www.geogebra.org/m/cxgtwkqa#material/zuefmawx]the method of [b]systemification[/b] from earlier[/url] and confirm that this is the systemification of above differential equation: [br][br][math]x_1'=x_2[/math][br][math]x_2'=-\frac{4}{9}\cdot x_1-\frac{6}{9}\cdot x_2[/math][br][br]In the GeoGebra applet [i]below[/i] for Part 4:[br][br]1. Plot the slope field of the systemification with[br][br][code]slopefield(((-4/9)*x-(6/9)*y)/(y))[br][/code][br]2. Enter your solution function from Part 2 [i]again[/i] in the GeoGebra applet [i]below[/i] (for Part 4). Be sure to declare the function as [code]u(x)[/code][br][br]3. Calculate the derivative of [code]u(x)[/code] with GeoGebra. [br][br]4. Hide both [code]u(x)[/code] and [code]u'(x)[/code] by clicking the dot next to their declaration in the Algebra Pane[br][br]5. Generate the parametric curve that illustrates the solution function in the context of the slope field with[br][br][code]curve(u(t),u'(t),t,0,20)[br][/code][br]6. Plot the initial condition on [code]u(x)[/code] and [code]u'(x)[/code] with[br][br][code]InitialCondition=(12,0)[/code][br][br]7. Verify that the curve passes through InitialCondition as expected by passing 0 to the curve object. This is most likely accomplished with the code[br][br][code]a(0) [/code][br][br]However, if the curve you created with the code in step 5 was called something else, then you'll need to pass 0 to that.
Part 4 Applet
Closing Note on Applicability
There are two primary applications of the theory of Mechanical Vibrations of spring systems:[br][br][list=1][*]In mechanical engineering it is often advantageous to build a spring system that damps vibrations. Solutions such as we saw in Part 3 (where there were no oscillators, sine or cosine, in the general solution) are known as critically damped, and are often the goal in designing systems that need to handle oscillations. [/*][*]In fluid mechanics, the theory of mechanical vibrations can be applied to measure the viscosity of a fluid. For instance, a researcher would know the mass of an object, the spring constant of a spring, but not the viscosity of a fluid they immerse the system in. By observing the motion of the object, and pattern matching a theoretical spring system to the observed motion by holding [i]m[/i] and [i]k[/i] constant, but adjusting [math]\gamma[/math], they can goal obtain an estimate of the measure of the viscosity, [math]\gamma[/math].[/*][/list]
Close

Information: Differential Equations Day 15 -- Project 4 -- Mechanical Vibrations of Spring Systems