Help de-cyphering brevity in a publication

  • Context: Graduate 
  • Thread starter Thread starter the.drizzle
  • Start date Start date
  • Tags Tags
    Publication
Click For Summary
SUMMARY

The discussion centers on deciphering a mathematical algorithm from the article jones1971.pdf, specifically focusing on the substitution mechanics in the equation involving F(η) and its expansion. The user is implementing the algorithm in Python and has successfully verified the computational accuracy using provided tables. The critical challenge lies in understanding how to substitute and equate terms in the expression to achieve the desired result of F_0(p_{n0}) = 0, which is essential for correct code structure.

PREREQUISITES
  • Understanding of mathematical series and substitutions
  • Familiarity with Python programming for algorithm implementation
  • Knowledge of Taylor series expansions
  • Basic concepts of mathematical functions and roots
NEXT STEPS
  • Research the mechanics of mathematical substitutions in series expansions
  • Study Taylor series and their applications in computational algorithms
  • Explore Python libraries for numerical analysis and symbolic mathematics
  • Learn about root-finding algorithms in mathematical functions
USEFUL FOR

Mathematicians, Python developers, and researchers working on algorithm implementation and numerical analysis who need to understand complex mathematical substitutions and series expansions.

the.drizzle
Messages
10
Reaction score
0
Hello!

I'll keep this brief for the moment as I think this may be a bit on the involved side, and I don't want to bore people if I can avoid it.

Basically, I found the article I have attached as jones1971.pdf and it relates directly to some work I am trying to do at the moment, and it would be very useful for me to code the author's algorithm in some language--I'm using python. To this end, I've been mostly successful and as he was so kind as to publish tables of results, I've been able to verify the computational accuracy of my code.

However, I am stuck on the last step! The problem I am having is that I cannot figure how he has taken the steps that he has on pp. 621, right column, where he has done:

If we substitute the expansion

<br /> p_n = p_{n0} + \frac{1}{P_e^2}p_{n1} + \frac{1}{P_e^4}p_{n2}+\cdots<br />

in the expression

<br /> F\left(\eta\right) = \displaystyle\sum_{r=0}^\infty \frac{\left(-1\right)^r}{P_e^{2r}} F_r\left(\eta\right)<br />

and equate to zero, we obtain

<br /> F_0\left(p_{n0}\right) =0<br />

etc...

The short version of my problem is that I simply cannot figure out the mechanics of the substitution he has alluded to, nor what he has equated to zero. I need to know this in order to structure my code correctly, otherwise it will simply be garbage in --> garbage out, which I'd prefer to avoid if at all possible.

I realize there are quite a few variables here, and this problem as I have presented it probably makes no sense--hence why I have attached the source document.

Thanks in advance for any help, I'm getting close to being out of ideas.
 

Attachments

Last edited:
Physics news on Phys.org
It is being substituted for η. pn is defined to be a root of F(η), so the expression evaluates to zero. I think you then have to consider lim Pe→∞ to get the F0(pn0) = 0 result.
 
Yup, that and expanding F as a Taylor series about p_n seems to do it. Perfect, thanks!
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
Replies
4
Views
2K
  • · Replies 59 ·
2
Replies
59
Views
5K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 8 ·
Replies
8
Views
3K