MacLaurin Series Problem

Can you write out what g(x) equals? Do you know how to write e as an infinite series? Did you or can you try to combine the two? This is what I would look at first. Then if this doesn't help then you have to try something else. Do you know what Maclaurin series yielded f(x)? Please post back showing your work. Thanks.
 
You don't need to know the whole function f(x), you just need to get a coefficient.
g(x)=e2+3x+x2+ ...=e2e3xex2 ...g(x) = e^{2 + 3x + x^2 + \text{ ...} } = e^2 \cdot e^{3x} \cdot e^{x^2} \cdot \text{ ...}
g(x)=(e2)(1+3x+92x2+ ...)(1+x2+ ...)g(x) = ( e^2 ) \cdot \left ( 1 + 3x + \dfrac{9}{2} x^2 + \text{ ...} \right ) \cdot \left ( 1 + x^2 + \text{ ...} \right )
Higher terms don't give coefficients for anything less than x3x^3. So expand this out and what's your coefficient for x2x^2?

-Dan
 
Yes, that is what I get. I did this in a slightly different way than Topsquark suggests. In particular, I did not use the MacLaurin polynomial for ex\displaystyle e^x.

Instead I used the fact that the MacLaurin series for g is g(0)+g(0)x+g(0)2x2+\displaystyle g(0)+ g'(0)x+ \frac{g''(0)}{2}x^2+ …. To determine the coefficient of x2\displaystyle x^2 we only need to calculate g''(0)/2.

Since g(x)=ef(x)\displaystyle g(x)= e^{f(x)}, g(x)=f(x)ef(x)\displaystyle g'(x)= f'(x)e^{f(x)} and then g(x)=f(x)ef(x)+(f(x))2ef(x)=(f(x)+(f(x))2)ef(x)\displaystyle g''(x)= f''(x)e^{f(x)}+ (f'(x))^2e^{f(x)}= (f''(x)+ (f'(x))^2)e^f(x).

In particular g(0)=(f(0)+(f(0))2)ef(0)\displaystyle g''(0)= (f''(0)+ (f'(0))^2)e^{f(0)}

We are given that f(x)=2+3x+x2+13x3+\displaystyle f(x)= 2+ 3x+ x^2+ \frac{1}{3}x^3+ \cdot\cdot\cdot
so f(0)= 2.

f(x)=3+2x+x2+\displaystyle f'(x)= 3+ 2x+ x^2+ \cdot\cdot\cdot so f'(0)= 3.

f(x)=2+2x\displaystyle f''(x)= 2+ 2x\cdot\cdot\cdot so f''(0)= 2.

The coefficient of x2\displaystyle x^2 in the MacLaurin series for g(x) is g(0)2=(2+32)e22=2+92e2=112e2\displaystyle \frac{g''(0)}{2}=\frac{(2+ 3^2)e^{2}}{2}= \frac{2+ 9}{2}e^2= \frac{11}{2}e^2.
 
Top