Integrals of differentialble functions on a bounded interval

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
mjpam
Messages
79
Reaction score
0
Given two functions [itex]f_{1}(x)[/itex] and [itex]f_{2}(x)[/itex] that are differentiable on [itex][a_{1},a_{2}][/itex] and [itex]\int^{a_2}_{a_1}f_1(x)f'_{2}(x)dx=b_2[/itex], how would one calculate [itex]\int^{a_2}_{a_1}f_1(x)f'_{2}(x)dx[/itex]?

This is not a homework problem. I saw it on the internet and realized that I did not know where to begin solving it.
 
Physics news on Phys.org
I am confused. Are you asking how to find [itex]b_2[/itex]? If so, that would depend strongly on what [itex]f_1[/itex] and [itex]f_2[/itex] are. There are many different ways to evaluate various integrals, and, in fact, if we take [itex]f_x(x)= 1[/itex], for all x, and [itex]f_2(x)= e^{-x^2}[/itex], both differentiable functions, then it is easy to show that
[tex]\int_{a_1}^{a_2}f_1(x)f_2(x)dx= \int_{a_1}^{a_2}e^{-x^2}dx[/tex]
exists but there is no analytic method of finding the integral. The best you could do is use some numeric method, such as Simpson's rule, to find the value.
 
micromass said:
Are you perhaps asking how to calculate [itex]\int_{a_1}^{a_2}{f_1^\prime(x)f_2(x)dx}[/itex]?? This can be easily done by "integration by parts".

The answer is [itex]\int_{a_1}^{a_2}{f_1^\prime(x)f_2(x)dx}=f_1(a_2)f_2(a_2)-f_1(a_1)f_1(a_2)-b_2[/itex].

I think that's correct.

My question was:

Given two functions [itex]f_{1}(x)[/itex] and [itex]f_{2}(x)[/itex] differentiable on a closed interval [itex][a_{1},a_{2}][/itex], two constants [itex]c_{1}[/itex] and [itex]c_{2}[/itex], and the facts that [itex]\int_{a_{1}}^{a_{2}}f_{1}f_{2}^{\prime}dx=c_{1}[/itex] and [itex]\int_{a_{1}}^{a_{2}}f_{1}^{\prime}f_{2}dx=c_{2}[/itex], can [itex]c_{2}[/itex] be expressed in terms of [itex]c_{1}[/itex]?