Math Help Forum

Math Help Forum Feed Site Feed

Go Back   Math Help Forum > College/University Maths Help > Calculus
Reply
 
Thread Tools Display Modes
  #1  
Old 08-26-2008, 04:45 PM
Senior Member
 
Join Date: Mar 2008
Posts: 100
Country:
Thanks: 43
Thanked 11 Times in 1 Post
shadow_2145 is on a distinguished road
Default Beginners Complex Analysis

z=1+2i, w=2-i, \zeta=4+3i

(1) Use the quadratic formula to solve these equations; express the answers as complex numbers.

(a) z^2+36=0

(b) 2z^2+2z+5=0

I have more of these but I will try them on my own after I receive help on these.

The number x is called the real part of z and is writtern x = Re z. The number y, despite the fact that it is also a real number, is called the imaginary part of z and is writter y = Im z.


(2) Find Re(1/z) and Im(1/z) if z= x + iy, z\not=0. Show that Re(iz)= -Im z and Im(iz) = Re z.


If further explanation is needed, please let me know. Thanks for the help!
Reply With Quote
Advertisement
 
  #2  
Old 08-26-2008, 05:34 PM
ThePerfectHacker's Avatar
Global Moderator

 
Join Date: Nov 2005
Location: New York City
Posts: 11,656
Country:
Thanks: 366
Thanked 3,162 Times in 2,622 Posts
ThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond repute
Default

What did you do?
These look straightforward.
__________________
And he (Elisha) went up from thence unto Bethel: and as he was going up by the way, there came forth little children out of the city, and mocked him, and said unto him, "Go up, thou bald head"; "go up, thou bald head". And he turned back, and looked on them, and cursed them in the name of the Lord. And there came forth two she-bears out of the wood, and tore up forty and two children of them.
Second Kings 2: 23-24
Reply With Quote
  #3  
Old 08-26-2008, 05:51 PM
Senior Member
 
Join Date: Mar 2008
Posts: 100
Country:
Thanks: 43
Thanked 11 Times in 1 Post
shadow_2145 is on a distinguished road
Default

Is 1(a)'s answer -4 plus or minus 24i over 72?

Simplified to -1 +- 24i over 18?

If this is right, then I know how to do these, lol.
Reply With Quote
  #4  
Old 08-26-2008, 06:00 PM
ThePerfectHacker's Avatar
Global Moderator

 
Join Date: Nov 2005
Location: New York City
Posts: 11,656
Country:
Thanks: 366
Thanked 3,162 Times in 2,622 Posts
ThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond repute
Default

Quote:
Originally Posted by shadow_2145 View Post
Is 1(a)'s answer -4 plus or minus 24i over 72?

Simplified to -1 +- 24i over 18?

If this is right, then I know how to do these, lol.
This one is z^2+36=0 which becomes z^2 = -36.
The solutions are z=\pm 6i.
__________________
And he (Elisha) went up from thence unto Bethel: and as he was going up by the way, there came forth little children out of the city, and mocked him, and said unto him, "Go up, thou bald head"; "go up, thou bald head". And he turned back, and looked on them, and cursed them in the name of the Lord. And there came forth two she-bears out of the wood, and tore up forty and two children of them.
Second Kings 2: 23-24
Reply With Quote
The following users thank ThePerfectHacker for this useful post:
Donate to MHF
  #5  
Old 08-26-2008, 06:50 PM
Senior Member
 
Join Date: Mar 2008
Posts: 100
Country:
Thanks: 43
Thanked 11 Times in 1 Post
shadow_2145 is on a distinguished road
Default

I don't understand how to use the quadratic formula to find these answers. Thanks though.
Reply With Quote
  #6  
Old 08-27-2008, 04:26 AM
Moo's Avatar
Moo Moo is offline
A Cute Angle
 
