Phân tích đa thức thành nhân tử (bậc cao)
a) x^3-4x^2+x-6 (gợi ý có 1 nghiệm=2)
b) x^3+7x^2+14x+8 (gợi ý có 1 nghiệm=-1)
Hãy nhập câu hỏi của bạn vào đây, nếu là tài khoản VIP, bạn sẽ được ưu tiên trả lời.
Lời giải:
a. $x^3-4x^2+x+6=(x^3-2x^2)-(2x^2-4x)-(3x-6)$
$=x^2(x-2)-2x(x-2)-3(x-2)=(x-2)(x^2-2x-3)$
$=(x-2)[(x^2+x)-(3x+3)]=(x-2)[x(x+1)-3(x+1)]$
$=(x-2)(x+1)(x-3)$
-------------------
b.
$x^3+7x^2+14x+8=(x^3+x^2)+(6x^2+6x)+(8x+8)$
$=x^2(x+1)+6x(x+1)+8(x+1)=(x+1)(x^2+6x+8)$
$=(x+1)[(x^2+2x)+(4x+8)]=(x+1)[x(x+2)+4(x+2)]$
$=(x+1)(x+2)(x+4)$
x2-4x+3
x2-x-3x-3
=(x2-x)-(3x-3)
=x(x-1) - 3(x-1)
=(x-3)(x-1)
a) 11x + 11y + x2 + xy
= 11.(x+y) + x.(x+y)
= (x+y).(11+x)
b) 255 + x2 - 4xy + y2
= 255 + 2xy + x2 -2xy + y2
= 255 + 2xy + (x-y)2
...
a)\(x^3+4x^2-7x-10=x^3+x^2+3x^2+3x-10x-10=x^2\left(x+1\right)+3x\left(x+1\right)-10\left(x+1\right)\)
\(=\left(x+1\right)\left(x^2+3x-10\right)=\left(x+1\right)\left[\left(x^2+5x\right)-\left(2x+10\right)\right]=\left(x+1\right)\left(x+5\right)\left(x-2\right)\)
b) \(x^8+x+1=x^8-x^2+x^2+x+1=x^2\left(x^6-1\right)+\left(x^2+x+1\right)\)
\(=x^2\left(x^3-1\right)\left(x^3+1\right)+\left(x^2+x+1\right)\)
\(=x^2\left(x-1\right)\left(x^2+x+1\right)\left(x^3+1\right)+\left(x^2+x+1\right)\)
\(=\left(x^2+x+1\right)\left[x^2\left(x-1\right)\left(x^3+1\right)+1\right]\)
Câu a bạn xem lại đề bài nhé. Đa thức đề cho thậm chí còn không có nghiệm hữu tỉ luôn cơ.
b) Lập sơ đồ Horner:
\(\Rightarrow x^3+7x^2+14x+8=\left(x+1\right)\left(x^2+6x+8\right)\)
Ta thấy đa thức \(g\left(x\right)=x^2+6x+8\), dự đoán được 1 nghiệm \(x=-2\). Ta lại lập sơ đồ Horner:
\(\Rightarrow g\left(x\right)=\left(x+2\right)\left(x+4\right)\)
Vậy đa thức đã cho có thể được phân tích thành \(\left(x+1\right)\left(x+2\right)\left(x+4\right)\)