Perceived Ambiguity in Factoring Polynomial Expressions

In summary: The equation x(x + 10) = 0 is only true for two values of x - x = 0 and x = -10. So the equation x(x + 10) = 25 can't be true, because it would have to be true for those same two values of x.In summary, the conversation discusses the concept of factoring equations and how different factorings can lead to different solution sets. The first equation, 3x^3 = -5x^2 + 2x, is an example of a trinomial that can be factored in multiple ways, resulting in different solution sets. The second problem, abs(x^2 + 10x) = 25, is solved
  • #1
xxpbdudexx
20
0
As it turns out, this first part was an extremely pervasive user error that I have not seen for days. Still, though, it is interesting that equations can be factored in many different ways, so I will post that here instead:

3x^3 = -5x^2 +2x

-3x^3 -5x^2 + 2x = 0
Factored: x(-3x+1)(x+2) and x(3x-1)(-x-2)

x(3x^2 + 5x -2)
Factored: x(3x-1)(x+2) and x(-3x+1)(-x-2)

It seems as though any factoring of a trinomial can be made entirely of opposite signs and yet still produce the same solution sets.

Over the course of the last few days, I have found several equations which are so seemingly ambiguous that, when factored one way, produce one solution set, and, when factored another way, yield an entirely different solution set. In particular, I want to look at these two equations:

[STRIKE]3x^3 = -5x^2 +2x[/STRIKE]
abs(x^2 +10x) = 25
[STRIKE]
The first one was an example that my college algebra teacher used to explain factoring to the class.

I assumed that the easiest way to solve this equation was to simply subtract the 3x^3 to the other side of the equation. So then:

-3x^3 -5x^2 + 2x = 0

I then factored out an x:

x(-3x^2 -5x +2) = 0

Then finally, factoring the equation:

x(-3x+1)(x+2) = 0

which yields x = {0, -2, 1/3}

Note: Perhaps you already see what is going to happen. I know that factoring a -x out of the original equation would have yielded the same answer as the other equation, my concern is why it is necessary to do so.

My teacher, however, in her demonstration, decided to do it another way. She decided to move the -5x^2 and 2x to the other side with the 3x^3. So:

x(3x^2 + 5x -2)

Here, I also noticed that the trinomial can be factored to both (3x-1)(x+2) and (-3x-1)(-x-2), but this is not so troubling since they both at least yield the same solution set.

The solution set here is

x = {0, -2, 1/3}

Simply put, how the hell does the same equation factored two different ways yield 1/3 and -1/3 but either way doesn't yield both?
[/STRIKE]
Then there is the second problem.

abs(x^2 +10x) = 25

I know that the equation requires one factoring and then one quadratic formula. Erm, to pose my exact question in a way that will probably make me seem rather stupid, why is doing this an invalid way to solve this equation?

x(x+10) = 25
x(x+10) = -25

x = {25, -25, 15, -35}

Or rather, what sort of rule/law/theorem/etc. is in place to prevent this kind of mathematical butchering from happening?

I think I'm going insane with these problems.

If this belongs in homework problems, sorry, but I didn't assume it did since I already know the answers to these problems and I am not merely asking for help.
 
Last edited:
Mathematics news on Phys.org
  • #2


#1
-3x^3 -5x^2 + 2x = 0
Factored: x(-3x+1)(x+2) and x(3x-1)(-x-2)

All your doing is distributing the -1.

I'd proceed to solve it as:
-(3x3+5x2-2x)=0
-x(3x2+5x-2)=0
-x(3x-1)(x+2)=0

To get your first result, just multiply the -1 to (3x-1) and for the second result, just multiply the -1 to (x+2)

x(3x^2 + 5x -2)
Factored: x(3x-1)(x+2) and x(-3x-1)(-x+2) This is incorrect. Multiplying it out yields:
x(3x2-5x-2)

#2
:wink:Property

Zero product property
 
Last edited:
  • #3


BloodyFrozen said:
#1
-3x^3 -5x^2 + 2x = 0
Factored: x(-3x+1)(x+2) and x(3x-1)(-x-2)

All your doing is distributing the -1.

