Epstein Files Full PDF

CLICK HERE
Technopedia Center
PMB University Brochure
Faculty of Engineering and Computer Science
S1 Informatics S1 Information Systems S1 Information Technology S1 Computer Engineering S1 Electrical Engineering S1 Civil Engineering

faculty of Economics and Business
S1 Management S1 Accountancy

Faculty of Letters and Educational Sciences
S1 English literature S1 English language education S1 Mathematics education S1 Sports Education
teknopedia

  • Registerasi
  • Brosur UTI
  • Kip Scholarship Information
  • Performance
Flag Counter
  1. World Encyclopedia
  2. Linearization - Wikipedia
Linearization - Wikipedia
From Wikipedia, the free encyclopedia
Finding linear approximation of function at given point
For the linearization of a partial order, see Linear extension. For the linearization in concurrent computing, see Linearizability.

In mathematics, linearization (British English: linearisation) is finding the linear approximation to a function at a given point. The linear approximation of a function is the first order Taylor expansion around the point of interest. In the study of dynamical systems, linearization is a method for assessing the local stability of an equilibrium point of a system of nonlinear differential equations or discrete dynamical systems.[1] This method is used in fields such as engineering, physics, economics, and ecology.

Linearization of a function

[edit]

Linearizations of a function are lines—usually lines that can be used for purposes of calculation. Linearization is an effective method for approximating the output of a function y = f ( x ) {\displaystyle y=f(x)} {\displaystyle y=f(x)} at any x = a {\displaystyle x=a} {\displaystyle x=a} based on the value and slope of the function at x = b {\displaystyle x=b} {\displaystyle x=b}, given that f ( x ) {\displaystyle f(x)} {\displaystyle f(x)} is differentiable on [ a , b ] {\displaystyle [a,b]} {\displaystyle [a,b]} (or [ b , a ] {\displaystyle [b,a]} {\displaystyle [b,a]}) and that a {\displaystyle a} {\displaystyle a} is close to b {\displaystyle b} {\displaystyle b}. In short, linearization approximates the output of a function near x = a {\displaystyle x=a} {\displaystyle x=a}.

For example, 4 = 2 {\displaystyle {\sqrt {4}}=2} {\displaystyle {\sqrt {4}}=2}. However, what would be a good approximation of 4.001 = 4 + .001 {\displaystyle {\sqrt {4.001}}={\sqrt {4+.001}}} {\displaystyle {\sqrt {4.001}}={\sqrt {4+.001}}}?

For any given function y = f ( x ) {\displaystyle y=f(x)} {\displaystyle y=f(x)}, f ( x ) {\displaystyle f(x)} {\displaystyle f(x)} can be approximated if it is near a known differentiable point. The most basic requisite is that L a ( a ) = f ( a ) {\displaystyle L_{a}(a)=f(a)} {\displaystyle L_{a}(a)=f(a)}, where L a ( x ) {\displaystyle L_{a}(x)} {\displaystyle L_{a}(x)} is the linearization of f ( x ) {\displaystyle f(x)} {\displaystyle f(x)} at x = a {\displaystyle x=a} {\displaystyle x=a}. The point-slope form of an equation forms an equation of a line, given a point ( H , K ) {\displaystyle (H,K)} {\displaystyle (H,K)} and slope M {\displaystyle M} {\displaystyle M}. The general form of this equation is: y − K = M ( x − H ) {\displaystyle y-K=M(x-H)} {\displaystyle y-K=M(x-H)}.

Using the point ( a , f ( a ) ) {\displaystyle (a,f(a))} {\displaystyle (a,f(a))}, L a ( x ) {\displaystyle L_{a}(x)} {\displaystyle L_{a}(x)} becomes y = f ( a ) + M ( x − a ) {\displaystyle y=f(a)+M(x-a)} {\displaystyle y=f(a)+M(x-a)}. Because differentiable functions are locally linear, the best slope to substitute in would be the slope of the line tangent to f ( x ) {\displaystyle f(x)} {\displaystyle f(x)} at x = a {\displaystyle x=a} {\displaystyle x=a}.

