Dividing with indices resulting in incorrect sign

  • Thread starter Thread starter Dickie
  • Start date Start date
  • Tags Tags
    Indices Sign
AI Thread Summary
The discussion centers on confusion regarding the signs in mathematical simplifications involving negative numbers. The user correctly simplifies the expression [(-2t)^3] / [(-4t)^2] but arrives at a positive result, while the expected answer is negative. The source of the confusion is identified as the misunderstanding of how to handle negative signs in squared terms, specifically distinguishing between (-4)^2 and -4^2. The user realizes that proper application of these fundamentals clarifies the discrepancies in their calculations. This highlights the importance of revisiting basic mathematical principles when encountering difficulties.
Dickie
Messages
5
Reaction score
3
Homework Statement
Simplify [(-2t)^3] / [(-4t)^2] and evaluate (-2/3)^-2
Relevant Equations
1/m^n = m^-n
I am able to simplify/evaluate the above equations correctly, however I end up with an incorrect sign for each answer (i.e positive when it should be negative) and I can't see where the error is. I feel I am clearly missing something but having checked my working including with a calculator for the basic arithmetic (to check the signs) I am none the wiser as to what I am actually getting wrong. Below are my workings:

= [(-2t)^3] / [(-4t)^2]
= [-8t^3] / [-16t^2]
= 1/2t

I am basing this on -8 / -16 = 1/2 and (t^3)/(t^2) = t, although the answer I am provided gives -1/2t which is leading to my confusion. I have also tried beginning with [(-2t)^3)] * [(-4t)^-2] giving [-8t^3] * [-1/16t^-2] however still end up with the same result.

= (-2/3)^-2
= (-2^1 * 3^-1)^-2
= (-2^-2 * 3^2)
= -1/4 * 9
= -9/4

However, again the answer provided is the opposite sign (in this case 9/4).

Looking back, my confusion is to do with a negative divided by a negative vs a negative fraction. So, if -(2/3) = (-2/3) = (-2/-3) [apologies, I can't think of a clearer way of explaining this] then I'd expect:
= -8 / -16
= -(8 / 16) = -8 / 16
= -1/2 which would give me the correct answer for the first question.

In that case I'd expect:
= (-2/3)
= -(2/3) = (-2 / -3)
So:
= (-2^1 * -3^-1)^-2
= -1/4 * -9
= 9/4

Is this then the correct logic I should be using?
 
  • Like
Likes Delta2
Physics news on Phys.org
Dickie said:
Homework Statement:: Simplify [(-2t)^3] / [(-4t)^2] and evaluate (-2/3)^-2
Relevant Equations:: 1/m^n = m^-n

I am able to simplify/evaluate the above equations correctly, however I end up with an incorrect sign for each answer (i.e positive when it should be negative) and I can't see where the error is. I feel I am clearly missing something but having checked my working including with a calculator for the basic arithmetic (to check the signs) I am none the wiser as to what I am actually getting wrong. Below are my workings:

= [(-2t)^3] / [(-4t)^2]
= [-8t^3] / [-16t^2]
= 1/2t

I am basing this on -8 / -16 = 1/2 and (t^3)/(t^2) = t, although the answer I am provided gives -1/2t which is leading to my confusion. I have also tried beginning with [(-2t)^3)] * [(-4t)^-2] giving [-8t^3] * [-1/16t^-2] however still end up with the same result.

= (-2/3)^-2
= (-2^1 * 3^-1)^-2
= (-2^-2 * 3^2)
= -1/4 * 9
= -9/4
What is (−4)2 ?

What is (−2)2 ?
 
  • Like
Likes Dickie
So, in answering your question I've realized the following:
(-4)^2 = 16
-4^2 = -16

This seems to be the source of my confusion for the first question, so thank you. This also seems to apply for the second question where I think I should have used:

(-2)^-2 = 1/4

Thanks again - I thought it would be something simple I'd missed!
 
  • Like
Likes SammyS
Dickie said:
So, in answering your question I've realized the following:
(-4)^2 = 16
-4^2 = -16

This seems to be the source of my confusion for the first question, so thank you. This also seems to apply for the second question ...
Yes.
Remember the fundamentals.

(−2t)^2 is shorthand for (−2t)×(−2t) , which is 4×t^2
 
Thanks again, I always find it's the basics which trip me up.

I'm returning to study in my 30s for an MSc and have been given these questions as part of some pre-course work to do to refresh my maths - despite having done well at maths in the past, it turns out there are more than a few gaps in my knowledge now!
 

Attachments

  • Q1.jpg
    Q1.jpg
    1.7 KB · Views: 175
  • Q2.jpg
    Q2.jpg
    1.5 KB · Views: 190
  • Like
Likes Delta2
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
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