Help me with this Algebra problem please (quotient of complex numbers)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
13 replies · 2K views
Math100
Messages
823
Reaction score
234
Homework Statement
Help me with this Algebra problem?
Relevant Equations
None.
Below is the problem and the correct answer for this algebra problem is 7√2. But I cannot get to the correct answer.
 

Attachments

  • Linear Algebra Problem.jpg
    Linear Algebra Problem.jpg
    34.3 KB · Views: 348
  • Work.jpg
    Work.jpg
    49.2 KB · Views: 328
Last edited by a moderator:
  • Like
Likes   Reactions: Delta2
Physics news on Phys.org
(1) This is no linear algebra.

(2) Please type out what's written in the images.
 
abs((21+7i)/(1-2i))=a√b where a=_____ and b=_____.
 
Can you calculate ##(1+2i)(1-2i)## and use that to calculate ##\frac{1}{1-2i}##?
 
Your work is correct as far as it goes (although it is not the easiest way to get the answer). To continue, apply the Pythagorean theorem to that result to get the magnitude of the complex number.

PS. I think it would be easier to start with the fact that |z1/z2| = |z1| / |z2| and apply the Pythagorean theorem to both the numerator and the denominator separately.
 
  • Like
Likes   Reactions: Delta2 and Keith_McClary
Reminder: ##|x+yi|=\sqrt{x^2+y^2}##.

You already found ##x+yi##. The problem asks you for ##|x+yi|##, so the next step should be straight-forward.
 
  • Like
Likes   Reactions: Rzbs, Math100 and FactChecker
Thread moved to Prealgebra section, and title changed.
The original post has nothing to do with Linear Algebra.
 
  • Like
Likes   Reactions: FactChecker
Office_Shredder said:
What have you tried to do so far?
The 2nd image in post #1 shows what the OP has tried.
Keith_McClary said:
Can you calculate ##(1+2i)(1-2i)## and use that to calculate ##\frac{1}{1-2i}##?
The OP did this in the 2nd image.
 
Eclair_de_XII said:
Reminder: ##|x+yi|=\sqrt{x^2+y^2}##.

You already found ##x+yi##. The problem asks you for ##|x+yi|##, so the next step should be straight-forward.
 

Attachments

  • Work.jpg
    Work.jpg
    59.8 KB · Views: 274
  • Like
Likes   Reactions: Eclair_de_XII
Thank you so much for the hint. I was able to solve the problem with your hint.
 
  • Like
Likes   Reactions: Delta2
Math100 said:
Thank you so much for the hint. I was able to solve the problem with your hint.

Sorry for the late reply. Your work looks alright. But it might help, in the future, to show a little bit more detail than this. The answer would be clearer to the grader if you had written something like:

\begin{align*}
\sqrt{\frac{49}{25}+\frac{2401}{25}}&=\sqrt{\frac{1}{25}(49+2401)}\\
&=\sqrt{\frac{1}{25}(2450)}\\
&=\sqrt{\frac{1}{25}\cdot (2\cdot 25\cdot 49)}\\
&=\sqrt{(\frac{1}{25}\cdot 25)(2\cdot 49)}\\
&=\sqrt{2\cdot 49}\\
&=\sqrt{2\cdot 7^2}\\
&=\sqrt{2}\cdot \sqrt{7^2}\\
&=7\sqrt{2}
\end{align*}
 
  • Like
Likes   Reactions: Math100 and FactChecker
A simplification is to factor out as much as you can as soon as you can and use the basic properties of the modulus:
|(21+7i)/(1+2i)|
=|21+7i|/|1+2i|
= 7*|3+i|/|1+2i|
= 7*##\sqrt {10}##/##\sqrt 5##
= 7*##\sqrt 5 ## * ##\sqrt 2##/##\sqrt 5##
= 7##\sqrt 2##

EDIT: PS. You can often do these things in homework and exam problems that are "rigged" (for one thing, so that the teacher is sure that he has the right answer.) It is not so common in real-world problems.
 
Last edited:
  • Like
Likes   Reactions: SammyS, Rzbs and Math100
Eclair_de_XII said:
Sorry for the late reply. Your work looks alright. But it might help, in the future, to show a little bit more detail than this. The answer would be clearer to the grader if you had written something like:

\begin{align*}
\sqrt{\frac{49}{25}+\frac{2401}{25}}&=\sqrt{\frac{1}{25}(49+2401)}\\
&=\sqrt{\frac{1}{25}(2450)}\\
&=\sqrt{\frac{1}{25}\cdot (2\cdot 25\cdot 49)}\\
&=\sqrt{(\frac{1}{25}\cdot 25)(2\cdot 49)}\\
&=\sqrt{2\cdot 49}\\
&=\sqrt{2\cdot 7^2}\\
&=\sqrt{2}\cdot \sqrt{7^2}\\
&=7\sqrt{2}
\end{align*}

Thank you so much for the help!