Author Topic: Section 1.2 questions - using the definition?  (Read 1355 times)

nadia.chigmaroff

  • Jr. Member
  • **
  • Posts: 8
  • Karma: 2
    • View Profile
Section 1.2 questions - using the definition?
« on: September 18, 2020, 11:46:23 AM »
Hi,

For the first question on the Section 1.2 questions - $|z-4| = 4|z|$, what level of description is sufficient?
Can I say that this is a circle by the formula for Apollonius circles, and can I use the formula provided in lecture/the textbook to describe the radius and center point?
Should I describe the radius and center point, or is saying that it's a circle enough?

Thank you!

RunboZhang

  • Sr. Member
  • ****
  • Posts: 51
  • Karma: 0
    • View Profile
Re: Section 1.2 questions - using the definition?
« Reply #1 on: September 18, 2020, 12:40:03 PM »
Hi, below this comment I have attached my answer to the question. Basically we can use either of these two methods to solve for this kind of problem. So the answer for your first question is yes. For your second question, I think a general solution to this one should definitely include the locus of z, which is the function of the circle. It can be either in the form of
Code: [Select]
(x-x_0)^2 +(y-y_0)^2 = R^2 or in the form of
Code: [Select]
|z-z_0|=R.

Victor Ivrii

  • Administrator
  • Elder Member
  • *****
  • Posts: 2607
  • Karma: 0
    • View Profile
    • Personal website of Victor Ivrii
Re: Section 1.2 questions - using the definition?
« Reply #2 on: September 18, 2020, 07:57:45 PM »
You need to derive it. Even the following argument would be insufficient for a full mark:

We know that it will be a circle, we know that its center will be on the real axis (left from $z=0$), so find two points of intersection of this circle with $x$-axis:
$(z_1-4)= -4z_1$ and $(z_2-4)= 4z_1$. Finding $z_{1,2}$ (even if you do it) and setting $z_0=(z_2+z_1)/2$, $R- |z_2-z_1|/2$ ...