How to Be Good at Mathematics
How to Be Good at Mathematics
Sometimes, the hardest subject for some people is mathematics. There are so many formulas, equations, and parts of math to know, it can be overwhelming! If you're in school and need a good grade in math, lots of pressure can be on your shoulders to know the material. Read this article to find out how to be a genius in math and to get a good grade.
Steps
- Pace yourself. Do not try to learn everything about math in one day. Find a topic you would like to cover and become an expert on, like measurement or graphs.
- Research math at the appropriate grade level from a trusted source. Searching the term 'mean, median, and mode' on Google is not good. Find a good math book or math website for your age.
- Read the lessons. Take notes on important things and do examples of the problems.
- Try some practice problems. After you think you know the lesson, find a few problems with answers. Work them out and see if you get the right answer. Do not use a calculator unless you are directed to.
- check your answers. If you got them right, move on. If you got them wrong, see where you made the mistake.
- Get outside help. After reading the lesson, doing sample problems, and checking your answers, consult someone that is very educated in mathematics (math teacher is a good example). See if your notes are correct and what you need to know.
- Ask someone to write up a few sample problems for you. Do those problems and then get the right answer.
- You should always remember that practice makes perfect, and that nobody gets everything right all the time. If you mess up, keep reviewing.
- Don't let yourself forget the lessons you've learned over time. Keep reviewing what you've learned.
- When a math test comes up, study a few days ahead and consult your teacher on lessons you may have missed or don't understand.
- Before taking an advanced course, see if you can talk to someone who already took the course and ask for some problems to see if you are ready.Consult with your teachers, too.
- Memorize basic math, which will help you do everything. Remember your addition, subtraction, division, multiplication, and formulas. Even doing fractions involves your simple math facts.
- If you find yourself falling behind in math, try getting a tutor or taking an out-of-school math course.
- Train your memory. Each time you learn a new formula that tells you how to compute one quantity in terms of other quantities, get a friend to randomly pick one of the formulae you previously learned in your current course and describe it and then put up with the boredom of struggling to remember what the formula was until which ever comes first of you getting it right or 4 hours going by without you ever looking in the book to see what the formula was during those 4 hours. Each time you do that, you will make yourself better at extracting weaker memories back into your consciousness making it easier to learn formulae in the future.
Community Q&A
- How to get rid of nervousness before a math exam?AnonymousThink clearly and don't stress out. It's not the end of the world. Ask your teacher if you can have a reference book for the test. If not, try to let the information sink in. Don't memorise; that's the first thing not to do! Train your memory and learn basic problems and then get better and better as you go along.
- Even though I practice I have trouble remembering how to solve problems. How can I increase my memory?AnonymousReview the chapters you practiced every day. Give at least 15 minutes to the old chapter and then start the new ones. Keep practicing one chapter until you are sure about it. There is no shortcut to success, it's about repetition and practice. Appoint a tutor if having continued difficulty
- How do you study the day before the test?AnonymousGo through your textbook and look up practice problems. Make sure you check all your answers, then ask your teacher or go online to look up solutions if you get stuck. Ask your teacher what types of problems will be on the test and practice those. If you can pull them off at home, you'll ace them on the test.
- Do you have any tips on helping someone who has a short memory?AnonymousPractice as much as you can. If it's not rattling around your head like the lyrics to a really annoying song, you're not practicing enough. Sorry, but there really isn't a shortcut.
- What is the Pythagorean theorem?AnonymousThe Pythagorean theorem was invented by the Greek mathematician Pythagoras. It is useful in finding the length of one side when the other two sides are given.
- How can I be good at mathematics and basketball?AnonymousStay focused and study and listen in class, as well as finding time to practice basketball. It is possible to do both if you're dedicated and balanced.
- How can I get faster and better at math?AnonymousThe only way to get faster and better is to practice regularly and often. The more you do, the better you'll be.
How to Be Good at Mathematics的更多相关文章
- What Is Mathematics?
What Is Mathematics? The National Council of Teachers of Mathematics (NCTM), the world's largest org ...
- Mathematics for Computer Graphics数学在计算机图形学中的应用 [转]
最近严重感觉到数学知识的不足! http://bbs.gameres.com/showthread.asp?threadid=10509 [译]Mathematics for Computer Gra ...
- How to do Mathematics
著作权归作者所有.商业转载请联系作者获得授权,非商业转载请注明出处.作者:匿名用户链接:http://www.zhihu.com/question/30087053/answer/47815698来源 ...
- Mathematics for Computer Graphics
Mathematics for Computer Graphics 最近严重感觉到数学知识的不足! http://bbs.gameres.com/showthread.asp?threadid=105 ...
- Consideration about improving mathematics study
In this article, I’ll present my ideas about how to improve mathematics study, which are the forewor ...
- Principles and strategies for mathematics study
Make mathematics study a habit with dogged perseverance Don't build mansion on top of loose sand. Co ...
- Codeforces 935E Fafa and Ancient Mathematics dp
Fafa and Ancient Mathematics 转换成树上问题dp一下. #include<bits/stdc++.h> #define LL long long #define ...
- Basic Mathematics You Should Mastered
Basic Mathematics You Should Mastered 2017-08-17 21:22:40 1. Statistical distance In statistics, ...
- How do I learn mathematics for machine learning?
https://www.quora.com/How-do-I-learn-mathematics-for-machine-learning How do I learn mathematics f ...
随机推荐
- poj 1201 Intervals(差分约束)
做的第一道差分约束的题目,思考了一天,终于把差分约束弄懂了O(∩_∩)O哈哈~ 题意(略坑):三元组{ai,bi,ci},表示区间[ai,bi]上至少要有ci个数字相同,其实就是说,在区间[0,500 ...
- 如何在Android应用中加入广告
转载自:http://mobile.51cto.com/aprogram-387527.htm 目前我自己的一款小程序中正进行到加入广告阶段,BAIDU了一下,找到如下好文章,非常有必要共享一下,故转 ...
- I.MX6 Android netperf
/***************************************************************************** * I.MX6 Android netpe ...
- Shell中取时间格式方法
Shell中取时间格式方法2007-09-13 15:35常用date的显示格式: date +%F //2007-03-06date +%Y%m%d//20070306 date +%T //23: ...
- 反转链表 --剑指offer
题目:定义一个函数,输入一个链表的头结点,反转该链表并输出反正后链表的头结点. #include<stdio.h> #include<malloc.h> typedef str ...
- awk简单使用『摘.非原创』
1 awk简介 awk是一种编程语言,用于在linux/unix下对文本和数据进行处理.数据可以来自标准输入.一个或多个文件,或其它命令的输出.它支持用户自定义函数和动态正则表达式等先进功能,是lin ...
- IOS 弹出式 POPMenuView
//MenuView.h // // MenuView.h // RockPopMenu // // Created by zhuang chaoxiao on 14-6-26. // C ...
- 修改Zabbix默认运行账户
默认Zabbix运行的账户是Zabbix,但在自动部署的时候,Agent与Server的先后顺序不定,而且官方不建议两者使用同一个账户. 所以,解压压缩包后,进入目录: vi configure ...
- 如果你喜欢Python 那么你不得不知的几个开源项目
1.Trac Trac拥有强大的bug管理 功能,并集成了Wiki 用于文档管理.它还支持代码管理工具Subversion ,这样可以在 bug管理和Wiki中方便地参考程序源代码. Trac有着比较 ...
- 10款jquery图片广告特效的预览及源码下载 改自[帅的相对论]
原文格式有问题,我来排版了一下,分享给大家. 1.jQuery仿海尔官网全屏焦点图特效代码 Query仿海尔官网全屏焦点图特效代码,带有左右箭头的jQuery焦点图切换特效.当焦点图切换时,下方的三块 ...