New Reply

Integral Equation

 
Share Thread Thread Tools
Jul24-12, 09:50 PM   #1
 

Integral Equation


Any advice on how to approach a problem like this either numerically or analytically? I'm looking to find the form of f where b>a.


[tex] \frac{1}{f(r)+1} = \int_r^b f(x) dx + \int_a^r \frac{x^2}{r^2}f(x)dx [/tex]
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Jul25-12, 06:14 AM   #2
 
Hey DukeLuke.

The first suggestion would be to differentiate both sides and use the fundamental theorem of calculus to get everything in terms of f(x) and the other terms.

Once you get the differential equation for f and r, you can then at a minimum use numerical techniques to obtain an approximation,

For the LHS you can use standard quotient rules and collect terms and for integrals you use the fundamental theorem of calculus.

Have you come across the FTC for integral expressions and relationship between derivatives?
 
Jul25-12, 02:47 PM   #3
 
Thanks for the response. I'm confused about how to apply the FTC to the second integral. I'm not sure what
[tex] \frac{d}{dr} \int_a^r \frac{x^2}{r^2}f(x) dx [/tex]
is because it contains the [itex] x^2 [/itex] and [itex] r^2 [/itex] in the integrand. It seems like some sort of product rule for integration is needed (or integration by parts without knowing the form of the function). I think the other terms are

[tex] \frac{d}{dr} \int_r^b f(x) dx = -f(r) [/tex]
[tex] \frac{d}{dr} \frac{1}{f(r)+1} = \frac{-f^'(r)}{(f(r)+1)^2} [/tex]
 
Jul25-12, 03:42 PM   #4
 

Integral Equation


Quote by DukeLuke View Post
Thanks for the response. I'm confused about how to apply the FTC to the second integral. I'm not sure what
[tex] \frac{d}{dr} \int_a^r \frac{x^2}{r^2}f(x) dx [/tex]
You need to apply Leibnitz's rule to that:

[tex] \frac{d}{dr} \int_a^r \frac{x^2}{r^2}f(x) dx =f(r)+\int_a^r \frac{\partial}{\partial r} \left(\frac{x^2}{r^2} f(x)\right)dx[/tex]

I don't think that's going to do it though guys assuming [itex]a\leq r\leq b[/itex].
 
Jul25-12, 03:44 PM   #5
 
If I apply the Liebniz rule to the term I'm having trouble with,

[tex] \frac{d}{dr} \int_a^r \frac{x^2}{r^2} f(x) dx = f(r) - 2 \int_a^r \frac{x^2}{r^3} f(x) dx [/tex]

The f(x) cancels with the other integral result of -f(x). If I differentiate one more time using the rule I think I'm left with,

[tex] \frac{d}{dr} \int_a^r \frac{ - 2x^2}{r^3} f(x) dx = -2\frac{f(r)}{r} +6 \int_a^r \frac{x^2}{r^4} f(x) dx [/tex]

In my case it's safe to assume that x and r are of the same order meaning that [itex]\frac{x^2}{r^4}[/itex] will be small. Do you think I can safely approximate the differential equation with

[tex] \frac{d}{dr} \frac{-f^'(r)}{(f(r)+1)^2} = -2\frac{f(r)}{r} [/tex]

Edit: just saw jackmell's post and yes a<r<b
 
Jul25-12, 03:53 PM   #6
 
Quote by DukeLuke View Post
Do you think I can safely approximate the differential equation with

[tex] \frac{d}{dr} \frac{-f^'(r)}{(f(r)+1)^2} = -2\frac{f(r)}{r} [/tex]

Edit: just saw jackmell's post and yes a<r<b
I'm all about trying. I would try that, obtain a solution, any reasonable solution, then back-substitute it into the original integral equation and see how the left and right sides agree. If they agree reasonably well for my particular application, I would be satisfied.
 
Jul25-12, 05:32 PM   #7
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by DukeLuke View Post
If I apply the Liebniz rule to the term I'm having trouble with,

[tex] \frac{d}{dr} \int_a^r \frac{x^2}{r^2} f(x) dx = f(r) - 2 \int_a^r \frac{x^2}{r^3} f(x) dx [/tex]

The f(x) cancels with the other integral result of -f(x). If I differentiate one more time using the rule...
Before doing that, you have:

[tex] \frac{1}{f(r)+1} = - 2 \int_a^r \frac{x^2}{r^3} f(x) dx [/tex]
[tex] \frac{r^3}{f(r)+1} = - 2\int_a^r x^2 f(x) dx [/tex]
What if you differentiate now?
 
New Reply
Thread Tools


Similar Threads for: Integral Equation
Thread Forum Replies
How to they get to this equation? (Integral representation for differential equation) Calculus & Beyond Homework 0
Integral equation with a derivative of the function inside the integral Calculus & Beyond Homework 5
from integral equation to normal equation Calculus 5
How to solve an equation involving an integral? integral of f(x) = 1??? Calculus & Beyond Homework 1
An integral equation Differential Equations 3