Series expansion of ##(1-cx)^{1/x}##

In summary, the wolfram alpha seems to solve the problem by using taylor series for ##x\rightarrow 0## and Puiseux series for ##x\rightarrow \infty##.
  • #1
Arman777
Insights Author
Gold Member
2,168
193
I am trying to understand the series expansion of $$(1-cx)^{1/x}$$ The wolframalpha seems to solve the problem by using taylor series for ## x\rightarrow 0## and Puiseux series for ##x\rightarrow \infty##. Any ideas how can I calculate them ?

https://www.wolframalpha.com/input?i=(1-cx)^(1/x)+series

Here is the link of the problem. Or anyone can provide detailed explanation about how Puiseux series works ( I am not looking for Wiki page info but more of an example type info).
 
Physics news on Phys.org
  • #2
You can start rewriting the function ##f(x)=(1-cx)^{\frac{1}{x}}## as ##f(x)=e^{\frac{\log{(1-cx)}}{x}}## that is equivalent to your function because exponential is the inverse of logarithm (and using a property of log). Now you can calculate the Taylor expansion by the formula:

## f(x)= f(x_{0})+f'(x_{0})(x-x_{0})+\frac{f''(x_{0})}{2!}(x-x_{0})^2+\frac{f'''(x_{0})}{3!}(x-x_{0})^3 + ... ##

where ##f',f'',f''', ...## are the derivatives in ##x_{0}## (in your case ##x_{0}=0##). You will find the Taylor expansion (or better Mc Laurin expansion)...

The Puiseux series here is obtained from the expression of ##f(x)=e^{\frac{\log{(1-cx)}}{x}}## considering only the term ##-cx## as ##x\rightarrow +\infty## and not the number ##1## (doesn't contribute to infinity) and after, taylor expanding (formally) the exponential function ##e^{\frac{\log{(-cx)}}{x}}## so:

##e^{\frac{\log{(1-cx)}}{x}}\sim e^{\frac{\log{(-cx)}}{x}} \sim 1+ \frac{\log{(-cx)}}{x} + \frac{1}{2!}\left(\frac{\log{(-cx)}}{x}\right)^2 + ...##

for ##x\rightarrow +\infty##.
Ssnow
 
  • Like
Likes Arman777
  • #3
[itex]f(x) = (1 - cx)^{1/x}[/itex] is of the form [itex]e^{g(x)}[/itex] so [tex]f'(x) = g'(x) f(x)[/tex] and higher derivatives can be calculated recursively using the product rule: [tex]
f^{(n)}(x) = \sum_{k=0}^{n-1} \binom{n-1}{k} g^{(k+1)}(x) f^{(n-1-k)}(x).[/tex]
 
  • Like
Likes Arman777
  • #4
Given that you wrote ##x## and not ##z##, I'm not sure if you even think the function is defined at infinity, since you are computing arbitrary roots of a negative number.

The easiest way is to use series you already know, and write the function in terms of something that is close to 0 when it's close to your target.

For example when x goes to zero,
##(e^{\log(1-cx)/x} \approx e^{(-cx-c^2x^2/2-c^3x^3/3)/x}## using the first couple terms of the taylor series of ##log(1-x)##.

##=e^{-c-c^2x/2-c^3x^2/3}=e^{-c} e^{-(c^2x/2+c^3x^2/3}##
Using the Taylor series for ##e^{-x}##
##\approx e^{-c} (1-(c^2x/2+c^3x^2/3) + (
c^2x/2+c^3x^2/3)^2/2##

Now at this point you wish you could expand everything out and have the first bunch of terms. But remember, we truncated our Taylor series early at the start, so that ##c^2x/2+c^3x^2/3## should continue next with cubic term. Because it's missing, I just can't know the cubic term of the approximation. I did write enough down to get the quadratic term, since I know the next term in ##c^2x/2+c^3x^2/3)## is cubic so doesn't contribute, and the final ##e^{-x}## expansion is only missing powers of 3 or higher applied to terms that all have a ##x## at least in them. So I should square that last summary, but only keep the quadratic part of it.

So the final approximation i get is
##\approx e^{-c}(1-c^2x/2-c^3x^2/3+c^4x^2/8)##

Which with some Algebra does match wolfram alpha.

To be a little more rigorous, youshould write ##+o(x^3)## in lots of places in my solution. You can try to include the ##x^3## term as an exercise if you want.Sssnow did the same thing for infinity, but since you keep the log, it is a lot simpler.
 
  • Like
Likes Arman777

1. What is the purpose of a series expansion?

A series expansion is a mathematical tool used to approximate a function using a polynomial. It allows for easier computation and analysis of complex functions.

2. What is the formula for the series expansion of ##(1-cx)^{1/x}##?

The formula for the series expansion of ##(1-cx)^{1/x}## is ##1+\frac{c}{1!}x+\frac{c(c+1)}{2!}x^2+\frac{c(c+1)(c+2)}{3!}x^3+...##

3. How accurate is the series expansion approximation?

The accuracy of the series expansion approximation depends on the number of terms used in the expansion. The more terms included, the more accurate the approximation will be.

4. What is the range of values for which the series expansion is valid?

The series expansion of ##(1-cx)^{1/x}## is valid for values of ##x## where ##(1-cx)^{1/x}## is defined, which is for all real values of ##x## except ##x=0##.

5. How can the series expansion be used in practical applications?

The series expansion of ##(1-cx)^{1/x}## can be used to approximate various functions in fields such as physics, engineering, and economics. It can also be used to solve differential equations and optimize functions.

Similar threads

Replies
2
Views
1K
Replies
1
Views
881
Replies
2
Views
1K
Replies
3
Views
983
Replies
2
Views
1K
Replies
3
Views
1K
Replies
14
Views
2K
Replies
3
Views
712
Replies
5
Views
12K
Replies
9
Views
1K
Back
Top