Solution of exponential equation

  • Context: Graduate 
  • Thread starter Thread starter techiejan
  • Start date Start date
  • Tags Tags
    Exponential
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
techiejan
Messages
8
Reaction score
0
How does the given equation:
βe^(x/β)-x = β+(A/B)

solves to x = √(2A/βB) when β is large?
 
Mathematics news on Phys.org
Expand e[itex]^{\frac{x}{\beta}}[/itex] to the first three terms.
 
Thanks grzz, I solved it now. Can you please tell me the logic behind expanding the exponential to first three terms?
 
The expansion of e[itex]^{\frac{x}{\beta}}[/itex] consists of powers of [itex]\frac{x}{β}[/itex].

Since β is large (compared with x) then we can include only the first three terms of the expansion since the other terms would be very small and would not change the value of x.

Of course, if one wants a more accurate value of x, one must include more terms in the expansion.
 
Thanks grzz. This was very helpful.