Which problem in mathematics is solved by Tylor series? [closed]
Solution to which problem in mathematics is only given/solved by Tylor Series which is otherwise either impossible or extremely hard to solve?
What is the real advantage of Tylor's series ?
calculus
closed as too broad by Dietrich Burde, Hans Lundmark, Lord Shark the Unknown, Dave, RRL Dec 7 at 0:44
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
Solution to which problem in mathematics is only given/solved by Tylor Series which is otherwise either impossible or extremely hard to solve?
What is the real advantage of Tylor's series ?
calculus
closed as too broad by Dietrich Burde, Hans Lundmark, Lord Shark the Unknown, Dave, RRL Dec 7 at 0:44
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
2
Who is Tyler? Do you mean Taylor series?
– Dietrich Burde
Dec 6 at 15:53
add a comment |
Solution to which problem in mathematics is only given/solved by Tylor Series which is otherwise either impossible or extremely hard to solve?
What is the real advantage of Tylor's series ?
calculus
Solution to which problem in mathematics is only given/solved by Tylor Series which is otherwise either impossible or extremely hard to solve?
What is the real advantage of Tylor's series ?
calculus
calculus
asked Dec 6 at 15:48
stackoverflow.com
431316
431316
closed as too broad by Dietrich Burde, Hans Lundmark, Lord Shark the Unknown, Dave, RRL Dec 7 at 0:44
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as too broad by Dietrich Burde, Hans Lundmark, Lord Shark the Unknown, Dave, RRL Dec 7 at 0:44
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
2
Who is Tyler? Do you mean Taylor series?
– Dietrich Burde
Dec 6 at 15:53
add a comment |
2
Who is Tyler? Do you mean Taylor series?
– Dietrich Burde
Dec 6 at 15:53
2
2
Who is Tyler? Do you mean Taylor series?
– Dietrich Burde
Dec 6 at 15:53
Who is Tyler? Do you mean Taylor series?
– Dietrich Burde
Dec 6 at 15:53
add a comment |
2 Answers
2
active
oldest
votes
This one is probably more on the the Physics side, but Perturbation Theory is definitely one of those problems. The idea is you know how to solve a system subject to an interaction $V_0$, and now want to know the solution if you change to $A$. To solve it, you expand
$$
A = A_0 + epsilon + epsilon A_1 + frac{1}{2}epsilon^2A_2 + cdots
$$
and iteratively find the solutions at each order. Applications of this include scattering theory, Feynman Diagrams, ...
add a comment |
The Taylor Series is an expansion of the power series into an infinite sum of terms.
For example: $e^{x}=1+x+frac{x^{2}}{2!}+frac{x^{3}}{3!}+...$
The Taylor Series is used to get an approximate value of a function. The basic formula is f(x): $f(x) = f(a) +frac{f'(a)}{1}(x-a) + frac{f''(a)}{2!}(x-a)^{2} + frac{f'''(a)}{3!}(x-a)^{3} + ... $
This formula is useful for
- Approximating definite integrals of functions that have no definite integrals.
- Understanding the growth of functions
- Solving differential equations
This website explains it in detail why the Taylor series works and how you get it. http://tutorial.math.lamar.edu/Classes/CalcII/TaylorSeries.aspx.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
This one is probably more on the the Physics side, but Perturbation Theory is definitely one of those problems. The idea is you know how to solve a system subject to an interaction $V_0$, and now want to know the solution if you change to $A$. To solve it, you expand
$$
A = A_0 + epsilon + epsilon A_1 + frac{1}{2}epsilon^2A_2 + cdots
$$
and iteratively find the solutions at each order. Applications of this include scattering theory, Feynman Diagrams, ...
add a comment |
This one is probably more on the the Physics side, but Perturbation Theory is definitely one of those problems. The idea is you know how to solve a system subject to an interaction $V_0$, and now want to know the solution if you change to $A$. To solve it, you expand
$$
A = A_0 + epsilon + epsilon A_1 + frac{1}{2}epsilon^2A_2 + cdots
$$
and iteratively find the solutions at each order. Applications of this include scattering theory, Feynman Diagrams, ...
add a comment |
This one is probably more on the the Physics side, but Perturbation Theory is definitely one of those problems. The idea is you know how to solve a system subject to an interaction $V_0$, and now want to know the solution if you change to $A$. To solve it, you expand
$$
A = A_0 + epsilon + epsilon A_1 + frac{1}{2}epsilon^2A_2 + cdots
$$
and iteratively find the solutions at each order. Applications of this include scattering theory, Feynman Diagrams, ...
This one is probably more on the the Physics side, but Perturbation Theory is definitely one of those problems. The idea is you know how to solve a system subject to an interaction $V_0$, and now want to know the solution if you change to $A$. To solve it, you expand
$$
A = A_0 + epsilon + epsilon A_1 + frac{1}{2}epsilon^2A_2 + cdots
$$
and iteratively find the solutions at each order. Applications of this include scattering theory, Feynman Diagrams, ...
answered Dec 6 at 15:57
caverac
13k21028
13k21028
add a comment |
add a comment |
The Taylor Series is an expansion of the power series into an infinite sum of terms.
For example: $e^{x}=1+x+frac{x^{2}}{2!}+frac{x^{3}}{3!}+...$
The Taylor Series is used to get an approximate value of a function. The basic formula is f(x): $f(x) = f(a) +frac{f'(a)}{1}(x-a) + frac{f''(a)}{2!}(x-a)^{2} + frac{f'''(a)}{3!}(x-a)^{3} + ... $
This formula is useful for
- Approximating definite integrals of functions that have no definite integrals.
- Understanding the growth of functions
- Solving differential equations
This website explains it in detail why the Taylor series works and how you get it. http://tutorial.math.lamar.edu/Classes/CalcII/TaylorSeries.aspx.
add a comment |
The Taylor Series is an expansion of the power series into an infinite sum of terms.
For example: $e^{x}=1+x+frac{x^{2}}{2!}+frac{x^{3}}{3!}+...$
The Taylor Series is used to get an approximate value of a function. The basic formula is f(x): $f(x) = f(a) +frac{f'(a)}{1}(x-a) + frac{f''(a)}{2!}(x-a)^{2} + frac{f'''(a)}{3!}(x-a)^{3} + ... $
This formula is useful for
- Approximating definite integrals of functions that have no definite integrals.
- Understanding the growth of functions
- Solving differential equations
This website explains it in detail why the Taylor series works and how you get it. http://tutorial.math.lamar.edu/Classes/CalcII/TaylorSeries.aspx.
add a comment |
The Taylor Series is an expansion of the power series into an infinite sum of terms.
For example: $e^{x}=1+x+frac{x^{2}}{2!}+frac{x^{3}}{3!}+...$
The Taylor Series is used to get an approximate value of a function. The basic formula is f(x): $f(x) = f(a) +frac{f'(a)}{1}(x-a) + frac{f''(a)}{2!}(x-a)^{2} + frac{f'''(a)}{3!}(x-a)^{3} + ... $
This formula is useful for
- Approximating definite integrals of functions that have no definite integrals.
- Understanding the growth of functions
- Solving differential equations
This website explains it in detail why the Taylor series works and how you get it. http://tutorial.math.lamar.edu/Classes/CalcII/TaylorSeries.aspx.
The Taylor Series is an expansion of the power series into an infinite sum of terms.
For example: $e^{x}=1+x+frac{x^{2}}{2!}+frac{x^{3}}{3!}+...$
The Taylor Series is used to get an approximate value of a function. The basic formula is f(x): $f(x) = f(a) +frac{f'(a)}{1}(x-a) + frac{f''(a)}{2!}(x-a)^{2} + frac{f'''(a)}{3!}(x-a)^{3} + ... $
This formula is useful for
- Approximating definite integrals of functions that have no definite integrals.
- Understanding the growth of functions
- Solving differential equations
This website explains it in detail why the Taylor series works and how you get it. http://tutorial.math.lamar.edu/Classes/CalcII/TaylorSeries.aspx.
answered Dec 6 at 16:35
Person
177
177
add a comment |
add a comment |
2
Who is Tyler? Do you mean Taylor series?
– Dietrich Burde
Dec 6 at 15:53