Complex Number Proofs: Solving for z and z^-1 in a Cosine Equation

AI Thread Summary
The discussion revolves around proving the equation 2 cos nθ = z^n + z^-n given that 2 cos θ = z + z^-1. The initial approach involves using de Moivre's theorem by letting z = cos θ + i sin θ, leading to the conclusion that z^n + z^-n simplifies to 2 cos nθ. However, concerns arise regarding the validity of assuming z in this form, particularly since it only holds true when the modulus of z is 1. The conversation highlights that while z can represent complex numbers with different moduli, the problem likely intends for z to be a unit complex number. The proof can also be approached using induction, confirming the relationship holds for all positive integers n.
HenryHallam
Messages
4
Reaction score
0
Hi,
I'm looking at a question from my Pure 6 textbook (united kingdom), it's not actually for homework but I'd like to figure it out.
First part of the question goes like this:

If

2 cos θ = z + z^-1

prove that (if n is a positive integer)

2 cos n θ = z^n + z^-n.


I can get a solution as follows:

Let z = cos θ + i sin θ
then z^-1 = cos (-θ) + i sin (-θ) by de Moivre's theorem
so z^-1 = cos θ - i sin θ
so z + z^-1 = 2 cos θ

similarly z^n = cos nθ + i sin nθ
z^-n = cos -nθ + i sin -nθ
z^-n = cos nθ - i sin nθ
so z^n + z^-n = 2 cos n θ


However I'm not sure if this is valid because of the first line where I let z=cos θ + i sin θ. The question does not state what z is, so can it be assumed to be any complex number? If so then I don't think z=cos θ + i sin θ is valid because that only works when the modulus of z is 1, right? Or can cos θ + i sin θ represent complex numbers of modulus other than 1, maybe if θ itself is complex? But then would de Moivre's theorem still be appliciable?

Or does the fact that the question states 2 cos θ = z + z^-1 imply that z must be representable by cos θ + i sin θ ?

Thanks very much for any help with this.
 
Physics news on Phys.org
Given theta, you have a second order equation for z. This means there will be two solutions. It's not hard to see they will be reciprocals of each other. So once you find all the zs and prove what you need to with all of them, you have the general proof. And yes, a complex theta will give complex numbers of modulus other than 1, and your proof extends to cover them, but I doubt that was intended by the question.

By the way, if you want to be a little more rigorous, you can let z = r e^{i \theta} and show that r must equal one if the imaginary part of z+1/z is to vanish, assuming theta is real.
 
Last edited:
There are many ways!

1. By POMI: proove it for n = 2, and assume for n=k and show it holds for n=k+1 also.

:smile:

2. Use z=r*exp[i{theta}].
So,
2cos{theta} = r*exp[i{theta}] + r*exp[-i{theta}]
So, we can see that
Re[r*exp[i{theta}] + r*exp[-i{theta}]] = 2cos{theta}
So, that means...
rcos{theta}+(1/r)cos{theta} = 2cos{theta}
=> r + 1/r = 2
Or
=> cos{theta} = {pi}/2 !

Now I guess you are OK?
 
Thanks for the assistance!
 
Yeah, the way the problem was stated it totally looked like it was setting you up for a proof by induction.

But you wouldn't need to prove it true for n=2, the problem allows you to assume it's true for n=1 (no proof necessary) so proving it true for n=k+1 when assuming true for n=k would be sufficient. That part I'm not sure how to do.
 
Thread 'Voltmeter readings for this circuit with switches'
TL;DR Summary: I would like to know the voltmeter readings on the two resistors separately in the picture in the following cases , When one of the keys is closed When both of them are opened (Knowing that the battery has negligible internal resistance) My thoughts for the first case , one of them must be 12 volt while the other is 0 The second case we'll I think both voltmeter readings should be 12 volt since they are both parallel to the battery and they involve the key within what the...
Thread 'Trying to understand the logic behind adding vectors with an angle between them'
My initial calculation was to subtract V1 from V2 to show that from the perspective of the second aircraft the first one is -300km/h. So i checked with ChatGPT and it said I cant just subtract them because I have an angle between them. So I dont understand the reasoning of it. Like why should a velocity be dependent on an angle? I was thinking about how it would look like if the planes where parallel to each other, and then how it look like if one is turning away and I dont see it. Since...
Back
Top