Maxo said:
jbunniii: Thanks! That was a very good showing of how to do it. I understand perfectly what you are doing each step. I just wonder, how did you know that you were supposed to do these particular steps in order to solve this? I mean, suppose you would write an algorithm for how to solve these kind of equations generally, what are the actual general ideas behind each step?
First general idea: identify what it is you're solving for, in this case ##v_{f1}##. Everything else is just a constant for the purpose of solving the problem.
Second general idea: if there is a lot of clutter (subscripts, multiple constants, etc.) try to simplify the notation before proceeding. This makes the algebraic manipulations (and typesetting) easier, and more importantly, it can help you notice things you would otherwise miss.
Third general idea: identify what kind of equation it is. In this case, after decluttering, we have one variable, ##x##, and some constants ##y## and ##c##. Moreover we can see that ##x## only appears in polynomials, not something like ##\sin(x)##, so the entire problem will reduce to solving a polynomial equation in ##x##. We can also see that the highest power of ##x## that appears in the equation is 2, so it is a quadratic equation.
So far so good. We know how to solve quadratic equations - we use the quadratic formula. However, the quadratic formula is annoying - it has square roots and other fiddly things. We also know that any polynomial that has a root, say ##r##, will have an ##(x-r)## factor. If we can find such a factor, we don't need to use the quadratic formula. So we look briefly to see if we can factor anything out. Fortunately we might recognize that ##x^2 - y^2 = (x+y)(x-y)## and that the only other term also has a ##x-y## factor. So we breathe a sigh of relief knowing that we can skip the quadratic formula.
To start with, and most importantly, how did you know/see that it would make everything look very much simpler if you choose the variable "C" the way you did? Instead of choosing C=m1 and D=m2 for example.
Sure, you could do that, but it will only slightly improve the notation. If that's the only simplification in sight, it may still be worth doing. But if we look for a few more moments, we notice that all the ##m## junk appears in one big factor on the right hand side. So why not lump it all into one constant? It makes life easier if we can do this.
Secondly, how did you see that you were supposed to rearrange the terms in the way you did in order to simplify the equations? I mean what you did in order to see so "clearly" that x=y was a solution.
It's useful to remember a formula like ##x^2 - y^2 = (x+y)(x-y)## so well that it jumps to mind instantly when you see ##x^2 - y^2##, or equivalently, ##x^2## on one side of the equation and ##y^2## on the other. You may not always use the formula even if you see ##x^2 - y^2##, but certainly consider whether it will help if you do see it.
Anyway, hopefully these suggestions are helpful! In my mind, the key things you need in order to notice simplifications are (1) plenty of practice and (2) a desire to notice them so you don't have to work as hard.
