Proving Uniqueness of Integral Function in [-1,1]

  • Thread starter Thread starter takeuchi
  • Start date Start date
  • Tags Tags
    Function
takeuchi
Messages
2
Reaction score
0
Let f:[-1,1]→ℝ an integrable function such that |f(x)|\leq2.
Show that there exist x in [-1,1] such that:

integral -1 to x f(t)dt-4x=0

is unique?
 
Physics news on Phys.org
First show that there exists a solution to that equation, did you do that? Once you've done that consider using the Mean Value Theorem to prove uniqueness.
 
takeuchi said:
Let f:[-1,1]→ℝ an integrable function such that |f(x)|\leq2.
Show that there exist x in [-1,1] such that:

integral -1 to x f(t)dt-4x=0

is unique?

let g(x)=\int_{-1}^xf(t)dt-4x
Now let's test the sign of this function on at the points -1 and 1 respectively.

g(-1)=\int_{-1}^{-1}f(t)dt-4(-1)=4>0

g(1)=\int_{-1}^1f(t)dt-4(1)\leq0 Since -2\leq f(x)\leq 2=>0=-2x|_{-1}^1=\int_{-1}^1(-2)dx\leq \int_{-1}^1f(x)dx\leq\int_{-1}^12dx=2x|_{-1}^1=4

Now, according to IVT there exists a number c in the interval (-1,1) such that

g(c)=\int_{-1}^cf(t)dt-4c=0

So far we know that there is a solution. Now we need to prove its uniqueness.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top