Join Date: Mar 2008
Location: Green and fresh grass
Posts: 4,068
Thanks: 358
Thanked 2,082 Times in 1,735 Posts
Moo has a reputation beyond reputeMoo has a reputation beyond reputeMoo has a reputation beyond reputeMoo has a reputation beyond reputeMoo has a reputation beyond reputeMoo has a reputation beyond reputeMoo has a reputation beyond reputeMoo has a reputation beyond reputeMoo has a reputation beyond reputeMoo has a reputation beyond reputeMoo has a reputation beyond repute
Default

Quote:
Originally Posted by shadow_2145 View Post
I don't understand how to use the quadratic formula to find these answers. Thanks though.
You know that i^2=-1

z^2+36 looks like a lot a^2-b^2=(a-b)(a+b).

So write : z^2+36=z^2-(-36)=z^2-(6i)^2. Here is your quadratic formula

Quote:
(b) 2z^2+2z+5=0
Just use the discriminant method.

In ax^2+bx+c=0, x=\frac{-b\pm \sqrt{b^2-4ac}}{2a}

Here, I'm pretty sure b^2-4ac<0 and this is where imaginary part intervenes.

Quote:
The number x is called the real part of z and is writtern x = Re z. The number y, despite the fact that it is also a real number, is called the imaginary part of z and is writter y = Im z.


(2) Find Re(1/z) and Im(1/z) if z= x + iy, z\not=0.
\frac 1z=\frac 1{x+iy}

When you have a complex number in a denominator, you often have to multiply it by its conjugate (called \overline{z}), that is x-iy and by using the quadratic formula (a-b)(a+b)=a^2-b^2, we get (x+iy)(x-iy)=x^2-(iy)^2=x^2+y^2, which is a real number.

So \frac 1{x+iy}=\frac 1{x+iy} \cdot \frac{x-iy}{x-iy}

Can you go from here ?

Quote:
Show that Re(iz)= -Im z and Im(iz) = Re z.
What is i*z ?
What do you conclude ?



You gotta be able to do these (in a first time, to "know"), because it's quite a basis of the manipulation of complex numbers...
__________________
Arbeit bringt Brot, Faulenzen Hungersnot.
Everything is possible. The impossible just takes longer.


shinhidora production
Reply With Quote
The following users thank Moo for this useful post:
Donate to MHF
  #7  
Old 08-27-2008, 09:52 AM
mr fantastic's Avatar
Flow Master
 
Join Date: Dec 2007
Location: Zeitgeist
Posts: 7,014
Country:
Thanks: 1,248
Thanked 2,741 Times in 2,458 Posts
mr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond repute
Default

Quote:
Originally Posted by shadow_2145 View Post
I don't understand how to use the quadratic formula to find these answers. Thanks though.
If you showed all your working I'm sure your problem applying the quadratic formula could be easily resolved.
__________________
1. There are two things you should never try to prove ...... the impossible and the obvious.

2. If you always do what you've always done, you'll always get what you've always got.

3. Lack of planning on your part does not constitute an emergency on my part.

4. Pressure makes diamonds.
Reply With Quote
  #8  
Old 08-28-2008, 12:45 PM
Senior Member
 
Join Date: Mar 2008
Posts: 100
Country:
Thanks: 43
Thanked 11 Times in 1 Post
shadow_2145 is on a distinguished road
Default

Yeah, I figured out the quadratic formula stuff yesterday. Really simple eh? lol I'm going to take a look at the real and imaginary problem later..
Reply With Quote
  #9  
Old 08-29-2008, 12:37 AM
Senior Member
 
Join Date: Mar 2008
Posts: 100
Country:
Thanks: 43
Thanked 11 Times in 1 Post
shadow_2145 is on a distinguished road
Default

The real and imaginary stuff turned out to be quite easy too. Thanks
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -7. The time now is 07:57 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
©2005 - 2008 Math Help Forum


Math Help Forum is a community of maths forums with an emphasis on maths help in all levels of mathematics.
Register to post your math questions or just hang out and try some of our math games or visit the arcade.