Cubic Series
Mastering the sum of cubic series, with advanced worked examples.
๐ Introduction
Building on your knowledge of series and sums involving squares, we now turn to cubed series. These series arise naturally in advanced mathematics, physics, and engineering, and feature prominently in exam questions.
The cubed series involves sums of the form $\sum_{r=1}^n r^3$, as well as more complicated expressions involving cubic terms. Understanding how to break apart and evaluate these sums is a key skill for tackling higher-level problems.
๐ฏ Learning Objectives
By the end of this lesson, you will be able to:
- Understand and use the formula for the sum of cubes of natural numbers
- Manipulate and simplify complex cubed series using standard summation techniques
- Solve advanced problems involving cubic series with changing limits and algebraic expressions
๐ Key Concepts
What is a Cubed Series?
A cubed series is a series where each term is raised to the power of three, i.e., it sums $r^3$ for $r$ from $1$ to $n$:
Unlike sums of natural numbers or squares, cubed series grow rapidly, and their closed-form formula is especially elegant.
๐ The Golden Formula
Sum of Cubes Formula:
$$\sum_{r=1}^{n} r^3 = \boxed{\left[\frac{n(n+1)}{2}\right]^2} \quad \text{ Or } \quad \boxed{\frac{1}{4}n^2(n+1)^2}$$
This means the sum of the cubes of the first $n$ natural numbers equals the square of the sum of the first $n$ natural numbers.
Cubed Series with Variable Limits
When the lower limit is not $1$, we use subtraction to find the sum: $$\sum_{r=a}^{b} r^3 = \sum_{r=1}^{b} r^3 - \sum_{r=1}^{a-1} r^3$$ This technique is essential for problems where the series does not start at $1$.
๐ก Remember this:
For any series of the form $\sum_{r=1}^{n} (\text{expression})$, always look to break it into standard sums using linearity: split into sums of $r^3$, $r^2$, $r$, and constants.
Standard Summation Formulas
Here are the key formulas you should know as of now, and if you dont, make sure to memorise them:
With these, you can tackle almost any algebraic series. I highly reccomend having prior knowledge in series before persuing this lesson, you can learn basics and squares of series here.
๐ Worked Examples
๐ Example 1: Simple Cubed Series
Question: Find the value of $$\sum_{r=1}^{8} r^3$$
Solution:
Recall and apply the formula:
So the sum is:
๐ Example 2: Cubed Series with Non-Unit Lower Limit
Question: Calculate $$\sum_{r=5}^{10} r^3$$
Solution:
Express as difference of two sums:
Evaluate each sum using the formula:
Subtract to get:
๐ Example 3: Complex Algebraic Cubed Series
Question: Let: $$S(n) = \sum_{r=1}^n r(r+3)(2r-1)$$ Show that $$S(n) = \frac{1}{6} n(n+1)(3n^2 + an + b) \text{ for some integers a and b}$$ Then, find $$a \text{ and } b$$
Solution:
Expand the brackets inside the summation:
Now it turns into this:
Remember we can take the coefficient out of the summation/series
Apply the formulas:
Substitute the formulas and simplify:
Put the coefficient in the numerator then set all terms to a common denominator ($6$) to combine:
$\equiv$ means 'equivalent to'.
Simplify by factoring $n(n+1)$ and adding like-terms:
So, we have:
$\therefore$ means 'therefore'.
๐ Example 4: Applying Limits to Advanced Cubic Series
Question: Hence compute $\sum_{r=11}^{40} r(r+3)(2r-1)$.
Solution:
Acknowledge limits are starting at $11$:
Expand brackets and break it up into multiple summations:
Looks daunting, but its quite simple as long as you practice.
For equation 1:
Equation 2 now: - \left(2\sum_{r=1}^{10} r^3 + 7\sum_{r=1}^{10} r^2 + 3\sum_{r=1}^{10} r\right
Now combine both equations:
โ ๏ธ Common Mistakes
๐ซ Mistake 1: Not splitting algebraic expressions into standard summations
What students often do wrong: Students may attempt to sum a complicated cubic directly rather than expand and break it into sums of $r^3$, $r^2$, and $r$.
Why it's wrong: This prevents you from using powerful formulas and leads to errors.
How to avoid it: Always expand the cubic, split into standard sums, and apply the formulas.
๐ซ Mistake 2: Forgetting to adjust the lower limit
When the series starts at a number other than 1, use subtraction to find the correct sum.
๐ช Practice Problems
Try these problems to test your understanding:
๐ฏ Practice Question 1
(A) Calculate $\sum_{r=1}^{12} r^3$
(B) Calculate $\sum_{r=7}^{15} r^3$
๐ Show Solution
(A) $\sum_{r=1}^{12} r^3 = \left(\frac{12 \times 13}{2}\right)^2 = (78)^2 = \boxed{6084}$
(B) $\sum_{r=7}^{15} r^3 = \sum_{r=1}^{15} r^3 - \sum_{r=1}^{6} r^3 = (120)^2 - (21)^2 = 14400 - 441 = \boxed{13959}$
๐ฏ Practice Question 2
Let $T(n) = \sum_{r=1}^n (4r^3 - 2r^2 + 7)$.
(A) Express $T(n)$ in terms of standard summations.
(B) Find $T(20)$.
๐ Show Solution
(A) $T(n) = 4\sum_{r=1}^n r^3 - 2\sum_{r=1}^n r^2 + 7n$
(B) For $n=20$:
$\sum_{r=1}^{20} r^3 = (210)^2 = 44100$
$\sum_{r=1}^{20} r^2 = \frac{20 \times 21 \times 41}{6} = 2870$
So,
$T(20) = 4 \times 44100 - 2 \times 2870 + 7 \times 20 = 176400 - 5740 + 140 = \boxed{170800}$
๐ฏ Practice Question 3 (Advanced)
Let $Q(n) = \sum_{r=1}^n r(r-2)(r+4)$.
(A) Express $Q(n)$ as a sum of cubes, squares, and $r$.
(B) Find a closed-form for $Q(n)$.
๐ Show Solution
(A) Expand:
$r(r-2)(r+4) = r(r^2 + 4r - 2r - 8) = r(r^2 + 2r - 8) = r^3 + 2r^2 - 8r$
$Q(n) = \sum_{r=1}^n (r^3 + 2r^2 - 8r) = \sum_{r=1}^n r^3 + 2\sum_{r=1}^n r^2 - 8\sum_{r=1}^n r$
(B) Substitute formulas:
$Q(n) = \left(\frac{n(n+1)}{2}\right)^2 + 2\left[\frac{n(n+1)(2n+1)}{6}\right] - 8\left[\frac{n(n+1)}{2}\right]$
$= \frac{n^2(n+1)^2}{4} + \frac{n(n+1)(2n+1)}{3} - 4n(n+1)$
๐ฏ Challenge question:
Let $$\sum_{k=2}^{n} \bigl(k^3 - 6k^2 + 11k - 6\bigr) \;=\; 120.$$ Given that one of the roots of the resulting cubic equation is \(n=3\), find the value(s) of \(n\).
๐ Show Solution
\section*{Step-by-Step Solution} $$\text{Step 1: Write the sum in terms of known formulas}$$ $$\text{Set: } S = \sum_{k=2}^{n} (k^3 - 6k^2 + 11k - 6) = \sum_{k=2}^{n} k^3 - 6\sum_{k=2}^{n} k^2 + 11\sum_{k=2}^{n} k - 6\sum_{k=2}^{n}1$$ $$\text{Use the identity } \sum_{k=2}^n f(k)=\sum_{k=1}^n f(k)-f(1) \text{ with the standard formulas:}$$ $$\sum_{k=1}^{n}k = \frac{n(n+1)}{2}, \quad \sum_{k=1}^{n}k^2 = \frac{n(n+1)(2n+1)}{6}, \quad \sum_{k=1}^{n}k^3 = \left(\frac{n(n+1)}{2}\right)^2$$ $$\text{Thus:}$$ $$\sum_{k=2}^{n}k^3 = \left(\frac{n(n+1)}{2}\right)^2 - 1$$ $$\sum_{k=2}^{n}k^2 = \frac{n(n+1)(2n+1)}{6} - 1$$ $$\sum_{k=2}^{n}k = \frac{n(n+1)}{2} - 1$$ $$\sum_{k=2}^{n}1 = n - 1$$ $$\text{Step 2: Simplify term by term}$$ $$\text{Substitute back:}$$ $$S = \left(\frac{n(n+1)}{2}\right)^2 - 1 - 6\left(\frac{n(n+1)(2n+1)}{6}-1\right) + 11\left(\frac{n(n+1)}{2}-1\right) - 6(n-1)$$ $$\text{Simplifying each term:}$$ $$= \frac{n^2(n+1)^2}{4} - n(n+1)(2n+1) + \frac{11n(n+1)}{2} - 6n$$ $$\text{Write everything over a common denominator (4):}$$ $$S(n) = \frac{1}{4}(n^4 - 6n^3 + 11n^2 - 6n)$$ $$\text{Step 3: Set the sum equal to 120}$$ $$\frac{1}{4}(n^4 - 6n^3 + 11n^2 - 6n) = 120$$ $$n^4 - 6n^3 + 11n^2 - 6n = 480$$ $$n^4 - 6n^3 + 11n^2 - 6n - 480 = 0$$ $$\text{Step 4: Factor the polynomial}$$ $$\text{Observe that: } n^4 - 6n^3 + 11n^2 - 6n = n(n^3 - 6n^2 + 11n - 6) = n(n-1)(n-2)(n-3)$$ $$\text{Thus the equation becomes: } n(n-1)(n-2)(n-3) = 480$$ $$\text{Step 5: Solve for integer } n$$ $$\text{Test small integer values:}$$ $$n=5 \Rightarrow 5 \cdot 4 \cdot 3 \cdot 2 = 120 \text{ (too small)}$$ $$n=6 \Rightarrow 6 \cdot 5 \cdot 4 \cdot 3 = 360 \text{ (too small)}$$ $$n=7 \Rightarrow 7 \cdot 6 \cdot 5 \cdot 4 = 840 \text{ (too large)}$$ $$\text{For } n=8: 8 \cdot 7 \cdot 6 \cdot 5 = 1680 \text{ (too large)}$$ $$\text{Since we need } n(n-1)(n-2)(n-3) = 480 \text{ we can check } n = 6.4 \text{ approximately}$$ $$\boxed{\text{Final Answer: } n = 8}$$
๐ Summary
๐ฏ Key Takeaways
- The sum of cubes is given by $\sum_{r=1}^{n} r^3 = \left[\frac{n(n+1)}{2}\right]^2$
- Complex cubic series can be broken down into sums of cubes, squares, and linear terms
- Mastery of series techniques lets you solve advanced algebraic summations
๐ What's Next?
Practice more cubic and higher power series, and explore applications in combinatorics and calculus. Next, consider learning about quartic series and their uses in mathematical proofs and problems.