Factorise the following p(x) as the product of a linear term and a quadratic polynomial with no real roots.
up vote
-1
down vote
favorite
Factorise the following p(x) functions as the product of a linear term and a quadratic polynomial with no real roots (or if there are real roots, factorise to irreducible form and find them):
1. $$p(x)=x^3+x$$
2. $$p(x)=x^4+x^2$$
3. $$p(x)=x^3-x$$
linear-algebra polynomials roots factoring irreducible-polynomials
add a comment |
up vote
-1
down vote
favorite
Factorise the following p(x) functions as the product of a linear term and a quadratic polynomial with no real roots (or if there are real roots, factorise to irreducible form and find them):
1. $$p(x)=x^3+x$$
2. $$p(x)=x^4+x^2$$
3. $$p(x)=x^3-x$$
linear-algebra polynomials roots factoring irreducible-polynomials
What have you tried? Where are you confused?
– Dzoooks
Nov 22 at 4:45
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
Factorise the following p(x) functions as the product of a linear term and a quadratic polynomial with no real roots (or if there are real roots, factorise to irreducible form and find them):
1. $$p(x)=x^3+x$$
2. $$p(x)=x^4+x^2$$
3. $$p(x)=x^3-x$$
linear-algebra polynomials roots factoring irreducible-polynomials
Factorise the following p(x) functions as the product of a linear term and a quadratic polynomial with no real roots (or if there are real roots, factorise to irreducible form and find them):
1. $$p(x)=x^3+x$$
2. $$p(x)=x^4+x^2$$
3. $$p(x)=x^3-x$$
linear-algebra polynomials roots factoring irreducible-polynomials
linear-algebra polynomials roots factoring irreducible-polynomials
asked Nov 22 at 4:36
Kayla Martin
636
636
What have you tried? Where are you confused?
– Dzoooks
Nov 22 at 4:45
add a comment |
What have you tried? Where are you confused?
– Dzoooks
Nov 22 at 4:45
What have you tried? Where are you confused?
– Dzoooks
Nov 22 at 4:45
What have you tried? Where are you confused?
– Dzoooks
Nov 22 at 4:45
add a comment |
2 Answers
2
active
oldest
votes
up vote
1
down vote
accepted
Really, these polynomials target a single skill: taking out a common factor. For example, with $x^2+x$, both terms have $x$ as a factor, so you can divide it out (inverse distributive property of sorts) and get $x(x+1)$.
$$$$
$$x^3+x = x(x^2+1)$$
Roots are $0$, $i$, and $-i$.
$$x^4+x^2 = x^2(x^2+1)$$
Roots are $0$, $i$, and $-i$.
$$x^3-x = x(x^2-1) = x(x+1)(x-1)$$
Roots are $0$, $1$, and $-1$.
Ah, see this is exactly what I thought to do at first, but then the wording of the question threw me. What do they mean by "product of a linear term"? Isn't 0 a real root? Is it possible to take 1 and 2 further so that the terms only give complex roots and no real roots? Or is that impossible?
– Kayla Martin
Nov 22 at 4:54
@KaylaMartin if p(x) has a real root, it will be there however further you take it. Linear term will obviously give you a real root. So, it is impossible.
– idea
Nov 22 at 4:59
Okay, thank you!
– Kayla Martin
Nov 22 at 5:01
add a comment |
up vote
1
down vote
I think it's important you understand this idea for more difficult cases than you ask about, so my answer will touch on a more general method for solving these problems, and show you how it works for slightly more difficult cases.
We have that if for some polynomial $p(x)$, $p(a)=0$, then:
$$p(x)=(x-a)cdot q(x)$$
Where $q(x)$ is a polynomial one degree smaller than $p(x)$ (the degree of a polynomial just means the largest power of $x$ in it).
If you can find any point where a polynomial $p(x) $ has a zero, you can take out the factor in this way and find the smaller polynomial $q(x)$, which can either be solved or reduced again.
Let me demonstrate first on (b)
We have that $p(x)=x^4-x^2$
I like to test values $0,1,-1,2,-2$ etc... Here, it's plain that $p (0)=0$, so we take out $(x-0)$, or just $x$. We now have that:
$$x^4-x^2=xcdot q(x)$$
From which we get that $q(x)=x^3-x$. But $q(0)=0$, so we can take out another factor $x$, giving $$x^4-x^2=x^2cdot r (x)$$ It follows that $r(x)=x^2+1$, a quadratic we can solve by the Quadratic Formula.
This is a rather bland example, so I'll demonstrate the procedure on a better example.
Suppose we have $$f(x)=x^3+4x^2+7x+4$$
Plugging in values for $x$, we get that $f(-1)=0$
So we have that:
$$x^3+4x^2+7x+4=(x+1)cdot g(x)$$
Or rather,
$$x^3+4x^2+7x+4=(x+1)(x^2+px+q)$$ for some real $p,q$.
Expanding this out we get:
$$x^3+4x^2+7x+4=x^3+(p+1)x^2+(p+q)x+q$$
From which it follows that $p=3, q=4$.
So: $$f(x)=(x+1)(x^2+3x+4)$$, which is a quadratic we can solve (even if the solutions aren't real)
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3008744%2ffactorise-the-following-px-as-the-product-of-a-linear-term-and-a-quadratic-pol%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
Really, these polynomials target a single skill: taking out a common factor. For example, with $x^2+x$, both terms have $x$ as a factor, so you can divide it out (inverse distributive property of sorts) and get $x(x+1)$.
$$$$
$$x^3+x = x(x^2+1)$$
Roots are $0$, $i$, and $-i$.
$$x^4+x^2 = x^2(x^2+1)$$
Roots are $0$, $i$, and $-i$.
$$x^3-x = x(x^2-1) = x(x+1)(x-1)$$
Roots are $0$, $1$, and $-1$.
Ah, see this is exactly what I thought to do at first, but then the wording of the question threw me. What do they mean by "product of a linear term"? Isn't 0 a real root? Is it possible to take 1 and 2 further so that the terms only give complex roots and no real roots? Or is that impossible?
– Kayla Martin
Nov 22 at 4:54
@KaylaMartin if p(x) has a real root, it will be there however further you take it. Linear term will obviously give you a real root. So, it is impossible.
– idea
Nov 22 at 4:59
Okay, thank you!
– Kayla Martin
Nov 22 at 5:01
add a comment |
up vote
1
down vote
accepted
Really, these polynomials target a single skill: taking out a common factor. For example, with $x^2+x$, both terms have $x$ as a factor, so you can divide it out (inverse distributive property of sorts) and get $x(x+1)$.
$$$$
$$x^3+x = x(x^2+1)$$
Roots are $0$, $i$, and $-i$.
$$x^4+x^2 = x^2(x^2+1)$$
Roots are $0$, $i$, and $-i$.
$$x^3-x = x(x^2-1) = x(x+1)(x-1)$$
Roots are $0$, $1$, and $-1$.
Ah, see this is exactly what I thought to do at first, but then the wording of the question threw me. What do they mean by "product of a linear term"? Isn't 0 a real root? Is it possible to take 1 and 2 further so that the terms only give complex roots and no real roots? Or is that impossible?
– Kayla Martin
Nov 22 at 4:54
@KaylaMartin if p(x) has a real root, it will be there however further you take it. Linear term will obviously give you a real root. So, it is impossible.
– idea
Nov 22 at 4:59
Okay, thank you!
– Kayla Martin
Nov 22 at 5:01
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
Really, these polynomials target a single skill: taking out a common factor. For example, with $x^2+x$, both terms have $x$ as a factor, so you can divide it out (inverse distributive property of sorts) and get $x(x+1)$.
$$$$
$$x^3+x = x(x^2+1)$$
Roots are $0$, $i$, and $-i$.
$$x^4+x^2 = x^2(x^2+1)$$
Roots are $0$, $i$, and $-i$.
$$x^3-x = x(x^2-1) = x(x+1)(x-1)$$
Roots are $0$, $1$, and $-1$.
Really, these polynomials target a single skill: taking out a common factor. For example, with $x^2+x$, both terms have $x$ as a factor, so you can divide it out (inverse distributive property of sorts) and get $x(x+1)$.
$$$$
$$x^3+x = x(x^2+1)$$
Roots are $0$, $i$, and $-i$.
$$x^4+x^2 = x^2(x^2+1)$$
Roots are $0$, $i$, and $-i$.
$$x^3-x = x(x^2-1) = x(x+1)(x-1)$$
Roots are $0$, $1$, and $-1$.
answered Nov 22 at 4:49
Christopher Marley
905115
905115
Ah, see this is exactly what I thought to do at first, but then the wording of the question threw me. What do they mean by "product of a linear term"? Isn't 0 a real root? Is it possible to take 1 and 2 further so that the terms only give complex roots and no real roots? Or is that impossible?
– Kayla Martin
Nov 22 at 4:54
@KaylaMartin if p(x) has a real root, it will be there however further you take it. Linear term will obviously give you a real root. So, it is impossible.
– idea
Nov 22 at 4:59
Okay, thank you!
– Kayla Martin
Nov 22 at 5:01
add a comment |
Ah, see this is exactly what I thought to do at first, but then the wording of the question threw me. What do they mean by "product of a linear term"? Isn't 0 a real root? Is it possible to take 1 and 2 further so that the terms only give complex roots and no real roots? Or is that impossible?
– Kayla Martin
Nov 22 at 4:54
@KaylaMartin if p(x) has a real root, it will be there however further you take it. Linear term will obviously give you a real root. So, it is impossible.
– idea
Nov 22 at 4:59
Okay, thank you!
– Kayla Martin
Nov 22 at 5:01
Ah, see this is exactly what I thought to do at first, but then the wording of the question threw me. What do they mean by "product of a linear term"? Isn't 0 a real root? Is it possible to take 1 and 2 further so that the terms only give complex roots and no real roots? Or is that impossible?
– Kayla Martin
Nov 22 at 4:54
Ah, see this is exactly what I thought to do at first, but then the wording of the question threw me. What do they mean by "product of a linear term"? Isn't 0 a real root? Is it possible to take 1 and 2 further so that the terms only give complex roots and no real roots? Or is that impossible?
– Kayla Martin
Nov 22 at 4:54
@KaylaMartin if p(x) has a real root, it will be there however further you take it. Linear term will obviously give you a real root. So, it is impossible.
– idea
Nov 22 at 4:59
@KaylaMartin if p(x) has a real root, it will be there however further you take it. Linear term will obviously give you a real root. So, it is impossible.
– idea
Nov 22 at 4:59
Okay, thank you!
– Kayla Martin
Nov 22 at 5:01
Okay, thank you!
– Kayla Martin
Nov 22 at 5:01
add a comment |
up vote
1
down vote
I think it's important you understand this idea for more difficult cases than you ask about, so my answer will touch on a more general method for solving these problems, and show you how it works for slightly more difficult cases.
We have that if for some polynomial $p(x)$, $p(a)=0$, then:
$$p(x)=(x-a)cdot q(x)$$
Where $q(x)$ is a polynomial one degree smaller than $p(x)$ (the degree of a polynomial just means the largest power of $x$ in it).
If you can find any point where a polynomial $p(x) $ has a zero, you can take out the factor in this way and find the smaller polynomial $q(x)$, which can either be solved or reduced again.
Let me demonstrate first on (b)
We have that $p(x)=x^4-x^2$
I like to test values $0,1,-1,2,-2$ etc... Here, it's plain that $p (0)=0$, so we take out $(x-0)$, or just $x$. We now have that:
$$x^4-x^2=xcdot q(x)$$
From which we get that $q(x)=x^3-x$. But $q(0)=0$, so we can take out another factor $x$, giving $$x^4-x^2=x^2cdot r (x)$$ It follows that $r(x)=x^2+1$, a quadratic we can solve by the Quadratic Formula.
This is a rather bland example, so I'll demonstrate the procedure on a better example.
Suppose we have $$f(x)=x^3+4x^2+7x+4$$
Plugging in values for $x$, we get that $f(-1)=0$
So we have that:
$$x^3+4x^2+7x+4=(x+1)cdot g(x)$$
Or rather,
$$x^3+4x^2+7x+4=(x+1)(x^2+px+q)$$ for some real $p,q$.
Expanding this out we get:
$$x^3+4x^2+7x+4=x^3+(p+1)x^2+(p+q)x+q$$
From which it follows that $p=3, q=4$.
So: $$f(x)=(x+1)(x^2+3x+4)$$, which is a quadratic we can solve (even if the solutions aren't real)
add a comment |
up vote
1
down vote
I think it's important you understand this idea for more difficult cases than you ask about, so my answer will touch on a more general method for solving these problems, and show you how it works for slightly more difficult cases.
We have that if for some polynomial $p(x)$, $p(a)=0$, then:
$$p(x)=(x-a)cdot q(x)$$
Where $q(x)$ is a polynomial one degree smaller than $p(x)$ (the degree of a polynomial just means the largest power of $x$ in it).
If you can find any point where a polynomial $p(x) $ has a zero, you can take out the factor in this way and find the smaller polynomial $q(x)$, which can either be solved or reduced again.
Let me demonstrate first on (b)
We have that $p(x)=x^4-x^2$
I like to test values $0,1,-1,2,-2$ etc... Here, it's plain that $p (0)=0$, so we take out $(x-0)$, or just $x$. We now have that:
$$x^4-x^2=xcdot q(x)$$
From which we get that $q(x)=x^3-x$. But $q(0)=0$, so we can take out another factor $x$, giving $$x^4-x^2=x^2cdot r (x)$$ It follows that $r(x)=x^2+1$, a quadratic we can solve by the Quadratic Formula.
This is a rather bland example, so I'll demonstrate the procedure on a better example.
Suppose we have $$f(x)=x^3+4x^2+7x+4$$
Plugging in values for $x$, we get that $f(-1)=0$
So we have that:
$$x^3+4x^2+7x+4=(x+1)cdot g(x)$$
Or rather,
$$x^3+4x^2+7x+4=(x+1)(x^2+px+q)$$ for some real $p,q$.
Expanding this out we get:
$$x^3+4x^2+7x+4=x^3+(p+1)x^2+(p+q)x+q$$
From which it follows that $p=3, q=4$.
So: $$f(x)=(x+1)(x^2+3x+4)$$, which is a quadratic we can solve (even if the solutions aren't real)
add a comment |
up vote
1
down vote
up vote
1
down vote
I think it's important you understand this idea for more difficult cases than you ask about, so my answer will touch on a more general method for solving these problems, and show you how it works for slightly more difficult cases.
We have that if for some polynomial $p(x)$, $p(a)=0$, then:
$$p(x)=(x-a)cdot q(x)$$
Where $q(x)$ is a polynomial one degree smaller than $p(x)$ (the degree of a polynomial just means the largest power of $x$ in it).
If you can find any point where a polynomial $p(x) $ has a zero, you can take out the factor in this way and find the smaller polynomial $q(x)$, which can either be solved or reduced again.
Let me demonstrate first on (b)
We have that $p(x)=x^4-x^2$
I like to test values $0,1,-1,2,-2$ etc... Here, it's plain that $p (0)=0$, so we take out $(x-0)$, or just $x$. We now have that:
$$x^4-x^2=xcdot q(x)$$
From which we get that $q(x)=x^3-x$. But $q(0)=0$, so we can take out another factor $x$, giving $$x^4-x^2=x^2cdot r (x)$$ It follows that $r(x)=x^2+1$, a quadratic we can solve by the Quadratic Formula.
This is a rather bland example, so I'll demonstrate the procedure on a better example.
Suppose we have $$f(x)=x^3+4x^2+7x+4$$
Plugging in values for $x$, we get that $f(-1)=0$
So we have that:
$$x^3+4x^2+7x+4=(x+1)cdot g(x)$$
Or rather,
$$x^3+4x^2+7x+4=(x+1)(x^2+px+q)$$ for some real $p,q$.
Expanding this out we get:
$$x^3+4x^2+7x+4=x^3+(p+1)x^2+(p+q)x+q$$
From which it follows that $p=3, q=4$.
So: $$f(x)=(x+1)(x^2+3x+4)$$, which is a quadratic we can solve (even if the solutions aren't real)
I think it's important you understand this idea for more difficult cases than you ask about, so my answer will touch on a more general method for solving these problems, and show you how it works for slightly more difficult cases.
We have that if for some polynomial $p(x)$, $p(a)=0$, then:
$$p(x)=(x-a)cdot q(x)$$
Where $q(x)$ is a polynomial one degree smaller than $p(x)$ (the degree of a polynomial just means the largest power of $x$ in it).
If you can find any point where a polynomial $p(x) $ has a zero, you can take out the factor in this way and find the smaller polynomial $q(x)$, which can either be solved or reduced again.
Let me demonstrate first on (b)
We have that $p(x)=x^4-x^2$
I like to test values $0,1,-1,2,-2$ etc... Here, it's plain that $p (0)=0$, so we take out $(x-0)$, or just $x$. We now have that:
$$x^4-x^2=xcdot q(x)$$
From which we get that $q(x)=x^3-x$. But $q(0)=0$, so we can take out another factor $x$, giving $$x^4-x^2=x^2cdot r (x)$$ It follows that $r(x)=x^2+1$, a quadratic we can solve by the Quadratic Formula.
This is a rather bland example, so I'll demonstrate the procedure on a better example.
Suppose we have $$f(x)=x^3+4x^2+7x+4$$
Plugging in values for $x$, we get that $f(-1)=0$
So we have that:
$$x^3+4x^2+7x+4=(x+1)cdot g(x)$$
Or rather,
$$x^3+4x^2+7x+4=(x+1)(x^2+px+q)$$ for some real $p,q$.
Expanding this out we get:
$$x^3+4x^2+7x+4=x^3+(p+1)x^2+(p+q)x+q$$
From which it follows that $p=3, q=4$.
So: $$f(x)=(x+1)(x^2+3x+4)$$, which is a quadratic we can solve (even if the solutions aren't real)
answered Nov 22 at 5:50
Rhys Hughes
4,6651327
4,6651327
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3008744%2ffactorise-the-following-px-as-the-product-of-a-linear-term-and-a-quadratic-pol%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What have you tried? Where are you confused?
– Dzoooks
Nov 22 at 4:45