Thread Closed

Solving Polynomials over C

 
Share Thread Thread Tools
Mar23-09, 04:39 AM   #1
 

Solving Polynomials over C


I know this isn't in the right format, but I figured I'd get a better answer here than anywhere else. In my last exam, there was a question asking to prove (a + bi - except there were values for a and b, but i forgot them) was a solution to a polynomial of the 3rd degree.

Said polynomial was complex. I sub'd it in and got 0, so it worked. Here's the catch. To find the other two solutions, I subbed -1 in for i so the equation wasn't complex. I have no idea why I did it, i just remember it working. Lo and behold I got it right, the cubic equation I got had the same solutions as the quadratic you would get if you found used the long division method. I wasn't thinking and didn't want to deal with the i's.

I want to know, does the above methord work? Subbing in -1 for i and then solving? If it does I just went from a B to an A and I'm happy. I tried looking on the internet, but couldn't find anything.

Cheers,

James.
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Ants and carnivorous plants conspire for mutualistic feeding
>> Forecast for Titan: Wild weather could be ahead
>> Researchers stitch defects into the world's thinnest semiconductor
Mar23-09, 05:47 AM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Unfortunately, I have no idea what you are saying. Do you mean that the coefficients of the polynomial themselves were complex numbers? It would help a lot if you were to show what polynomial you are talking about. In general replacing "i" with "-1" will not give you anything worhwhile ("i" and "-1" are NOT equal and one CANNOT replace the other) so it sounds like you were just lucky in this particular example.
Mar23-09, 06:02 AM   #3
 
Sorry for any confusion. Much like this equation right here;
z^4 + 3iz^3 - (4 + i)z^2 - 3iz + 3 + i = 0
I think your right; I was just lucky my dodgy maths worked! I don't see how replacing i with -1 would, or even could work now...
Thread Closed
Thread Tools


Similar Threads for: Solving Polynomials over C
Thread Forum Replies
solving quadratics and factorisation of polynomials using calculus General Math 25
Solving Polynomials Calculus & Beyond Homework 7
Polynomials Calculus & Beyond Homework 9
Something i didn't know about polynomials Linear & Abstract Algebra 8
Solving cubic or higher degree polynomials by hand General Math 6