

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
How to find the average value and root mean square (rms) of a function using integration. The concept of average value for continuous functions, providing examples for functions x^3 and sin(x). It also discusses the rms value, which is used to find the average power in electrical circuits, and provides an example for the function f(x) = x. The document also includes a problem-solving section, where it finds the average velocity of a hiker and the constant pace a runner should maintain to win a race against an erratic opponent.
Typology: Exercises
1 / 3
This page cannot be seen from the preview
Don't miss anything!
When we want to find the average or mean of a finite collection of objects we simply sum the values together, and divide by the number of objects in the collection. Thus, the average of the scores 45, 64, and 90 on a test is
45 + 64 + 90 3
What about a continuous function? Is there an intuitive notion of the average value of a con- tinuous function? Let’s think about a physical example. Suppose we know the instantaneous velocity of a person hiking in the mountains over some interval of time. What should the average velocity of the hiker be? It seems intuitive to define the average velocity as the total distance traveled divided by the time it took to travel this distance. In this way, another person who was traveling at the average velocity of the first hiker for the same amount of time would travel the same distance. We can find the distance traveled by calculating the integral of the hiker’s velocity over the interval of time the hiker traveled. The time traveled will simply be the difference of the endpoints of the interval of time.
Mathematically, we say that the average value of a function f over an interval [a, b] is given by 1 b − a
∫ (^) b
a
f (x)dx
which is in complete analogy with the above thought experiment. The average value of a function over a given interval also has a useful graphical interpretation. If we integrate the average value over the interval [a, b], we will find the same area as under the function f. Thus, the average value gives the height of a rectangular box with width [a, b] that has the same area as the function f.
Example 1 Find the average value of x^3 over [0, 3]. Solution Using the above formula we know the average value is
1 3 − 0
0
x^3 dx =
x^3 3
3 0
Example 2 Find the average value of sin(x) over [0, 2 π]. Solution We already know that
∫ (^2) π
0
sin(x)dx = − cos(2π) + cos(0) = 0
so the average value is 0.
The above result is a problem in the realm of electrical circuits, where AC currents and voltages are represented by sinusoidal functions. Over the appropriate intervals of 2π these functions have an average value of 0. Even if the average value over an interval is not 0, all segments of length 2π are cancelled out when we find the average value. If we were to think
of the average power moving through one of these systems, it would surely not be 0, simply because the average voltage and current are 0. Instead, we would use the root mean square or RMS value, in which we find the average value of the square of a function, and take the square root of the output.
RMS value of f (x) =
b − a
∫ (^) b
a
f 2 (x)dx
Unfortunately, we do not currently have the tools to evaluate the required integrals to find the RMS values of sinusoidal functions, given by √ 1 t 2 − t 1
∫ (^) t 2
t 1
I^2 sin^2 (t)dt
where I represents the amplitude of the signal (and t 1 and t 2 occur at the end of a period of the waveform). Nevertheless, we can find the RMS value for other functions (although we cannot show it, it turns out that the value of the above expression is I/
Example 3 Find the RMS value of f (x) = x over [− 4 , 4] Solution The first step in the process is to find the average value of f 2 (x) = x^2.
1 4 − (−4)
− 4
x^2 dx =
x^3 3
4 − 4
Now we take the square root of this value, to find
RMS of f (x) =
Example 4 Suppose you are the coach of a runner in a one-on-one race, who is facing another runner notorious for his running techniques. Your runner’s best technique is to run at a constant pace throughout the whole race. If you know the opponent’s running pattern is given by
v(t) =
5 0 ≤ t < 1 4 + t 1 ≤ t < 3 15 − t^2 3 ≤ t ≤
based on previous races, at what constant pace should you advise your runner to run (velocity is in miles per hour)? Solution In order to win the race, the constant pace will have to be slightly higher than the average velocity of the erratic runner. In order to find the average of this piecewise defined function we do not find the average of each piece. Instead, we find the total distance traveled, by integrating, and then divide the final result by the time it took to run.
∫ √ 15
0
v(t)dt =
0
5 dt +
1
(4 + t)dt +
3
(15 − t^2 )dt = 5t
1 0
t^2 2
3 1
t^3 3
√ 15
3
= (5 − 0) + (12 +
3
3