When to apply negative sign when number is squared Announcing the arrival of Valued Associate...
The Nth Gryphon Number
Google .dev domain strangely redirects to https
Why weren't discrete x86 CPUs ever used in game hardware?
Random body shuffle every night—can we still function?
Why are current probes so expensive?
How to evaluate this function?
Releasing Patch File for BSD3 Licensed Project
NIntegrate on a solution of a matrix ODE
Does a random sequence of vectors span a Hilbert space?
Vertical ranges of Column Plots in 12
malloc in main() or malloc in another function: allocating memory for a struct and its members
"Destructive power" carried by a B-52?
Is there any significance to the prison numbers of the Beagle Boys starting with 176-?
2018 MacBook Pro won't let me install macOS High Sierra 10.13 from USB installer
Table formatting with tabularx?
What is the proper term for etching or digging of wall to hide conduit of cables
Pointing to problems without suggesting solutions
Why did Bronn offer to be Tyrion Lannister's champion in trial by combat?
Why is a lens darker than other ones when applying the same settings?
Did any compiler fully use 80-bit floating point?
Is this Kuo-toa homebrew race balanced?
Putting class ranking in CV, but against dept guidelines
Statistical analysis applied to methods coming out of Machine Learning
My mentor says to set image to Fine instead of RAW — how is this different from JPG?
When to apply negative sign when number is squared
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Why do we reverse inequality sign when dividing by negative number?Square root of a squared number changes sign, which to apply first?When solving inequalities, does $(x-9)$ count as a negative number?When do I use the 'plus-minus' sign when square rooting both sides of an equation? (example in main body).Restrictions on Factorial UsageWhen do I have to take the solution of a square root of a number with negative sign?Why does the negative sign leave when this expression is simplified?“Adding a negative” and other questions about the minus sign.On Changing The Direction Of The Inequality Sign By Dividing By A Negative Number?When do I apply the distributive property?
$begingroup$
I always had this confusion of when I need to apply the negative sign in the calculation.
I understand that $(-1)^2 = 1$ however why isn't $-1^2 = 1$?
algebra-precalculus recreational-mathematics
$endgroup$
add a comment |
$begingroup$
I always had this confusion of when I need to apply the negative sign in the calculation.
I understand that $(-1)^2 = 1$ however why isn't $-1^2 = 1$?
algebra-precalculus recreational-mathematics
$endgroup$
2
$begingroup$
because $(-1)^2=(-1)*(-1)=1$, but $-1^2 =-(1^2)=-(1*1)=-(1)=-1$
$endgroup$
– Luke
45 mins ago
$begingroup$
Though beware Excel and some similar cases, where=-1^2gives1but=0-1^2gives-1, because if interprets the former as $(-1)^2$ and the latter as $0-(1^2)$, i.e. the first-as a unary operation taking precedence over exponentiation and the second-as a binary operation with exponentiation taking precedence over it
$endgroup$
– Henry
32 mins ago
add a comment |
$begingroup$
I always had this confusion of when I need to apply the negative sign in the calculation.
I understand that $(-1)^2 = 1$ however why isn't $-1^2 = 1$?
algebra-precalculus recreational-mathematics
$endgroup$
I always had this confusion of when I need to apply the negative sign in the calculation.
I understand that $(-1)^2 = 1$ however why isn't $-1^2 = 1$?
algebra-precalculus recreational-mathematics
algebra-precalculus recreational-mathematics
asked 48 mins ago
JohnJohnyPapaJohnJohnJohnyPapaJohn
606
606
2
$begingroup$
because $(-1)^2=(-1)*(-1)=1$, but $-1^2 =-(1^2)=-(1*1)=-(1)=-1$
$endgroup$
– Luke
45 mins ago
$begingroup$
Though beware Excel and some similar cases, where=-1^2gives1but=0-1^2gives-1, because if interprets the former as $(-1)^2$ and the latter as $0-(1^2)$, i.e. the first-as a unary operation taking precedence over exponentiation and the second-as a binary operation with exponentiation taking precedence over it
$endgroup$
– Henry
32 mins ago
add a comment |
2
$begingroup$
because $(-1)^2=(-1)*(-1)=1$, but $-1^2 =-(1^2)=-(1*1)=-(1)=-1$
$endgroup$
– Luke
45 mins ago
$begingroup$
Though beware Excel and some similar cases, where=-1^2gives1but=0-1^2gives-1, because if interprets the former as $(-1)^2$ and the latter as $0-(1^2)$, i.e. the first-as a unary operation taking precedence over exponentiation and the second-as a binary operation with exponentiation taking precedence over it
$endgroup$
– Henry
32 mins ago
2
2
$begingroup$
because $(-1)^2=(-1)*(-1)=1$, but $-1^2 =-(1^2)=-(1*1)=-(1)=-1$
$endgroup$
– Luke
45 mins ago
$begingroup$
because $(-1)^2=(-1)*(-1)=1$, but $-1^2 =-(1^2)=-(1*1)=-(1)=-1$
$endgroup$
– Luke
45 mins ago
$begingroup$
Though beware Excel and some similar cases, where
=-1^2 gives 1 but =0-1^2 gives -1, because if interprets the former as $(-1)^2$ and the latter as $0-(1^2)$, i.e. the first - as a unary operation taking precedence over exponentiation and the second - as a binary operation with exponentiation taking precedence over it$endgroup$
– Henry
32 mins ago
$begingroup$
Though beware Excel and some similar cases, where
=-1^2 gives 1 but =0-1^2 gives -1, because if interprets the former as $(-1)^2$ and the latter as $0-(1^2)$, i.e. the first - as a unary operation taking precedence over exponentiation and the second - as a binary operation with exponentiation taking precedence over it$endgroup$
– Henry
32 mins ago
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
When we write $-x^2$, it means we square $x$ first, then take the negative of this. That is, $$-x^2 = -left(x^2right).$$ So $$-1^2 = -left(1^2right)=-1.$$ (And thus $-x^2$ means something different to $(-x)^2$.)
$endgroup$
add a comment |
$begingroup$
As it is already in the previous answers:
$(-x)^2neq-x^2$
To avoid confusion, it is better to use parentheses. $-x^2=-(x^2)$
New contributor
user665960 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
Does this question arise from the task to complete a square?
Like $x^2+x=(x+1/2)^2-(1/2)^2$?
In this case you want to use a binomial formula. For that you add a zero, by writing $0=a-a$. This $a$ happens to be a square.
For $x^2+bx+c$ this $a$ would be given by $left(frac{b}2right)^2$. And so $-a=-left(frac{b}2right)^2$
And because we want to have this zero, the sign can not be influenced by the square.
Else it would not add up to be $0$.
$endgroup$
$begingroup$
And the downvote is for what?
$endgroup$
– Cornman
25 mins 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%2f3196400%2fwhen-to-apply-negative-sign-when-number-is-squared%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 write $-x^2$, it means we square $x$ first, then take the negative of this. That is, $$-x^2 = -left(x^2right).$$ So $$-1^2 = -left(1^2right)=-1.$$ (And thus $-x^2$ means something different to $(-x)^2$.)
$endgroup$
add a comment |
$begingroup$
When we write $-x^2$, it means we square $x$ first, then take the negative of this. That is, $$-x^2 = -left(x^2right).$$ So $$-1^2 = -left(1^2right)=-1.$$ (And thus $-x^2$ means something different to $(-x)^2$.)
$endgroup$
add a comment |
$begingroup$
When we write $-x^2$, it means we square $x$ first, then take the negative of this. That is, $$-x^2 = -left(x^2right).$$ So $$-1^2 = -left(1^2right)=-1.$$ (And thus $-x^2$ means something different to $(-x)^2$.)
$endgroup$
When we write $-x^2$, it means we square $x$ first, then take the negative of this. That is, $$-x^2 = -left(x^2right).$$ So $$-1^2 = -left(1^2right)=-1.$$ (And thus $-x^2$ means something different to $(-x)^2$.)
answered 46 mins ago
Minus One-TwelfthMinus One-Twelfth
3,603413
3,603413
add a comment |
add a comment |
$begingroup$
As it is already in the previous answers:
$(-x)^2neq-x^2$
To avoid confusion, it is better to use parentheses. $-x^2=-(x^2)$
New contributor
user665960 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
As it is already in the previous answers:
$(-x)^2neq-x^2$
To avoid confusion, it is better to use parentheses. $-x^2=-(x^2)$
New contributor
user665960 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
As it is already in the previous answers:
$(-x)^2neq-x^2$
To avoid confusion, it is better to use parentheses. $-x^2=-(x^2)$
New contributor
user665960 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
As it is already in the previous answers:
$(-x)^2neq-x^2$
To avoid confusion, it is better to use parentheses. $-x^2=-(x^2)$
New contributor
user665960 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
user665960 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 16 mins ago
user665960user665960
113
113
New contributor
user665960 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
user665960 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
user665960 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
$begingroup$
Does this question arise from the task to complete a square?
Like $x^2+x=(x+1/2)^2-(1/2)^2$?
In this case you want to use a binomial formula. For that you add a zero, by writing $0=a-a$. This $a$ happens to be a square.
For $x^2+bx+c$ this $a$ would be given by $left(frac{b}2right)^2$. And so $-a=-left(frac{b}2right)^2$
And because we want to have this zero, the sign can not be influenced by the square.
Else it would not add up to be $0$.
$endgroup$
$begingroup$
And the downvote is for what?
$endgroup$
– Cornman
25 mins ago
add a comment |
$begingroup$
Does this question arise from the task to complete a square?
Like $x^2+x=(x+1/2)^2-(1/2)^2$?
In this case you want to use a binomial formula. For that you add a zero, by writing $0=a-a$. This $a$ happens to be a square.
For $x^2+bx+c$ this $a$ would be given by $left(frac{b}2right)^2$. And so $-a=-left(frac{b}2right)^2$
And because we want to have this zero, the sign can not be influenced by the square.
Else it would not add up to be $0$.
$endgroup$
$begingroup$
And the downvote is for what?
$endgroup$
– Cornman
25 mins ago
add a comment |
$begingroup$
Does this question arise from the task to complete a square?
Like $x^2+x=(x+1/2)^2-(1/2)^2$?
In this case you want to use a binomial formula. For that you add a zero, by writing $0=a-a$. This $a$ happens to be a square.
For $x^2+bx+c$ this $a$ would be given by $left(frac{b}2right)^2$. And so $-a=-left(frac{b}2right)^2$
And because we want to have this zero, the sign can not be influenced by the square.
Else it would not add up to be $0$.
$endgroup$
Does this question arise from the task to complete a square?
Like $x^2+x=(x+1/2)^2-(1/2)^2$?
In this case you want to use a binomial formula. For that you add a zero, by writing $0=a-a$. This $a$ happens to be a square.
For $x^2+bx+c$ this $a$ would be given by $left(frac{b}2right)^2$. And so $-a=-left(frac{b}2right)^2$
And because we want to have this zero, the sign can not be influenced by the square.
Else it would not add up to be $0$.
answered 38 mins ago
CornmanCornman
3,82421233
3,82421233
$begingroup$
And the downvote is for what?
$endgroup$
– Cornman
25 mins ago
add a comment |
$begingroup$
And the downvote is for what?
$endgroup$
– Cornman
25 mins ago
$begingroup$
And the downvote is for what?
$endgroup$
– Cornman
25 mins ago
$begingroup$
And the downvote is for what?
$endgroup$
– Cornman
25 mins 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%2f3196400%2fwhen-to-apply-negative-sign-when-number-is-squared%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
2
$begingroup$
because $(-1)^2=(-1)*(-1)=1$, but $-1^2 =-(1^2)=-(1*1)=-(1)=-1$
$endgroup$
– Luke
45 mins ago
$begingroup$
Though beware Excel and some similar cases, where
=-1^2gives1but=0-1^2gives-1, because if interprets the former as $(-1)^2$ and the latter as $0-(1^2)$, i.e. the first-as a unary operation taking precedence over exponentiation and the second-as a binary operation with exponentiation taking precedence over it$endgroup$
– Henry
32 mins ago