what does the positive and negative values concave mean?.
2 views (last 30 days)
Show older comments
Aisha Mohamed
on 13 Sep 2022
Commented: Aisha Mohamed
on 22 Sep 2022
I am studying the behavoure of this function
p=[(0.9000 - 0.0010i) (0.4243 + 0.0017i) (0.1000 + 0.3000i)];
and when I plotted the cos(phase(p(z))) I got the following graph
Although I described the graph according the color bar, I only described the color and I did not extract any information about the function, I am sure this graph tell us alot about the function cos(phase(p(z))), where(p(z)=f_k(z)).
For example ,
1-what does the positive and negative values concave mean?.
2- what does that mean when we find the two blue dots at the roots of the function (p(z))?
3- How can I describe this figure to get worth information about this function?
I appreciate any help.
5 Comments
Accepted Answer
David Goodmanson
on 20 Sep 2022
Edited: David Goodmanson
on 20 Sep 2022
Hello Aisha,
You are looking at a polynomial function of z, with two roots as you stated. To see what is going on, it helps to look first at just the function f(z)=z and its single root at z=0. The upper left figure below shows the phase angle of z, which by convention is -pi<angle<pi. The angle is 0 along the pos real axis, runs ccw to +pi on the neg real axis and cw to -pi, also on the neg real axis. There is a 2pi discontinuity on neg real axis. That is the standard convention, but it's just a convention. You could have 0<angle<2pi if you wanted. Then the angle starts at 0 on the pos real axis and goes all the way around ccw to +2pi on pos real axis. Consequently there is a 2pi discontinuity on the pos real axis.
Once you take a cosine or sine of the phase angle, the discontinuity disappears because trig functions don't care about 2pi discontinuities. So you are not 'solving' the angle discontinuity, it's always there. You are merely inserting the angle into a function that doesn't care about it [as long as the discontinuity is an integral multiple of 2pi]. That's shown on the figure on the upper right, where yellow colors are pos cos and blue colors are neg cos as you mentioned. Note that as you circle the origin, you go from the top to the bottom of the colorbar and back again. I'll call that one circuit of the colorbar.
At z=0, the root of the function, all colors converge and the angle is undefined. That's like taking atan(y/x) where both x and y are zero.
The lower two figures are the function you have. There two roots, so two points where the angle is undefined. The phase angles associated with each point are additive. That means that on the lower right plot, if you take a large radius and go around both roots, you go through two circuits of the colorbar. Picking a smaller path that encircles one of the roots gives one circuit of the colorbar. The same kind of argument applies to lower left plot, where you go through either one or two angle discontinuities depending on the path.
More Answers (0)
See Also
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!