While the concept of local linearity applies the most to points arbitrarily close to x = a {\displaystyle x=a} {\displaystyle x=a}, those relatively close work relatively well for linear approximations. The slope M {\displaystyle M} {\displaystyle M} should be, most accurately, the slope of the tangent line at x = a {\displaystyle x=a} {\displaystyle x=a}.

An approximation of f(x) = x2 at (x, f(x))

Visually, the accompanying diagram shows the tangent line of f ( x ) {\displaystyle f(x)} {\displaystyle f(x)} at x {\displaystyle x} {\displaystyle x}. At f ( x + h ) {\displaystyle f(x+h)} {\displaystyle f(x+h)}, where h {\displaystyle h} {\displaystyle h} is any small positive or negative value, f ( x + h ) {\displaystyle f(x+h)} {\displaystyle f(x+h)} is very nearly the value of the tangent line at the point ( x + h , L ( x + h ) ) {\displaystyle (x+h,L(x+h))} {\displaystyle (x+h,L(x+h))}.

The final equation for the linearization of a function at x = a {\displaystyle x=a} {\displaystyle x=a} is: y = ( f ( a ) + f ′ ( a ) ( x − a ) ) {\displaystyle y=(f(a)+f'(a)(x-a))} {\displaystyle y=(f(a)+f'(a)(x-a))}

For x = a {\displaystyle x=a} {\displaystyle x=a}, f ( a ) = f ( x ) {\displaystyle f(a)=f(x)} {\displaystyle f(a)=f(x)}. The derivative of f ( x ) {\displaystyle f(x)} {\displaystyle f(x)} is f ′ ( x ) {\displaystyle f'(x)} {\displaystyle f'(x)}, and the slope of f ( x ) {\displaystyle f(x)} {\displaystyle f(x)} at a {\displaystyle a} {\displaystyle a} is f ′ ( a ) {\displaystyle f'(a)} {\displaystyle f'(a)}.

Example

[edit]

To find 4.001 {\displaystyle {\sqrt {4.001}}} {\displaystyle {\sqrt {4.001}}}, we can use the fact that 4 = 2 {\displaystyle {\sqrt {4}}=2} {\displaystyle {\sqrt {4}}=2}. The linearization of f ( x ) = x {\displaystyle f(x)={\sqrt {x}}} {\displaystyle f(x)={\sqrt {x}}} at x = a {\displaystyle x=a} {\displaystyle x=a} is y = a + 1 2 a ( x − a ) {\displaystyle y={\sqrt {a}}+{\frac {1}{2{\sqrt {a}}}}(x-a)} {\displaystyle y={\sqrt {a}}+{\frac {1}{2{\sqrt {a}}}}(x-a)}, because the function f ′ ( x ) = 1 2 x {\displaystyle f'(x)={\frac {1}{2{\sqrt {x}}}}} {\displaystyle f'(x)={\frac {1}{2{\sqrt {x}}}}} defines the slope of the function f ( x ) = x {\displaystyle f(x)={\sqrt {x}}} {\displaystyle f(x)={\sqrt {x}}} at x {\displaystyle x} {\displaystyle x}. Substituting in a = 4 {\displaystyle a=4} {\displaystyle a=4}, the linearization at 4 is y = 2 + x − 4 4 {\displaystyle y=2+{\frac {x-4}{4}}} {\displaystyle y=2+{\frac {x-4}{4}}}. In this case x = 4.001 {\displaystyle x=4.001} {\displaystyle x=4.001}, so 4.001 {\displaystyle {\sqrt {4.001}}} {\displaystyle {\sqrt {4.001}}} is approximately 2 + 4.001 − 4 4 = 2.00025 {\displaystyle 2+{\frac {4.001-4}{4}}=2.00025} {\displaystyle 2+{\frac {4.001-4}{4}}=2.00025}. The true value is close to 2.00024998, so the linearization approximation has a relative error of less than 1 millionth of a percent.

