How to Find the Period of a Cosine Function | No-Mess Method

A cosine wave repeats after a horizontal run of 2π divided by the absolute x-multiplier inside the cosine.

Cosine graphs look friendly until a stretched or squished version shows up on a quiz. Then the question hits: how long is one full repeat? That repeat length is the period. Once you can spot it fast, you can sketch the graph, spot max and min points, and check solutions without guessing.

This article shows period in three ways: reading it from an equation, reading it from a graph, and checking it with a simple “does it repeat?” test. You’ll also see how radians and degrees change the number you report, plus a few traps that snag students.

What “Period” Means In Plain Terms

A function is periodic when its values repeat after the input increases by a fixed amount. For cosine, that means the wave pattern comes back again and again at a steady horizontal spacing.

Pick one point on the graph, like a peak. Slide right until you hit the next peak at the same height on the same part of the wave. The horizontal distance between those matching points is the period.

Where The Base Period 2π Comes From

The parent function y = cos(x) repeats every full turn around the unit circle. One full turn is 2π radians, and cosine returns to the same x-coordinate value after that rotation. That’s why the base period is 2π.

If your class works in degrees, the same idea is one full turn of 360°. Same motion, different unit.

How to Find the Period of a Cosine Function

Many courses use a transformed cosine written like this:

y = A cos(Bx + C) + D

The period depends on the “inside” multiplier B. When B gets larger in magnitude, the graph cycles faster, so the period gets smaller. When |B| is smaller than 1, the graph cycles more slowly, so the period gets larger.

Use The Formula When The Inside Is Bx + C

If the inside looks like Bx + C, the period is:

Period = 2π / |B|

Notice what does not change the period: A (vertical stretch), D (vertical shift), and the sign in front of cosine. Those affect height and vertical position, not the repeat length across x.

Handle Factored Or “Divided x” Forms

Sometimes the inside is written as x/4 or (1/4)x. Treat that as B = 1/4. The period becomes 2π divided by 1/4, which equals 8π.

If the inside is 4x, treat that as B = 4, so the period becomes 2π/4 = π/2.

Watch Parentheses That Hide B

A common layout is cos(3(x − 2)). Distribute first: 3(x − 2) = 3x − 6. The multiplier on x is still B = 3, so the period is 2π/3. The “−2” part shifts the graph left or right; it doesn’t change the period.

Finding The Period Of A Cosine Function With B And Units

Before you write a final answer, lock in the unit for x. If x is measured in radians, the base cycle is 2π. If x is measured in degrees, the base cycle is 360°. Many textbooks default to radians unless stated otherwise.

Also check what the input represents. In a word problem, x might stand for hours, days, meters, or centimeters. The period will be in that same unit.

Radians Version

Radians are the natural language of trig in algebra and calculus. With radians, use 2π/|B| when the input is Bx + C.

Degrees Version

With degrees, swap 2π for 360° in the formula:

Period = 360° / |B|

If your calculator is in degree mode and your class is working in degrees, this keeps your graph and your numeric checks consistent.

How To Read Period From A Graph Without Any Formula

Sometimes you’re given a graph and asked for the period straight from the picture. You can still get it cleanly.

Step 1: Pick A Distinct Landmark

Choose a peak, a trough, or a midline crossing that is heading upward. Any of these works as long as you match the same “role” on the next cycle.

Step 2: Find The Next Matching Landmark

Move right on the x-axis until you hit the next peak (or trough, or the same type of midline crossing). Don’t mix them. A peak to the next peak is one full cycle.

Step 3: Subtract x-Values

The period is x2 − x1. If the axis has tick marks, read them carefully. If the ticks are in π/4 steps, count those steps and convert.

Sanity Check: Quarter-Cycle Spacing

Cosine’s pattern divides neatly into four equal horizontal chunks: peak → midline downcross → trough → midline upcross → peak. Each chunk is one-quarter of the period. If the spacing between peak and first midline crossing is 1.5, then the full period is 6.

Want a clean refresher on how period behaves across sinusoidal graphs? Khan Academy’s midline, amplitude, and period review uses the same landmarks and the same read-off method.

Table 1: Period From The Equation In Common Forms

