How do I convert this equation to polar coordinates?
Convert the equation $(x^2 + y^2)^2 = 2xy$ into polar coordinates.
I tried converting the equation in the image to polar coordinates and got $r= sqrt{sin(2theta)}$.
This answer is wrong, but I do not understand why. Can someone please explain what the correct answer is?
trigonometry
|
show 4 more comments
Convert the equation $(x^2 + y^2)^2 = 2xy$ into polar coordinates.
I tried converting the equation in the image to polar coordinates and got $r= sqrt{sin(2theta)}$.
This answer is wrong, but I do not understand why. Can someone please explain what the correct answer is?
trigonometry
What is the answer given?
– Akash Roy
Nov 23 at 5:14
The answer was not provided.
– VRM
Nov 23 at 5:15
You probably need both the positive and negative square roots.
– John Douma
Nov 23 at 5:16
Yeah that could be the only possibility.
– Akash Roy
Nov 23 at 5:17
There is not an option for that.
– VRM
Nov 23 at 5:17
|
show 4 more comments
Convert the equation $(x^2 + y^2)^2 = 2xy$ into polar coordinates.
I tried converting the equation in the image to polar coordinates and got $r= sqrt{sin(2theta)}$.
This answer is wrong, but I do not understand why. Can someone please explain what the correct answer is?
trigonometry
Convert the equation $(x^2 + y^2)^2 = 2xy$ into polar coordinates.
I tried converting the equation in the image to polar coordinates and got $r= sqrt{sin(2theta)}$.
This answer is wrong, but I do not understand why. Can someone please explain what the correct answer is?
trigonometry
trigonometry
edited Nov 24 at 2:48
N. F. Taussig
43.5k93355
43.5k93355
asked Nov 23 at 5:09
VRM
1
1
What is the answer given?
– Akash Roy
Nov 23 at 5:14
The answer was not provided.
– VRM
Nov 23 at 5:15
You probably need both the positive and negative square roots.
– John Douma
Nov 23 at 5:16
Yeah that could be the only possibility.
– Akash Roy
Nov 23 at 5:17
There is not an option for that.
– VRM
Nov 23 at 5:17
|
show 4 more comments
What is the answer given?
– Akash Roy
Nov 23 at 5:14
The answer was not provided.
– VRM
Nov 23 at 5:15
You probably need both the positive and negative square roots.
– John Douma
Nov 23 at 5:16
Yeah that could be the only possibility.
– Akash Roy
Nov 23 at 5:17
There is not an option for that.
– VRM
Nov 23 at 5:17
What is the answer given?
– Akash Roy
Nov 23 at 5:14
What is the answer given?
– Akash Roy
Nov 23 at 5:14
The answer was not provided.
– VRM
Nov 23 at 5:15
The answer was not provided.
– VRM
Nov 23 at 5:15
You probably need both the positive and negative square roots.
– John Douma
Nov 23 at 5:16
You probably need both the positive and negative square roots.
– John Douma
Nov 23 at 5:16
Yeah that could be the only possibility.
– Akash Roy
Nov 23 at 5:17
Yeah that could be the only possibility.
– Akash Roy
Nov 23 at 5:17
There is not an option for that.
– VRM
Nov 23 at 5:17
There is not an option for that.
– VRM
Nov 23 at 5:17
|
show 4 more comments
1 Answer
1
active
oldest
votes
Did you get something similar to this?
For the original equation $$(x^2 + y^2)^2 = 2 x y$$
Let $$begin {matrix} x = r cos theta \ y = r sin theta \ r^2 = x^2 + y^2 end {matrix}$$
Plugging all of this in to the original equation we get
$$(r^2)^2 = 2r^2 sin theta cos theta$$
or
$$r^4 = 2 r^2 sin theta cos theta$$
Dividing by $r^2$ we have
$$r^2 = 2 sin theta cos theta$$
However, $2 sin theta cos theta = sin 2 theta$ so we end up with
$$r^2 = sin 2 theta$$
We can leave as-is (I think this may be the answer they're expecting) or take square roots...
$$r = pm sqrt {sin 2 theta}$$
I think it's supposed to be square root of sine double angle.
– VRM
Nov 24 at 2:04
Thanks, VRM - my mistake! Fixed.
– bjcolby15
Nov 24 at 2:43
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
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%2f3009996%2fhow-do-i-convert-this-equation-to-polar-coordinates%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Did you get something similar to this?
For the original equation $$(x^2 + y^2)^2 = 2 x y$$
Let $$begin {matrix} x = r cos theta \ y = r sin theta \ r^2 = x^2 + y^2 end {matrix}$$
Plugging all of this in to the original equation we get
$$(r^2)^2 = 2r^2 sin theta cos theta$$
or
$$r^4 = 2 r^2 sin theta cos theta$$
Dividing by $r^2$ we have
$$r^2 = 2 sin theta cos theta$$
However, $2 sin theta cos theta = sin 2 theta$ so we end up with
$$r^2 = sin 2 theta$$
We can leave as-is (I think this may be the answer they're expecting) or take square roots...
$$r = pm sqrt {sin 2 theta}$$
I think it's supposed to be square root of sine double angle.
– VRM
Nov 24 at 2:04
Thanks, VRM - my mistake! Fixed.
– bjcolby15
Nov 24 at 2:43
add a comment |
Did you get something similar to this?
For the original equation $$(x^2 + y^2)^2 = 2 x y$$
Let $$begin {matrix} x = r cos theta \ y = r sin theta \ r^2 = x^2 + y^2 end {matrix}$$
Plugging all of this in to the original equation we get
$$(r^2)^2 = 2r^2 sin theta cos theta$$
or
$$r^4 = 2 r^2 sin theta cos theta$$
Dividing by $r^2$ we have
$$r^2 = 2 sin theta cos theta$$
However, $2 sin theta cos theta = sin 2 theta$ so we end up with
$$r^2 = sin 2 theta$$
We can leave as-is (I think this may be the answer they're expecting) or take square roots...
$$r = pm sqrt {sin 2 theta}$$
I think it's supposed to be square root of sine double angle.
– VRM
Nov 24 at 2:04
Thanks, VRM - my mistake! Fixed.
– bjcolby15
Nov 24 at 2:43
add a comment |
Did you get something similar to this?
For the original equation $$(x^2 + y^2)^2 = 2 x y$$
Let $$begin {matrix} x = r cos theta \ y = r sin theta \ r^2 = x^2 + y^2 end {matrix}$$
Plugging all of this in to the original equation we get
$$(r^2)^2 = 2r^2 sin theta cos theta$$
or
$$r^4 = 2 r^2 sin theta cos theta$$
Dividing by $r^2$ we have
$$r^2 = 2 sin theta cos theta$$
However, $2 sin theta cos theta = sin 2 theta$ so we end up with
$$r^2 = sin 2 theta$$
We can leave as-is (I think this may be the answer they're expecting) or take square roots...
$$r = pm sqrt {sin 2 theta}$$
Did you get something similar to this?
For the original equation $$(x^2 + y^2)^2 = 2 x y$$
Let $$begin {matrix} x = r cos theta \ y = r sin theta \ r^2 = x^2 + y^2 end {matrix}$$
Plugging all of this in to the original equation we get
$$(r^2)^2 = 2r^2 sin theta cos theta$$
or
$$r^4 = 2 r^2 sin theta cos theta$$
Dividing by $r^2$ we have
$$r^2 = 2 sin theta cos theta$$
However, $2 sin theta cos theta = sin 2 theta$ so we end up with
$$r^2 = sin 2 theta$$
We can leave as-is (I think this may be the answer they're expecting) or take square roots...
$$r = pm sqrt {sin 2 theta}$$
edited Nov 24 at 2:43
answered Nov 23 at 17:35
bjcolby15
1,1581916
1,1581916
I think it's supposed to be square root of sine double angle.
– VRM
Nov 24 at 2:04
Thanks, VRM - my mistake! Fixed.
– bjcolby15
Nov 24 at 2:43
add a comment |
I think it's supposed to be square root of sine double angle.
– VRM
Nov 24 at 2:04
Thanks, VRM - my mistake! Fixed.
– bjcolby15
Nov 24 at 2:43
I think it's supposed to be square root of sine double angle.
– VRM
Nov 24 at 2:04
I think it's supposed to be square root of sine double angle.
– VRM
Nov 24 at 2:04
Thanks, VRM - my mistake! Fixed.
– bjcolby15
Nov 24 at 2:43
Thanks, VRM - my mistake! Fixed.
– bjcolby15
Nov 24 at 2:43
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3009996%2fhow-do-i-convert-this-equation-to-polar-coordinates%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
What is the answer given?
– Akash Roy
Nov 23 at 5:14
The answer was not provided.
– VRM
Nov 23 at 5:15
You probably need both the positive and negative square roots.
– John Douma
Nov 23 at 5:16
Yeah that could be the only possibility.
– Akash Roy
Nov 23 at 5:17
There is not an option for that.
– VRM
Nov 23 at 5:17