@lovemake1: do you know how lurflurf knew that cos^6(x)=(1/32)(15cos(2x)+6cos(4x)+cos(6x)+10) ? You don't go around memorizing these things (well: you can if you want) and you don't need to look it up anywhere.
(tldr: use LaTeX)
Typsetting is important for communication - especially when it comes to math: you have take care when representing math in plain text - you can easily end up writing something ambiguous. i.e. you noticed that "cos(x)^6" is a bit ambiguous whether the power applies to the x or the cosine of x... however you wrote "1/6x^6" which is a bit ambiguous whether the "x^6" is in the numerator or the denominator. In each case the respective author is relying on the context to make the matter clear.
A few style guides allow leaving off the parentheses (as per dextercioby's suggestion - note: he uses a space after the trig?) after the trig function so you can write sinx instead of sin(x) but the latter is clearer in text (with proper typesetting, the "sin" part is upright and the "x" part is italic, like this: ##\sin x##, to make it clearer) ... but then sinxy is a bit unclear if it is sin(x)y or sin(xy) ... to make the distinction, you have to premultiply trig functions so you'd write ysinx for the first version ... or, better, use dots to distinguish the groupings: y.sinx is better than ysinx is better than sinx.y but would be understood to mean the same. This also allows for trig functions to be multiplied together as in sinx.cosy which is not the same as sin(x.cosy). when you nest trig function like that last one, you need to be explicit with the brackets or (rarely done) use the "follows" notation so "sin o x.cosy = sin(x.cosy)". Most feel the latter is better.
So plain text is a pain in the proverbial. PF provides a gui equation builder in the advanced editor but experienced members prefer to type the markup in directly. You get a choice of bv style markup or a LaTeX environment if you feel that more clarity is warranted.
Practically everyone uses the LaTeX in the end - it is needed at college level, and it is really good to learn it earlier than you really need it.