mech-eng
- 825
- 13
Source: Automatic Control Systems by Kuo
Thank you
Here is an article on the properties of analytic functions:mech-eng said:View attachment 98948 Hi, I try to learn the subject of automatic control and there is an explanation which I cannot understand, probably because of background of mathematics. Here is the explanation. I would like to ask that how a function be analitc in the s-plane and would you like to explain it.
Source: Automatic Control Systems by Kuo
Thank you
In this context "analytic" means that it has a complex derivative in the complex plane, s. All polynomials are analytic in the entire complex plane and the quotient of polynomials is analytic everywhere in the complex plane except at the zeros of the denominator. So the function G(s) in the OP is analytic everywhere for s in the complex plane except at s = 0, -1, and -3.Jeff Rosenbury said:I think analytic would be opposed to not solvable analytically, i.e. numeric or stochastic methods were used to arrive at a solution.
FactChecker said:In this context "analytic" means that it has a complex derivative in the complex plane, s. All polynomials are analytic in the entire complex plane and the quotient of polynomials is analytic everywhere in the complex plane except at the zeros of the denominator. So the function G(s) in the OP is analytic everywhere for s in the complex plane except at s = 0, -1, and -3.
The derivative of a complex-valued function, f, of a complex variable, z, at point z0 is the complex number d, such that d = limz->z0( f(z)-f(z0 ) / (z-z0). The limit value, d, must be the same no matter what direction z approaches z0 from.mech-eng said:What does complex derivative refer to?
Thank you.
FactChecker said:The derivative of a complex-valued function, f, of a complex variable, z, at point z0 is the complex number d, such that d = limz->z0( f(z)-f(z0 ) / (z-z0). The limit value, d, must be the same no matter what direction z approaches z0 from.
When a function, f, has this property, the consequences are profound. If it has one derivative, then is has all higher order derivatives. It has a convergent power series expansion. It's integral also has very special properties. I am sure that you will see a lot of this as you continue your studies.
Yes. It is complex analysis. Real analysis would emphasize things that will not help much. I would look for a book in control laws that will summarize the basic complex analysis that is needed to understand control laws. If you need more, you can just read sections of complex analysis books. And the complex analysis books should be for engineers, not mathematicians.mech-eng said:Is this topic belong to Complex Analysis Theory? In which books and at which titles of those books I can find this topic? Even I do not know enough Real Analysis [Calculus], first should I learn Real Analysis?
Thank you.
Not all differential equations have analytic solutions. When these problems need to be solved they are sometimes solved either numerically or stochastically.StephenBarton said:Can you please explain me what numeric or stochastic methods are used actually to solve it.