I'd proceed to solve it as:
-(3x3+5x2-2x)=0
-x(3x2+5x-2)=0
-x(3x-1)(x+2)=0

To get your first result, just multiply the -1 to (3x-1) and for the second result, just multiply the -1 to (x+2)

x(3x^2 + 5x -2)
Factored: x(3x-1)(x+2) and x(-3x-1)(-x+2) This is incorrect. Multiplying it out yields:
x(3x2-5x-2)

#2
:wink:Property

Zero product property

I see. So the different factorings are merely due to a factored -1. That makes sense.

So then, with the second problem, the equation must be equal to zero in order to the zero product property? Okay, thanks, that helps a lot.
 
  • #4


xxpbdudexx said:
So then, with the second problem, the equation must be equal to zero in order to the zero product property?

Yes :smile:
 
  • #5


xxpbdudexx said:
Then there is the second problem.

abs(x^2 +10x) = 25

I know that the equation requires one factoring and then one quadratic formula. Erm, to pose my exact question in a way that will probably make me seem rather stupid, why is doing this an invalid way to solve this equation?

x(x+10) = 25
x(x+10) = -25

x = {25, -25, 15, -35}

It is correct to say

"If x(x+10) = 0, then x = 0 or x+10 = 0, therefore x = 0 or x = -10"

But that is only valid if the right hand side is 0.

You can't say

"If x(x+10) = 25 then x = 25 or x+10 = 25"

That is completely wrong. You are trying to say something like
"25 x 1 = 25, therefore either x = 25 and x+10 = 1, or x = 1 and x+10 = 25"
which makes no sense.

The right way to solve this is to say

abs(x^2 +10x) = 25
Therefore either x^2 + 10x = 25, or x^2 + 10x = -25
Therefore either x^2 + 10x - 25 = 0, or x^2 + 10x + 25 = 0

And then solve the two quadratic equations separately.

One equation factorizes nicely, but you have to use the quadratic formula to solve the other one.
 
  • #6


xxpbdudexx said:
So then, with the second problem, the equation must be equal to zero in order to the zero product property?
This is a fine point - an equation is not equal to any number. An equation is made up of two expressions that have the same value.

An equation can be either true or false. Some equations are always true; some are true only under certain conditions; and some are always false. Here are examples of all three.

x2 + 2x + 1 = (x + 1)2 (always true)
x2 + 2x + 1 = 1 (true only for certain values of x: 0 or -2)
x + 1 = x + 3 (never true)
 

Related to Perceived Ambiguity in Factoring Polynomial Expressions

What is perceived ambiguity in factoring polynomial expressions?

Perceived ambiguity in factoring polynomial expressions refers to the confusion or uncertainty that arises when trying to determine the correct factorization of a polynomial expression. This can occur when there are multiple ways to factor the expression or when the expression contains variables or complex numbers.

Why is perceived ambiguity a problem in factoring polynomial expressions?

Perceived ambiguity can be a problem in factoring polynomial expressions because it can lead to incorrect solutions and make it difficult to determine the most simplified form of the expression. This can also make it challenging to solve equations or graph the expression accurately.

How can perceived ambiguity be reduced in factoring polynomial expressions?

To reduce perceived ambiguity in factoring polynomial expressions, it is important to follow a systematic approach and use established rules and techniques. This may involve finding common factors, using the distributive property, or applying the quadratic formula for more complex expressions.

What are some common mistakes people make when factoring polynomial expressions?

Some common mistakes people make when factoring polynomial expressions include forgetting to check for common factors, incorrectly applying the distributive property, and forgetting to account for negative signs. It is also important to pay attention to the degree of the polynomial and the signs of the terms.

Why is it important to master factoring polynomial expressions?

Mastering factoring polynomial expressions is important because it is a fundamental skill in mathematics and is used in many higher-level concepts such as solving equations, simplifying expressions, and graphing functions. It also helps develop critical thinking and problem-solving skills.

Similar threads

Replies
4
Views
870
Replies
2
Views
826
Replies
15
Views
2K
  • General Math
Replies
2
Views
794
Replies
1
Views
842
  • General Math
Replies
3
Views
2K
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
10
Views
475
Replies
8
Views
1K
Replies
7
Views
1K
Back
Top