Dave Peterson

(Doctor Peterson) A former software engineer with degrees in math, I found my experience as a Math Doctor starting in 1998 so stimulating that in 2004 I took a new job teaching math at a community college in order to help the same sorts of people face to face. I have three adult children, and live near Rochester, N.Y. I am the author and instigator of anything on the site that is not attributed to someone else.

Prime Numbers: Making a List

We’ve looked at what prime numbers are, and how the concept extends (or doesn’t) to 0, 1, and negative integers. The next question many students have is, how can I make a list of prime numbers (or write a computer program to do so)? We’ll learn about the Sieve of Eratosthenes, and list all the …

Prime Numbers: Making a List Read More »

Prime Numbers: What About Negatives?

We’ve looked at the basic idea of primes, then at where 0 and 1 fit in. But what about negative integers? Can they be prime? If so, how does that affect the definition? And can you factorize a negative number if you don’t have negative primes?

Prime Numbers: What About 0 and 1?

Last week we looked at the definitions of prime and composite numbers, and saw that 1 is neither. The same is true of 0. What, then, are they? That raises some deep questions that we’ll look at here.

Prime Numbers: What and Why

I’ll begin a short series of posts on prime numbers with several questions on the basics: What are prime (and composite) numbers, and why do they matter?

Three Trigonometric Inequalities

(A new question of the week) We often solve basic trigonometric equations; but a recent set of questions dealt with challenging trigonometric inequalities, which bring with them a new set of issues. We’ll look at several of those here, which combine trig with polynomials, rational functions, and more. Each will illustrate something new to watch …

Three Trigonometric Inequalities Read More »

Fundamental Theorem of Calculus: a Tale of Two Parts

(A new question of the week) A recent question about the application of the Fundamental Theorem of Calculus provided an opportunity to clarify what the theorem means in practice, and specifically how the two parts are and are not related. Misunderstandings like these are probably more common than many instructors realize! We’ll also glance at …

Fundamental Theorem of Calculus: a Tale of Two Parts Read More »

Parallel Vectors: Missing a Solution

(A new question of the week) We were recently asked to check work on an interesting little question about parallel vectors, and I was almost convinced that there was no solution … until I realized there was one! How was it missed? How can we avoid doing that? That’s our goal today.