This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
I got the answer as ab+i=2q+2−p2i. Here is my solution.
(a+ib)2a2+i2b2+2abiqa2−b2+2abiab=ab=ab+i=ab+i==p2=p2=p2(Since i2=−1)2ip2−q×−i−i2i(q−p2)2i(q−p2)+i2q+2−p2i
Look closely and you'll see that the real part of p squared is nothing but q.......I think you can proceed from here......
Bonus Question
What can you say about the nature of ab+i?
1)2)3)4) Purely Imaginary Purely Real Complex Number (with both real and Imaginary part) It depends on p=a+ib
Log in to reply
I choose 3) because a×i(purely imaginary) equals to 0+a×i and b(purely real) equals to a+0×i
Note
Log in to reply
But are you telling about ab+i or any thing else.
The answer is option 4
Same solution as @Ram Mohith
(a+ib)2=p2=a2+i2b2+2abi=a2−b2+2abi (Since i2=−1)⟹q+2abi (Since the question says that a2−b2=q
⟹2abi=p2−q
⟹ab=2ip2−q
⟹ab+i=2ip2−q+i=2ip2−q+2ii=2ip2−q−2=2−i(p2−q−2)=2i(q+2−p2)
Log in to reply
Unrelated to the problem, but... how do you get that blue text???
Log in to reply
I just write \color{blue}\text{blah blah blah ...} and you should get blah blah blah…
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Oh I see! First you latex-ify it, and inside you de-latex-ify it using \text{} Clever. Thanks.