#cant find zero values
84 messages · Page 1 of 1 (latest)
- Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close - Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
(1): try the integer root theorem.
(2): recall how to find the roots of unity.
I’ll try
A general tip for this kind of question is that you can look for obvious solutions
The problem is that I don’t find imaginary values eventhough the solution says so
well
it's a bit hard to read, but your intuition about factorizing $(\lambda + 1) P_2(\lambda)$ is correct
Rion
So all that remains is that you find out $P_2(\lambda)$ and factorize it if possible
Rion
I see that you think $P_2(\lambda) = -4 \lambda^2 + 8\lambda$ ? That seems quite unlikely
Rion
because then 0 would be a root, which is clearly not the case
I have to find lambda = 2+-2i
Yeah, then you have to find the correct $P_2(\lambda)$
Rion
Just for accuracy, suppose that $P_2(\lambda) = a\lambda^2 + b \lambda + c$, then $(\lambda +1)P_2(\lambda) = a \lambda^3 + (b+a) \lambda^2 + (c+b) \lambda + c$
Rion
so evidently, a = 1, b+a = -3, c+b = 4, c = 8
yup, that looks a lot better
$P_2(\lambda) = \lambda^2 - 4 \lambda + 8$
Rion
Yeah I see what I got wrong
Now you can compute the complex roots of that
and you should find exactly what they intended you to find
As Darpinger suggested, this is just a question about the cubic roots of unity
Well, that is just λ^3 = 1.
Do you know how to solve z^n = w, where n is a positive integer and w is a complex number?
Otherwise you can also proceed with a factorization
Ah, yeah, true. That also works in this case.
I don’t think so
Ah, that's fine. Then factor λ^3 - 1 first.
Yeah
So again, you can factor it as $(\lambda - 1) P_2(\lambda)$
Rion
What is $P_2(\lambda)$ ?
Rion
(Lamba - 1)Lamba
No
No wait
I recommend recalling how to factorize x^n - 1.
and constnat coeff is also clearly 1
also incorrect
$P_2(\lambda) = \lambda^2 + \lambda + 1$
Rion
So now you can find the complex roots of $P_2$
Rion
Rion
Sorry, dumb mistake
I forgot but the sum stops at n-1
As a proof:
$$(x-1) \sum_{k=0}^{n-1} x^k = \sum_{k=0}^{n-1} (x^{k+1} - x^k)$$
Rion
Which is a telescoping sum
Or we can also look at the sum, which is a geometric progression.
unfortunately not working when $x = 1$
Rion
Well, works in the limit. x^n - 1 is clearly divisible by x - 1, anyway.