Complex Numbers
Modulus and argument, optimization on ellipse
Grade 11
Question:
<p>Let <em>z = x + iy</em>. If <em>z</em> satisfies <span>\((2iy)^2 = 12(x^2 + y^2) - 4\)</span>, find the maximum value of <span>\(3\sqrt{3}\,\text{Re}(z) + 8\,\text{Im}(z)\)</span>.</p>
Step-by-Step Solution
Key Concept: Expand (2iy)² = -4y² and equate to the given expression to find the constraint curve (an ellipse), then use Cauchy-Schwarz or Lagrange multipliers to maximize the linear objective function 3√3·x + 8·y subject to this ellipse constraint.
<p><strong>Step 1:</strong> Expand the left side. Since (2iy)² = 4i²y² = -4y², the equation becomes:</p><p>-4y² = 12(x² + y²) - 4</p><p><strong>Step 2:</strong> Simplify the constraint equation:</p><p>-4y² = 12x² + 12y² - 4</p><p>0 = 12x² + 16y² - 4</p><p>12x² + 16y² = 4</p><p>3x² + 4y² = 1</p><p><strong>Step 3:</strong> This is an ellipse. We maximize f(x,y) = 3√3·x + 8·y subject to 3x² + 4y² = 1 using Lagrange multipliers:</p><p>∇f = λ∇g where g(x,y) = 3x² + 4y² - 1</p><p>3√3 = λ·6x and 8 = λ·8y</p><p><strong>Step 4:</strong> From the second equation: λ = 1/y. From the first: λ = √3/(2x).</p><p>Therefore: 1/y = √3/(2x) ⟹ 2x = √3·y ⟹ x = (√3/2)y</p><p><strong>Step 5:</strong> Substitute into the ellipse constraint:</p><p>3(√3y/2)² + 4y² = 1</p><p>3·(3y²/4) + 4y² = 1</p><p>(9y²/4) + 4y² = 1</p><p>(9y² + 16y²)/4 = 1</p><p>25y² = 4 ⟹ y = 2/5</p><p><strong>Step 6:</strong> Then x = (√3/2)·(2/5) = √3/5</p><p><strong>Step 7:</strong> Calculate the maximum value:</p><p>3√3·(√3/5) + 8·(2/5) = 9/5 + 16/5 = 25/5 = 5</p><p>∴ Answer: <strong>5</strong></p>
Correct Answer: 5