<< Chapter < Page Chapter >> Page >

Harmonic motion

The kind of motion exhibited by a simple pendulum is often referred to as periodic motion in general, and simple harmonic motion in particular.

Other devices that exhibit periodic motion may exhibit more complex harmonic motion. For example, Figure 2 illustrates a more complex form of harmonic motion.

Figure 2. Complex harmonic motion.
missing image

As you can see, the positive excursions are greater than the negative excursions in Figure 2 . In addition, the negative excursions exhibit some ripple that is not exhibited by the positive excursions.

A complex sinusoidal function:

Figure 2 is a plot of the following Java expression:

Math.cos(2*pi*x/50) + Math.sin(2*pi*x/50)+ Math.sin(2*pi*x/25);

Sinusoids

Figure 1 shows a curve whose shape is commonly referred to as a sinusoid. Eliminating the syntax required by the Java programming language, the expressionused to produce the data plotted in Figure 1 was:

f(x) = cos(2*pi*x/50) + sin(2*pi*x/50)

As you can see, this function is composed of two components, one cosine component and one sine component.

Separate the cosine and sine components

Figure 3 shows separate plots of the two components that were added together to produce the plot in Figure 1 .

Figure 3. Separate cosine and sine functions.
missing image

Plotting separate sine and cosine functions

The black curve in Figure 3 shows the cosine function produced by evaluating and plotting the following equation:

f(x) = cos(2*pi*x/50)

The blue curve shows the sine function produced by evaluating and plotting the following equation:

g(x) = sin(2*pi*x/50)

The point-by-point sum of these two curves would produce the sinusoidal curve shown in Figure 1 .

Time varying functions

Many processes produce functions whose values vary over time. For example, the temperature in your office is a function that varies continuously with time.

(The temperature in your office is probably not a periodic function because the temperature probably doesn't repeat its values on any periodicbasis).

Sampled data

If you were to measure and record the temperature in your office once each minute, you could plot the recorded values in the manner shown in Figure 1 through Figure 3 . You could plot the temperature along the vertical axis against time (or sample number) along the horizontal axis.

A common name for sampled data of this type is time series. That name reflects the fact that your data is a recording of the temperaturevalues for a series of measurements that occur over time. (I will have quite a lot more to say about time series in future modules.)

The period of the sine and cosine functions

Figure 4 is very similar to Figure 3 . However, there is one major difference. In Figure 3 , the repetition period of the sine and cosine functions is the same. In other words, the shape of the sine function is the same as the shape of thecosine function. They are simply shifted relative to one another along the horizontal axis.

Each of the curves in Figure 3 has the same period, where the period is the horizontal distance from one peak to the next.

Questions & Answers

how do you get the 2/50
Abba Reply
number of sport play by 50 student construct discrete data
Aminu Reply
width of the frangebany leaves on how to write a introduction
Theresa Reply
Solve the mean of variance
Veronica Reply
Step 1: Find the mean. To find the mean, add up all the scores, then divide them by the number of scores. ... Step 2: Find each score's deviation from the mean. ... Step 3: Square each deviation from the mean. ... Step 4: Find the sum of squares. ... Step 5: Divide the sum of squares by n – 1 or N.
kenneth
what is error
Yakuba Reply
Is mistake done to something
Vutshila
Hy
anas
hy
What is the life teble
anas
hy
Jibrin
statistics is the analyzing of data
Tajudeen Reply
what is statics?
Zelalem Reply
how do you calculate mean
Gloria Reply
diveving the sum if all values
Shaynaynay
let A1,A2 and A3 events be independent,show that (A1)^c, (A2)^c and (A3)^c are independent?
Fisaye Reply
what is statistics
Akhisani Reply
data collected all over the world
Shaynaynay
construct a less than and more than table
Imad Reply
The sample of 16 students is taken. The average age in the sample was 22 years with astandard deviation of 6 years. Construct a 95% confidence interval for the age of the population.
Aschalew Reply
Bhartdarshan' is an internet-based travel agency wherein customer can see videos of the cities they plant to visit. The number of hits daily is a normally distributed random variable with a mean of 10,000 and a standard deviation of 2,400 a. what is the probability of getting more than 12,000 hits? b. what is the probability of getting fewer than 9,000 hits?
Akshay Reply
Bhartdarshan'is an internet-based travel agency wherein customer can see videos of the cities they plan to visit. The number of hits daily is a normally distributed random variable with a mean of 10,000 and a standard deviation of 2,400. a. What is the probability of getting more than 12,000 hits
Akshay
1
Bright
Sorry i want to learn more about this question
Bright
Someone help
Bright
a= 0.20233 b=0.3384
Sufiyan
a
Shaynaynay
How do I interpret level of significance?
Mohd Reply
It depends on your business problem or in Machine Learning you could use ROC- AUC cruve to decide the threshold value
Shivam
how skewness and kurtosis are used in statistics
Owen Reply
yes what is it
Taneeya
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Digital signal processing - dsp. OpenStax CNX. Jan 06, 2016 Download for free at https://legacy.cnx.org/content/col11642/1.38
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Digital signal processing - dsp' conversation and receive update notifications?

Ask