Number of roots on the right side of the field for f(z)=z^6+7z^4-3z^2+z+1?

  • Thread starter Thread starter nhrock3
  • Start date Start date
  • Tags Tags
    Theorem
Click For Summary
SUMMARY

The discussion focuses on determining the number of roots on the right side of the field for the polynomial function f(z) = z^6 + 7z^4 - 3z^2 + z + 1. Participants suggest using Mathematica to visualize the roots and emphasize the importance of the Argument Principle for proving the results. The Argument Principle involves analyzing the change in argument of the function along a closed half-circle contour in the right half-plane as R approaches infinity. This approach allows for a definitive count of the roots in the specified region.

PREREQUISITES
  • Understanding of complex analysis and polynomial functions
  • Familiarity with the Argument Principle in complex analysis
  • Proficiency in using Mathematica for plotting and solving equations
  • Knowledge of contour integration and argument changes in complex functions
NEXT STEPS
  • Learn how to use Mathematica for complex function visualization
  • Study the Argument Principle in detail, focusing on its applications
  • Explore root-finding techniques for polynomials in complex analysis
  • Investigate contour integration methods for analyzing complex functions
USEFUL FOR

Mathematicians, students of complex analysis, and anyone interested in polynomial root-finding techniques and their applications in mathematical proofs.

nhrock3
Messages
403
Reaction score
0
find the number of roots on the right side of the field
for
[tex]f(z)=z^6+7z^4-3z^2+z+1[/tex]

??

usually i have stuff like 1<|z|<4

but here instead they say "on the right side of the field"
meaning on the right frim the imaginary axes

i can't interpret it into a circles like i am use to
 
Physics news on Phys.org
nhrock3 said:
find the number of roots on the right side of the field
for
[tex]f(z)=z^6+7z^4-3z^2+z+1[/tex]

??

usually i have stuff like 1<|z|<4

but here instead they say "on the right side of the field"
meaning on the right frim the imaginary axes

i can't interpret it into a circles like i am use to

First, just plot the roots using Mathematica:

Code:
myeqn = z^6 + 7 z^4 - 3 z^2 + z - 1;
myzeros = N[z /. Solve[myeqn == 0, z]]
mypoints = Point @@ {{Re[#], Im[#]} & /@ myzeros}
Show[{Graphics[{{Red, PointSize[0.01], mypoints}, 
    Circle[{0, 0}, 1]}]}, PlotRange -> {{-5, 5}, {-5, 5}}, 
 Axes -> True]

Not doing that to act smart. I think it's crucial to learn Mathematica and use it in your math education. So we know where they are. Now prove it using the Argument Principle:

First, what would happen if I just plug in the value [itex]ai[/itex] for real a into that expression. Will it ever be zero? Next consider the change in argument of

[tex]f(z)=z^6+7z^4-3z^2+z-1=z^6\left(1+7/z^2-3/z^4+1/z^5-1/z^6\right)[/tex]

along the closed half-circle contour in the right half-plane and allow R to go to infinity. Where do you start with such a thing? Well, [itex]\arg(zw)=\arg(z)+\arg(w)[/itex] so that as R goes to infinity, how will the argument change for [itex]z^6[/itex] along the curved part of the half-circle from [itex]-\pi/2[/itex], around to [itex]\pi/2[/itex]? You can do that. And as R goes to infinity, how will the argument change for that other expression as you go around the half-circle? Finally, how will the argument change from the point say [itex]f(a i)[/itex] down the imaginary axis, to the point [itex]f(-ai)[/itex] as a goes to infinity? Now, does your work with the Argument Principle agree with the plot above?
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
Replies
2
Views
2K
Replies
6
Views
2K
Replies
5
Views
1K
Replies
2
Views
2K
Replies
7
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
Replies
11
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
Replies
1
Views
2K