∣ ∣ ∣ ∣ ∣ ∣ ∣ ∣ j = 0 ∑ 1 0 0 x 2 j + x 2 j 1 ∣ ∣ ∣ ∣ ∣ ∣ ∣ ∣
Given that x is a complex number satisfying the constraint x + x 1 = 1 , find the value of the expression above.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Same way. Nice question
Log in to reply
Didn't look at the modulus :( entered -99
Log in to reply
did the same in my first try. did you eventually get it right?
Same Method
Log in to reply
Same way!!
If
α
satisfies the given constraint, then so does
α
1
. So the given sum can be rewritten as
∣
∑
j
=
0
1
0
0
α
2
j
+
α
2
−
j
∣
=
∣
∑
j
=
0
1
0
0
α
2
j
+
β
2
j
∣
=
∣
∑
j
=
0
1
0
0
V
n
∣
Here,
α
,
β
are the roots of equation
x
2
−
x
+
1
, which is our constraint rearranged and
V
n
=
α
n
+
β
n
.
Using newton's sums,
V
n
=
V
n
−
1
−
V
n
−
2
From n = 1 to 6,
V
n
follows the pattern 1, -1, -2, -1, 1, 2 and keeps repeating it.
As
2
n
will be either of the form
6
m
+
2
or
6
m
+
4
for
n
>
1
,
V
2
j
=
−
1
∀
j
≥
1
and the required sum will be
∣
1
+
1
0
0
×
(
−
1
)
∣
=
9
9
.
Wow?!?! Newton's Sum is possible? GREAT!
Problem Loading...
Note Loading...
Set Loading...
Since we know that x + x 1 = 1 , lets square both sides and get
x 2 + 2 + x 2 1 = 1 x 2 + x 2 1 = − 1
For any value x k such that x k + x k 1 = − 1 , squaring both sides will get us
x 2 k + 2 + x 2 k 1 = 1 x 2 k + x 2 k 1 = − 1
Let k = 2 n for some integer value n . Then we can rewrite our equation as
x 2 n + x 2 n 1 = − 1
Now, squaring both sides will get us
x 2 n + 1 + x 2 n + 1 1 = − 1
This fits right into our summation, since we are looking to sum up all values of the expression
x 2 j + x 2 j 1
for integer values of j between 0 and 1 0 0 .
We know that for j = 0 our expression equals 1 , because that was given. We solved for j = 1 and got that our expression equaled − 1 , and we know that if the expression equals − 1 for some integer value n then our expression evaluated at n + 1 would equal − 1 .
So for all values of j between and including 1 and 1 0 0 , our expression equals − 1 , and so our summation results in
∣ 1 + ( 1 0 0 ) ( − 1 ) ∣
which equals
9 9