Math 11 (College Algebra)

Contents

1  General Information
    1.1  News/Calendar
    1.2  Reference text
    1.3  Grading system
    1.4  Math 11 Course Outline
2  Course notes

General Information

0.1  News/Calendar

Math 11 MHW3 Exam Schedule (8:00-10:00 A.M. Rm. 126)
First long exam December 17, 2003
Chap. 1, 2, 3.1-3.9
Second long exam February 11, 2004
Chap. 3.10-3.13, 4.1-4.4, 5, 6.1, 6.3-6.6
Third Long exam March 17, 2004
Chap. 6.2, 6.7-6.12 (incl. word problems)
Chap. 8.1, 8.3-8.4, 9.1, 12.1-12.2
Final exam TBA

0.2  Reference text

The standard textbook for this course is

Elbridge P. Vance, Modern Algebra and Trigonometry, Third Edition

0.3  Grading system

To determine your final grade, compute your raw score and refer to the grade table:

Score= 1 2 (Avg.Dept.Exams)+ 1 3 (quiz+homework+prob.set)+ 2 3 %(finalexam)

Final grade Raw score range
1.0 93-100
1.25 90-92
1.5 87-89
1.75 84-86
2.0 80-83
2.25 75-79
2.5 70-74
2.75 65-69
3.0 60-64
4.0 55-59

0.4  Math 11 Course Outline

Meetings Topics
1 Distribution of Class cards, Introduction
2 1.1 Sets and Basic Notations, 1.2 Subsets and Couting
1.3 Operations on Sets
3 2.1 Algebra of counting numbers, 2.2 Additive Inverses
and Subtraction,
2.3 Integers and Factorizations
4 2.4 Multiplicative Inverses and Division, 2.5 Rational
and Irrational Numbers
5 3.1 Addition of Algebraic expressions,
3.2 Multiplication of algebraic expressions,
3.3 Division of Algebraic Expressions
6 3.4 Special products, 3.5 Factors and factoring
7 3.6 Simplification of fractions
8 3.7 Addition of fractions, 3.8 Multiplication and
division of fractions,
3.9 Integral and Zero exponents
9 Exercises
10 Review
1st Dept. Exam Dec 17
11 3.10 Rational exponents, 3.11 Radicals
12 3.12 Addition and Subtraction of Radicals,
3.13 Multiplication and Division of Radicals
13 4.1 Order Axioms for the real numbers,
4.2 One-dimensional coordinate system
14 4.3 Two-dimensional Coordinate system,
4.4 Distance and slope formulas
15 5.1 Functions and relations, 5.2 Graphical
representation of unctions and relations
16 8.1 Linear function, 8.3 Quadratic function
17 8.4 Solution of the quadratic equations, 8.5 Inequalities
18 8.6 Zeroes and Coeeficients of the quadratic equation
19 Exercises
20 Review
2nd Dept. Exam Feb 11
21 8.7 Equations in Quadratic form,
8.8 Equations involving radicals
22 8.10 Solution of two linear equations,
8.11 Solutions of three linear equations
23 8.12 Solution of linear and quadratic
24 10.1 Certain theorems on polynomials, 10.4 rational roots
25 11.1 Inverse functions
26 11.2 Exponential functions, Variation
27 14.2 Geometric progression, 8.2 Arithmetic progression
28 Exercises
29 Review
3rd Dept. Exam Mar 17
Review
Final Exam

Chapter 1
Course notes

4.1 Order Axioms for the real numbers

Prob. List the basic order axioms for real numbers with their definitions.
Ans.
Prob. What is the definition of '<' or 'less than' ?
Ans. If a>b, then b<a.

4.2 One-dimensional coordinate system

4.3 Two-dimensional Coordinate system

4.4 Distance and slope formulas

Prob. Write the distance formula between two points between two points P( x1 , y1 ) and Q( x2 , y2 ).
Ans.

d=( x2 - x1 )2 +( y2 - y1 )2

