What is the coefficient of the second order term in this polynomial expression?

  • Context: Undergrad 
  • Thread starter Thread starter avikarto
  • Start date Start date
  • Tags Tags
    Polynomial Square root
Click For Summary

Discussion Overview

The discussion revolves around determining the coefficient of the second order term in a polynomial expression, specifically examining the nature of an equation that includes a radical term. Participants explore whether the given expression qualifies as a polynomial and discuss methods for finding roots, including squaring the equation and using numerical methods.

Discussion Character

  • Debate/contested
  • Mathematical reasoning
  • Technical explanation

Main Points Raised

  • One participant questions whether the expression x^2 + 5x√(x^2 + 3) + x + 1 = 0 is a polynomial due to the presence of an irreducible radical.
  • Another participant suggests that squaring both sides could yield a polynomial equation, but acknowledges that this does not change the original equation's classification.
  • Concerns are raised about whether squaring the equation preserves the roots, with some participants arguing that it may introduce additional roots that do not satisfy the original equation.
  • There is a suggestion to use Newton's Method for finding roots of the polynomial derived from squaring the equation.
  • Participants express uncertainty about the transformation from the roots of the squared equation back to the original equation's roots.
  • A graphical representation of the equations is shared, which some participants find helpful for understanding the problem.
  • One participant notes that the example equation was fabricated for simplicity, but believes the discussed methods still apply to the actual problem at hand.

Areas of Agreement / Disagreement

Participants do not reach a consensus on whether the original expression qualifies as a polynomial. There are competing views on the implications of squaring the equation and its effect on the roots.

Contextual Notes

Participants express limitations in their understanding of polynomial definitions and the implications of operations like squaring on the nature of the roots. The discussion includes unresolved questions about the transformation of roots between the original and squared equations.

avikarto
Messages
56
Reaction score
9
I am trying to use a numerical polynomial root finding method, but I am unsure of the order of an expression. For example, if I have something that looks like
x2+5x √(x2+3)+x+1=0
what is the coefficient of the second order (and potentially even the first order) term? Is the entire 5x√... term second order, or does it have lower order components as well?
 
Mathematics news on Phys.org
I'm thinking, and I'm not an expert on polynomial mathematics, but that the equation you listed isn't actually one. I make that statement with the thought in mind that a term cannot include an irreducible radical as part of the product.

See more about the definition of a polynomial here: http://www.purplemath.com/modules/polydefs.htm
 
Last edited:
If not a polynomial, then what kind of equation is it? This is asked in an effort to determine a numerical method to use.
 
And you can always square both sides to get a polynomial.
 
You can square both sides to get a PE, that is true, but that doesn't necessarily make the original equation a PE. Think about it this way. You can square an imaginary number to get a real one, but the operation fundamentally undoes the operation that created the imaginary number in the first place. If you're looking for a root, than I suspect that you've already found your answer to find a solution. Square it and solve. For PE, I know with certainty that changing it's form by multiplying by a constant doesn't change the roots, so I suspect the same is true in this case. For instance, the roots of Q(x) are the same for A*Q(x) where A is in the reals. I suspect squaring both sides, simplifying and solving for the roots will give you the answer. If you want to verify (since you're using numerical methods), you could simply graph the two equations with Geogebra and see if they intersect... actually... I'll pull out my laptop and give that a try myself... you've got me curious.
 
Oooh. Bad news... the radical doesn't disappear when you square it.

LHS2 = x4 + 26x4 + 2x3(5x√x2+3) + 2x2(5x√x2+3) + 2x(5x√x2+3) + 1

This means that strategy's out the door.
 
Last edited:
avikarto said:
x2+5x √(x2+3)+x+1=0
Change to x^2+x+1=-5x\sqrt{x^2+3}

Now square both sides to get a polynomial equation.
 
Did it quickly and got:

24x^4-2x^3+72x^2-2x-1 = 0

What about using Newton's Method on it? The derivative a polynomial is trivial to compute?
 
Thanks, all. Would the roots of the squared equation in the last post be the same as the roots of the starting equation? Multiplying by a constant preserves the roots, but does squaring? If not, what is the transformation from these solutions back to those of the original problem?
 
  • #10
avikarto said:
Thanks, all. Would the roots of the squared equation in the last post be the same as the roots of the starting equation? Multiplying by a constant preserves the roots, but does squaring? If not, what is the transformation from these solutions back to those of the original problem?

Squaring preserves the roots, but does not reflect the roots. That is, if you have an equation ##f(x) = g(x)## then any ##x## that satisfies this, will also satisfy ##f(x)^2 = g(x)^2##. But not every ##x## that satisfies ##f(x)^2 = g(x)^2## will satisfy ##f(x) = g(x)##. That is: you may have added some roots by squaring. No harm though: just find the roots of ##f(x)^2 = g(x)^2## and check for each root whether it satisfies ##f(x) = g(x)##.
 
  • #11
Thanks everyone!
 
  • #12
Here's a graphical representation of the two equations:
Two Functions.png
 
  • #13
That's nice to see, a graphical representation always helps think about things. Sadly, this equation was just a thing that I pulled out of thin air as a simpler example for the true problem at hand. The "isolating the root and squaring" method should still hold in my case, though.
 
Last edited:
  • #14
avikarto said:
That's nice to see, a graphical representation always helps think about things. Sadly, this equation was just a thing that I pulled out of thin air as a simpler example for the true problem at hand. The "isolating the root and squaring" method should still hold in my case, though.
Despite it, you should be cautious whenever you square the both sides of an equation, for it tends to give more roots that don't meet the origin one.
 
  • #15
tommyxu3 said:
Despite it, you should be cautious whenever you square the both sides of an equation, for it tends to give more roots that don't meet the origin one.

The solutions of ##f^2(x) = g^2(x)## obviously give the solutions of both ##f(x) =g(x)## and ##f(x) = - g(x)##.

In any case, doesn't the Newton-Raphson method apply to arbitrary functions you can calculate the derivative of, not just polynomials? If you can obtain a computer generated sketch of the function you can plug in the approx values for the zeroes of the function and iterate with N-R.
 
Last edited:

Similar threads

  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 0 ·
Replies
0
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K