New!
Get regular updates about newly solved problems
via algebra.com's RSS system.
Recent problems solved by 'AnlytcPhil'
AnlytcPhil answered: 1274 problems
Jump to solutions: 0..29 , 30..59 , 60..89 , 90..119 , 120..149 , 150..179 , 180..209 , 210..239 , 240..269 , 270..299 , 300..329 , 330..359 , 360..389 , 390..419 , 420..449 , 450..479 , 480..509 , 510..539 , 540..569 , 570..599 , 600..629 , 630..659 , 660..689 , 690..719 , 720..749 , 750..779 , 780..809 , 810..839 , 840..869 , 870..899 , 900..929 , 930..959 , 960..989 , 990..1019 , 1020..1049 , 1050..1079 , 1080..1109 , 1110..1139 , 1140..1169 , 1170..1199 , 1200..1229 , 1230..1259 , 1260..1289, >>NextRational-functions/43914: This question is from textbook Algebra and Trigonometry with Analytic Geometey
The degree three polynomial f(x) with real coefficients and leading coefficient 1, has 4 and 3+i among its roots. Express f(x) as a product of linear and quadratic polynomials polynomials with real coefficients.
This question I'm having trouble with but I came up witha an answer of; f(x)=(x-4)(x^2-6x-9) is this right. thanks for looking at this question. 1 solutions
Answer 28812 by AnlytcPhil(1277) on 2006-06-27 05:49:44 (Show Source):
You can put this solution on YOUR website!The degree three polynomial f(x) with real coefficients and
leading coefficient 1, has 4 and 3+i among its roots.
Express f(x) as a product of linear and quadratic polynomials
polynomials with real coefficients. This question I'm having
trouble with but I came up witha an answer of:
f(x)=(x-4)(x^2-6x-9) is this right. thanks for looking at
this question.
No that's not correct. You must know the following facts about
polynomials:
1. A degree n polynomial has n roots, counting multiplicities.
2. If r is a root of a polynomial then (x-r) is a factor of the
polynomial.
3. If a polynomial with real coefficients has p+qi as one root,
it also has its conjugate p-qi as another root.
A, By 2 above, since 4 is a root then (x-4) is a factor.
(You did this)
B. By 2 above, since 3+i is a root then [x-(3+i)] is a factor
of the polynomial.
C. By 3 above, since 3+i is a root then 3-1 is a factor of the
polynomial.
D. By C and 2, since 3-i is a root then [x-(3-i)] is a factor
of the polynomial.
E. By 1, there are no more roots besides 4, 3+i, and 3-1
Therefore f(x) is the product of the three factors. It will
have leading coefficient 1 because the c oefficients of x in
all three factors is 1.
[Note: If it had had a leading coefficient other than 1, we
would have to multiply the polynomial by it, too, but thet
is unnecessary here.]
So we have:
f(x) = (x - 4)[x - (3+i)][x - (3-i)]
But the two factors containing imaginary numbers have to be
multiplied together, since all coefficients must be real.
We can use FOIL to multiply the last two factors together:
f(x) = (x - 4)[x - (3+i)][x - (3-i)]
f(x) = (x - 4)[x² - (3-i)x - (3+i)x + (3+i)(3-i)]
f(x) = (x - 4)[x² - (3x-ix) - (3x+ix) + (9-3i+3i-i²)]
f(x) = (x - 4)[x² - 3x + ix - 3x - ix + (9-i²)]
f(x) = (x - 4)[x² - 6x + 9 - i²]
Now since i² = -1 we substitute (-1) for i².
f(x) = (x - 4)[x² - 6x + 9 - (-1)]
f(x) = (x - 4)[x² - 6x + 9 + 1]
f(x) = (x - 4)[x² - 6x + 10]
f(x) = (x - 4)(x² - 6x + 10)
Edwin
AnlytcPhil@aol.com
|
Quadratic_Equations/42842: I am working on factoring trinomials. The thing is I am so confused with some problems.
2x² + x - 6
can you help me???? 1 solutions
Answer 27904 by AnlytcPhil(1277) on 2006-06-20 10:36:55 (Show Source):
You can put this solution on YOUR website!
I am working on factoring trinomials. The thing is
I am so confused with some problems.
2x² + x - 6
can you help me????
-------------------------------------------------
To factor Ax² ± Bx ± C when there is no common factor
of |A|, |B|, and |C| and A is positive.
1. Multiply |A| by |C|, getting AC
2. If the last sign is +, think of two positive integers
which have product AC and which have SUM |B|
If the last sign is -, think of two positive integers
which have product AC and which have DIFFERENCE |B|
3. Rewrite the middle term ±Bx using those two integers
found in the preceding step, attaching appropriate
signs.
4. Factor by grouping.
In your problem, 2x² + 1x - 6, I placed the 1 coefficient
beside the middle term for emphasis.
1. Multiply |A| by |C|, getting AC
Multiply |2| by |-6| or 2×6 getting 12
2. The last sign is -, so think of two positive integers
which have product AC and which have DIFFERENCE |B|
So we think of two positive integers which have product
12 and difference of 1. These are 4 and 3, because
4×3=12 and 4-3 = 1
3. Rewrite the middle term ±Bx using those two integers
found in the preceding step, attaching appropriate \
signs.
We rewrite +1x as +4x - 3x. So now we have
2x² + 4x - 3x - 6
4. Factor by grouping.
2x² + 4x - 3x - 6
Factor 2x out of the first two terms
2x(x + 2) - 3x - 6
Factor -3 out of the last two terms. Notice
that you factor out a negative when the next
to the last term is preceded by a minus sign.
Also when factoring out a nagative, the sign
of the last term changes:
2x(x + 2) - 3(x + 2)
Notice the common factor (x + 2) which I will
color red for emphasis:
2x(x + 2) - 3(x + 2)
We factor out the common red factor and leave
the black factors inside parentheses:
(x + 2)(2x - 3)
(x + 2)(2x - 3)
--------------------------
Here is another example:
Factor 6x² - 19x + 10.
1. Multiply |A| by |C|, getting AC
Multiply |6| by |10| or 6×10 getting 60
2. The last sign is +, so think of two positive integers
which have product AC and which have SUM |B|
So we think of two positive integers which have product
60 and sum of 19. These are 15 and 4, because
15×4=60 and 15+4 = 19
3. Rewrite the middle term ±Bx using those two integers
found in the preceding step, attaching appropriate signs.
We rewrite -19x as -15x - 4x. So now we have
6x² - 15x - 4x + 10
4. Factor by grouping.
6x² - 15x - 4x + 10
Factor 3x out of the first two terms
3x(2x - 5) - 4x + 10
Factor -2 out of the last two terms. Notice
that you factor out a negative when the next
to the last term is preceded by a minus sign.
Also when factoring out a nagative, the sign
of the last term changes:
3x(2x - 5) - 2(2x - 5)
Notice the common factor (2x - 5) which I will
color red for emphasis:
3x(2x - 5) - 2(2x - 5)
We factor out the common red factor and leave
the black factors inside parentheses:
(2x - 5)(3x - 2)
(2x - 5)(3x - 2)
Edwin
|
Linear_Algebra/42839: what can be said of points with equal abscissa?with equal ordinates?
1 solutions
Answer 27899 by AnlytcPhil(1277) on 2006-06-20 10:07:30 (Show Source):
You can put this solution on YOUR website!
what can be said of points with equal abscissa?
"Abscissa" is a fancy name for the 1st coordinate,
or "x-coordinate"
Let's plot some and see. Below I have plotted (3,7),
(3,3), (3,-4) and (3,-8), all having the same
abscissa, 3.
Notice that they all lie on the same vertical line.
Incidentally the equation of that vertical line is
simply this:
x = 3
----------------------------------------------------
with equal ordinates?
"Ordinate" is a fancy name for the 2nd coordinate,
or "y-coordinate"
Let's plot some and see. Below I have plotted (-6,-4),
(3,-4), (4,-4) and (7,-4), all having the same
ordinate, -4.
Notice that they all lie on the same horizontal
line.
Incidentally the equation of that horizontal line is
simply this:
y = -4
Edwin
|
|