Wednesday, February 22, 2023

District Benchmark Test #2 (Days 115-118)

FACTOR TESTS

First Verse:
Remainder x minus r,
Remainder theorem says,
Remainder that equals,
Remainder f of x.

Pre-Chorus:
Theorems easier,
No need to divide.
Polynomial,
Plug r in to find.

Chorus:
Remainder! Factor! (x2)

Second Verse:
Factor x minus r,
Factor theorem says,
Factor zero is,
Factor f of x.

Bridge:
Testing x minus sign,
That means r's positive.
Testing x plus sign,
That means r's negative.

Today is the second district Benchmark Test in my fourth period Math I class, with the other classes taking their district tests tomorrow. Thus I sing "Benchmark Tests" in fourth period -- but it's also the perfect day for a Math III song.

This is the sixth song that I'm composing in 14EDL, our main scale for January and February. And it's the first 14EDL song in the ABCD format, with verses, a pre-chorus, a chorus, and a bridge.

Here's a link to today's Mocha code:

https://www.haplessgenius.com/mocha/

10 N=8
20 FOR V=1 TO 2
30 FOR X=1 TO 24*(V+1)
40 READ A,T
50 SOUND 261-N*A,T
60 NEXT X
70 RESTORE
80 NEXT V
90 FOR W=1 TO 4:SOUND 261-N*7,16:SOUND 261-N*14,16:NEXT
100 DATA 13,12,14,4,7,4,14,4,13,8
110 DATA 13,12,14,4,7,4,14,4,13,8
120 DATA 13,12,14,4,7,4,14,4,13,8
130 DATA 13,12,14,4,7,4,14,4,13,8
140 DATA 14,12,14,4,12,8,9,4,8,4
150 DATA 14,12,14,4,12,8,9,4,8,4
160 DATA 14,12,14,4,12,8,9,4,8,4
170 DATA 14,12,14,4,12,8,9,4,8,4
180 DATA 7,16,14,16
190 DATA 7,16,14,16
200 DATA 7,16,14,16
210 DATA 7,16,14,16
220 DATA 11,12,9,4,9,6,11,6,14,2,10,2
230 DATA 11,12,9,4,9,6,11,6,14,2,10,2
240 DATA 11,12,9,4,9,6,11,6,14,2,10,2
250 DATA 11,12,9,4,9,6,11,6,14,2,10,2

Don't forget to click on Sound before you RUN the program.

While this song includes the entire 14EDL scale, certain notes appear only in certain parts -- indeed, the chorus consists only of two tonic whole notes, a high F# and a low F#. The verse is the only part in which Degree 13 appears, while the bridge is the only part where Degrees 10 and 11 appear.

Thus we might interpret 14EDL as a pure Locrian scale, with Degrees 13 and 11 as G and B -- since these notes don't appear in the same part of the song, there's no need to worry about interpreting 13/11 as a major third. We might instead interpret is as a natural minor scale, since the only appearance of the diminished 7/5 fifth C is as a quick eighth note in the bridge.

Notice that I haven't actually performed this song yet. This tune corresponds to the second block of the week, which is tomorrow for both Math III classes. But the blogging schedule corresponds to the block days of fourth period, which isn't a Math III class (and got "Benchmark Tests" instead).

Thus I have yet to decide which chords to play with this song. I'm actually leaning more towards the minor key interpretation, so F#m will be the chord to play during the chorus.

(By the way, the FOR loops are written oddly. Line 30 is written so that the first verse plays ABC -- 48 notes -- and the second verse plays ABCD -- 72 notes. Line 90 squeezes in one more Chorus to play at the end of the song -- possible only because the Chorus consists of two whole notes repeated.)

The song indicates how the Math III lesson will soon be presented. The Factor and Remainder Theorems each have their own verses, and the bridge reminds us to switch signs (so r = 1 tests the factor x - 1, and r = -1 tests the factor x + 1). Because of syllables, I expect to shorten remainder to 'mainder to fit the tune.

There's not much to say about Math I in this post, since the focus is on the district Benchmarks. I will say that Chapter 6 is briefly covered on today's test just as Chapter 3 was on the first district test. This is why we covered Lesson 6.1.1 before the test. Still, there are a few questions from deeper in Chapter 6, but perhaps some students might remember a little about solving systems from Math 8 (once again, just like transformations in Chapter 3).

Today is Sevenday on the Eleven Calendar:

Resolution #7: We earn our grades through hard work and dedication.

And hopefully my students are working hard to earn their scores on the Benchmarks today.

No comments:

Post a Comment