Linearization of a multivariable function

[edit]
See also: Taylor series § In several variables

The equation for the linearization of a function f ( x , y ) {\displaystyle f(x,y)} {\displaystyle f(x,y)} at a point p ( a , b ) {\displaystyle p(a,b)} {\displaystyle p(a,b)} is:

f ( x , y ) ≈ f ( a , b ) + ∂ f ( x , y ) ∂ x | a , b ( x − a ) + ∂ f ( x , y ) ∂ y | a , b ( y − b ) {\displaystyle f(x,y)\approx f(a,b)+\left.{\frac {\partial f(x,y)}{\partial x}}\right|_{a,b}(x-a)+\left.{\frac {\partial f(x,y)}{\partial y}}\right|_{a,b}(y-b)} {\displaystyle f(x,y)\approx f(a,b)+\left.{\frac {\partial f(x,y)}{\partial x}}\right|_{a,b}(x-a)+\left.{\frac {\partial f(x,y)}{\partial y}}\right|_{a,b}(y-b)}

The general equation for the linearization of a multivariable function f ( x ) {\displaystyle f(\mathbf {x} )} {\displaystyle f(\mathbf {x} )} at a point p {\displaystyle \mathbf {p} } {\displaystyle \mathbf {p} } is:

f ( x ) ≈ f ( p ) + ∇ f | p ⋅ ( x − p ) {\displaystyle f({\mathbf {x} })\approx f({\mathbf {p} })+\left.{\nabla f}\right|_{\mathbf {p} }\cdot ({\mathbf {x} }-{\mathbf {p} })} {\displaystyle f({\mathbf {x} })\approx f({\mathbf {p} })+\left.{\nabla f}\right|_{\mathbf {p} }\cdot ({\mathbf {x} }-{\mathbf {p} })}

where x {\displaystyle \mathbf {x} } {\displaystyle \mathbf {x} } is the vector of variables, ∇ f {\displaystyle {\nabla f}} {\displaystyle {\nabla f}} is the gradient, and p {\displaystyle \mathbf {p} } {\displaystyle \mathbf {p} } is the linearization point of interest .[2]

Uses of linearization

[edit]

Linearization makes it possible to use tools for studying linear systems to analyze the behavior of a nonlinear function near a given point. The linearization of a function is the first order term of its Taylor expansion around the point of interest. For a system defined by the equation

d x d t = F ( x , t ) {\displaystyle {\frac {d\mathbf {x} }{dt}}=\mathbf {F} (\mathbf {x} ,t)} {\displaystyle {\frac {d\mathbf {x} }{dt}}=\mathbf {F} (\mathbf {x} ,t)},

the linearized system can be written as

d x d t ≈ F ( x 0 , t ) + D F ( x 0 , t ) ⋅ ( x − x 0 ) {\displaystyle {\frac {d\mathbf {x} }{dt}}\approx \mathbf {F} (\mathbf {x_{0}} ,t)+D\mathbf {F} (\mathbf {x_{0}} ,t)\cdot (\mathbf {x} -\mathbf {x_{0}} )} {\displaystyle {\frac {d\mathbf {x} }{dt}}\approx \mathbf {F} (\mathbf {x_{0}} ,t)+D\mathbf {F} (\mathbf {x_{0}} ,t)\cdot (\mathbf {x} -\mathbf {x_{0}} )}

where x 0 {\displaystyle \mathbf {x_{0}} } {\displaystyle \mathbf {x_{0}} } is the point of interest and D F ( x 0 , t ) {\displaystyle D\mathbf {F} (\mathbf {x_{0}} ,t)} {\displaystyle D\mathbf {F} (\mathbf {x_{0}} ,t)} is the x {\displaystyle \mathbf {x} } {\displaystyle \mathbf {x} }-Jacobian of F ( x , t ) {\displaystyle \mathbf {F} (\mathbf {x} ,t)} {\displaystyle \mathbf {F} (\mathbf {x} ,t)} evaluated at x 0 {\displaystyle \mathbf {x_{0}} } {\displaystyle \mathbf {x_{0}} }.

