Taylor Series Linearization of f(x) Around x0

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 replies · 2K views
afallingbomb
Messages
16
Reaction score
0
I am trying to linearize a function, f(x), where x is a normally distributed N(0,1) random variable. How can I perform a taylor series expansion around a deterministic value x0? Thanks.
 
on Phys.org
You just expand as you would in the ordinary case.

f(x)=f(x0) + (x-x0)f'(x0) + ...

x being a random variable has no effect on the expansion. It matters only to the extent you want statistical properties of f(x).