Exploring Oscillations in Mechanical Systems

In summary, the conversation discusses the function that describes oscillation in mechanical structures, which includes the variables of time, oscillation frequency, and time constant. The smaller the time constant, the faster the oscillations decay. The homework then asks for a criterion to accurately plot the function and provides examples for different values of the variables. The hint suggests considering two cases: when 4τ is greater or smaller than 2π/ω. The solution for the first case involves playing around with numbers while the second case requires further exploration.
  • #1
kostantina
10
0

Homework Statement



Oscillation in mechanical structures can often be described by the function:

y(t)=(e^(-t/τ))*sin(ωt+θ)

Where t is time , ω is oscillation frequency in radians per unit time. The oscillations have a period of 2*π/ω and their amplitudes decay in time at a rate determined by τ which is called the time constant. THe smaller the value of τ the faster the oscillations die out/


Homework Equations



a.) Use the above information to develop a criterion for choosing the spacing of t values and the upper limit on t to obtain an accurate plot of y(t). (Hint two cases: 4τ>2π/ω and 4τ<2π/ω)

b) Plot y(t) for τ= 10, ω=π and θ=2

c)Plot y(t) for τ= 0.1, ω=8π and θ=2


The Attempt at a Solution



My attempt is below, however what is bothering me is question (a). A criterion for choosing the spacing values for t and the upper limit. ?? Can't figure it out and also the hint.. How is that related? I just played around with numbers, and got those plots.



tau=10;
omega=pi;
fi=2;
t=(-40:0.1:10);
f=(exp(-t./tau)).*sin(omega.*t+fi);
subplot(2,1,1)
plot(t,f)

tau2=0.1;
omega2=8*pi;
fi=2;
t=(-0:0.1:80);
f2=(exp(-t./tau2)).*sin(omega2.*t+fi);
subplot(2,1,2)
plot(t,f2)
 
Physics news on Phys.org
  • #2
Try playing around some more then and see what makes the spacing of t values too big.
What do the two limiting cases represent physically?
 

Related to Exploring Oscillations in Mechanical Systems

1. What are oscillations in mechanical systems?

Oscillations in mechanical systems refer to the repetitive back and forth motion of a system about a fixed position or equilibrium. This can occur in various forms, such as vibrations, waves, or pendulum-like motions.

2. What factors affect the frequency of oscillations in mechanical systems?

The frequency of oscillations in mechanical systems can be affected by several factors, including the mass of the object, the stiffness of the system, and any external forces or damping present.

3. How are mechanical oscillations measured and analyzed?

Mechanical oscillations can be measured using various instruments such as accelerometers, strain gauges, or displacement sensors. These measurements can then be analyzed using mathematical models and equations to understand the behavior of the system.

4. What are some real-world applications of oscillations in mechanical systems?

Oscillations in mechanical systems have many practical applications, such as in musical instruments, pendulum clocks, and shock absorbers. They are also used in engineering and industrial settings for tasks such as vibration analysis and testing.

5. How can we control or dampen oscillations in mechanical systems?

There are various methods for controlling or dampening oscillations in mechanical systems, such as adding dampers or shock absorbers, adjusting the stiffness of the system, or changing the mass distribution. These techniques can help reduce unwanted vibrations and improve the stability and performance of the system.

Similar threads

  • Introductory Physics Homework Help
Replies
2
Views
2K
Replies
5
Views
395
  • Engineering and Comp Sci Homework Help
Replies
1
Views
3K
  • Introductory Physics Homework Help
Replies
3
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
15
Views
2K
  • Introductory Physics Homework Help
Replies
6
Views
1K
  • Advanced Physics Homework Help
Replies
4
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Introductory Physics Homework Help
Replies
5
Views
3K
Replies
2
Views
1K
Back
Top