Maximal Number of Intersections

Algebra Level 3

Suppse F ( x ) F(x) , and G ( x ) G(x) are two distinct (not identical) polynomials, of degrees f f and g g . What is the maximal possible number of points of intersection between F ( x ) F(x) and G ( x ) G(x) ?

Note: max ( f , g ) \text{max}(f,g) denotes the higher of the two degrees, while min ( f , g ) \text{min}(f,g) denotes the lower.

max ( f , g ) \text{max}(f,g) max ( f , g ) 1 \text{max}(f,g)-1 min ( f , g ) \text{min}(f,g) min ( f , g ) + 1 \text{min}(f,g)+1 \infty

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Zane Gates
Jun 8, 2019

Consider the difference between the two polynomials, D ( x ) = F ( x ) G ( x ) D(x)=F(x)-G(x) . Then, the degree of D ( x ) D(x) will be at most max ( f , g ) \text{max}(f,g) . Each root of D ( x ) D(x) corresponds to a point of intersection, so the maximum number of roots is the same as the polynomial's degree, hence max ( f , g ) \text{max}(f,g) .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...