How to distinguish between equality of polynomials and a polynomial equation?

114 Views Asked by At

Two polynomials are equal, if and only if they have the same coefficients and degrees for the corresponding terms (or they can be so arranged.)

A polynomial equation is when both sides of the equation is a polynomial expression.

These are two different mathematical statements, but strangely, I cannot think of a way to express these two statements with different notations so that the difference is clear.

When we write a polynomial equation, in which both sides of the equal sign is a polynomial expression, this represents an equation to be solved for the variable(s) in question, but does not mean the actual polynomial expressions are equal, the conditions for which I have given above.

If so, how do we express mathematically that two polynomials are equal and that we are not talking about an equation?

2

There are 2 best solutions below

3
On BEST ANSWER

Q: "... how do we express mathematically that two polynomials are equal and that we are not talking about an equation?"

A: Normally, with words.

Usually something like "We know that for all x ..." for the first case, and "Solve ..." or "Find all $x$ such that ..." for the second case. Often there is enough context that it is clear which is intended without being explicit, but to your generic question that's the answer.

If you like being pedantic, you can write

$$ \forall x \,\,\,\,\,p_1(x) = p_2(x) $$ and $$ \{x \mid p_1(x) = p_2(x)\} $$ respectively, but you don't gain much clarity with these. Maybe a computer program might prefer them, but most humans like words.

Edited to add, replying to comment:

Adding the quantifier might resolve everything for a polynomial in one variable, but you might want to think about what's going on if you have functions of two variables, and you are asked for:

  • Find all $y$ such that $p_1(x,y) = p_2(x.y)$ for all values of $x$.

Again, you can encode this with just notation by considering $$\{y \mid \forall x \,\,\,\, p_1(x,y) = p_2(x.y) \}$$

Maybe we can broaden your comment to say that we only have clarity when there are no free variables left. But note that the traditional definition of a free variable is one without a $\forall$ or $\exists$ modifier, and we broaden that to include "set of all $x$ such that ...".

2
On

Notation :

I have seen & used this Notation :

Polynomial Equation : $P_1(x)=P_2(x)$
Eg : $x^2+x=x^2+1$
$x^2+1=2x$

Polynomial Identity [ which OP is calling Polynomial "Equality" ] : $P_1(x) \equiv P_2(x)$
Eg : $x^2+2x+1 \equiv 1+2x+x^2$
$(x+y)^2 \equiv x^2+2xy+y^2$

Usage in text books & articles :

IDENTITY 1
"INTRODUCTORY MATHEMATICS FOR ENGINEERS
A. D. MYSKIS"

IDENTITY 2
https://slideplayer.com/slide/3358130/

OBSERVATIONS :

( This Section was added before I added the Images ! )

This is in line with trigonometry :
Equation : $\sin(x)=\cos(x)+1$
Identity : $\sin(2x) \equiv 2\sin(x)\cos(x)$

This Notation is used when we want to Distinguish the 2 Cases & we want to be rigorous.
Otherwise , most of the time "$=$" will do , where "$\equiv$" might be used. Myskis alluded to the Same Point.

A View-Point is that Equation might have no Solution , unique Solution , infinite Solution , Etc while Identity is some Equation where the whole Domain is the Solution Set !

We read "$=$" like "Equal to"
We could read "$\equiv$" like "Identically Equal to" & "Equivalent to"