Stability analysis

[edit]

In stability analysis of autonomous systems, one can use the eigenvalues of the Jacobian matrix evaluated at a hyperbolic equilibrium point to determine the nature of that equilibrium. This is the content of the linearization theorem. For time-varying systems, the linearization requires additional justification.[3]

Microeconomics

[edit]

In microeconomics, decision rules may be approximated under the state-space approach to linearization.[4] Under this approach, the Euler equations of the utility maximization problem are linearized around the stationary steady state.[4] A unique solution to the resulting system of dynamic equations then is found.[4]

Optimization

[edit]

In mathematical optimization, cost functions and non-linear components within can be linearized in order to apply a linear solving method such as the Simplex algorithm. The optimized result is reached much more efficiently and is deterministic as a global optimum.

Multiphysics

[edit]

In multiphysics systems—systems involving multiple physical fields that interact with one another—linearization with respect to each of the physical fields may be performed. This linearization of the system with respect to each of the fields results in a linearized monolithic equation system that can be solved using monolithic iterative solution procedures such as the Newton–Raphson method. Examples of this include MRI scanner systems which results in a system of electromagnetic, mechanical and acoustic fields.[5]

See also

[edit]
  • Linear stability
  • Tangent stiffness matrix
  • Stability derivatives
  • Linearization theorem
  • Taylor approximation
  • Functional equation (L-function)
  • Quasilinearization

References

[edit]
  1. ^ The linearization problem in complex dimension one dynamical systems at Scholarpedia
  2. ^ Linearization. The Johns Hopkins University. Department of Electrical and Computer Engineering Archived 2010-06-07 at the Wayback Machine
  3. ^ Leonov, G. A.; Kuznetsov, N. V. (2007). "Time-Varying Linearization and the Perron effects". International Journal of Bifurcation and Chaos. 17 (4): 1079–1107. Bibcode:2007IJBC...17.1079L. doi:10.1142/S0218127407017732.
  4. ^ a b c Moffatt, Mike. (2008) About.com State-Space Approach Archived 2016-03-04 at the Wayback Machine Economics Glossary; Terms Beginning with S. Accessed June 19, 2008.
  5. ^ Bagwell, S.; Ledger, P. D.; Gil, A. J.; Mallett, M.; Kruip, M. (2017). "A linearised hp–finite element framework for acousto-magneto-mechanical coupling in axisymmetric MRI scanners". International Journal for Numerical Methods in Engineering. 112 (10): 1323–1352. Bibcode:2017IJNME.112.1323B. doi:10.1002/nme.5559.

External links

[edit]

Linearization tutorials

[edit]
  • Linearization for Model Analysis and Control Design Archived 2011-08-28 at the Wayback Machine
Authority control databases Edit this at Wikidata
International
  • GND
National
  • Czech Republic
Retrieved from "https://teknopedia.ac.id/w/index.php?title=Linearization&oldid=1326324545"
Categories:
  • Differential calculus
  • Dynamical systems
  • Approximations
Hidden categories:
  • Webarchive template wayback links
  • Articles with short description
  • Short description matches Wikidata

  • indonesia
  • Polski
  • العربية
  • Deutsch
  • English
  • Español
  • Français
  • Italiano
  • مصرى
  • Nederlands
  • 日本語
  • Português
  • Sinugboanong Binisaya
  • Svenska
  • Українська
  • Tiếng Việt
  • Winaray
  • 中文
  • Русский
Sunting pranala
url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url
Pusat Layanan

UNIVERSITAS TEKNOKRAT INDONESIA | ASEAN's Best Private University
Jl. ZA. Pagar Alam No.9 -11, Labuhan Ratu, Kec. Kedaton, Kota Bandar Lampung, Lampung 35132
Phone: (0721) 702022
Email: pmb@teknokrat.ac.id