【Math II】Chapter 1: Expressions and Proofs — Become a Calculation Master!

Hello everyone! We are finally starting our Math II journey. The first topic, "Expressions and Proofs," is like building "fundamental physical strength" for all the math you'll encounter from here on out.
You might feel overwhelmed by the number of formulas at first, but don't worry! Once you understand the underlying mechanics, solving these problems becomes as fun as a puzzle. Let's start by nailing the basics and building your confidence!

1. Expansion and Factorization of Cubic Expressions

In Math I, we worked with quadratic expressions (like \(x^2\)), but in Math II, we introduce cubic expressions (like \(x^3\)). Let’s start by memorizing the expansion formulas.

【Expansion Formulas】
① \((a + b)^3 = a^3 + 3a^2b + 3ab^2 + b^3\)
② \((a - b)^3 = a^3 - 3a^2b + 3ab^2 - b^3\)
③ \((a + b)(a^2 - ab + b^2) = a^3 + b^3\)
④ \((a - b)(a^2 + ab + b^2) = a^3 - b^3\)

Pro Tip:
Pay close attention to the placement of the "minus" signs in formulas ② and ④. In ②, the signs alternate as "plus, minus, plus, minus." In ④, if the first binomial is \((a-b)\), the result will also start with \(a^3 - b^3\). They are much easier to remember if you treat them as sets!

Fun Fact:
Factorization is just "reverse expansion." If you can read the formulas above from right to left, you've mastered factorization too!

2. The Binomial Theorem

This is a handy rule for determining the coefficients of each term when expanding \((a + b)^n\).

【The Binomial Theorem Formula】
\((a + b)^n = {}_n\mathrm{C}_0 a^n + {}_n\mathrm{C}_1 a^{n-1}b + {}_n\mathrm{C}_2 a^{n-2}b^2 + \dots + {}_n\mathrm{C}_n b^n\)

It looks intimidating, but the concept is simple!
・The power of \(a\) decreases by 1 each time.
・The power of \(b\) increases by 1 each time.
・The coefficients use combinations \({}_n\mathrm{C}_r\).

Common Mistakes:
Watch out for calculation errors with \({}_n\mathrm{C}_r\)! Remember that \({}_n\mathrm{C}_0\) and \({}_n\mathrm{C}_n\) are both equal to "1" to make your calculations smoother.

Advice:
If you only need to find the coefficient of a specific term, use the general term \({}_n\mathrm{C}_r a^{n-r} b^r\). You don't need to expand the whole thing, which saves a lot of time!

3. Division of Polynomials

Just like division with numbers, you can also divide algebraic expressions.
If we divide expression \(A\) by expression \(B\), resulting in a quotient \(Q\) and a remainder \(R\), the following relationship holds:

\(A = BQ + R\)
(Where the degree of \(R\) is lower than the degree of \(B\))

Analogy:
This is the same as writing "13 ÷ 4 = 3 remainder 1" as "13 = 4 × 3 + 1." The rules stay the same even with algebraic expressions.

Pro Tip:
When performing long division, the trick is to align the terms by their degree. If a degree is missing (for example, if there is no \(x^2\) term), leave a gap so you don't make mistakes!

4. Fractional Expressions and Their Calculations

Expressions that contain variables in the denominator are called "fractional expressions." The basics are identical to regular fractions.

① Simplifying: Factor the numerator and denominator, then cancel out the common terms.
② Addition/Subtraction: Find a "common denominator" (通分 - *tsuubun*). Make sure the denominators are identical.

Example: \(\frac{1}{x} + \frac{1}{x+1} = \frac{(x+1) + x}{x(x+1)} = \frac{2x+1}{x(x+1)}\)

Caution!:
Don't try to cancel terms immediately. Always factor first. Canceling terms in a rush at the wrong step is the most avoidable mistake you can make.

5. Proofs of Equalities

These are problems asking you to prove that "Left Hand Side (LHS) = Right Hand Side (RHS)." There are three main methods:

Method A: Modify the LHS to match the RHS. (This is used most often!)

Method B: Modify both the LHS and RHS until you reach the same expression.

Method C: Calculate "LHS - RHS" and show that the result is 0.

Encouragement:
Proof problems are actually lucky because you already know the answer (the goal) from the start. What matters is your "tenacity"—keeping at it until you mold the expression into the right form!

6. Proofs of Inequalities

These problems ask you to prove things like "LHS > RHS." The basic approach is this:
Show that (Larger value) - (Smaller value) > 0.

A common technique is to use the property that "(real number)\(^2 \ge 0\)." If you can form the expression into the shape of \(( \quad )^2\), you've won!

【Super Important! Relationship between Arithmetic Mean and Geometric Mean】
When \(a > 0\) and \(b > 0\),
\(\frac{a+b}{2} \ge \sqrt{ab}\) (or \(a+b \ge 2\sqrt{ab}\))
The equality holds when \(a = b\).

When to use it?
If the problem specifies \(a > 0\), and asks for a "minimum value" or involves the "sum of reciprocals" (like \(x + \frac{1}{x}\)), this formula might be the key! It's an important topic that appears frequently on common tests.

★ Key Takeaways

・Memorize cubic formulas by the pattern of their signs!
・The Binomial Theorem is just a rule for coefficients using \({}_n\mathrm{C}_r\)!
・For polynomial division, keep the form \(A = BQ + R\) in mind!
・Always suspect the Arithmetic-Geometric Mean Inequality when proving inequalities!

Calculations might feel complicated at first, but with practice, your hands will start moving on their own. Once you master this chapter, the rest of Math II will be much easier. Let's do our best together!