Understanding Order of Operations in Algebra

  • Thread starter Thread starter Philoctetes
  • Start date Start date
  • Tags Tags
    Algebra
AI Thread Summary
The discussion centers on understanding the order of operations in algebra, particularly when dealing with negative signs in equations. When evaluating the function f(x) = -x^2, it is clarified that the exponent should be applied first, followed by multiplying by -1. For example, f(2) results in -4, as the calculation is performed as -1*(2^2). The participants confirm that rewriting -x^2 as -1*(x^2) is correct and consistent with the order of operations, which follows the PEMDAS rule. This understanding is essential for accurately solving similar algebraic expressions.
Philoctetes
Messages
3
Reaction score
0

Homework Statement



This is just a question about order of operations. I recently started working through Morris Kline's "Calculus: An Intuitive and Physical Approach", but unfortunately my algebra's a bit rusty and the book doesn't list answers. I searched around via Google but I couldn't find any answers to this particular question.

Homework Equations



f(x) = -x^2

The Attempt at a Solution



I'm not sure how to deal with the negative sign here or in similar equations. If I'm solving for x = some number, let's say 2 [i.e. f(2)], do I apply the exponent and then apply the negative sign (so the answer would be -4)? I remember something from school about how you can treat the minus sign as a -1 multiplied by whichever relevant quantities in some situations. In this case, I might rewrite the equation as f(2) = -1(2^2). Or, should I just treat the base as negative in this sort of situation, so the answer would be 4 (-2*-2)?

In the same way, if I'm entering f(-2), would it be -4 [-1(-2*-2)], or would it be 4 (negatives cancel each other out)?

Thanks, sorry if this question seems a bit trivial.
 
Physics news on Phys.org
f(x)= -1*(x^2)

do what is in the brackets first, in this case for x=2, get 22 then multiply by -1.
 
rock.freak667 said:
f(x)= -1*(x^2)

do what is in the brackets first, in this case for x=2, get 22 then multiply by -1.

I wasn't sure about this one (whether a unary prefix operator is lower in precedence than multiplication), but you appear to be correct. At least wikipedia.org says so too:

http://en.wikipedia.org/wiki/Order_of_operations

.
 
So you are you saying that is is correct to rewrite f(x) = -x^2 as f(x) = -1*(x^2)? I just want to make sure you didn't misunderstand my post. I remember the basic order of operations, at least as far as the acronym goes - PEMDAS. I know how to solve f(x) = -1*(x^2).
 
yes, -x^2 = -1*(x^2)
 
Okay, thanks all.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top