Applying a Taylor series WITH RESPECT TO … and AROUND…Taylor / Maclaurin series expansion origin.Another question about $x_0$ in the Taylor seriesLimitations of fractional derivative approximation with Taylor seriesConvergence of a Taylor series expansion involving $tan^-1$Understanding why the Maclaurin series for $sin theta$ converges to $sin theta$ and not something elseIto's lemma and taylor seriesUse the Taylor series for sin(x) to find a Taylor series for $f(x) = p(sin x) $ around point x=0, where $p(x) = 4x^3 - 3x. $Limits with Taylor seriesCauchy product of two different Taylor series $e^x$ and $cos x$Taylor expansion with two variables
Golden Guardian removed before death related trigger
Why does the Eurostar not show youth pricing?
Move the outer key inward in an association
How do I use JSON.generator to generate an unnamed array?
Is there an antonym for "spicy" or "hot" regarding food?
How long until two planets become one?
Does Dispel Magic destroy Artificer Turrets?
Polyhedra, Polyhedron, Polytopes and Polygon
Why is it considered acid rain with pH <5.6?
Summoning A Technology Based Demon
Why does the Rust compiler not optimize code assuming that two mutable references cannot alias?
How to efficiently shred a lot of cabbage?
Is there a word to describe someone who is, or the state of being, content with hanging around others without interacting with them?
How many oliphaunts died in all of the Lord of the Rings battles?
(3 of 11: Akari) What is Pyramid Cult's Favorite Car?
Do the books ever say oliphaunts aren’t elephants?
How to store my pliers and wire cutters on my desk?
Why is the Apollo LEM ladder so far from the ground?
ECDSA: Why is SigningKey shorter than VerifyingKey
Copying an existing HTML page and use it, is that against any copyright law?
How did the Axis intend to hold the Caucasus?
Do 3/8 (37.5%) of Quadratics Have No x-Intercepts?
When did the anonymous "you" become popular in western pop music?
Is it error of law to judge on less relevant case law when there is much more relevant one?
Applying a Taylor series WITH RESPECT TO … and AROUND…
Taylor / Maclaurin series expansion origin.Another question about $x_0$ in the Taylor seriesLimitations of fractional derivative approximation with Taylor seriesConvergence of a Taylor series expansion involving $tan^-1$Understanding why the Maclaurin series for $sin theta$ converges to $sin theta$ and not something elseIto's lemma and taylor seriesUse the Taylor series for sin(x) to find a Taylor series for $f(x) = p(sin x) $ around point x=0, where $p(x) = 4x^3 - 3x. $Limits with Taylor seriesCauchy product of two different Taylor series $e^x$ and $cos x$Taylor expansion with two variables
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
$begingroup$
My question is what does it mean
applying a Taylor series with respect to something and around a point.
What is the difference?
Please explain it with the following example:
Apply a Taylor series expansion to $r'$ with respect to $a/r$ around $0$.
Only until the squared terms (inclusive).
Where $$r'^2 = a^2 + r^2 +2arsin(theta)cos(alpha-phi)$$
taylor-expansion
$endgroup$
add a comment |
$begingroup$
My question is what does it mean
applying a Taylor series with respect to something and around a point.
What is the difference?
Please explain it with the following example:
Apply a Taylor series expansion to $r'$ with respect to $a/r$ around $0$.
Only until the squared terms (inclusive).
Where $$r'^2 = a^2 + r^2 +2arsin(theta)cos(alpha-phi)$$
taylor-expansion
$endgroup$
$begingroup$
This is a polynomial in $a$, so its Taylor series is fairly straightforward.
$endgroup$
– eyeballfrog
8 hours ago
$begingroup$
As far as I know, they mean the same thing.
$endgroup$
– The Count
4 hours ago
add a comment |
$begingroup$
My question is what does it mean
applying a Taylor series with respect to something and around a point.
What is the difference?
Please explain it with the following example:
Apply a Taylor series expansion to $r'$ with respect to $a/r$ around $0$.
Only until the squared terms (inclusive).
Where $$r'^2 = a^2 + r^2 +2arsin(theta)cos(alpha-phi)$$
taylor-expansion
$endgroup$
My question is what does it mean
applying a Taylor series with respect to something and around a point.
What is the difference?
Please explain it with the following example:
Apply a Taylor series expansion to $r'$ with respect to $a/r$ around $0$.
Only until the squared terms (inclusive).
Where $$r'^2 = a^2 + r^2 +2arsin(theta)cos(alpha-phi)$$
taylor-expansion
taylor-expansion
edited 2 hours ago
nmasanta
3,0682 gold badges8 silver badges24 bronze badges
3,0682 gold badges8 silver badges24 bronze badges
asked 8 hours ago
nachofestnachofest
205 bronze badges
205 bronze badges
$begingroup$
This is a polynomial in $a$, so its Taylor series is fairly straightforward.
$endgroup$
– eyeballfrog
8 hours ago
$begingroup$
As far as I know, they mean the same thing.
$endgroup$
– The Count
4 hours ago
add a comment |
$begingroup$
This is a polynomial in $a$, so its Taylor series is fairly straightforward.
$endgroup$
– eyeballfrog
8 hours ago
$begingroup$
As far as I know, they mean the same thing.
$endgroup$
– The Count
4 hours ago
$begingroup$
This is a polynomial in $a$, so its Taylor series is fairly straightforward.
$endgroup$
– eyeballfrog
8 hours ago
$begingroup$
This is a polynomial in $a$, so its Taylor series is fairly straightforward.
$endgroup$
– eyeballfrog
8 hours ago
$begingroup$
As far as I know, they mean the same thing.
$endgroup$
– The Count
4 hours ago
$begingroup$
As far as I know, they mean the same thing.
$endgroup$
– The Count
4 hours ago
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
For an easier example, let $f(x) = sin(x)$. The Taylor series expansion of (or, I guess, in your above language 'to') $f$ with respect to $x$ around $0$ is the familar
$$ f(x) = x - fracx^33! + fracx^55! - fracx^77! + dots$$
So you want to rewrite $r'$ in terms of $a/r$ and expand around 0.
$endgroup$
$begingroup$
thank you @bounceback for your answer, specially for specifying the idea about rewriting it, that was they key point.
$endgroup$
– nachofest
8 hours ago
add a comment |
$begingroup$
The "with respect to" specifies the variable whose powers appear in the series. "around" is the point near which you want an approximation. So your answer will look like
$$
c_o + c_1(a/r - 0) + c_2(a/r - 0)^2 + text higher order terms.
$$
(Of course the zeroes go away. I just put them in to illustrate "around $0$".)
$endgroup$
$begingroup$
thank you @ethan-bolker for the example!
$endgroup$
– nachofest
8 hours ago
$begingroup$
by the way, in your answer is it r/a or you meant a/r ? thanks
$endgroup$
– nachofest
7 hours ago
$begingroup$
@nachofest Yes,. Fixed thanks.
$endgroup$
– Ethan Bolker
6 hours ago
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3307777%2fapplying-a-taylor-series-with-respect-to-and-around%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
For an easier example, let $f(x) = sin(x)$. The Taylor series expansion of (or, I guess, in your above language 'to') $f$ with respect to $x$ around $0$ is the familar
$$ f(x) = x - fracx^33! + fracx^55! - fracx^77! + dots$$
So you want to rewrite $r'$ in terms of $a/r$ and expand around 0.
$endgroup$
$begingroup$
thank you @bounceback for your answer, specially for specifying the idea about rewriting it, that was they key point.
$endgroup$
– nachofest
8 hours ago
add a comment |
$begingroup$
For an easier example, let $f(x) = sin(x)$. The Taylor series expansion of (or, I guess, in your above language 'to') $f$ with respect to $x$ around $0$ is the familar
$$ f(x) = x - fracx^33! + fracx^55! - fracx^77! + dots$$
So you want to rewrite $r'$ in terms of $a/r$ and expand around 0.
$endgroup$
$begingroup$
thank you @bounceback for your answer, specially for specifying the idea about rewriting it, that was they key point.
$endgroup$
– nachofest
8 hours ago
add a comment |
$begingroup$
For an easier example, let $f(x) = sin(x)$. The Taylor series expansion of (or, I guess, in your above language 'to') $f$ with respect to $x$ around $0$ is the familar
$$ f(x) = x - fracx^33! + fracx^55! - fracx^77! + dots$$
So you want to rewrite $r'$ in terms of $a/r$ and expand around 0.
$endgroup$
For an easier example, let $f(x) = sin(x)$. The Taylor series expansion of (or, I guess, in your above language 'to') $f$ with respect to $x$ around $0$ is the familar
$$ f(x) = x - fracx^33! + fracx^55! - fracx^77! + dots$$
So you want to rewrite $r'$ in terms of $a/r$ and expand around 0.
answered 8 hours ago
bouncebackbounceback
1,0683 silver badges14 bronze badges
1,0683 silver badges14 bronze badges
$begingroup$
thank you @bounceback for your answer, specially for specifying the idea about rewriting it, that was they key point.
$endgroup$
– nachofest
8 hours ago
add a comment |
$begingroup$
thank you @bounceback for your answer, specially for specifying the idea about rewriting it, that was they key point.
$endgroup$
– nachofest
8 hours ago
$begingroup$
thank you @bounceback for your answer, specially for specifying the idea about rewriting it, that was they key point.
$endgroup$
– nachofest
8 hours ago
$begingroup$
thank you @bounceback for your answer, specially for specifying the idea about rewriting it, that was they key point.
$endgroup$
– nachofest
8 hours ago
add a comment |
$begingroup$
The "with respect to" specifies the variable whose powers appear in the series. "around" is the point near which you want an approximation. So your answer will look like
$$
c_o + c_1(a/r - 0) + c_2(a/r - 0)^2 + text higher order terms.
$$
(Of course the zeroes go away. I just put them in to illustrate "around $0$".)
$endgroup$
$begingroup$
thank you @ethan-bolker for the example!
$endgroup$
– nachofest
8 hours ago
$begingroup$
by the way, in your answer is it r/a or you meant a/r ? thanks
$endgroup$
– nachofest
7 hours ago
$begingroup$
@nachofest Yes,. Fixed thanks.
$endgroup$
– Ethan Bolker
6 hours ago
add a comment |
$begingroup$
The "with respect to" specifies the variable whose powers appear in the series. "around" is the point near which you want an approximation. So your answer will look like
$$
c_o + c_1(a/r - 0) + c_2(a/r - 0)^2 + text higher order terms.
$$
(Of course the zeroes go away. I just put them in to illustrate "around $0$".)
$endgroup$
$begingroup$
thank you @ethan-bolker for the example!
$endgroup$
– nachofest
8 hours ago
$begingroup$
by the way, in your answer is it r/a or you meant a/r ? thanks
$endgroup$
– nachofest
7 hours ago
$begingroup$
@nachofest Yes,. Fixed thanks.
$endgroup$
– Ethan Bolker
6 hours ago
add a comment |
$begingroup$
The "with respect to" specifies the variable whose powers appear in the series. "around" is the point near which you want an approximation. So your answer will look like
$$
c_o + c_1(a/r - 0) + c_2(a/r - 0)^2 + text higher order terms.
$$
(Of course the zeroes go away. I just put them in to illustrate "around $0$".)
$endgroup$
The "with respect to" specifies the variable whose powers appear in the series. "around" is the point near which you want an approximation. So your answer will look like
$$
c_o + c_1(a/r - 0) + c_2(a/r - 0)^2 + text higher order terms.
$$
(Of course the zeroes go away. I just put them in to illustrate "around $0$".)
edited 6 hours ago
answered 8 hours ago
Ethan BolkerEthan Bolker
53.3k5 gold badges61 silver badges131 bronze badges
53.3k5 gold badges61 silver badges131 bronze badges
$begingroup$
thank you @ethan-bolker for the example!
$endgroup$
– nachofest
8 hours ago
$begingroup$
by the way, in your answer is it r/a or you meant a/r ? thanks
$endgroup$
– nachofest
7 hours ago
$begingroup$
@nachofest Yes,. Fixed thanks.
$endgroup$
– Ethan Bolker
6 hours ago
add a comment |
$begingroup$
thank you @ethan-bolker for the example!
$endgroup$
– nachofest
8 hours ago
$begingroup$
by the way, in your answer is it r/a or you meant a/r ? thanks
$endgroup$
– nachofest
7 hours ago
$begingroup$
@nachofest Yes,. Fixed thanks.
$endgroup$
– Ethan Bolker
6 hours ago
$begingroup$
thank you @ethan-bolker for the example!
$endgroup$
– nachofest
8 hours ago
$begingroup$
thank you @ethan-bolker for the example!
$endgroup$
– nachofest
8 hours ago
$begingroup$
by the way, in your answer is it r/a or you meant a/r ? thanks
$endgroup$
– nachofest
7 hours ago
$begingroup$
by the way, in your answer is it r/a or you meant a/r ? thanks
$endgroup$
– nachofest
7 hours ago
$begingroup$
@nachofest Yes,. Fixed thanks.
$endgroup$
– Ethan Bolker
6 hours ago
$begingroup$
@nachofest Yes,. Fixed thanks.
$endgroup$
– Ethan Bolker
6 hours ago
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3307777%2fapplying-a-taylor-series-with-respect-to-and-around%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
This is a polynomial in $a$, so its Taylor series is fairly straightforward.
$endgroup$
– eyeballfrog
8 hours ago
$begingroup$
As far as I know, they mean the same thing.
$endgroup$
– The Count
4 hours ago