Cosine Form Identify B Period In Radians
y = cos(x) B = 1
y = cos(4x) B = 4 π/2
y = cos(x/3) B = 1/3
y = 2cos(−5x) B = −5 2π/5
y = cos(3x + 1) B = 3 2π/3
y = cos(0.25x − 2) B = 0.25
y = cos(2(x − 7)) B = 2 π
y = cos((x + 6)/2) B = 1/2

Common Mistakes That Flip The Answer

Most wrong answers come from one of these slips. Check them once, and you’ll catch yourself later.

Using B Instead Of 2π/|B|

If you see cos(6x), it’s tempting to say “period 6.” Cosine doesn’t work like that. The 6 squeezes the wave, so the repeat length is 2π/6 = π/3.

Letting A Or D Change The Period

In y = 5cos(2x) − 3, the 5 makes the wave taller, and −3 drops it down. The repeat spacing stays π because B is still 2.

Confusing Phase Shift With Period

In y = cos(2x − π), the “−π” shifts the graph. The multiplier on x is still 2, so the period stays π. Phase shift moves where the cycle starts, not how long it is.

Dropping Absolute Value On B

The sign of B flips the graph left-to-right. A flip doesn’t change the spacing between repeats. That’s why the formula uses |B|.

Period, Frequency, And “How Many Cycles Fit” Thinking

Period tells you the length of one cycle. Frequency tells you how many cycles happen in a fixed horizontal span.

When the input is in radians, you can think of the parent cosine completing one cycle every 2π. If you multiply x by 3, the input runs three times as fast, so three cycles fit into the same 2π span. That lines up with period 2π/3.

This “cycles fit” idea is handy when you’re sketching. If you know the period is π/2, then four cycles fit between 0 and 2π.

Worked Examples With Clean Arithmetic

Let’s run a few examples that show different layouts. Write them out the same way each time and the steps start to feel routine.

Example 1: y = cos(7x)

B = 7, so period = 2π/|7| = 2π/7.

Example 2: y = 3cos(x/5)

x/5 means B = 1/5, so period = 2π/(1/5) = 10π. The 3 changes amplitude only.

Example 3: y = −2cos(4(x + π/8)) + 1

Expand the inside: 4(x + π/8) = 4x + π/2. B = 4, so period = 2π/4 = π/2. The leading −2 reflects and stretches vertically, and +1 shifts up, with no change to the period.

Example 4: Degree Mode: y = cos(12x) With x In Degrees

Use 360°/|12| = 30°. So one full repeat happens every 30 degrees on the x-axis.

How To Check Your Period In Ten Seconds

After you compute a period P, test it with the defining repeat rule: does f(x + P) equal f(x)? You don’t need a full proof. Plug in one easy x value that makes the inside angle simple.

Pick x = 0 when it works. If your function is cos(Bx + C), then compare cos(C) with cos(BP + C). If BP equals 2π (or 360° in degree mode), you’ll get the same cosine value, which matches the idea of one full cycle.

If you want a reference statement for the parent cosine repeating every 2π, Wolfram MathWorld notes cosine’s 2π repeat length on its Cosine page.

Table 2: One-Cycle Pattern Map For Cosine

Cycle Fraction Where You Are On The Wave What You Can Read Off
0 Peak Start of a cycle
1/4 of period Midline crossing, heading down Halfway from peak to trough
1/2 of period Trough Lowest point of that cycle
3/4 of period Midline crossing, heading up Halfway from trough to peak
1 full period Next peak Cycle repeats from here

Graphing Tip: Build One Cycle, Then Copy It

Once you know the period, you can sketch one clean cycle and repeat it to fill the graph window.

Mark The Five Anchor Points

Start at a peak for cosine when there is no phase shift. Then mark the quarter-cycle points using the table above. If you have a phase shift, start at the shifted peak location instead, then step through quarter-cycles from there.

Keep The Vertical Pieces Separate

Do the vertical shift D and the amplitude A after you’ve spaced the x-values. Spacing first prevents mixing up vertical changes with horizontal ones.

Mini Checklist Before You Turn It In

  • Found B as the multiplier on x inside the cosine.
  • Used 2π/|B| for radians, or 360°/|B| for degrees.
  • Ignored A and D for period.
  • Ignored phase shift for period.
  • Did a simple repeat check with f(x + P) = f(x).

Once these steps feel normal, period problems stop feeling like “memorize a rule” and start feeling like a clean read-off from the inside of the function.

References & Sources