Author Archives: Peter Horn

About Peter Horn

I'm an assistant professor in the Department of Mathematics at Syracuse University.

Homework grading

Some have asked me, “Why is my homework grade so low? I worked hard on it.”

Let me explain how the homework is graded and discuss why you might be getting a lower grade than expected.

The homework grader has a very limited amount of time to do the grading. Due to this constraint, an efficient and fair grading method was devised. Each problem is worth 2 4 points (a problem with parts a b and c is worth 6 12 points). The full 2 4 points is earned when you write a complete and correct solution (showing all work). No points will be given for a problem not attempted. Partial credit will be given everything in between: started on a problem but didn’t finish, a solution with a correct answer but missing work, etc.

(As a side note, each WeBWorK problem is worth 3 4 points in the grade book).

Here are some tips to get the full 4 points:

  • Read the directions carefully. It is easy to omit part of the solution when you haven’t read all the instructions.
  • Show all of your work. If you used a calculator to solve an equation, say so. That’s legal.
  • Beware: the answers in the back of the book are surprisingly incomplete. Compare problem 1.1.6’s answer in the back of the book to the full solution (in BlackBoard under Content). There is a big difference between the two! You won’t get full credit just because your answer matches the back of the book.
  • Some of the problems require time but aren’t too difficult. Start working on the assignment in advance.
  • Pay attention to the length of the solutions I provide you. If my solutions are 12 pages long and yours are 2, there might be a problem.
  • Write the problem and instructions on your paper. This will help internalize what you are asked to do on that problem.

The grader has been advised to leave comments when possible. Before asking me why you got a low score on a problem, please:

  • Reread the problem and instructions in the book
  • Read my solution in BlackBoard -> Content
  • Compare your solution to mine
  • Absorb the grader’s comments
  • Determine if you still want to ask about the points

Sometimes running through the above checklist will save you and me time. Keep in mind that I’m human and can easily make mistakes when creating the solutions. Also keep in mind that I’m here to help, so don’t be shy to ask questions.

Assignment 2

This assignment is due Tuesday, January 28.

  1. Read Sections 2.1 – 2.3
  2. Do WeBWorK for 2.1 – 2.3 (call this WeBWorK 2)
  3. Do book problems (call this Homework 2)
    • Section 2.1 problems 18, 24, 31
    • Section 2.2 problems 7, 14, 18
    • Section 2.3 problems 8, 19, 23

Integration review

One thing you need to know how to do in 414 is to integrate. Fundamental theorem of calculus, u-substitution, integration by parts, etc. I found an integration review online with answers! I’m happy to answer questions you may have.

Please note that this is a collection of many types of integration problems for another course at another university. There might be some very tricky problems on it. If you want to practice integration by parts, say, you might do better to look in your calculus book in the IBP section and try some homework problems in that section.

Direction fields in Sage

In class I discussed the Mice vs Owl model and generated a direction field on my computer. You can do this, too, for free.

Sage is a computer algebra system (read, fancier than a graphing calculator thingy you can use on your computer) that you can use online or download. Sage has a built in command for generating direction fields, or slope fields. Below is the code I used to generate the slope field you saw in class.

p,t = var('p,t');
plot_slope_field( .5*p - 450, (t,0,5), (p,800,1000))

slope_field

Assignment 1

This assignment has four parts and is due Tuesday, January 21

  1. Log into WeBWorK. Your username is your NetID, and your initial password is your 9 digit SUID number. Change your password.
  2. Complete WeBWorK for sections 1.1, 1.2, and 1.3
  3. Read Sections 1.1 – 1.3 in the book.
  4. Complete written homework: Section 1.1 problems 6, 7, 13, 21; Section 1.2 problems 1, 3, 7, 10; Section 1.3 problems 8, 14, 18, 30 (hint: kinetic energy satisfies \(T = \frac{1}{2}\,m\,v^2\) where \(v\) is speed, and potential energy is \(V = m\,g\,h\) where \(h\) is the height difference from resting position)