Integral of $x^2$ over $x^2+y^2 ≤ a^2$Order of an integralgaussian integral solution..error in logic?Question concerning the domain of polar coordinate.Why am I evaluating this polar integral wrong?Conversion of an integral in cartesian to polar coordinatesIntegral of trigonometric function.Where am I going Wrong in this Polar Coordinate Conversion?Double integral with Polar coordinates - hard exampleHow to find integralIntegral with U-Substitution (Volume of Revolution)
What is this rubber on gear cables
Why did nobody know who the Lord of this region was?
Why do academics prefer Mac/Linux?
Usage of the relative pronoun "dont"
Why doesn't Iron Man's action affect this person in Endgame?
SHAKE-128/256 or SHA3-256/512
How was the blinking terminal cursor invented?
Is it standard for US-based universities to consider the ethnicity of an applicant during PhD admissions?
Cuban Primes
Have there been any examples of re-usable rockets in the past?
Why is vowel phonology represented in a trapezoid instead of a square?
refer string as a field API name
Divisor Rich and Poor Numbers
Would a "ring language" be possible?
Square spiral in Mathematica
Bash grep result from command whole line
What kind of action are dodge and disengage?
How can I make dummy text (like lipsum) grey?
Was the dragon prowess intentionally downplayed in S08E04?
What are the effects of eating many berries from the Goodberry spell per day?
Omit property variable when using object destructuring
How can we delete item permanently without storing in Recycle Bin?
Failing students when it might cause them economic ruin
Does a non-singular matrix have a large minor with disjoint rows and columns and full rank?
Integral of $x^2$ over $x^2+y^2 ≤ a^2$
Order of an integralgaussian integral solution..error in logic?Question concerning the domain of polar coordinate.Why am I evaluating this polar integral wrong?Conversion of an integral in cartesian to polar coordinatesIntegral of trigonometric function.Where am I going Wrong in this Polar Coordinate Conversion?Double integral with Polar coordinates - hard exampleHow to find integralIntegral with U-Substitution (Volume of Revolution)
$begingroup$

This is in my lecture notes, I understand that $x=rcostheta$ so therefore its the integral of $x^2=(rcostheta)^2$ but why is there an r in $rdrdtheta$ in there?
Any help would be appreciated.
integration definite-integrals circles
$endgroup$
add a comment |
$begingroup$

This is in my lecture notes, I understand that $x=rcostheta$ so therefore its the integral of $x^2=(rcostheta)^2$ but why is there an r in $rdrdtheta$ in there?
Any help would be appreciated.
integration definite-integrals circles
$endgroup$
add a comment |
$begingroup$

This is in my lecture notes, I understand that $x=rcostheta$ so therefore its the integral of $x^2=(rcostheta)^2$ but why is there an r in $rdrdtheta$ in there?
Any help would be appreciated.
integration definite-integrals circles
$endgroup$

