If a+bi is a root of F, then a-bi is too

  • Thread starter Thread starter Elzair
  • Start date Start date
  • Tags Tags
    Root
Elzair
Messages
10
Reaction score
0

Homework Statement



Given f\left(x\right) \in \mathbb{R}\left[x\right], if a + bi is a root of f\left(x\right), then a - bi is a root of f\left(x\right) as well.

Homework Equations



Factor Theorem: if f\left(x\right) is a polynomial over a ring with identity, then a is a root of f\left(x\right) if and only if \left(x - a\right) is a factor of f\left(x\right).

The Attempt at a Solution



I know I did not do this in the standard way, but I was wondering if it still worked.

If a + bi is a root of f\left(x\right), then f\left(a + bi\right) = 0, and so by the Factor Theorem x - \left(a + bi\right) is a factor of f\left(x\right).

Since \left(a + bi\right) \notin \mathbb{R}, \left(x - \left(a + bi\right)\right) \notin \mathbb{R}}\left[x\right].

Therefore, \exists \left(c + di\right) such that \left(x - \left(a + bi\right)\right)\left(x - \left(c + di\right)\right) \in \mathbb{R}}\left[x\right].

\left(x - \left(a + bi\right)\right)\left(x - \left(c + di\right)\right)
=x^{2} - x\left(c + di\right) - x\left(a + bi\right) + \left(a + bi\right)\left(c + di\right)
=x^{2} - x\left(a + c\right) - x\left(b + d\right)i + \left(ac + \left(ad + bc\right)i - bd\right)
=x^{2} - x\left(a + c\right) - x\left(b + d\right)i + \left(ac + \left(ad + bc\right)i - bd\right)
=x^{2} - x\left(a + c\right) + ac - bd \left( ad + bc - x\left(b + d\right)\right)i

If \left(x^{2} - x\left(a + c\right) + ac - bd + \left( ad + bc - x\left(b + d\right)\right)i\right) \in \mathbb{R}}\left[x\right], ad + bc - xb - xd = 0

Set c = a and d = -b.

x^{2} - x\left(2a\right) + a^{2} - b^{2} + \left( ba - ab - x\left(b - b\right)\right)i
= x^{2} - x\left(2a\right) + a^{2} - b^{2} \in \mathbb{R}\left[x\right]

Therefore, \left(x - \left(a - bi\right)\right) is a factor of f\left(x\right)}\left[x\right], so a - bi is a root of f\left(x\right) in \mathbb{R}\left[x\right].
 
Physics news on Phys.org
You are way overcomplicating this, and missing an important point. Even if f(x) is quadratic it doesn't need to start as x^2+... A polynomial in R[x] has the form f(x)=a_n*x^n+a_{n-1}*x^(n-1)+...+a1*x+a0, where all of the a's are REAL, right? If f(x)=0 what does taking the complex conjugate tell you?
 
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