Linearizing a system using a taylor expansion

Giuseppe
Messages
42
Reaction score
0

Homework Statement


Linearize the system operator illustrated below by applying a Taylor series expansion.

f(t) ----> e^f(t) -----> g(t)


Homework Equations



I only find the general form of a taylor series relevant.

g(x)= sum (0,infinity) of [f^n*(a)*(x-a)^n]/n!
The system is centered at 0, so a=0.


The Attempt at a Solution



My question is that I'm not sure if I'm looking into the problem too closely, but is it just asking to find the taylor expansion of e^x? I know in that case the answer should be

g(t)= sum(0,infinity) t^n/n!
 
Physics news on Phys.org
My guess

e^x=1+x/1!+1/2! x^2 +1/3! x^3 + a/4 x^4!+...

A linear approximation is given by the first two terms
e^x f(x)=[approx]=(1+x) f(x)
 
christianjb is correct: a "linearization" is just a linear approximation. If you already have the Taylor's series for the function at a given point, you can just take the first two (linear) terms to get a linear approximation. Of course, that is exactly the same as finding the tangent line at the point.

I'm not clear on exactly what your function is. You seem to be writing
ef(x). How you would linearize that, or how you would find its Taylor series depends on what f(x) is! If you just want ef(x) as a linear function of f(x), that would be 1+ f(x).
(christianjb thinks you mean ex*f(x).)
 
I agree with what you're saying. That's why I didn't think the problem was as hard as it I was thinking. No function is explicitly defined.
 
The first derivative of e^{f(x)} is e^{f(x)}.f´(x), so your linearization would be

e^{f(0)} + e^{f(0)}.f´(0).x
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top