Solving a cubic polynomial with complex roots

In summary, using the conjugate factor theorem and the remainder theorem, it is possible to express a cubic polynomial with real coefficients, P(x), in the form P(x)=ax^3+bx^2+cx+d and solve the equation P(x)=0 when given specific values for P(2+i), P(1), and P(0). By setting P(1)=P(2+i)=P(2-i)=0, it is possible to write P(x) as A(x-1)(x-2-i)(x-2+i) and then solve for A using the fact that P(0)=10.
  • #1
missmerisha
22
0

Homework Statement


For a cubic polynomial P(x), with real coefficients, P(2+i)=0, P(1)=0 and P(0)=10.
Express P(x) in the form P(x)=ax^3+bx^2+cx+d
and solve the equation P(x)=0


Homework Equations


The conjugate factor theorem


The Attempt at a Solution



Using remainder theorem

When P(2+i) = 0,

P(2+i)=a(2+i)^3+b(2+i)^2+c(2+i)+d

0=2a+3b+2c+d+11ai+4bi+ci


P(1)=0
0= a+b+c+d

P(0)=10
d=10

P(2-i)=0 <--- according to the conjugate theorem

P(2-i) =0
0= 2a+3b+2c+d-11ai-4bi-ci


I have trouble solving this through simultaneous equations. Is there another method?
 
Physics news on Phys.org
  • #2
If P(1)=P(2+i)=P(2-i)=0, then (x-1),(x-2-i) and (x-2+i) are all factors of P(x). So, you can write
P(x)=A(x-1)(x-2-i)(x-2+i). Then just use the fact that P(0)=10 to solve for A, and finally expand your function to get it into the desired form. :smile:
 

FAQ: Solving a cubic polynomial with complex roots

What are complex numbers?

Complex numbers are numbers that consist of a real part and an imaginary part. They are 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).

What is the purpose of solving complex numbers?

The purpose of solving complex numbers is to find their solutions or roots. This is important in mathematics and physics, as complex numbers are used to represent quantities that have both real and imaginary components.

How do you add or subtract complex numbers?

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

What is the process for multiplying complex numbers?

To multiply complex numbers, you use the FOIL method (First, Outer, Inner, Last). This involves multiplying the First terms, then the Outer terms, then the Inner terms, and finally the Last terms. For example, (3 + 2i)(5 + 4i) = 3(5) + 3(4i) + 2i(5) + 2i(4i) = 15 + 12i + 10i + 8i^2 = 15 + 22i - 8 = 7 + 22i.

How do you divide complex numbers?

To divide complex numbers, you multiply both the numerator and denominator by the complex conjugate of the denominator. The complex conjugate of a + bi is a - bi. This will result in a real number in the denominator, making the division easier to solve. For example, (3 + 2i) / (5 + 4i) = (3 + 2i)(5 - 4i) / (5 + 4i)(5 - 4i) = (15 - 12i + 10i - 8i^2) / (25 - 20i + 20i - 16i^2) = (23 - 2i) / 41.

Back
Top