1

So simple thought here.

Shoudnt n simply be zero? I mean there is no condition that states n cannot 0, so why is the answer 4? It may be an obvious answer, but i can’t get my head over it.

Thanks!

Aditya
  • 6,191
  • 2
    I suppose they are asking for the least positive integer $n$. The roots are $ 1 \pm i$ so the proof that $4$ is the least positive integer is quite trivial. – Kavi Rama Murthy Nov 17 '19 at 12:09

3 Answers3

4

Let $\dfrac\alpha\beta=r$ we need $$r^n=1$$

$2=(1+r)\beta$

$2= r\beta^2$

$$\dfrac2r=\left(\dfrac2{1+r}\right)^2\iff r^2+2r+1=2r\iff r^2=-1$$

3

The equation has the solutions $1+i$ and $1-i$. Furthermore $$\frac{1+i}{1-i} = i$$ Although $i^0 = 1$ i think they want $n \in \mathbb{N}, n \geq 1$ what leads you to $n=4$ since $$i^1 = i \neq 1,$$ $$ i^2 = -1 \neq 1,$$ $$i^3 = -i \neq 1$$ $$i^4 =1$$

GhostAmarth
  • 2,138
0

$x_{1,2} =1\pm i$;

$x_{1,2}= √2e^{\pm i(π/4)}$;

1)$x_1/x_2=i$; 2) $x_2/x_1=-i$;

1)' $(x_1/x_2)^n=i^n=1$ $ \rightarrow$ $n=4,8,..$

2)' Can you finish?

Peter Szilas
  • 20,344
  • 2
  • 17
  • 28