Solving for C in 1.41 = |(1+1.10iC)/(1+0.1iC)|

  • Thread starter Thread starter Dirac8767
  • Start date Start date
AI Thread Summary
To solve for C in the equation 1.41 = |(1+1.10iC)/(1+0.1iC)|, understanding the magnitude of complex numbers is crucial. The magnitude is defined as |z| = √(x² + y²), and the property |z/w| = |z|/|w| can simplify the problem. Multiplying by the conjugate can also aid in manipulation. A suggested approach is to transform the original expression into a more familiar form, similar to solving a simpler equation. This method allows for clearer steps toward isolating and solving for C.
Dirac8767
Messages
11
Reaction score
0
I have the following equation below but i am unsure about the method of finding the variable C. Sorry if its hard to read.

1.41 = |(1+1.10iC)/(1+0.1iC)|

Many thanks
 
Physics news on Phys.org
Maybe multiplying by (1 - 0.1iC)/(1 - 0.1iC) inside the magnitude bars will make your life easier :)
 
Do you know how the magnitude of a complex number is defined?

If z = x + iy, then the magnitude of z is

|z| = \sqrt{zz^\ast} = \sqrt{x^2 + y^2}

where z^\ast = x - iy. One can show that if z and w are complex numbers, then |z/w| = |z|/|w|. You can use this fact to help solve your problem. (This method won't require CompuChip's hint).
 
Mute said:
Do you know how the magnitude of a complex number is defined?

If z = x + iy, then the magnitude of z is

|z| = \sqrt{zz^\ast} = \sqrt{x^2 + y^2}

where z^\ast = x - iy. One can show that if z and w are complex numbers, then |z/w| = |z|/|w|. You can use this fact to help solve your problem. (This method won't require CompuChip's hint).

Okay, but I am still struggling to see how that will help me solve for C
 
Dirac8767 said:
Okay, but I am still struggling to see how that will help me solve for C

If I gave you the problem

A = \sqrt{\frac{a^2 + d^2x^2}{b^2 + c^2x^2}}

could you solve for x?

My advice helps you make your expression look like this one. If you can solve this one above, you can solve your problem. Can you see how to get from your original expression to a form looking like the one above using the fact that for complex numbers z and w, |z/w| = |z|/|w| and using the definition of the magnitude of a complex number, |z| = |x + iy| = \sqrt{x^2 + y^2}?
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top