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.

EntryMeaningExample
+,-,*,/Add, subtract, multiply, divide"5+2*3-10" gives 5+23105+2\cdot 3-10 and "3/5" gives 35\frac{3}{5}
^Power or exponent"2^3" gives 232^3
( )Parentheses for grouping"1/2*pi" gives 12π\frac{1}{2}\cdot\pi while "1/(2*pi)" gives 12π\frac{1}{2\pi}
e, piStandard constants ee and π\pi"2 pi r" gives 2πr2\pi r and "e^3" gives e3e^3
x, y, t, etc.Variable names"3*x^2" gives 3x23\cdot x^2
_Subscript, for variable and function names"t_1" gives t1t_1 and "log_b(y)" gives logb(y)\log_b(y)
absAbsolute Value"abs(-4)" gives 4\lvert-4\rvert
sin, cos, tan, sec, csc, cot, sinh, coshStandard trig. functions"sin(2)" gives sin(2)\sin(2)
arcsin, arccos, arctanInverse trig. functions"arccos(0.5)" gives arccos(0.5)\arccos(0.5)
sin^-1, cos^-1, tan^-1Inverse trig. functions"sin^-1(0.5)" gives sin1(0.5)\sin^{-1}(0.5)
log_bLog with base bb"log_2(4)" gives log2(4)\log_2(4)
ln, logNatural (base ee) and common (base 10) log"ln(3)" gives ln(3)\ln(3)
!Factorial"4! = 24" gives 4!=244! = 24
ooInfinity. Two lower case O's like the middle of the word "book""(-oo, oo)" gives (,)(-\infty, \infty)

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.

Yellow arrow

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.

Visual math editor

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 13\frac{1}{3}. If you enter this into your calculator you might be tempted to round to 0.33. But 0.33 is actually 1% away from 13\frac{1}{3} 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.