Recursive function, diff under the integral sign

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 2K views
heinerL
Messages
19
Reaction score
0
Hey

i stumbled over a problem which i can't solve:

f is a continuous function on [a,b] and F_n is recursive given through:

[tex]F_1(x)=\int_a^x f(t) \ dt[/tex]
and
[tex]F_{n+1}=\int_a^x F_n(t) \ dt[/tex]

I have to proof that F_n looks like this:

[tex]F_n(x)=\frac{1}{(n-1)!}\int_a^x (x-t)^{n-1} f(t) \ dt[/tex]

For n=1 it's no big deal but then i have no clue. I think it must have something to do with differentiation under the integral sign because that's where i found it.

Hope anybody can help me! thx
 
Physics news on Phys.org
;)

actually i used induction but for n+1 I am stuck:

n=1:
[tex]\frac{1}{0!} \int_a^x (x-t)^{1-1} f(t) \ dt = \int_a^x f(t) \ dt[/tex]

n=n+1
[tex]\frac{1}{(n+1-1)!} \int_a^x (x-t)^{n+1-1} f(t) \ dt = \frac{1}{n!}\int_a^x (x-t)^{n} f(t) \ dt[/tex]
 
sure which i did:

[tex]\frac{dF_{n+1}}{dx}=\cdots =\frac{1}{(n-1)!}\int_a^x (x-t)^(n-1) f(t) \ dt[/tex]

but if i look at how F_n+1 is defined i should get:

[tex]F_n+1=\int_a^x F_n(t) \ dt= \int_a^x \frac{1}{(n-1)!}*\int_a^t (t-t)^{n-1} f(t) \ dt = \int_a^x \frac{1}{(n-1)!}[/tex]
 
First, what is [itex]F_{n+1}(x)[/itex] given

[tex]F_n(x)=\frac{1}{(n-1)!}\int_a^x (x-t)^{n-1} f(t) \ dt[/tex]

(Just rewrite with [itex]n\to n+1[/itex]).

Now try both differentiations again. In particular, what is [tex]\frac{dF_{n+1}(x)}{dx}[/tex] given
  1. The formulation of [itex]F_{n+1}(x)[/itex] from the above, and
  2. [tex]F_{n+1}=\int_a^x F_n(t)\, dt[/tex]
 
i'm sorry i have absolutly no idea, :-(

i thought I did the n->n+1 and the differentiation correct.
 
So here's what i did:

[tex]F_n(x)=\\frac{1}{(n-1)!}\\int_a^x (x-t)^{n-1} f(t) \\ dt[/tex]

so n+1:
[tex]\frac{1}{(n+1-1)!} \\int_a^x (x-t)^{n+1-1} f(t) \\ dt = \\frac{1}{n!}\\int_a^x (x-t)^{n} f(t) \\ dt[/tex]

then [tex]\frac{dF_{n+1}(x)}{dx}[/tex] :

[tex]\frac{1}{n!} \int_a^x \frac{d}{dx} f(t) (x-t)^n dt - f(a)(x-a)^n \frac{d}{dx}(a)+0^n f(x) \frac{d}{dx}(x) = \frac{1}{n!} \int_a^x n*(x-t)^{n-1} f(t) dt = \frac{1}{(n-1)!} \int_a^x (x-t)^(n-1)f(t) dt[/tex]
 
heinerL said:
So here's what i did:
That needs some help.

Ahh! You are using a lot of double backslashes.

[tex]F_n(x)=\frac{1}{(n-1)!}\int_a^x (x-t)^{n-1} f(t) \ dt[/tex]

so n+1:
[tex]\frac{1}{(n+1-1)!} \int_a^x (x-t)^{n+1-1} f(t) \ dt = \frac{1}{n!}\int_a^x (x-t)^{n} f(t) \ dt[/tex]
What are you trying to do here, and how does the second line follow from the first?

Please try following my suggestions in post #6.