WeBWorK knows most of the standard mathematical functions. It can compute base 10 logarithms with log and natural logarithms with ln. If your course involves trigonometric functions, it can evaluate those as well. Note, for trig functions WeBWorK always uses radian mode. Here's the list of the functions which WeBWorK understands, (many of which you will not need for your course).

To try one, we will use the function (natural logarithm). Compute .

Answer =

You can enter this as 2*ln(5*e/3) or more simply as 2ln(5e/3). Those who have studied logarithms before may also recognize that we could enter this as , which also works.


Sometimes you need to use ( )'s to make your meaning clear. E.g. 1/2+3 is 3.5, but 1/(2+3) is .2 Why? Try entering both and use the "Preview" button below to see the difference. In addition to ( )'s, you can also use [ ]'s and .


When entering numbers, leave off units (or dollar signs for money) unless the problem directs you to do otherwise. For example, if we want to know how much money you will have if you collect $100 from 200 people, the answer is $20,000. When entering this value, you should just give 20000 (or 100*200, or anything else which evaluates to 20000).

$100 from 200 people yields dollars

Note: it is important to leave out the comma. Commas are used when an answer is a list of things.

You can earn partial credit on this problem.