Simpify Factored Form Equation

  • Context:
  • Thread starter Thread starter kato1
  • Start date Start date
  • Tags Tags
    Form
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
kato1
Messages
4
Reaction score
0
Simplify the function f(x)= (x-(1+i))(x-(1-i)) .

Is the function you wrote in factored form [ f(x)= (x-(1+i))(x-(1-i)) ] , the same as the original function in
standard form [ f(x) = x^2 - 2x +2) ] ?
 
Mathematics news on Phys.org
Hello and welcome to MHB! (Wave)

We typically like for our users to post their work so we can see where you are stuck and what you've tried. That being said, let's examine the function:

$$f(x)=x^2-2x+2$$

By the quadratic formula, we obtain the roots:

$$x=\frac{-(-2)\pm\sqrt{(-2)^2-4(1)(2)}}{2(1)}=\frac{2\pm\sqrt{-4}}{2}=1\pm i$$

Therefore, we know:

$$f(x)=x^2-2x+2=(x-(1+i))(x-(1-i))$$

Now, if we simply wish to verify this, we may take the factored form and expand it as follows:

$$(x-(1+i))(x-(1-i))=x^2-x(1-i)-x(1+i)+(1+i)(1-i)=$$

$$x^2-x+ix-x-ix+1-i^2=x^2-2x+2\quad\checkmark$$
 
MarkFL said:
Hello and welcome to MHB! (Wave)

We typically like for our users to post their work so we can see where you are stuck and what you've tried. That being said, let's examine the function:

$$f(x)=x^2-2x+2$$

By the quadratic formula, we obtain the roots:

$$x=\frac{-(-2)\pm\sqrt{(-2)^2-4(1)(2)}}{2(1)}=\frac{2\pm\sqrt{-4}}{2}=1\pm i$$

Therefore, we know:

$$f(x)=x^2-2x+2=(x-(1+i))(x-(1-i))$$

Now, if we simply wish to verify this, we may take the factored form and expand it as follows:

$$(x-(1+i))(x-(1-i))=x^2-x(1-i)-x(1+i)+(1+i)(1-i)=$$

$$x^2-x+ix-x-ix+1-i^2=x^2-2x+2\quad\checkmark$$

Hello. I'm confused as to how you get from x^2-x+ix-x-ix+1-i^2 to x^2-2x+2 . Can you please elaborate?
So far I've tried simplfying up to:
=x^2-x+ix-x-ix+1-i^2
= x^2-(x-x)+(ix-ix)+(1- √ ̅-1 )
= ?

Note: I substituted i^2 for √ ̅-1 .
Is (1- √ ̅-1 ) =2 ? And how? Thank you again.
 
Note that:

$$i\equiv\sqrt{-1}\therefore i^2=-1$$

And so:

$$x^2-x+ix-x-ix+1-i^2=x^2-x(1+1)+ix(1-1)+1-(-1)=x^2=x^2-2x+2$$