Simplifying Expression: $(-1)^n/(4^n)n(-4)^n$ - Explained

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
tmt1
Messages
230
Reaction score
0
I have

$$\frac{(-1)^n}{(4^n)n }(-4)^n$$ (where n is a sufficiently large positive number, I think in this case it only has to be positive).

Is $\frac{-4^n}{4^n}$ the same thing as $(-1)^n$?

How is this the case?
 
Mathematics news on Phys.org
tmt said:
I have: $\frac{(-1)^n}{(4^n)n }(-4)^n$ (where n is a sufficiently large positive number,
I think in this case it only has to be positive).

Is $\frac{-4^n}{4^n}$ the same thing as $(-1)^n$?

How is this the case?
[tex]\text{Recall this rule: }\;\frac{a^n}{b^n} \;=\;\left(\frac{a}{b}\right)^n[/tex]

[tex]\text{We have: }\;\frac{(-4)^n}{4^n} \;=\; \left(\frac{-4}{4}\right)^n \;=\;(-1)^n[/tex]
 
Be careful with the parentheses! They make a big difference.

$$\dfrac{(-4)^n}{4^n}=\left(\dfrac{-4}{4}\right)^n=(-1)^n$$

$$\dfrac{-4^n}{4^n}=-\dfrac{4^n}{4^n}=-\left(\dfrac44\right)^n=-1$$

Simply put, $(-1)^n$ equals 1 when $n$ is even and -1 when $n$ is odd. $-1^n=-1$

Okay?

^Looks like soroban got there first!