I Why does ##u## need to be small to represent the Taylor expansion

AI Thread Summary
For a curve to provide a weak extremum, the Taylor expansion of the integral function I(u) requires u to be small to ensure that higher-order terms (O(u^2)) are negligible compared to the zeroth and first-order terms. While the Taylor series can technically be applied for any size u, its utility diminishes for larger values, as the approximation becomes less accurate. The local nature of differentiation means that the behavior of the function is primarily relevant in a small neighborhood around zero. Thus, using small u allows for a valid linear approximation, which is essential in physics and calculus. Overall, the significance of small u lies in maintaining the validity of the approximation by minimizing error from higher-order terms.
Reuben_Leib
Messages
7
Reaction score
1
TL;DR Summary
Taylor series
Necessary condition for a curve to provide a weak extremum.
Let ##x(t)## be the extremum curve.
Let ##x=x(t,u) = x(t) + u\eta(t)## be the curve with variation in the neighbourhood of ##(\varepsilon,\varepsilon')##.
Let $$I(u) = \int^b_aL(t,x(t,u),\dot{x}(t,u))dt = \int^b_aL(t,x(t) + u\eta(t),\dot{x}(t) + u\dot{\eta}(t))dt$$
"Taylor’s theorem indicates that, for ##u## sufficiently small, ##I(u)## can be represented by"
$$I(u) = I(0) + u \left(\frac{\textrm{d}I}{\textrm{d}u}\right)_{u=0} + O(u^2)$$
My question is: Why does ##u## need to be small to represent the Taylor expansion of ##I(u)##? doesn't the Taylor series work for any size ##u##?
 
Physics news on Phys.org
Reuben_Leib said:
My question is: Why does ##u## need to be small to represent the Taylor expansion of ##I(u)##? doesn't the Taylor series work for any size ##u##?
It does, but then you will not be able to ignore "##+O(u^2)##" because the higher order terms will become significant relative to the zeroth and first order terms.
 
If you take the series expansion to infinite order then yes, it will work for any size ##u##. But in this case you are taking only the first term in the expansion, so this will deviate from the original function with errors of order ##O(u^2)##. Those will only be small if ##u## is small.
 
Reuben_Leib said:
My question is: Why does ##u## need to be small to represent the Taylor expansion of ##I(u)##? doesn't the Taylor series work for any size ##u##?

Yes, it does.

Where did you read it? Small values of ##u## are the second nature of physicists if they read, write, or hear Taylor. It is usually applied to discover linear approximations, i.e. you need small, neglectable values for ##u^n \;(n>1).##

There is simply not much use of the series for ##u\gg 0.## Furthermore, note that differentiation is a local quality. Differentiable in a neighborhood of ##0## means in a very small radius around ##0.## So we are already limited to a local phenomenon. Why does it make sense to have local behavior in the derivative terms and global in the stretching terms? But yes, formally, there is no restriction for calling the series a Taylor series. However, there is something "small" if we write down the theorem:

Let ##f:I\longrightarrow \mathbb{R}## be a ##n## times continuously differentiable function, and ##p\in I,## Then we have for all ##x\in I##
$$
f(x)=\sum_{k=0}^n \dfrac{f^{(k)}(p)}{k!}\,(x-p)^k + \eta(x)(x-p)^n
$$
where ##\displaystyle{\lim_{x\to p}\eta(x)=0.}##

The estimation for the remainder term converges to zero.
 
  • Like
Likes vanhees71 and Reuben_Leib
Consider an extremely long and perfectly calibrated scale. A car with a mass of 1000 kg is placed on it, and the scale registers this weight accurately. Now, suppose the car begins to move, reaching very high speeds. Neglecting air resistance and rolling friction, if the car attains, for example, a velocity of 500 km/h, will the scale still indicate a weight corresponding to 1000 kg, or will the measured value decrease as a result of the motion? In a second scenario, imagine a person with a...
Scalar and vector potentials in Coulomb gauge Assume Coulomb gauge so that $$\nabla \cdot \mathbf{A}=0.\tag{1}$$ The scalar potential ##\phi## is described by Poisson's equation $$\nabla^2 \phi = -\frac{\rho}{\varepsilon_0}\tag{2}$$ which has the instantaneous general solution given by $$\phi(\mathbf{r},t)=\frac{1}{4\pi\varepsilon_0}\int \frac{\rho(\mathbf{r}',t)}{|\mathbf{r}-\mathbf{r}'|}d^3r'.\tag{3}$$ In Coulomb gauge the vector potential ##\mathbf{A}## is given by...
Thread 'Does Poisson's equation hold due to vector potential cancellation?'
Imagine that two charged particles, with charge ##+q##, start at the origin and then move apart symmetrically on the ##+y## and ##-y## axes due to their electrostatic repulsion. The ##y##-component of the retarded Liénard-Wiechert vector potential at a point along the ##x##-axis due to the two charges is $$ \begin{eqnarray*} A_y&=&\frac{q\,[\dot{y}]_{\mathrm{ret}}}{4\pi\varepsilon_0 c^2[(x^2+y^2)^{1/2}+y\dot{y}/c]_{\mathrm{ret}}}\tag{1}\\...
Back
Top