Derivating polynomial with complex argument

Click For Summary
SUMMARY

The discussion centers on deriving a polynomial with a complex argument, specifically the polynomial represented as A(a+bi)^n, where a and b are variables. The user explores methods to compute the partial derivative of the polynomial with respect to b, considering both the binomial theorem and polar forms of complex numbers. A key insight shared is the application of the chain rule, leading to the conclusion that the derivative can be expressed as dP/db = (dP/dz)(dz/db) = i(dP/dz). This approach simplifies the differentiation process significantly.

PREREQUISITES
  • Understanding of complex numbers and their representation
  • Familiarity with polynomial functions and their derivatives
  • Knowledge of the binomial theorem
  • Basic principles of calculus, particularly the chain rule
NEXT STEPS
  • Study the application of the binomial theorem in complex analysis
  • Learn about polar forms of complex numbers and their derivatives
  • Explore advanced calculus techniques, including the chain rule in multivariable functions
  • Investigate software tools for symbolic computation, such as SymPy or Mathematica, for polynomial differentiation
USEFUL FOR

This discussion is beneficial for mathematicians, students studying complex analysis, and software developers working on mathematical modeling involving complex polynomials.

Alesak
Messages
111
Reaction score
0
hello all(where is some waving smiley?)

ive got one problem. i have a polynomial, i.e. Ax^n, but x is a complex number. so its A(a+bi)^n and a and b are variables. then i need partial derivative of a with respect to b. so i can simply rewrite it using binomial theorem to A(a^n*b^0*i^0 + ... + a^0*b^n*i^n) and threat with b as with constant and derivate it as ordinary polynomial. its easy to do it in hand but i need to do it in a program in which its really difficult to do. i was thinking to use some other form of complex number, as A|x|(e^i*(angle)*n) or A|x|(cos(angle*n)+i*sin(angle*n)), which is easy to exponentiate but hard to derivate(algebraic form is hard to exponentiate and easy to derivate, how sweet). I am asking if i can derivate complex polynomial somehow else than as i said or substituing for |x| (a*a+b*b)^0.5 and for angle inv. tan(b/a) using some polar form of complex number.

i hope someone understood my confused explanation with my crappy english. I am even not sure if all my thoughts are correct. maybe tommorow in school i´ll figure something out. and its no homework, I am doing it just for fun.
 
Physics news on Phys.org
You could also use the chain rule. If I understand this correctly, you have a polynomial, P(z), of a complex variable, z= a+ ib, and you want to find the derivative of P with respect to b. That is dP/db= (dP/dz)(dz/db)= i(dP/dz).
 
thats very clever, thanks. before i even didnt know this rule exists
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 21 ·
Replies
21
Views
3K
  • · Replies 0 ·
Replies
0
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K