Problem. What is the midpoint ( xm , ym ) of a line segment defined by P( x1 , y1 ) and Q( x2 , y2 )?
Ans.

xm =( x1 + x2 )/2; ym =( y1 + y2 )/2

Prob. Give the formula for the slope m of a line defined by two points P( x1 , y1 ) and Q( x2 , y2 ).
Ans.

m= y2 - y1 x2 - x1 .

5.1 Functions and relations

5.2 Graphical representation of functions and relations

8.1 Linear function

Prob. The graph of a linear function is a straight line. List the different forms for expressing the equation of the straight line.
Slope-intercept form y=mx+b
Slope-point form (y- y1 )=m(x- x1 )+b
Two point form y- y1 y2 - y1 = x- x1 x2 - x1
General implicit form: Ax+By+C=0

8.3 Quadratic function

8.4 Solution of the quadratic equations

Prob. Look at the expansion of perfect squares: (ax+b)2 = a2 x 2 +2abx+ b2 and consider relabeling the leftmost, middle and rightmost terms so that L= a2 x2 , M=2abx and R= b2 . Express R in terms of L and M.
Ans.

R= ( M 2L )2 .

Prob. With reference to the previous problem, if the middle term M is missing, determine its value when L and R are given.
Ans.

M= LM 2 .

Prob. Consider he quadratic equation f(x)=A x 2 +Bx+C=0. Express f in the form f(x)=A(x+ x0 )2 +K.
Ans.
Rewrite f(x)=A( x2 + B A )+C=0 Let L= x2 ,M= B A x. Then R= B2 4 A 2 . We perform 'completing the square':

f(x)=A( x2 + B A + B 4 A2 - B 4 A2 )+C =A( x2 + B A + B2 4 A2 )- B2 4A +C =A (x+ B 2A )2 + 4AC- B2 4A

Therefore, x0 = B 2A and K= 4AC- B2 4A
Prob. At what value of x does f has a minimum value when A>0? Or determine the global minimum of f when A>0.
Ans.
Note that the expression (x+ B 2A )2 is never negative. Thus when A>0, f has a global minimum 4AC- B2 4A attained at x= xo = B 2A .
Prob. Determine the global maximum of f when A<0.
Ans. Exercise.
Remark. The point ( B 2A , 4AC- B2 4A ) is called the vertex of the parabola defined by f.
Prob. Derive the quadratic formula

x1,2 = -B± B2 -4AC 2A

for obtaining the roots of f where f(x)=A x2 +Bx+C. This formula is useful when you cannot factor quickly a quadratic expression.
Ans. Exercise.
Prob. What is the nature of the roots of f=A x2 +Bx+C=0 given the value of the associated discriminant Q= B2 -4AC? HINT: Use the quadratic formula.
Ans.
Q Nature of roots
>0 two different real roots
=0 two equal real roots
<0 no real roots
two complex conjugate roots

8.5 Inequalities

8.6 Zeroes and Coeficients of the quadratic equation

Prob. Show that for f(x)= ax2 +bx+c, the sum of the roots r1 + r2 =-(b/a) and the product of the roots is c/a.
Ans. Exercise (Hint: Use the quadratic formula).
Prob. What is the general relation between roots and coefficients of a polynomial in x?
Ans.
The polynomial f(x) of degree n with leading coefficient a0 =1

f(x)= a0 xn + a1 xn-1 ++ an

can be expressed in terms of its n roots r1 , r2 ,, rn as

f(x)=(x- r1 )(x- r2 )(x- rn ).

Now expand the last equation. We obtain the following formulas (attributed to Vieta):

a1 =-( r1 + r2 ++ rn ) a2 =+( r1 r2 + r1 r3 + r1 rn + r2 r3 + r2 rn + rn-1 rn ) a3 =-( r1 r2 r3 ++ r1 rn-1 rn ++ rn-2 rn-1 rn ) = an =(-1)n ( r1 r2 rn )




File translated from TEX by TTM, version 3.13.
On 5 Jan 2005, 07:26.
Hosted by www.Geocities.ws

1