Exercices de calculs complexes et équations
Exercices de calculs complexes et équations
If a polynomial P(z) has a known root z_1, express P(z) = (z - z_1)Q(z), where Q(z) is the quotient polynomial. This simplifies further factorization to find other roots, reducing the degree by one. For instance, if z_1 is a known real root in P(z), factor to find Q(z) by polynomial division .
Collinearity of points z1, z2, z3 in the complex plane is established using vector analysis, aligning direction vectors: z2 - z1 and z3 - z1, showing parallelism. Algebraically, it checks if (z3 - z1) / (z2 - z1) is real. Geometrically, points form a straight line, simplifying into proportional vector relationships .
Complex polynomial operations yield imaginary parts when coefficients or variable terms include imaginary units. Imaginary components affect polynomial properties, such as symmetry, making roots complex when conjugate pairs are involved and affecting the polynomial's graph on the complex plane .
To find the modulus of a complex number like z = x + yi, use the formula |z| = √(x² + y²). For the argument, calculate θ = atan2(y, x). For example, for z = -6 + 2i, |z| = √((-6)^2 + 2^2) = √40 = 2√10, and its argument is θ = atan2(2, -6), which must be adjusted to lie in the correct quadrant .
To express the algebraic forms, use the basic operations on complex numbers. For addition, add corresponding real and imaginary parts: (3 + i) + (1 - 2i) = 4 - i. For multiplication, apply the distributive law and simplify: (3 + i)(1 - 2i) = 3 - 6i + i - 2i^2 = 3 - 5i + 2 = 5 - 5i. Hence, complex operations follow rules: combine like terms and apply i^2 = -1 where needed .
Symmetries like reflection and rotation around an axis point, such as point D being a midpoint, simplify transforming figures like quadrilaterals. Translate or rotate each complex affix by performing conjugate or multiplicative inverse operations to analyze shape preservation and congruency under transformation .
Employ symmetry by recognizing that complex roots appear in conjugate pairs or exploit polynomial identities and decompositions to simplify equations. Factorizing based on known roots or solving graphically using geometric interpretations aids in finding all roots and understanding the equation structure .
Determining if a complex expression is purely imaginary or real helps identify its position on the complex plane, influencing the understanding of its properties like symmetry and behavior under complex functions. For expressions like i^n, the value depending on n mod 4 cycles through 1, i, -1, -i, showing periodicity .
To solve a system like z1 + 3z2 = i and 7z1 + 2z2 = 11i, use substitution or elimination methods. First, express z2 in terms of z1 from the first equation: z2 = (i - z1)/3. Substitute into the second equation: 7z1 + 2(i - z1)/3 = 11i. Solve for z1, and back-substitute to find z2 .
Using affixes to represent points, determine vector operations like translations, rotations, and reflections to analyze geometric properties. For instance, the transformation of points A, B, C, and D using their affixes z_A = -1 - 5i and others can determine if these points form shapes like parallelograms based on parallel vector analysis .