How to make the nth root of a product act the same as simple multiplication in regard to parity?
$begingroup$
I don't have any experience working with radicals, but I'm working on a function that requires products of nth roots to be positive or negative, depending on the number of negative factors.
I've done some initial research, and reviews these Stack questions: Square roots — positive and negative and The Product Rule of Square Roots with Negative Numbers but I couldn't find the information I was seeking (or am not fully understanding the answers.)
Are the following expressions true? If not, how can I produce the those results?
$sqrt[2]{1*-1} = -1$
$sqrt[3]{1*1*-1} = -1$
$sqrt[3]{1*-1*-1} = 1$
[update] This is what the function does:
$sqrt[n]{overline{Delta_1}*overline{Delta_2} *...*overline{Delta_n}} text{ }*text{ }
frac{overline{Delta_1}*overline{Delta_2} *...*overline{Delta_n}}{Delta_1*Delta_2*...*Delta_n}$
such that if there are an odd number of negative factors, the product is negative, otherwise positive.
- Is there a more compact way to express this?
also, any tips on notation are appreciated.
notation roots radicals
$endgroup$
add a comment |
$begingroup$
I don't have any experience working with radicals, but I'm working on a function that requires products of nth roots to be positive or negative, depending on the number of negative factors.
I've done some initial research, and reviews these Stack questions: Square roots — positive and negative and The Product Rule of Square Roots with Negative Numbers but I couldn't find the information I was seeking (or am not fully understanding the answers.)
Are the following expressions true? If not, how can I produce the those results?
$sqrt[2]{1*-1} = -1$
$sqrt[3]{1*1*-1} = -1$
$sqrt[3]{1*-1*-1} = 1$
[update] This is what the function does:
$sqrt[n]{overline{Delta_1}*overline{Delta_2} *...*overline{Delta_n}} text{ }*text{ }
frac{overline{Delta_1}*overline{Delta_2} *...*overline{Delta_n}}{Delta_1*Delta_2*...*Delta_n}$
such that if there are an odd number of negative factors, the product is negative, otherwise positive.
- Is there a more compact way to express this?
also, any tips on notation are appreciated.
notation roots radicals
$endgroup$
$begingroup$
$sqrt{-1} =i$, so the first statement is wrong.
$endgroup$
– Larry
Nov 26 '18 at 18:04
add a comment |
$begingroup$
I don't have any experience working with radicals, but I'm working on a function that requires products of nth roots to be positive or negative, depending on the number of negative factors.
I've done some initial research, and reviews these Stack questions: Square roots — positive and negative and The Product Rule of Square Roots with Negative Numbers but I couldn't find the information I was seeking (or am not fully understanding the answers.)
Are the following expressions true? If not, how can I produce the those results?
$sqrt[2]{1*-1} = -1$
$sqrt[3]{1*1*-1} = -1$
$sqrt[3]{1*-1*-1} = 1$
[update] This is what the function does:
$sqrt[n]{overline{Delta_1}*overline{Delta_2} *...*overline{Delta_n}} text{ }*text{ }
frac{overline{Delta_1}*overline{Delta_2} *...*overline{Delta_n}}{Delta_1*Delta_2*...*Delta_n}$
such that if there are an odd number of negative factors, the product is negative, otherwise positive.
- Is there a more compact way to express this?
also, any tips on notation are appreciated.
notation roots radicals
$endgroup$
I don't have any experience working with radicals, but I'm working on a function that requires products of nth roots to be positive or negative, depending on the number of negative factors.
I've done some initial research, and reviews these Stack questions: Square roots — positive and negative and The Product Rule of Square Roots with Negative Numbers but I couldn't find the information I was seeking (or am not fully understanding the answers.)
Are the following expressions true? If not, how can I produce the those results?
$sqrt[2]{1*-1} = -1$
$sqrt[3]{1*1*-1} = -1$
$sqrt[3]{1*-1*-1} = 1$
[update] This is what the function does:
$sqrt[n]{overline{Delta_1}*overline{Delta_2} *...*overline{Delta_n}} text{ }*text{ }
frac{overline{Delta_1}*overline{Delta_2} *...*overline{Delta_n}}{Delta_1*Delta_2*...*Delta_n}$
such that if there are an odd number of negative factors, the product is negative, otherwise positive.
- Is there a more compact way to express this?
also, any tips on notation are appreciated.
notation roots radicals
notation roots radicals
edited Nov 30 '18 at 3:42
mnp
asked Nov 26 '18 at 17:57
mnpmnp
62
62
$begingroup$
$sqrt{-1} =i$, so the first statement is wrong.
$endgroup$
– Larry
Nov 26 '18 at 18:04
add a comment |
$begingroup$
$sqrt{-1} =i$, so the first statement is wrong.
$endgroup$
– Larry
Nov 26 '18 at 18:04
$begingroup$
$sqrt{-1} =i$, so the first statement is wrong.
$endgroup$
– Larry
Nov 26 '18 at 18:04
$begingroup$
$sqrt{-1} =i$, so the first statement is wrong.
$endgroup$
– Larry
Nov 26 '18 at 18:04
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
We have that
$sqrt[2]{1times(-1)} = sqrt{-1} neq -1quad color{red}checkmark$ indeed $-1times -1=1$
$sqrt[3]{1times1times(-1)} = sqrt[3]{-1} = -1quad color{green}checkmark$ indeed $-1times -1times -1=-1$
$sqrt[3]{1times(-1)times(-1)} = sqrt[3]{1}=1quad color{green}checkmark$ indeed $1times 1times 1=1$
As a general rule
- for $nin mathbb{N}$ even and $age 0$ we have
$$sqrt[n] a=b iff bge 0 quad b^n=a$$
- for $nin mathbb{N}$ odd and we have
$$sqrt[n] a=b iff b^n=a$$
$endgroup$
add a comment |
$begingroup$
I am not sure if this is the method you want.
We have Euler's formula
$$e^{itheta} = isintheta+costheta$$
We can take $n^{th}$ root of both sides to obtain
$$sqrt[n]{e^{itheta}}=sqrt[n]{isintheta+costheta}tag{1}$$
It seems like you are only asking for the cases for $1$ and $-1$, so let's do the following.
It is clear that $sqrt[n]{1}$ is $1$ or $-1$ regardless of whether $n$ is odd or even. The problem is how to figure out $sqrt[n]{-1}$. For $n$ is odd, $sqrt[n]{-1}=-1$.
For $n$ is even, let's suppose $theta = pi$. Then, from $(1)$ we have
$$sqrt[n]{e^{ipi}}= sqrt[n]{-1}$$
$$e^{ifrac{pi}{n}} = sqrt[n]{-1}$$
$$sqrt[n]{-1}= isinfrac{pi}{n}+cosfrac{pi}{n}$$
I apologize if this is not what you are looking for.
$endgroup$
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%2f3014670%2fhow-to-make-the-nth-root-of-a-product-act-the-same-as-simple-multiplication-in-r%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$
We have that
$sqrt[2]{1times(-1)} = sqrt{-1} neq -1quad color{red}checkmark$ indeed $-1times -1=1$
$sqrt[3]{1times1times(-1)} = sqrt[3]{-1} = -1quad color{green}checkmark$ indeed $-1times -1times -1=-1$
$sqrt[3]{1times(-1)times(-1)} = sqrt[3]{1}=1quad color{green}checkmark$ indeed $1times 1times 1=1$
As a general rule
- for $nin mathbb{N}$ even and $age 0$ we have
$$sqrt[n] a=b iff bge 0 quad b^n=a$$
- for $nin mathbb{N}$ odd and we have
$$sqrt[n] a=b iff b^n=a$$
$endgroup$
add a comment |
$begingroup$
We have that
$sqrt[2]{1times(-1)} = sqrt{-1} neq -1quad color{red}checkmark$ indeed $-1times -1=1$
$sqrt[3]{1times1times(-1)} = sqrt[3]{-1} = -1quad color{green}checkmark$ indeed $-1times -1times -1=-1$
$sqrt[3]{1times(-1)times(-1)} = sqrt[3]{1}=1quad color{green}checkmark$ indeed $1times 1times 1=1$
As a general rule
- for $nin mathbb{N}$ even and $age 0$ we have
$$sqrt[n] a=b iff bge 0 quad b^n=a$$
- for $nin mathbb{N}$ odd and we have
$$sqrt[n] a=b iff b^n=a$$
$endgroup$
add a comment |
$begingroup$
We have that
$sqrt[2]{1times(-1)} = sqrt{-1} neq -1quad color{red}checkmark$ indeed $-1times -1=1$
$sqrt[3]{1times1times(-1)} = sqrt[3]{-1} = -1quad color{green}checkmark$ indeed $-1times -1times -1=-1$
$sqrt[3]{1times(-1)times(-1)} = sqrt[3]{1}=1quad color{green}checkmark$ indeed $1times 1times 1=1$
As a general rule
- for $nin mathbb{N}$ even and $age 0$ we have
$$sqrt[n] a=b iff bge 0 quad b^n=a$$
- for $nin mathbb{N}$ odd and we have
$$sqrt[n] a=b iff b^n=a$$
$endgroup$
We have that
$sqrt[2]{1times(-1)} = sqrt{-1} neq -1quad color{red}checkmark$ indeed $-1times -1=1$
$sqrt[3]{1times1times(-1)} = sqrt[3]{-1} = -1quad color{green}checkmark$ indeed $-1times -1times -1=-1$
$sqrt[3]{1times(-1)times(-1)} = sqrt[3]{1}=1quad color{green}checkmark$ indeed $1times 1times 1=1$
As a general rule
- for $nin mathbb{N}$ even and $age 0$ we have
$$sqrt[n] a=b iff bge 0 quad b^n=a$$
- for $nin mathbb{N}$ odd and we have
$$sqrt[n] a=b iff b^n=a$$
edited Nov 26 '18 at 18:10
answered Nov 26 '18 at 18:04
gimusigimusi
92.8k84494
92.8k84494
add a comment |
add a comment |
$begingroup$
I am not sure if this is the method you want.
We have Euler's formula
$$e^{itheta} = isintheta+costheta$$
We can take $n^{th}$ root of both sides to obtain
$$sqrt[n]{e^{itheta}}=sqrt[n]{isintheta+costheta}tag{1}$$
It seems like you are only asking for the cases for $1$ and $-1$, so let's do the following.
It is clear that $sqrt[n]{1}$ is $1$ or $-1$ regardless of whether $n$ is odd or even. The problem is how to figure out $sqrt[n]{-1}$. For $n$ is odd, $sqrt[n]{-1}=-1$.
For $n$ is even, let's suppose $theta = pi$. Then, from $(1)$ we have
$$sqrt[n]{e^{ipi}}= sqrt[n]{-1}$$
$$e^{ifrac{pi}{n}} = sqrt[n]{-1}$$
$$sqrt[n]{-1}= isinfrac{pi}{n}+cosfrac{pi}{n}$$
I apologize if this is not what you are looking for.
$endgroup$
add a comment |
$begingroup$
I am not sure if this is the method you want.
We have Euler's formula
$$e^{itheta} = isintheta+costheta$$
We can take $n^{th}$ root of both sides to obtain
$$sqrt[n]{e^{itheta}}=sqrt[n]{isintheta+costheta}tag{1}$$
It seems like you are only asking for the cases for $1$ and $-1$, so let's do the following.
It is clear that $sqrt[n]{1}$ is $1$ or $-1$ regardless of whether $n$ is odd or even. The problem is how to figure out $sqrt[n]{-1}$. For $n$ is odd, $sqrt[n]{-1}=-1$.
For $n$ is even, let's suppose $theta = pi$. Then, from $(1)$ we have
$$sqrt[n]{e^{ipi}}= sqrt[n]{-1}$$
$$e^{ifrac{pi}{n}} = sqrt[n]{-1}$$
$$sqrt[n]{-1}= isinfrac{pi}{n}+cosfrac{pi}{n}$$
I apologize if this is not what you are looking for.
$endgroup$
add a comment |
$begingroup$
I am not sure if this is the method you want.
We have Euler's formula
$$e^{itheta} = isintheta+costheta$$
We can take $n^{th}$ root of both sides to obtain
$$sqrt[n]{e^{itheta}}=sqrt[n]{isintheta+costheta}tag{1}$$
It seems like you are only asking for the cases for $1$ and $-1$, so let's do the following.
It is clear that $sqrt[n]{1}$ is $1$ or $-1$ regardless of whether $n$ is odd or even. The problem is how to figure out $sqrt[n]{-1}$. For $n$ is odd, $sqrt[n]{-1}=-1$.
For $n$ is even, let's suppose $theta = pi$. Then, from $(1)$ we have
$$sqrt[n]{e^{ipi}}= sqrt[n]{-1}$$
$$e^{ifrac{pi}{n}} = sqrt[n]{-1}$$
$$sqrt[n]{-1}= isinfrac{pi}{n}+cosfrac{pi}{n}$$
I apologize if this is not what you are looking for.
$endgroup$
I am not sure if this is the method you want.
We have Euler's formula
$$e^{itheta} = isintheta+costheta$$
We can take $n^{th}$ root of both sides to obtain
$$sqrt[n]{e^{itheta}}=sqrt[n]{isintheta+costheta}tag{1}$$
It seems like you are only asking for the cases for $1$ and $-1$, so let's do the following.
It is clear that $sqrt[n]{1}$ is $1$ or $-1$ regardless of whether $n$ is odd or even. The problem is how to figure out $sqrt[n]{-1}$. For $n$ is odd, $sqrt[n]{-1}=-1$.
For $n$ is even, let's suppose $theta = pi$. Then, from $(1)$ we have
$$sqrt[n]{e^{ipi}}= sqrt[n]{-1}$$
$$e^{ifrac{pi}{n}} = sqrt[n]{-1}$$
$$sqrt[n]{-1}= isinfrac{pi}{n}+cosfrac{pi}{n}$$
I apologize if this is not what you are looking for.
answered Nov 26 '18 at 18:43
LarryLarry
2,2672828
2,2672828
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%2f3014670%2fhow-to-make-the-nth-root-of-a-product-act-the-same-as-simple-multiplication-in-r%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$
$sqrt{-1} =i$, so the first statement is wrong.
$endgroup$
– Larry
Nov 26 '18 at 18:04