Skip to content

Modified Defn 8.3.12 for clarity and added a remark.#375

Closed
jbunn3 wants to merge 1 commit intomainfrom
jaredbunn_10.21.24_series_defn
Closed

Modified Defn 8.3.12 for clarity and added a remark.#375
jbunn3 wants to merge 1 commit intomainfrom
jaredbunn_10.21.24_series_defn

Conversation

@jbunn3
Copy link
Contributor

@jbunn3 jbunn3 commented Oct 21, 2024

For #372, This change clarifies the definition of a series and helps the careful reader distinguish between a series and its sum (limit).

@github-actions
Copy link

🚀 Preview available 🚀

https://299437f5.tbil.pages.dev

@StevenClontz
Copy link
Contributor

Defining a series as a pair of a sequence and its partial sum sequence doesn't click with me as a formalization: the latter is calculated from the former, so there's a redundancy that violates DRY (Don't Repeat Yourself).

But what if we say that a series is a function that maps a sequence to its partial sum sequence? I'll make a competing PR for discussion to elaborate on this.

@siwelwerd
Copy link
Contributor

But what if we say that a series is a function that maps a sequence to its partial sum sequence?

I am wondering if getting this exactly precisely right in the main text is going to help our students, or if it belongs in an <aside> so as not to distract them from what we want them to learn. In particular I worry that introducing a function to this definition is extra cognitive load.

@StevenClontz
Copy link
Contributor

The function idea didn't survive the drafting I did at #377. But you hit the nail on the head with this cognitive load concern: I don't think 99% of students are going to appreciate a model of a series that's a pair of sequences. I ended up saying that a series is a partial sum sequence.

@jbunn3
Copy link
Contributor Author

jbunn3 commented Oct 28, 2024

I agree with your thoughts that the cognitive load might not be right for the students. However, I am generally a fan of "planting a seed" that may help down the line, even if it doesn't make sense at the time. I say this since this is how I learned series as a student, and I didn't understand at that time either. However, later down the road, it made sense to me.

@StevenClontz
Copy link
Contributor

What value does having a series be a tuple of sequences have in contrast with just being the partial sum sequence?

@StevenClontz
Copy link
Contributor

Ah, I see your comment at #377, so I've marked it as ready for review, and it will close this PR once it is complete. Please suggest any improvements there. Thanks @jbunn3!

@jbunn3
Copy link
Contributor Author

jbunn3 commented Oct 29, 2024

What value does having a series be a tuple of sequences have in contrast with just being the partial sum sequence?

I think it's mostly preference. I like the nature of thinking of them both back and forth. Yes, you can think of a partial sum sequence as a property of a sequence, but you can also think of the generating sequence as a property of a given partial sum sequence (by looking at the difference of consecutive elements).

@jbunn3 jbunn3 closed this in #377 Oct 29, 2024
@jbunn3 jbunn3 deleted the jaredbunn_10.21.24_series_defn branch November 8, 2024 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants