Magus Solution Writer

The fourth stage of writing a solution : Magus

Review the guidelines for an Adept.

Have you ever been trapped in the world of a good book, where page after page weaves vivid imagery before your eyes? And when you finally put the book down, you realize that it is morning and you have school (or work) in an hour? There are many different literary genres that capture our attention, ranging from drama to fantasy, horror to mythology, sci-fi to autobiographies. Similarly, good solutions come in many different flavors, but all share the ability to capture and hold the attention of the audience.

If your solution is convoluted and involves multiple parts, you are more likely to lose your audience along the way. By providing a clear path to follow, it is much more likely that your reader will become immersed in your writeup and emerge with an understanding of your insights.

Guidelines

Here are some guidelines for a Magus:

1) State your plan.

Stating the plan to the reader helps them understand your overall approach, especially for problems involving several parts. This way, if they have already done the initial work, they may skip ahead and read the relevant ideas.

Using conjunction words like "First", "Next" and "Finally" can help the reader identify the various checkpoints of your argument. Numbering your points also provides more structure to your writeup, just like in these guidelines.

To infinity and beyond! \boxed{ \text{To infinity and beyond!}}

2) State the important element / aspect of your proof.

Sometimes, clearly stating a Theorem (or Lemma, or Proposition) that you will subsequently prove, can help the reader easily compartmentalize your proof. Even if they may not understand the specific proof to the Theorem, they can still understand the rest of your argument.

Note that unless it is indeed a well-known theorem, preferably with a name given to it, you should include a proof (or at least a quick sketch of one). It is also a good time to check that the conditions of the Theorem are indeed satisfied.

 The guidelines are here to help you write great solutions.  \boxed{ \text{ The guidelines are here to help you write great solutions. } }

3) Start at the start, end at the end.

It will be clearer for you to start your explanation from the beginning, instead of working with the end result. Think about how to provide instructions from the cinema to the library. If you say that “The library is on Cottage Street, which you can get to by making a left turn on Bay street after you have travelled on it for half a mile. To get there, you would want to make a right turn at the third intersection”, it can be confusing even though your directions are correct. Instead, it is better to say “From here, walk down to the third intersection and turn right onto Bay street. After half a mile, make a left turn onto Cottage Street, and the library is on your right”.

There are rare cases in which presenting a solution from the end is a better approach. (This may arise when the motivation behind the solution becomes much more important than the solution itself.) In general, I would suggest that you avoid doing so.

 . appreciated be not will backwards Presenting  \boxed{ \text{ . appreciated be not will backwards Presenting } }

4) Use proper spacing.

Use lines and paragraphs to help separate the various ideas. Label your equations and formulas, especially those you will be using repeatedly. As a rough guide, a complete argument should take one paragraph.

It is sometimes helpful to place equations on their own line. Avoid having several lines of equations within a paragraph, especially if they involve multiple steps of reasoning.

 DoyouunderstandwhatIamsaying?  \boxed{ \text{ DoyouunderstandwhatIamsaying? } }

5) Check that your LaTeX is properly typeset.

LaTeX is extremely sensitive to the commands that you input, and how you decide to use your brackets. If you forget or misplace a bracket (especially for exponents and indices), your equations will display incorrectly. Worse still, forgetting to close a bracket may result in an error, and your beautiful equation will not display. Instead, the raw code will be shown in a box, like so:

