IMathAS (For Students)
This page provides some help for students new to using the IMathAS online homework system.
TIP
As a student you should, at the very least, watch the first video on this page so that you understand the basics of how to use the IMathAS system.
Overview
The video below gives you an overview of how to use the IMathAS system.
Typing Math
If you've never used an online homework system before, entering your mathematical answers into the online system might seem strange at first. However, the way you type math into your graphing calculator is very similar to how you should type it into iMathAS. Here is a table showing how to enter various mathematical expressions/operators.
Entry | Meaning | Example |
---|---|---|
+,-,*,/ | Add, subtract, multiply, divide | "5+2*3-10" gives and "3/5" gives |
^ | Power or exponent | "2^3" gives |
( ) | Parentheses for grouping | "1/2*pi" gives while "1/(2*pi)" gives |
e, pi | Standard constants and | "2 pi r" gives and "e^3" gives |
x, y, t, etc. | Variable names | "3*x^2" gives |
_ | Subscript, for variable and function names | "t_1" gives and "log_b(y)" gives |
abs | Absolute Value | "abs(-4)" gives |
sin, cos, tan, sec, csc, cot, sinh, cosh | Standard trig. functions | "sin(2)" gives |
arcsin, arccos, arctan | Inverse trig. functions | "arccos(0.5)" gives |
sin^-1, cos^-1, tan^-1 | Inverse trig. functions | "sin^-1(0.5)" gives |
log_b | Log with base | "log_2(4)" gives |
ln, log | Natural (base ) and common (base 10) log | "ln(3)" gives |
! | Factorial | "4! = 24" gives |
oo | Infinity. Two lower case O's like the middle of the word "book" | "(-oo, oo)" gives |
Visual Math Editor
IMathAS also provides a visual interface for entering mathematical answers. If your cursor is in an input box, you should generally see a yellow rectangle with an arrow in it, as shown below.
If you click on that arrow, it will pull open a visual math editor. You can click on the tools in the toolbar to help you enter your math. When you're finished with the visual editor, press the "Save" button to save your input.
Why is that Wrong?
By default, for numerical questions, IMathAS checks to see if your answer is within 0.1% of the exact answer - if it is, you're answer is considered "correct." THIS IS VERY IMPORTANT.
WARNING
If you round too early, your answer might not be within 0.1% of the exact answer and therefore IMathAS might tell you your answer in incorrect even if your thinking is correct.
To avoid this, round out to 5 or 6 decimal places if you must round. The better option is to enter a numerical expression and let IMathAS do the computation. Consider the following example.
Suppose the answer to a question is . If you enter this into your calculator you might be tempted to round to 0.33. But 0.33 is actually 1% away from so your answer will be counted incorrect! Instead, enter 0.333333. Or even better! Enter "1/3" and IMathAS will do the computation for you.
TIP
When possible, enter expressions into IMathAS and let IMathAS do the computing for you. After all, this is what computers are for.