
Hey guys! Today, we're diving into the fascinating world of sequences of functions defined by integrals. We'll be tackling a problem where we have a sequence un​(x) defined recursively, and we want to explore its properties, specifically its differentiability and convergence. Let's break it down step by step.
Defining the Sequence
We're given that for all x in the interval [0,1], u0​(x)=1. This is our initial function. Then, for all n in the set of natural numbers N, the subsequent functions are defined by the recursive relation:
un+1​(x)=1+∫0x​un​(t−t3)dt
This means each function in the sequence is built upon the previous one by integrating it over the interval [0,x] after a transformation of the variable. Now, let's get to the fun part: proving some cool properties about this sequence.
(1) Proving Infinite Differentiability: un​ is of Class C∞
The first thing we want to show is that every function in this sequence is infinitely differentiable, i.e., of class C∞. This means that each function un​ has derivatives of all orders, and all these derivatives are continuous. We'll use induction to prove this.
Base Case: n=0
For n=0, we have u0​(x)=1. This is a constant function, and constant functions are known to be infinitely differentiable. All its derivatives are zero, which are continuous. So, the base case holds.
Inductive Step
Assume that un​(x) is of class C∞ for some n≥0. We want to show that un+1​(x) is also of class C∞.
We know that
un+1​(x)=1+∫0x​un​(t−t3)dt
Since un​ is of class C∞ (by our inductive hypothesis), the function un​(t−t3) is also of class C∞ because t−t3 is a polynomial and thus infinitely differentiable. The composition of infinitely differentiable functions is also infinitely differentiable.
Now, we need to show that the integral ∫0x​un​(t−t3)dt is of class C∞. By the Fundamental Theorem of Calculus, differentiation under the integral sign gives us:
dxd​∫0x​un​(t−t3)dt=un​(x−x3)
Since un​(x−x3) is of class C∞, its integral with respect to x is also of class C∞. Thus, un+1​(x) is the sum of a constant (1) and an infinitely differentiable function, which means un+1​(x) is also of class C∞.
Conclusion
By the principle of mathematical induction, for all n∈N, un​(x) is of class C∞. This means every function in our sequence has derivatives of all orders, and these derivatives are continuous. Awesome, right?
(2) Proving the Inequality by Induction
Now, let's prove the second part: that for all n∈N and for all x∈[0,1], 0≤un+1​(x)−un​(x)≤⋯. We'll again use induction.
Base Case: n=0
For n=0, we need to show that 0≤u1​(x)−u0​(x). Let's find u1​(x):
u1​(x)=1+∫0x​u0​(t−t3)dt=1+∫0x​1dt=1+x
So, u1​(x)−u0​(x)=(1+x)−1=x. Since x∈[0,1], we have 0≤x≤1. Thus, 0≤u1​(x)−u0​(x)≤x. The base case holds.
Inductive Step
Assume that for some n≥0 and for all x∈[0,1], 0≤un+1​(x)−un​(x)≤(n+1)!xn+1​. We want to show that
0≤un+2​(x)−un+1​(x)≤(n+2)!xn+2​
We know that
un+2​(x)=1+∫0x​un+1​(t−t3)dt
un+1​(x)=1+∫0x​un​(t−t3)dt
So,
un+2​(x)−un+1​(x)=∫0x​[un+1​(t−t3)−un​(t−t3)]dt
By our inductive hypothesis,
0≤un+1​(t−t3)−un​(t−t3)≤(n+1)!(t−t3)n+1​
Since 0≤t≤1, we have 0≤t−t3≤t. Thus,
0≤∫0x​[un+1​(t−t3)−un​(t−t3)]dt≤∫0x​(n+1)!(t−t3)n+1​dt≤∫0x​(n+1)!tn+1​dt
Now, let's evaluate the integral:
∫0x​(n+1)!tn+1​dt=(n+1)!1​∫0x​tn+1dt=(n+1)!1​[n+2tn+2​]0x​=(n+2)!xn+2​
Therefore,
0≤un+2​(x)−un+1​(x)≤(n+2)!xn+2​
Conclusion
By the principle of mathematical induction, for all n∈N and for all x∈[0,1], 0≤un+1​(x)−un​(x)≤(n+1)!xn+1​.
Final Thoughts
So, we've shown that the sequence of functions un​(x) is infinitely differentiable and that the difference between consecutive terms is bounded by a term that goes to zero as n goes to infinity. This gives us some strong hints about the convergence of the sequence. Keep exploring, and you'll uncover even more cool properties about these functions!
Keep exploring!