Math 165 Typing Assignments
Math 165 Typing Assignments
Some assignments must be typed.
Microsoft Word© and other word processors have facilities for superscripts, subscripts, and fractions. The instructor is using TEX, a program for typesetting mathematics.
If you prefer, mathematics may be typed as you would enter the information in your calculator.
For example, the sentence

sin2(x) + cos2x
= 1.
may be typed as
sin^2(x) + cos^2(x) = 1.
The sentence

1

x + h
1

x
= − h

x(x + h)
.
may be typed as
(1/(x+h)) - (1/x) = - (h/(x(x+h))).
Which of the following is correct?
1/(x+h) - 1/x = - h/x(x+h).
1/(x+h) - 1/x = - h/(x(x+h)).
When in doubt, use parentheses ().
Suggested conventions (partly borrowed fromTEX):
≤ : type <= or \leq, ≥ : type >= or \geq
±: type \pm
subscripts: a23: type a_{23}
superscripts: a23: type a^{23}
⇒: type => or implies
absolute value: type |a| or abs(a) or \abs(a)
square root: √{a2 + b2}: type sqrt(a^2 + b^2) or \sqrt{a^2 + b^2}
limx → a f(x): type lim_{x->a}f(x) or \lim_{x \to a}f(x)
Integrals: ∫ab f(x) dx: type fnInt(f(x),x,a,b)



File translated from TEX by TTH, version 4.05.
On 24 Aug 2014, 15:04.