Finding Extreme Values of a Function in a Given Interval

  • Thread starter Thread starter Ofey
  • Start date Start date
  • Tags Tags
    Function
AI Thread Summary
The discussion focuses on finding the extreme values of the function f(x) defined by the integral of |t| - |t-1| over the interval [-1, 3]. The function is simplified into three cases based on the value of t, leading to different expressions for f(x) depending on the intervals. The challenge arises in determining how to handle the boundaries of these cases when the variable is x. The Fundamental Theorem of Calculus is mentioned as a method to relate the integral to the behavior of the integrand, which helps identify critical points for extrema. Ultimately, the solution involves integrating to find corresponding y-values for the identified x-values of maximum and minimum.
Ofey
Messages
75
Reaction score
0

Homework Statement



What are the extreme values for the function

f:f(x)=\int_0^x(|t|-|t-1|) \ d t

in the interval [-1,3]



Homework Equations



-



The Attempt at a Solution



I tried to simplify the function by getting rid of the absolute values.

This gave me three different possibilities depending on the value for t.


f:f(x)=\begin{cases} \int_0^x-1 \ d t, & \mbox{if } t \leq 0 \\ \int_0^x(2t-1) \ d t, & \mbox{if } 0<t<1 \\ \int_0^x1 \ d t ,& \mbox{if } t\geq1 \end{cases}

Which I got to be

f:f(x)=\begin{cases} -x, & \mbox{if } t \leq 0 \\ x^2-x, & \mbox{if } 0<t<1 \\ x ,& \mbox{if } t\geq1 \end{cases}

This is where it gets tricky for me. How do I treat the fact that the boundaries for the "different" functions are determined by t, when the variable is x. How to pursue the solution from this point?
 
Physics news on Phys.org
Using the Fundamental Theorem of Calculus, you could have noted that the integral is equivalent to F(x) - F(0) where F'(t) = |t| - |t - 1|. Thus, to find the extremal values, we just need to look at the behavior of the integrand: where it is undefined and where it is 0 and the values of the function at the endpoints.
 
I managed to solve the problem using my method. However, it would be interesting if you could elaborate a bit more how you would have solved it. I understand that it is possible to use the integrand to find out the x-values which correspond to maximum/minimum values, but you still need the (proper) integral in which you "put" the x-values (which correspond to max/min values) to get the corresponding y-values for the minimum/maximum. So you eventually have to integrate no matter what?
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top