Earlier quoted context omitted.
> Except that once you hit even basic algebra, you quickly run out of applications a young student can relate to. Algebra is problem solving. You have a formula describing the problem, and want to re-arrange it to find one of the variables. It has a lot of useful and logical applications. Trigonometry though ... screw that. "Bob the builder has made a truss, and wants to figure out the angle A. He doesn't own a protr…
There's a really, really simple way to get kids to love trig. Get them to write a video game. Seriously, as a video game programmer, you use trig _every day_. If you want to find the distance between two points when you have the angle (eg. I'm firing a projectile at a certain angle), use cosine for the length of the x axis and use sine for the y axis. You get the hypotenuse from using pythagoras' theorem. If you want…
Using cosine and sine and then Pythagorean theorem to get the length of the hypotenuse doesn't make sense - in order to get the length of the X and Y components with cosine and sine you need to already know the length of the hypotenuse.