New Reply

trouble proving equivalence at limit

 
Share Thread Thread Tools
Jan14-12, 08:43 PM   #1
 

trouble proving equivalence at limit


1. The problem statement, all variables and given/known data
I'm trying to prove that Electric field away from a line segment of charge, is equivalent to the field away from a point charge, provided I observe from far enough.


2. Relevant equations

Ignoring all the constants:

potential_line = log( (sqrt(r^2 + a^2) + a) / (sqrt(r^2 + b^2) - b) )

potential_charge = 1/r

Here a+b is the length of the line segment, such that a and b are the parts of the line segment 'above' and 'below' the line of sight of the observer, assuming the line is vertical one. 'r' is the distance to the line along the line of sight.

Trying to show that the two equations become equivalent (close) when r is much bigger than a+b.

3. The attempt at a solution

I graphed with WorlframAlpha both formulas and the graphs look the same. Here are the two links. I took a=2, b=1 for an experiment.

http://www.wolframalpha.com/input/?i...+from+1+to+100

http://www.wolframalpha.com/input/?i...+from+1+to+100

The graph looks very close, which is good. But how do I show this algebraically ? I tried to simplify that sqrt(r^2 + a^2) = sqrt(r^2 + b^2) = r, when r >> a+b. The graphs continue to look similar. I tried to simplify the numerator, and got this:

log( 1 + (a+b)/r + ab/r^2 )
 
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
Jan15-12, 08:21 AM   #2
 
Mentor
Blog Entries: 10
Welcome to PF.

Looks like an interesting problem!

Normally, I try to rewrite functions in the form f(1+ε), where ε is a small quantity compared to 1. Then replace the expression f(1+ε) with a series expansion to 1st or 2nd order in ε.

So, for example, if we had an expression [itex]\sqrt{x^2 + 9}[/itex], where x is large compared to 9, we can rewrite this as

[tex]\begin{align}
\sqrt{x^2 + 9} & = \sqrt{x^2 (1 + 9/x^2)} \\
&= \sqrt{x^2} \cdot \sqrt{1 + 9/x^2} \\
&\approx x \cdot (1 + \frac{1}{2}\frac{9}{x^2}) \\
&= x + \frac{9}{2x}
\end{align}[/tex]

This works because the quantity 9/x2 is small when x is large. Note the use of the approximation [itex]\sqrt{1+\epsilon} =(1+\epsilon)^{1/2} \approx 1+\frac{1}{2} \epsilon[/itex].

See if you can apply that technique to your √-expressions and eventually to the logarithm as well.
 
Jan15-12, 01:02 PM   #3
 
Actually, is there an equivalent approximation trick for log ? I'm stuck because I have to consolidate 1/r and log( f(r) ). Should I use Taylor series ?
 
Jan15-12, 03:08 PM   #4
 
Mentor
Blog Entries: 10

trouble proving equivalence at limit


Quote by boris.rarden View Post
Actually, is there an equivalent approximation trick for log ? I'm stuck because I have to consolidate 1/r and log( f(r) ). Should I use Taylor series ?
Yes, for the log use the Taylor series about the point x=1. I.e.,
log(1+ε) ≈ ?
 
Jan15-12, 03:29 PM   #5
 
thanks, looks like i was able to show it after all following your ideas and the log expansion.
 
New Reply

Tags
electricity
Thread Tools


Similar Threads for: trouble proving equivalence at limit
Thread Forum Replies
Help with proving Biconditional equivalence Set Theory, Logic, Probability, Statistics 6
Proving an equivalence concerning sequences Calculus & Beyond Homework 8
Proving an equivalence relation Calculus & Beyond Homework 3
Proving limit equivalence statements. Calculus & Beyond Homework 1
Proving equivalence Precalculus Mathematics Homework 4