Times You've Used Actual Math Concepts
Keith Young
Posts: 569
Hi guys,
I'm working on an article covering Applied Math Problems.
Can you please let me know how you've used Math in your career?
I tried to break this down by different individual math skills. So for example Simultaneous Linear Equations is in Algebra and I have a few examples where I've used that.
I have an ME and AE so hopefully you guys will have uses from other fields such as EE and CS etc. Especially simpler ones in everyday use. Something random like I don't know, it takes me an hour to rake the lawn alone, once I had 2 friends help and it took 30 minutes. Just calculating basic things but hopefully a little more interesting and useful than that.
Thanks for any help! I wasn't great at Math at first mostly because I didn't see the point. It wasn't until I saw the uses that I became interested.
Keith
I'm working on an article covering Applied Math Problems.
Can you please let me know how you've used Math in your career?
I tried to break this down by different individual math skills. So for example Simultaneous Linear Equations is in Algebra and I have a few examples where I've used that.
I have an ME and AE so hopefully you guys will have uses from other fields such as EE and CS etc. Especially simpler ones in everyday use. Something random like I don't know, it takes me an hour to rake the lawn alone, once I had 2 friends help and it took 30 minutes. Just calculating basic things but hopefully a little more interesting and useful than that.
Thanks for any help! I wasn't great at Math at first mostly because I didn't see the point. It wasn't until I saw the uses that I became interested.
Keith
Comments
Does anyone else recognize the board on this robot, from the above link??? And the drive mechanics???
I know the guy says Arduino but yeah it's Parallax with a 3D Printed chassis. Kids wrote it in C for the bots and Spin for the central controller.
I’ve used simultaneous equations and polar-cartesian early on in electronics.
I’ve use pythagorus theorem and circle circumference and area, plus area and volume many times when designing things at home such as driveways, roof pitch, paint required etc. Used general maths to work out number of bricks required, lawn area, etc. This would have to be by far the most used maths in 50 years since leaving school.
I’ve used pythagorus lots to work out pcb layouts such as how close a hole/via/pad can be from another.
Never had the need to use matrices in programming. Not done any fourier transforms which is used in signal processing.
I regularly use maths (well more than once a week) to add/subtract/multiply/divide calculations. As I grew up without calculators, I regularly do these things in my head, or sometimes on paper. I just dont reach for the calculator/phone/computer to do these often as its not worth the trouble. I can also estimate an answer which the modern youth cannot do due to reliance on calculators - they seem to lack an understanding when an answer is obviously wrong.
I used trig (sine and cosine) not too long ago to simulate an analog clock in Blockly.
-Phil
The same sorts of calculations are useful when you're not doing graphics but something conceptually similar - maybe tracking the orientation in 3D space of a drone or submarine by integrating the roll / pitch / yaw readings from a gyro and/or accelerometer sensor. Sooner or later you have to switch from mere 3-axis stuff to using quaternions or you run into problems with 'gimbal lock' when you get too near to a rotation axis - but again that is just extra matrix operations.
Mike
Also lots of gear/diameter/wheel size calculations used motor speed/torque charts (attached) to optimize speed/efficiency.