f ( x ) = { 1 − ∣ x ∣ , ∣ x ∣ − 1 , ∣ x ∣ ≤ 1 ∣ x ∣ > 1
g ( x ) = f ( x − 1 ) + f ( x + 1 ) .
Given the two functions above, what is the value of ∫ − 3 5 g ( x ) d x ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I don't think calculating f(x+1) and f(x-1) individually is necessary. Wouldn't have been faster to just change the limits of the integral ?
Log in to reply
and how to do that?? substitution?? please elaborate if it is going to be FASTER
thnkx
Log in to reply
Yes substitution. But just drawing the graph of function and finding out individual areas is easy and fast.
true, changing limits was hella quick
nice and clear solution !!
f ( x ) actually has a more compact form: f ( x ) = ∣ ∣ x ∣ − 1 ∣ g ( x ) = ∣ ∣ x − 1 ∣ − 1 ∣ + ∣ ∣ x + 1 ∣ − 1 ∣ This makes the integral easier conceptually. You can graph g ( x ) and find the area of the region under it simply by dividing it into triangles and rectangles.
There is also a closed form for the indefinite integral, but as usual with absolute value functions, it is not compact at all and makes heavy use of the sgn function.
∫ − 3 5 g ( x ) d x = ∫ − 3 5 { f ( x − 1 ) + f ( x + 1 ) } d x = ∫ − 3 5 f ( x − 1 ) d x + ∫ − 3 5 f ( x + 1 ) d x = ∫ − 4 4 f ( x ) d x + ∫ − 2 6 f ( x ) d x = 1 4 + 1 0 = 2 4
The figures are not drawn to scale.
I approached this in a shamelessly numerical way.
x − 4 − 3 − 2 − 1 0 1 2 3 4 5 6 f ( x ) 3 2 1 0 1 0 1 2 3 4 5 g ( x ) 4 2 2 0 2 2 4 6 8
(Use the definition to work out the f(x) column first and then the g(x) values are found easily by adding the previous and the following values of f(x))
Between any two integers g(x) is a linear function, and it can be integrated e x a c t l y by the trapezium rule to find the area
2 1 ( 4 + 2 ( 2 + 2 + 0 + 2 + 2 + 4 + 6 ) + 8 ) = 2 4
Problem Loading...
Note Loading...
Set Loading...