Additional Information for the Students

Please note: This page is meant to provide the students in my classes with updated information. It is not the replacement for the Student Information Sheet. Every effort has been made to keep the information on this page accurate and up to date, but neither the author nor the OSU can assume responsibility for any errors and/or omissions therein.

Math 152 | Math 75 | Miscellanea | Utilities | Index

Math 152 Information

Math 152 Homework:
Section 5.3 (7–69 odd) Due: Wed., Jan. 18.

The list of topics and the list of all homework assignments is available in PDF form here. (one page, 1,718 bytes)

Math 152 Sample Student Info Sheet (Subject to change!) (first page, 9,584 bytes), second page (2,933 bytes).

For your convenience, there is a Web grade calculator/estimator for this course. A nonlinear Equation Solver (in JavaScript) is also available to help you with your numerical work.

Grading in Math 148 (a description of the Grade replacement method, sometimes used in Math 148 and some other courses; 2,967 bytes)

This document gives details on how to present your graphing calculator based work. Incomplete solutions will be given less credit, if any.

Math 152 Exams:
Midterm I
(Sections 5.1–6.2) Wed., Jan. 25, Regular class time, Founders 2111.

Math 152 Sample Exams: Midterm I (one page, 7,401 bytes), Final Exam (one page, 7,164 bytes).

Math 104 Sample Exams: Midterm I (one page, 5,997 bytes). Midterm II (one page, 6,683 bytes).

Math 152 | Math 75 | Miscellanea | Utilities | Index

Math 75 Information

Math 75 Homework:
To be announced in March.

The list of topics and the list of all homework assignments are available in PDF form here. (Page four only).

For your convenience, there is a Web grade calculator/estimator for this course. A nonlinear Equation Solver (in JavaScript) is also available to help you with your numerical work.

Math 75 Exams:
Midterm I
(???): TBA in March;

Math 50 Sample Exams: Midterm I (subject to modifications), Midterm II (subject to modifications), Midterm III (subject to modifications), Final Exam (subject to modifications). Please note that different textbooks are now being used for Math 104 and Math 50 so these samples may have to be changed/replaced as well. However, they are still useful as a source of test/homework grade exercises.

Math 152 | Math 75 | Miscellanea | Utilities | Index

Miscellanea

A "Derive" script: Cut and paste into an ASCII (text) editor and save. Load into "Derive" and use.
" File NUMINT.MTH "

" Copyleft (C) Miroslav 1996, 2002-2012 "

" Important! Define a function F to be used below !! "

F(x):=

MIDPT_F(a,b,n):=((b-a)/n)*SUM(F(a+((2*k-1)*(b-a))/(2*n)),k,1,n)

TRAPEZ_F(a,b,n):=(2*SUM(F(a+k*(b-a)/n),k,1,n-1)+F(a)+F(b))*(b-a)/(2*n)

SIMPSON_F(a,b,n):=(4*SUM(F(a+(2*k-1)*(b-a)/n),k,1,n/2)+~
2*SUM(F(a+2*k*(b-a)/n),k,1,n/2-1)+F(a)+F(b))*(b-a)/(3*n)

Math 151 Sample Exams: Midterm I (one page, 6,922 bytes), Midterm II (one page, 5,889 bytes), Midterm III (one page, 6,666 bytes), Final Exam (one page, 6,977 bytes).

Math 153 Sample Exams: Midterm I (one page, 6,792 bytes), Midterm II (one page, 6,394 bytes), Midterm III (one page, 6,981 bytes) and Final Exam (one page, 7,089 bytes).

Math 148 Grading system (one page, 2,967 bytes).

Math 148 Sample Exams: Midterm I (one page, 6,967 bytes), Midterm II (one page, 6,653 bytes) and Final Exam (one page, 7,141 bytes).

Math 104 Sample Exams (old!): Midterm I (one page, 5,997 bytes), Midterm II (one page, 6,683 bytes), Midterm III (one page, 6,802 bytes) and Final Exam (one page, 6,934 bytes).

Other handouts: Factoring Quadratic Polynomials (two pages, 8,280 bytes); The Method of Undetermined Coefficients (one page, 4,171 bytes).

Other information: Finals Week Office Hours: Will be announced in March.

Contact: You can send me e-mail from this page. Please remember to enable cookies in your browser when you use this.

Validate XHTML or CSS

Your friendly Math Instructor,
Miroslav D. Ašić