Factoring algebraic complex expression

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
5 replies · 3K views
Maxo
Messages
160
Reaction score
1

Homework Statement


Factor the expression ac-bd+adi+bci

Homework Equations




The Attempt at a Solution


We can factor the variable 'a' which gives:
a(c+di)-bd+bci
The common factor in the remaining terms is b, and if we also factor out b we get
a(c+di)-b(d+ci)

But this is not the way I want it factorized. I want it to be factored completely. How can that be done step by step?
 
Physics news on Phys.org
Maxo said:
The common factor in the remaining terms is b, and if we also factor out b we get
a(c+di)-b(d-ci)
Do you realize the similarity between the factors (c+di) and (d-ci)? How can you make them the same?
 
Last edited:
Fightfish said:
Do you realize the similarity between the factors (c+di) and (d-ci)? How can you make them the same?
I made a misstake, it should be a(c+di)-b(d-ci). Anyway so you're saying (c+di) and (d-ci) can be made the same. I actually don't see how that could be done? I mean both the real and the imaginary parts of these expressions are different. How are they the same?
 
Maybe I wasn't very clear with what I meant by "make the same", but what I was trying to convey is identifying the common factor between these two terms. Notice that they differ by a factor of i
 
  • Like
Likes   Reactions: 1 person
Now I see it :)

Is there some rule (algorithm) / procedure to follow when factoring like this?