Finding solution of equation in complex domain?

  • Context: Undergrad 
  • Thread starter Thread starter cdummie
  • Start date Start date
  • Tags Tags
    Complex Domain
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 1K views
cdummie
Messages
147
Reaction score
5
(1+a)n = (1-a)n

I tried following:

(1+a)n = (1-a)n

[(1+a)/(1-a)]n=1 but what can i do next?
 
Physics news on Phys.org
cdummie said:
(1+a)n = (1-a)n

I tried following:

(1+a)n = (1-a)n

[(1+a)/(1-a)]n=1 but what can i do next?
The first thing I did was to look at this equation using a couple of small values for n: n = 3 and n = 4, to get some idea of solutions.

Next, I would expand each side using the Binomial Theorem.
 
  • Like
Likes   Reactions: cdummie
[itex](\frac{1+a}{1-a})^n=1[/itex] Has n solutions the n nth roots of unity [itex]e^{\frac {2\pi ki}{n}}=c_k[/itex] for k=0,1,...,n-1.
This leads to [itex]a_k=\frac{c_k-1}{c_k+1}[/itex].
 
  • Like
Likes   Reactions: cdummie
Mark44 said:
The first thing I did was to look at this equation using a couple of small values for n: n = 3 and n = 4, to get some idea of solutions.

Next, I would expand each side using the Binomial Theorem.

But how can i do that if i don't know the value of a, i mean if i have n=3 then i should first represent both sides in parentheses as cosx + isinx and then find (a+1) and (a-1) to the third degree, but i can't find that trigonometric expression because i don't know the value of a.
 
When n = 3, expanding by the binomial leads to [itex]3a^2+1=0[/itex].