Perturbation theory and asymptotics

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Juggler123
Messages
80
Reaction score
0
I need to find the roots of the transcendental function,

f(x;a)=x^2-3ax-1-a+exp(-x/a)=0;

I've done many problems like this before and am fairly sure this is just a regular perturbation problem. The difficulty I'm having is with the exponential term.

Could anyone give me an idea of how to tackle this problem?

Thanks.
 
Physics news on Phys.org
Approximate the exponential with a Taylor's polynomial:
[tex]exp(-x/a)= 1- x/a+ \frac{x^2}{2a^2}+ \cdot\cdot\cdot+ (-1)^n\frac{x^n}{n!a^n}[/tex]
 
Sorry I didn't make it clear in my first post, I'm finding the roots of the equation as a tends to 0. I thought about the Taylor expansion but then the terms are being divided by 0 (as a tends to zero). Is there anyway around this?

Thanks.