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 ...
随机推荐
- VB程序逆向反汇编常见的函数
VB程序逆向常用的函数 1) 数据类型转换: a) __vbaI2Str 将一个字符串转为8 位(1个字节)的数值形式(范围在 0 至 255 之间) 或2 个字节的数值形式(范围在 -32,7 ...
- [Sciter系列] MFC下的Sciter–3.Sciter脚本与底层交互
[Sciter系列] MFC下的Sciter–3.Sciter脚本与底层交互,脚本调用底层自定义的方法函数. 本系列文章的目的就是一步步构建出一个功能可用,接口基本完善的基于MFC框架的SciterF ...
- Android adb install INSTALL_FAILED_DEXOPT
说明: 之前一直认为将eclipse的Android项目直接cp到Android源码下编译就行了,实际情况是还要注意其他的文件架构. 错误现象: c:\Users\zengjf>adb inst ...
- HDU 1863 畅通工程(最小生成树,prim)
题意: 给出图的边和点数,要求最小生成树的代价,注:有些点之间是不可达的,也就是可能有多个连通图.比如4个点,2条边:1-2,3-4. 思路: 如果不能连通所有的点,就输出‘?’.之前以为每个点只要有 ...
- Java [leetcode 5] Longest Palindromic Substring
问题描述: Given a string S, find the longest palindromic substring in S. You may assume that the maximum ...
- h.264码流解析_一个SPS的nalu及获取视频的分辨率
00 00 00 01 67 42 00 28 E9 00 A0 0B 77 FE 00 02 00 03 C4 80 00 00 03 00 80 00 00 1A 4D 88 10 94 0 ...
- <一>SQL优化1-4
第一条:去除在谓词列上编写的任何标量函数 --->在select 显示列上使用标量函数是可以的.但在where语句后的过滤条件部分对列使用函数,需要考虑.因为执行sql的引擎会因为 ...
- printk 驱动调试
驱动的调试,printk()添加调试信息 printk相当于printf的孪生姐妹,它们一个运行在用户态,另一个则在内核态. 需要包含<linux/device.h>或者<linux ...
- why dicePlayer cannot player with defy mb526
硬件加速视频播放器 DicePlayer v2.0.38 ... ..... ...... ........ \ 局限性:- 视频兼容性依赖于您设备的视频硬解码能力
- DateTime.IsLeapYear 方法判断是否是闰年,DaysInMonth判断一个月有几天,Addday取得前一天的日期GetYesterDay
一:DateTime.IsLeapYear 方法判断是否是闰年 二:代码 using System; using System.Collections.Generic; using System.Co ...