For context, I am currently a first year Undergraduate student, and am currently trying to be more reflective of my mental dialogue and thought processes whenever I practice solving problems. Recently, I've been noticing that a lot of problems often have a key aspect of it that involves some form of algebraic manipulation.
My question is then, when you are looking to solve some problem or prove a result that requires some form of algebraic manipulation or computation, are the results ever "unexpected" before-the-fact? In particular, I am referring to problems where it is not immediately clear where to even begin with your working or what "frame-of-attack' to use. Thinking of this in a computational manner in terms of investment in resources (time, and frustration), and likely output (the chance of deriving some useful intermediary results, or the final solution itself), suppose I am an algorithm looking to solve problem $P$, and I have some vague ideas of approaches to try, say, three of them called $M_1$, $M_2$, and $M_3$. Now suppose that $M_2$ and $M_3$ were actual valid approaches to solving the problem, meaning that my time investment (sometimes a very long time for harder problems) was worthwhile and fruitful, whereas $M_1$, while superficially looks like a potential valid approach, is ultimately a huge waste of time and a great deal of frustration. Worse is when you don't even realise that it's not a valid approach until deciding to take a break and try $M_2$.
I've come to realise that one of the main reasons why I am often not able to "realise" that my current method $M_i$ is incorrect is because I end up "lost" in a jungle of blind algebraic manipulations, blindly shifting symbols around in hopes of deriving something useful out of it.
For example, consider this problem along with my following working:
Show that if two positive integer numbers m and n can be written in the form $a^2 − 2b^2$ for some integer $a$ and $b$ then their product mn also can be written in the same form.
My answer: Let $m=a^2-2b^2$, and $n-c^2-2d^2$. Then
$$\begin{align*} mn &= (a^2-2b^2)(c^2-2d^2) \\ &=a^2c^2-2a^2d^2-2b^2c^2+4b^2d^2\\ &= \text{and so on... (*) } \end{align*}$$
Pretend for the sake of argument that I get lost at (*), and have no idea how to re-organise the string of algebraic symbols into some useful algebraic pattern. Any further attempt to rearrange the symbols in a different way in hopes of noticing some useful result in it now consistutes blindly shifting symbols around with no deeper theory involved (I'll call it "black-box algebra"). Do I continue trying to manipulate the symbols in a different way or do I ditch $M_i$ altogether?
Is "black-box algebra" ever justified, or should it instantly be seen as a sign that your chosen $M_i$ is likely fallacious? Should you always have a rough intuition of what the intermediary/final result looks like, or what potentially useful intermediary results could even arise from "playing around with the symbols".
I'm having trouble trying to capture the preciseness of what exactly it is that I'm trying to ask in words and exact terms, but hopefully everyone can somewhat understand the key intuitions to my question. I am happy to clarify if need be.
If a solution to a problem does not arise, you should look for an easier problem and try to solve it. Is there another problem? How do you find the problem you want to solve?? The very simple solution
First: to start with easy problems and then step by step to the next task
Second: Before solving any math problem, make sure it is correct
Third: Enjoy solving problems