\sqrt{(x+1)(x-1)^3-2x\sqrt{x-2} =0

If you have to spend 10 seconds trying to interpret the latex syntax, you are likely to skip over understanding the proof. The same is true for your audience.

Unlike the Emperor with new clothes who parades around naked,Do not expose your naughty bits. \boxed{ \begin{array} { l l } \text{Unlike the Emperor with new clothes who parades around naked,} \\ \text{Do not expose your naughty bits.} \\ \end{array} }

Examples of solutions

Having outlined these guidelines, let's look at a few examples. The following solutions were written up for this question:

Aram’s real solutions: The sum of all real solutions of the equation (x+1)(x1)32xx2=0\sqrt{(x+1)(x-1)^3}-2x\sqrt{x-2} =0 can be expressed as a+b+c\sqrt{a}+\sqrt{b}+\sqrt{c}, where a,b,a,b, and cc are positive integers. What is the value of a+b+ca+b+c?
Details and assumptions: For this question, the domain of the square root function is non-negative numbers.

Let’s look at the following solution:

Solution 1:
The answer is 1414, which is the sum of 9, 4 and 1. The sum of the roots is 6, which can be written as 6=3+2+1=9+4+1 6 = 3+2+1 = \sqrt{9} + \sqrt{4} + \sqrt{1} . The roots are 3±2 3 \pm \sqrt{2} and 1±2 1 \pm \sqrt{2} . The equation is equivalent to (x24x+1)x22x1=0 (x^2 - 4x + 1 ) x^2 - 2x - 1 = 0 which follows by manipulating the given equation.

How could the above guidelines help us to improve this?

Guideline 1: It is unclear what the initial plan is. Why is the equation with roots equivalent to a nice polynomial equation? Even if it is, how was this obtained? There are too many steps that are skipped, and even if the statement is true, it would look highly suspicious.

Guideline 2: If the solution stated that the equation was squared, the writer would realize that other roots could have been introduced (remember to check the conditions!) during this procedure. Stating the important elements of your proof reminds you of what you are doing, and why it works (or doesn't).

Guideline 3: This solution is completely written in reverse, and even if the statements are valid, the lack of initial justification makes it hard to believe.

Guideline 4: The are two main ideas involved here. First, we want to manipulate the equation to a form that we understand. Second, we want to determine the roots which are valid and find their sum. It is best to separate these into different paragraphs.

Guideline 5: As you can see, when LaTeX isn't properly typeset, it can hinder you from reading the proof easily. Did you realize that one of the roots is incorrectly stated? The first root should have been 2±3 2 \pm \sqrt{3} . The final equation is wrong, and should have been (x24x+1)(x22x1)=0 (x^2 - 4x + 1 ) ( x^2 - 2x - 1) = 0 .

Don't forget to use the guidelines you learnt as an Adept!

Now, let’s compare it to this solution:

Solution 2: By Anqi L.
Let us rewrite (x+1)(x1)32xx2=0 \sqrt{(x+1)(x-1)^3} - 2x\sqrt{x-2} = 0 the following way:
Step 1: (x+1)(x1)3=2xx2 \sqrt{(x+1)(x-1)^3} = 2x\sqrt{x-2}
Step 2 : We square both sides to get - (x+1)(x1)3=4x2(x2) (x+1)(x-1)^3 = 4x^{2}(x-2)
Step 3: We open up the brackets to get - x46x3+8x2+2x1=0x^4-6x^3+8x^2+2x-1=0
Step 4: The idea here is to factorise the above equation. Well to do this, we can remark that 6=4+2 -6 = -4 + -2 , +8=4×2 +8 = -4 \times -2 and (coincidentally) +2=(4)(2) +2 = (-4) - (-2) . Now this motivates us to write: x46x3+8x2+2x1=(x24x+1)(x22x1)x^4-6x^3+8x^2+2x-1= (x^2 - 4x + 1) (x^2 - 2x -1)
Step 5: Now we need to solve:
(a) x24x+1=0x^2 - 4x + 1 = 0 or
(b) x22x1=0 x^2 - 2x -1 =0

A reasonable prediction would be 4 roots. However due to the details and assumption, we can in fact directly obtain from the question the important condition that x2 x ≥ 2 . This implies that for:
(a) We need (x2)2=3 (x-2)^2 = 3 We get x=23 x = 2 - \sqrt{3} or 2+3 2 + \sqrt{3} We can reject the first root since it is less than 2.
(b) Similar analysis as the above case shows that we can reject the second root since: 12<1<2 1 - \sqrt{2} < 1 < 2 . So for this case we get one root namely: 1+2 1 + \sqrt{2} .
In conclusion the answer is : 1+2+2+3=9+2+3 1 + \sqrt{2} + 2 + \sqrt{3} = \sqrt{9} + \sqrt{2} + \sqrt{3} . Hence _9+2+3 = 14 _

This solution indirectly states that we want to rewrite the solution into a reasonable form, and then understand the given roots. It explains the important aspects in both parts, especially in the latter where it states "A reasonable prediction would be 4 roots. However due to the details and assumption, we can in fact directly obtain from the question the important condition that x2 x \geq 2 " . Each main idea occupies it's own line, and the case-by-case argument is clearly stated.

You can view this solution (and the problem) by clicking on the hyperlink Solution 2. If you enjoyed this solution, remember to vote it up!

Aspire to be better. Proceed on and be Legendary.

#Solutionwriting

Note by Calvin Lin
7 years, 2 months ago

No vote yet
1 vote

  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:

  • 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.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

Sir, how do you insert a code/program file in the solution box?

Samarpit Swain - 5 years, 10 months ago

Log in to reply

If you haven't figured it out by now, you can insert code in the solution box by typing it between two string of ``` like this:

```

code

```

Jesse Nieminen - 5 years, 3 months ago

Can't I just click a picture of the answer on a paper and post it???

It would be quite easy!!!!

Prayas Rautray - 4 years ago

Log in to reply

You can post your solution as a picture of your solution on paper.
However, using LaTeX\LaTeX will mostlikely make your solution easier to read.
This is one of the reasons why I recommend using LaTeX\LaTeX.

Jesse Nieminen - 4 years ago

Typo error while writing Solution 2: By Anqi L.

in Step2 You accidentally cubed x1x-1 instead of squaring.

Rishabh Deep Singh - 4 years ago

Log in to reply

Fixed thanks.

Calvin Lin Staff - 4 years ago

Log in to reply

Sorry Sir, In the question, the power was 3 in step3 it was also 3. I read the question the power was 3 can you change it back to 3 in Solution 2: By Anqi L.

Rishabh Deep Singh - 4 years ago

Log in to reply

@Rishabh Deep Singh Ah yes. Thanks.

Calvin Lin Staff - 4 years ago

How to draw geometric figure???

Prayas Rautray - 4 years ago

Log in to reply

you can use paint.

Rishabh Deep Singh - 4 years ago

We use Figma to draw our images, as it gives us greater control over the presentation.

You can use any tool that you're familiar with. For problems that are featured, we will help to improve the image quality.

Calvin Lin Staff - 4 years ago

I usually use geogebra geometry. It is easy to use.

Felipe Lorenzzon - 2 years, 9 months ago
×

Problem Loading...

Note Loading...

Set Loading...