This is in my lecture notes, I understand that $x=rcostheta$ so therefore its the integral of $x^2=(rcostheta)^2$ but why is there an r in $rdrdtheta$ in there?
Any help would be appreciated.
integration definite-integrals circles
integration definite-integrals circles
edited May 11 at 18:07
user21820
40.7k545165
40.7k545165
asked May 11 at 15:10
kingking
698
698
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
When we convert co-ordinates $(x,y)$ to $(r,theta)$,
$dx dy = |J| dr dtheta$
where $J$ is the Jacobian of transformation.
$x = r costheta , y = r sintheta$
Taking partial derivatives,
$x_r = costheta , y_r = sintheta$
$x_theta = - r sintheta , y_theta = r costheta $
$J = beginvmatrix
costheta & sintheta \
- r sintheta & r costheta endvmatrix$
$J = r(costheta)(costheta) + r(sintheta)(sintheta) = r(cos^2theta + sin^2theta) = r$
$$|J| = r$$
Thus, $$dx dy = r dr dtheta$$
$endgroup$
$begingroup$
Very clearly laid out, thank you!
$endgroup$
– king
May 11 at 15:52
$begingroup$
You're welcome.
$endgroup$
– Ak19
May 11 at 15:52
$begingroup$
good answer, but it would look better and be easier to read if you put the backslash in front of all the "sin" and "cos" in it instead of just two of the "cos".
$endgroup$
– Paul Sinclair
May 11 at 17:02
$begingroup$
@Paul Sinclair Thanks for your advice, I've edited it :)
$endgroup$
– Ak19
May 11 at 17:10
$begingroup$
But you didn't put in the backslashes:rsin thetaproduces this: $$rsintheta$$ whiler sin thetaproduces this: $$r sin theta$$ Most common functions include a special operator name form like this: sin cos tan log ln arcsin, min, max, sup, inf, lim, limsup, etc. Putting them in helps the TEX engine figure out how better to format the text (more generally you can use operatornamemyoperator to do the same with a "myoperator" function.
$endgroup$
– Paul Sinclair
May 11 at 17:15
|
show 1 more comment
$begingroup$
Here's the underlying geometric intuition (not a rigorous argument).
In Cartesian coordinates the size of an infinitesimal rectangle with sides $dx$ and $dy$ is just the product $dxdy$, independent of where it is in the plane.
In polar coordinates, changing the angle changes the area more when you're farther from the origin. The area of a small not quite rectangular patch determined by $dtheta$ and $dr$ is $ dr times r dtheta = r dr dtheta$.
There's a picture here: http://citadel.sjfc.edu/faculty/kgreen/vector/block3/jacob/node4.html
$endgroup$
add a comment |
$begingroup$
That is the formula for changing variables from cartesian coordinates to polar cordinates in double integrals $mathrm d x,mathrm d y$ is replaced with $r,mathrm d r,mathrm dtheta$.
Intuitively, this come from the fact that the area of a small circular sector corresponding to a small increment $mathrm d r$ of the radius and a small increment of the angle $mathrm dtheta$ is approximately $;mathrm drcdot r,mathrm dtheta$
$endgroup$
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%2f3222227%2fintegral-of-x2-over-x2y2-%25e2%2589%25a4-a2%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
When we convert co-ordinates $(x,y)$ to $(r,theta)$,
$dx dy = |J| dr dtheta$
where $J$ is the Jacobian of transformation.
$x = r costheta , y = r sintheta$
Taking partial derivatives,
$x_r = costheta , y_r = sintheta$
$x_theta = - r sintheta , y_theta = r costheta $
$J = beginvmatrix
costheta & sintheta \
- r sintheta & r costheta endvmatrix$
$J = r(costheta)(costheta) + r(sintheta)(sintheta) = r(cos^2theta + sin^2theta) = r$
$$|J| = r$$
Thus, $$dx dy = r dr dtheta$$
$endgroup$
$begingroup$
Very clearly laid out, thank you!
$endgroup$
– king
May 11 at 15:52
$begingroup$
You're welcome.
$endgroup$
– Ak19
May 11 at 15:52
$begingroup$
good answer, but it would look better and be easier to read if you put the backslash in front of all the "sin" and "cos" in it instead of just two of the "cos".
$endgroup$
– Paul Sinclair
May 11 at 17:02
$begingroup$
@Paul Sinclair Thanks for your advice, I've edited it :)
$endgroup$
– Ak19
May 11 at 17:10
$begingroup$
But you didn't put in the backslashes:rsin thetaproduces this: $$rsintheta$$ whiler sin thetaproduces this: $$r sin theta$$ Most common functions include a special operator name form like this: sin cos tan log ln arcsin, min, max, sup, inf, lim, limsup, etc. Putting them in helps the TEX engine figure out how better to format the text (more generally you can use operatornamemyoperator to do the same with a "myoperator" function.
$endgroup$
– Paul Sinclair
May 11 at 17:15
|
show 1 more comment
$begingroup$
When we convert co-ordinates $(x,y)$ to $(r,theta)$,
$dx dy = |J| dr dtheta$
where $J$ is the Jacobian of transformation.
$x = r costheta , y = r sintheta$
Taking partial derivatives,
$x_r = costheta , y_r = sintheta$
$x_theta = - r sintheta , y_theta = r costheta $
$J = beginvmatrix
costheta & sintheta \
- r sintheta & r costheta endvmatrix$
$J = r(costheta)(costheta) + r(sintheta)(sintheta) = r(cos^2theta + sin^2theta) = r$
$$|J| = r$$
Thus, $$dx dy = r dr dtheta$$
$endgroup$
$begingroup$
Very clearly laid out, thank you!
$endgroup$
– king
May 11 at 15:52
$begingroup$
You're welcome.
$endgroup$
– Ak19
May 11 at 15:52
$begingroup$
good answer, but it would look better and be easier to read if you put the backslash in front of all the "sin" and "cos" in it instead of just two of the "cos".
$endgroup$
– Paul Sinclair
May 11 at 17:02
$begingroup$
@Paul Sinclair Thanks for your advice, I've edited it :)
$endgroup$
– Ak19
May 11 at 17:10
$begingroup$
But you didn't put in the backslashes:rsin thetaproduces this: $$rsintheta$$ whiler sin thetaproduces this: $$r sin theta$$ Most common functions include a special operator name form like this: sin cos tan log ln arcsin, min, max, sup, inf, lim, limsup, etc. Putting them in helps the TEX engine figure out how better to format the text (more generally you can use operatornamemyoperator to do the same with a "myoperator" function.
$endgroup$
– Paul Sinclair
May 11 at 17:15
|
show 1 more comment
$begingroup$
When we convert co-ordinates $(x,y)$ to $(r,theta)$,
$dx dy = |J| dr dtheta$
where $J$ is the Jacobian of transformation.
$x = r costheta , y = r sintheta$
Taking partial derivatives,
$x_r = costheta , y_r = sintheta$
$x_theta = - r sintheta , y_theta = r costheta $
$J = beginvmatrix
costheta & sintheta \
- r sintheta & r costheta endvmatrix$
$J = r(costheta)(costheta) + r(sintheta)(sintheta) = r(cos^2theta + sin^2theta) = r$
$$|J| = r$$
Thus, $$dx dy = r dr dtheta$$
$endgroup$
When we convert co-ordinates $(x,y)$ to $(r,theta)$,
$dx dy = |J| dr dtheta$
where $J$ is the Jacobian of transformation.
$x = r costheta , y = r sintheta$
Taking partial derivatives,
$x_r = costheta , y_r = sintheta$
$x_theta = - r sintheta , y_theta = r costheta $
$J = beginvmatrix
costheta & sintheta \
- r sintheta & r costheta endvmatrix$
$J = r(costheta)(costheta) + r(sintheta)(sintheta) = r(cos^2theta + sin^2theta) = r$
$$|J| = r$$
Thus, $$dx dy = r dr dtheta$$
edited May 11 at 17:55
answered May 11 at 15:24
Ak19Ak19
1,581110
1,581110
$begingroup$
Very clearly laid out, thank you!
$endgroup$
– king
May 11 at 15:52
$begingroup$
You're welcome.
$endgroup$
– Ak19
May 11 at 15:52
$begingroup$
good answer, but it would look better and be easier to read if you put the backslash in front of all the "sin" and "cos" in it instead of just two of the "cos".
$endgroup$
– Paul Sinclair
May 11 at 17:02
$begingroup$
@Paul Sinclair Thanks for your advice, I've edited it :)
$endgroup$
– Ak19
May 11 at 17:10
$begingroup$
But you didn't put in the backslashes:rsin thetaproduces this: $$rsintheta$$ whiler sin thetaproduces this: $$r sin theta$$ Most common functions include a special operator name form like this: sin cos tan log ln arcsin, min, max, sup, inf, lim, limsup, etc. Putting them in helps the TEX engine figure out how better to format the text (more generally you can use operatornamemyoperator to do the same with a "myoperator" function.
$endgroup$
– Paul Sinclair
May 11 at 17:15
|
show 1 more comment
$begingroup$
Very clearly laid out, thank you!
$endgroup$
– king
May 11 at 15:52
$begingroup$
You're welcome.
$endgroup$
– Ak19
May 11 at 15:52
$begingroup$
good answer, but it would look better and be easier to read if you put the backslash in front of all the "sin" and "cos" in it instead of just two of the "cos".
$endgroup$
– Paul Sinclair
May 11 at 17:02
$begingroup$
@Paul Sinclair Thanks for your advice, I've edited it :)
$endgroup$
– Ak19
May 11 at 17:10
$begingroup$
But you didn't put in the backslashes:rsin thetaproduces this: $$rsintheta$$ whiler sin thetaproduces this: $$r sin theta$$ Most common functions include a special operator name form like this: sin cos tan log ln arcsin, min, max, sup, inf, lim, limsup, etc. Putting them in helps the TEX engine figure out how better to format the text (more generally you can use operatornamemyoperator to do the same with a "myoperator" function.
$endgroup$
– Paul Sinclair
May 11 at 17:15
$begingroup$
Very clearly laid out, thank you!
$endgroup$
– king
May 11 at 15:52
$begingroup$
Very clearly laid out, thank you!
$endgroup$
– king
May 11 at 15:52
$begingroup$
You're welcome.
$endgroup$
– Ak19
May 11 at 15:52
$begingroup$
You're welcome.
$endgroup$
– Ak19
May 11 at 15:52
$begingroup$
good answer, but it would look better and be easier to read if you put the backslash in front of all the "sin" and "cos" in it instead of just two of the "cos".
$endgroup$
– Paul Sinclair
May 11 at 17:02
$begingroup$
good answer, but it would look better and be easier to read if you put the backslash in front of all the "sin" and "cos" in it instead of just two of the "cos".
$endgroup$
– Paul Sinclair
May 11 at 17:02
$begingroup$
@Paul Sinclair Thanks for your advice, I've edited it :)
$endgroup$
– Ak19
May 11 at 17:10
$begingroup$
@Paul Sinclair Thanks for your advice, I've edited it :)
$endgroup$
– Ak19
May 11 at 17:10
$begingroup$
But you didn't put in the backslashes:
rsin theta produces this: $$rsintheta$$ while r sin theta produces this: $$r sin theta$$ Most common functions include a special operator name form like this: sin cos tan log ln arcsin, min, max, sup, inf, lim, limsup, etc. Putting them in helps the TEX engine figure out how better to format the text (more generally you can use operatornamemyoperator to do the same with a "myoperator" function.$endgroup$
– Paul Sinclair
May 11 at 17:15
$begingroup$
But you didn't put in the backslashes:
rsin theta produces this: $$rsintheta$$ while r sin theta produces this: $$r sin theta$$ Most common functions include a special operator name form like this: sin cos tan log ln arcsin, min, max, sup, inf, lim, limsup, etc. Putting them in helps the TEX engine figure out how better to format the text (more generally you can use operatornamemyoperator to do the same with a "myoperator" function.$endgroup$
– Paul Sinclair
May 11 at 17:15
|
show 1 more comment
$begingroup$
Here's the underlying geometric intuition (not a rigorous argument).
In Cartesian coordinates the size of an infinitesimal rectangle with sides $dx$ and $dy$ is just the product $dxdy$, independent of where it is in the plane.
In polar coordinates, changing the angle changes the area more when you're farther from the origin. The area of a small not quite rectangular patch determined by $dtheta$ and $dr$ is $ dr times r dtheta = r dr dtheta$.
There's a picture here: http://citadel.sjfc.edu/faculty/kgreen/vector/block3/jacob/node4.html
$endgroup$
add a comment |
$begingroup$
Here's the underlying geometric intuition (not a rigorous argument).
In Cartesian coordinates the size of an infinitesimal rectangle with sides $dx$ and $dy$ is just the product $dxdy$, independent of where it is in the plane.
In polar coordinates, changing the angle changes the area more when you're farther from the origin. The area of a small not quite rectangular patch determined by $dtheta$ and $dr$ is $ dr times r dtheta = r dr dtheta$.
There's a picture here: http://citadel.sjfc.edu/faculty/kgreen/vector/block3/jacob/node4.html
$endgroup$
add a comment |
$begingroup$
Here's the underlying geometric intuition (not a rigorous argument).
In Cartesian coordinates the size of an infinitesimal rectangle with sides $dx$ and $dy$ is just the product $dxdy$, independent of where it is in the plane.
In polar coordinates, changing the angle changes the area more when you're farther from the origin. The area of a small not quite rectangular patch determined by $dtheta$ and $dr$ is $ dr times r dtheta = r dr dtheta$.
There's a picture here: http://citadel.sjfc.edu/faculty/kgreen/vector/block3/jacob/node4.html
$endgroup$
Here's the underlying geometric intuition (not a rigorous argument).
In Cartesian coordinates the size of an infinitesimal rectangle with sides $dx$ and $dy$ is just the product $dxdy$, independent of where it is in the plane.
In polar coordinates, changing the angle changes the area more when you're farther from the origin. The area of a small not quite rectangular patch determined by $dtheta$ and $dr$ is $ dr times r dtheta = r dr dtheta$.
There's a picture here: http://citadel.sjfc.edu/faculty/kgreen/vector/block3/jacob/node4.html
edited May 11 at 15:22
answered May 11 at 15:16
Ethan BolkerEthan Bolker
48.1k556123
48.1k556123
add a comment |
add a comment |
$begingroup$
That is the formula for changing variables from cartesian coordinates to polar cordinates in double integrals $mathrm d x,mathrm d y$ is replaced with $r,mathrm d r,mathrm dtheta$.
Intuitively, this come from the fact that the area of a small circular sector corresponding to a small increment $mathrm d r$ of the radius and a small increment of the angle $mathrm dtheta$ is approximately $;mathrm drcdot r,mathrm dtheta$
$endgroup$
add a comment |
$begingroup$
That is the formula for changing variables from cartesian coordinates to polar cordinates in double integrals $mathrm d x,mathrm d y$ is replaced with $r,mathrm d r,mathrm dtheta$.
Intuitively, this come from the fact that the area of a small circular sector corresponding to a small increment $mathrm d r$ of the radius and a small increment of the angle $mathrm dtheta$ is approximately $;mathrm drcdot r,mathrm dtheta$
$endgroup$
add a comment |
$begingroup$
That is the formula for changing variables from cartesian coordinates to polar cordinates in double integrals $mathrm d x,mathrm d y$ is replaced with $r,mathrm d r,mathrm dtheta$.
Intuitively, this come from the fact that the area of a small circular sector corresponding to a small increment $mathrm d r$ of the radius and a small increment of the angle $mathrm dtheta$ is approximately $;mathrm drcdot r,mathrm dtheta$
$endgroup$
That is the formula for changing variables from cartesian coordinates to polar cordinates in double integrals $mathrm d x,mathrm d y$ is replaced with $r,mathrm d r,mathrm dtheta$.
Intuitively, this come from the fact that the area of a small circular sector corresponding to a small increment $mathrm d r$ of the radius and a small increment of the angle $mathrm dtheta$ is approximately $;mathrm drcdot r,mathrm dtheta$
edited May 11 at 16:35
Ethan Bolker
48.1k556123
48.1k556123
answered May 11 at 15:22
BernardBernard
126k743120
126k743120
add a comment |
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%2f3222227%2fintegral-of-x2-over-x2y2-%25e2%2589%25a4-a2%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