Complex Equation Solution: Finding Values for Z using Trig Identities

  • Thread starter Thread starter Phillipe
  • Start date Start date
Phillipe
Messages
10
Reaction score
0

Homework Statement


Find all the values of Z which satisfy the equation, Z being a complex number in the form x+i*y.


Homework Equations


Every trig identity out there.


The Attempt at a Solution


Here's what I got so far:

Cosh(z) = i*Cos(3)
Cosh(x)*Cos(y)+i*(Sinh(x)*Sin(y)) = i*Cos(3)

Therefore,

Cosh(x)*Cos(y) = 0
Sinh(x)*Sin(y) = i*Cos(3)

y = Pi/2 (since there's no value of x which can give Cosh(x) = 0). y may also be Pi/2 + 2nPi, where n is an integer.

Therefore,
Sinh(x) = i*Cos(3)

But I don't know how to proceed from there.
 
Physics news on Phys.org
Use the identity sinh(x) = .5[exp(x)-exp(-x)]. Identities for sinh(x), and cosh(x) can be found on wikipedia.
 
Samuelb88 said:
Use the identity sinh(x) = .5[exp(x)-exp(-x)]. Identities for sinh(x), and cosh(x) can be found on wikipedia.

I have thought of using that, but I don't know how to get the values for x from there. Would you be so kind to tell me how?
 
Phillipe said:
I have thought of using that, but I don't know how to get the values for x from there. Would you be so kind to tell me how?

Sure. After we replace sinh(x) with .5[exp(x)-exp(-x)], let's first multiply both sides of the equation by 2, then by e^x. Set everything equal to zero (isolate all terms on one side) which should yield:
e^2^x-something*e^x-1=0
Can you see what to do from here?
 
Samuelb88 said:
Sure. After we replace sinh(x) with .5[exp(x)-exp(-x)], let's first multiply both sides of the equation by 2, then by e^x. Set everything equal to zero (isolate all terms on one side) which should yield:
e^2^x-something*e^x-1=0
Can you see what to do from here?

I think I just saw it. I get:

e^2^x-e^x*2cos(3)-1 = 0

which stinks of quadratic equation.Things could get messy with that cos(3), though, but I'll take a shot. Thanks a lot, dude!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top