Hey where do i begin with this complex polynomial question?

Click For Summary

Homework Help Overview

The discussion revolves around a problem involving polynomials with real coefficients, specifically examining the equation (f(x))^2 − x(g(x))^2 = x(h(x))^2. Participants are tasked with demonstrating that this leads to f(x) = g(x) = h(x) = 0, while also exploring cases with complex coefficients.

Discussion Character

  • Exploratory, Conceptual clarification, Assumption checking

Approaches and Questions Raised

  • Participants express uncertainty about where to begin and discuss the implications of the polynomial degrees involved in the equation. Some suggest comparing the degrees of the polynomials on both sides of the equation. Others explore specific examples to illustrate their points, questioning how assumptions about real versus complex coefficients affect the equality.

Discussion Status

The discussion is ongoing, with participants sharing various insights and examples. Some have pointed out the importance of polynomial degree in establishing equality, while others are attempting to clarify the implications of using complex coefficients. There is a recognition that the assumptions made about real coefficients lead to specific conclusions, but the exploration of complex coefficients remains a point of confusion.

Contextual Notes

Participants note that the equality must hold for all values of x, and there is a discussion about the implications of polynomials having the same degree but not being equal. The conversation also touches on the need to consider leading coefficients and their effects in the context of complex numbers.

ivan_x3000
Messages
19
Reaction score
0

Homework Statement


Let f(x), g(x), and h(x) be polynomials in x with real coefficients. Show that if (f(x))^2 −x(g(x))^2 =x(h(x))^2,

then f(x) = g(x) = h(x) = 0. Find an example where this is not the case when we use polynomials with complex coefficients.


i have no idea where to start here


Homework Equations


long division
euclid's algorithm
alpha, beta, gama roots
complex form

The Attempt at a Solution


I have no idea where to start here
 
Physics news on Phys.org
ivan_x3000 said:

Homework Statement


Let f(x), g(x), and h(x) be polynomials in x with real coefficients. Show that if (f(x))^2 −x(g(x))^2 =x(h(x))^2,

then f(x) = g(x) = h(x) = 0. Find an example where this is not the case when we use polynomials with complex coefficients.


i have no idea where to start here


Homework Equations


long division
euclid's algorithm
alpha, beta, gama roots
complex form

The Attempt at a Solution


I have no idea where to start here

For real polynomials, ##g(x)^2## and ##h(x)^2## are polynomials of even degree and with leading coefficients > 0, so this is true of ##g(x)^2 + h(x)^2## as well. The polynomial ##x g(x)^2 + x h(x)^2 = x [(g(x)^2 + (h(x)^2]## has odd degree with a positive leading coefficient, so cannot be equal to the even-degree polynomial ##f(x)^2##.

See if you can spot the place or places where the assumption of real coefficients was used.
 
  • Like
Likes   Reactions: 1 person
Maybe start by comparing the degrees of ##(f(x))^2##, ##x(g(x))^2##, and ##x(h(x))^2##.

[edit] Ray beat me to it. :smile:
 
jbunniii said:
Maybe start by comparing the degrees of ##(f(x))^2##, ##x(g(x))^2##, and ##x(h(x))^2##.

[edit] Ray beat me to it. :smile:

Your response is better: it does not give away as much as mine. I overdid it there; sorry!
 
wait if i said the polynomial was x

x^2 -x^3 = x^3
they have the same degree but they are not equal, really confused by this whole complex number thing

what does f(x)=g(x)=h(x)=0 entail?

So...
f(x)^2 = x(g(x)^2+h(x)^2)
disproves the equation because the degree of lhs has to be even and the degree of rhs has to be odd

So the only way the assumption would be true is if it were all equal to zero oh ok
 
ivan_x3000 said:
wait if i said the polynomial was x

x^2 -x^3 = x^3
they have the same degree but they are not equal, really confused by this whole complex number thing
Yes, that's the point. The goal is to show that with real coefficients, you only get equality if ##f##, ##g##, and ##h## are all identically zero. Your example is consistent with this.

So...
f(x)^2 = x(g(x)^2+h(x)^2)
disproves the equation because the degree of lhs has to be even and the degree of rhs has to be odd

So the only way the assumption would be true is if it were all equal to zero oh ok
Yes, that's right. But be sure to write out the details, because this is false if the coefficients are allowed to be complex: in that case, you can get equality even if the polynomials are not all zero.
 
But if i say... they all equal to (1+i)

(1+i)^2 + x(1+i)^2 = x(1+i)^2

how do i deal with the x's
 
ivan_x3000 said:
wait if i said the polynomial was x

x^2 -x^3 = x^3
they have the same degree but they are not equal, really confused by this whole complex number thing

what does f(x)=g(x)=h(x)=0 entail?

So...
f(x)^2 = x(g(x)^2+h(x)^2)
disproves the equation because the degree of lhs has to be even and the degree of rhs has to be odd

So the only way the assumption would be true is if it were all equal to zero oh ok

Polynomials having the same degree may be (identically) equal or unequal; your illustration above is for the unequal case.

Polynomials that are equal must have the same degree; in other words, if the degrees are different the polynomials cannot be (identically) equal.
 
ivan_x3000 said:
But if i say... they all equal to (1+i)

(1+i)^2 + x(1+i)^2 = x(1+i)^2

how do i deal with the x's
No, that example doesn't work. Try choosing ##g(x)## and ##h(x)## so that the leading coefficients of ##x(g(x))^2## and ##x(h(x))^2## cancel each other out (one is the negative of the other).
 
  • #10
how about x=i, f(x)=1+i, g(x)=1+i, h(x)=1-i

(1+i)^2 + x(1+i)^2 = = x(1-i)^2
(1+i)^2 = (1+i+1-i)(1^2-i+i^2)
2i = x(2i) which if x=1 then it's true?
 
  • #11
Misunderstood the question!
 
  • #12
HallsofIvy said:
Misunderstood the question!

Wait how come? I'm trying to do the part where i have to show how the assumption is through for polynomials in the complex plane
 
  • #13
ivan_x3000 said:
how about x=i, f(x)=1+i, g(x)=1+i, h(x)=1-i
If you are trying to show equality of polynomials, you don't pick a value for ##x##. The equality has to be true for all values of ##x##.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
Replies
9
Views
3K
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
4
Views
2K
  • · Replies 0 ·
Replies
0
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K