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

In summary, the question asks if z=cos θ + i sin θ is valid for any integer n, and states that if it is not valid then the solution may not be valid. The problem allows you to assume z is valid for n=1, and then proves it is true for n=k+1.
  • #1
HenryHallam
4
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
  • #2
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 [itex]z = r e^{i \theta} [/itex] and show that r must equal one if the imaginary part of z+1/z is to vanish, assuming theta is real.
 
Last edited:
  • #3
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?
 
  • #4
Thanks for the assistance!
 
  • #5
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.
 

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

What are complex numbers?

Complex numbers are numbers that are composed of both a real part and an imaginary part. They are often written in the form a + bi, where a is the real part and bi is the imaginary part (with i being the square root of -1).

How do you add and subtract complex numbers?

To add or subtract complex numbers, you simply combine the real parts and the imaginary parts separately. For example, (3 + 2i) + (5 - 4i) = (3 + 5) + (2i - 4i) = 8 - 2i.

What is the difference between multiplying and dividing complex numbers?

Multiplying complex numbers combines the real and imaginary parts using the FOIL method, where FOIL stands for First, Outer, Inner, Last. Dividing complex numbers involves rationalizing the denominator by multiplying the numerator and denominator by the complex conjugate of the denominator.

How do you graph complex numbers?

Complex numbers can be graphed on the complex plane, with the real part represented on the x-axis and the imaginary part represented on the y-axis. The point where these two axes intersect is the origin (0 + 0i).

What are some real-world applications of complex numbers?

Complex numbers have many practical applications in fields such as engineering, physics, and economics. They are commonly used in circuit analysis, signal processing, and quantum mechanics. They can also be used to model the behavior of stock prices and other financial data.

Similar threads

Back
Top