Factoring polymonial with complex roots

AI Thread Summary
To factor the polynomial s^2 + 6s + 25 into complex factors, the quadratic formula can be applied to find the roots. Setting the equation to zero, the roots can be expressed as complex numbers. Completing the square also provides insight, leading to the expression (s + 3)^2 + 16. This indicates that the roots are s = -3 ± 4i, allowing the polynomial to be factored as (s + 3 - 4i)(s + 3 + 4i). Understanding these methods clarifies the process of factoring polynomials with complex roots.
ACLerok
Messages
194
Reaction score
0
This may be a bit silly but i forget how to factor this into complex factors:

s^2 + 6s + 25

i know the answer is (s +3 - i4)(s +3 - j4)

but how do i get that?
 
Physics news on Phys.org
ACLerok said:
This may be a bit silly but i forget how to factor this into complex factors:

s^2 + 6s + 25

i know the answer is (s +3 - i4)(s +3 - j4)

but how do i get that?
You could use the quadratic formula.
 
Yes, use the quadratic formula to find the roots of s^2 + 6s + 25 = 0 and then use the factor theorem: if f(a) = 0, then (x - a) is a factor of f(x). Your a here will be the complex number you get.

Edit: no doubt dexter or someone will tell me this is wrong :rolleyes:.
 
ACLerok said:
This may be a bit silly but i forget how to factor this into complex factors:

s^2 + 6s + 25

i know the answer is (s +3 - i4)(s +3 - j4)

but how do i get that?

Set your expression equal to zero and the roots, i.e. find s = a and s = b such that

0 = s^2 +6s +25.

Then,

0 = s^2 +6s +25
= (s - a)(s - b).

You could use the quadratic formula, but I think completing the square offers more insight.

Write

0 = s^ + 6s + c^2 - c^2 +25.

Now find c such that

s^ + 6s +c^2 = (s + c)^2.

This means that 2c = 6 and c = 3. Therefore,

0 = s^2 + 6s + 9 - 9 +25
= (s+3)^2 +16

So,

(s + 3)^2 = -16.

Regards,
George
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Back
Top