Proofs and Derivations

Study Sheet

Proofs and Derivations

Trig identities, the binomial theorem, and log rules — from scratch

The Trig Identities, Derived

Tip
Proof: sin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1
distance 1

The unit-circle point (cosθ,sinθ)(\cos\theta, \sin\theta) lies at distance 11 from the origin, and the distance formula squares to cos2θ+sin2θ=1\cos^2\theta + \sin^2\theta = 1 — the Pythagorean theorem wearing trig notation. Dividing by cos2θ\cos^2\theta yields 1+tan2θ=sec2θ1 + \tan^2\theta = \sec^2\theta. \blacksquare

In plain terms. It is the Pythagorean theorem on a radius-1 circle. Every "Pythagorean identity" is this one line, re-divided.

Example. sinθ=35\sin\theta = \tfrac35 (Quadrant I) forces cosθ=45\cos\theta = \tfrac45: no triangle needed.

Reminder — Distance and midpoint:d=(x2x1)2+(y2y1)2,M=(x1+x22, y1+y22)d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}, \qquad M=\left(\frac{x_1+x_2}{2},\ \frac{y_1+y_2}{2}\right)
Reminder — The Pythagorean theorem:a2+b2=c2a^2+b^2=c^2
Reminder — The Pythagorean identity:sin2θ+cos2θ=1\sin^2\theta+\cos^2\theta=1
Tip
Derivation of the Law of Cosines

Place the triangle with CC at the origin and side aa along the xx-axis: B=(a,0)B = (a, 0) and A=(bcosC,bsinC)A = (b\cos C, b\sin C). The distance AB=cAB = c squares to c2=(bcosCa)2+(bsinC)2=a2+b22abcosCc^2 = (b\cos C - a)^2 + (b\sin C)^2 = a^2 + b^2 - 2ab\cos C after applying sin2+cos2=1\sin^2 + \cos^2 = 1. \blacksquare

In plain terms. Drop the triangle onto coordinates and use the distance formula once — the identity mops up.

Example. Sides 5,75, 7 with a 6060^\circ angle between: c2=25+497012=39c^2 = 25 + 49 - 70 \cdot \tfrac12 = 39.

Reminder — Law of Cosines:c2=a2+b22abcosCc^{2}=a^{2}+b^{2}-2ab\cos C
Tip
Derivation of the Law of Sines

The area of a triangle is 12absinC\tfrac12 ab\sin C — computed from ANY vertex. Equating the three versions, 12absinC=12bcsinA=12casinB\tfrac12 ab \sin C = \tfrac12 bc \sin A = \tfrac12 ca \sin B, and dividing through by 12abc\tfrac12 abc gives sinAa=sinBb=sinCc\dfrac{\sin A}{a} = \dfrac{\sin B}{b} = \dfrac{\sin C}{c}. \blacksquare

In plain terms. One area, three formulas for it — setting them equal is the whole proof.

Example. A 3030^\circ angle opposite side 44: every other side is its opposite’s sinesin30412\dfrac{\text{its opposite’s sine}}{\sin 30^\circ} \cdot 4 \cdot \tfrac12 \ldots — i.e. asinA\tfrac{a}{\sin A} is the constant 88.

Reminder — Law of Sines:asinA=bsinB=csinC\frac{a}{\sin A}=\frac{b}{\sin B}=\frac{c}{\sin C}
Concept
Double angle from the addition formula

Set β=α\beta = \alpha in sin(α+β)=sinαcosβ+cosαsinβ\sin(\alpha + \beta) = \sin\alpha\cos\beta + \cos\alpha\sin\beta to get sin2α=2sinαcosα\sin 2\alpha = 2\sin\alpha\cos\alpha; the same move on cosine gives cos2α=cos2αsin2α\cos 2\alpha = \cos^2\alpha - \sin^2\alpha. Every double- and half-angle identity is the addition formula talking to itself. \blacksquare

In plain terms. Learn ONE formula (addition); the rest are its special cases.

Example. sin2θ\sin 2\theta with sinθ=35,cosθ=45\sin\theta = \tfrac35, \cos\theta = \tfrac45: 23545=24252 \cdot \tfrac35 \cdot \tfrac45 = \tfrac{24}{25}.

The Binomial Theorem, Proved

Tip
Proof by counting committees

Expanding (1+x)n(1 + x)^n means choosing, from each of the nn factors, either the 11 or the xx. A term xkx^k appears once for every way to pick WHICH kk factors contribute an xx — that is (nk)\binom{n}{k} ways. Hence (1+x)n=k(nk)xk(1+x)^n = \sum_k \binom{n}{k}x^k. \blacksquare

In plain terms. The coefficient counts choices, so it must be "n choose k" — the theorem is combinatorics, not algebra.

Example. The x2x^2 coefficient in (1+x)5(1+x)^5 is (52)=10\binom52 = 10.

Concept
Two identities that fall out immediately

Set x=1x = 1: k(nk)=2n\sum_k \binom{n}{k} = 2^n (every subset picks in or out). Set x=1x = -1: the alternating sum is 00 — so odd-sized and even-sized subsets are equally many. \blacksquare

In plain terms. Plugging numbers into a PROVED identity mass-produces new facts.

Example. (100)+(102)+=2102=512\binom{10}{0} + \binom{10}{2} + \cdots = \tfrac{2^{10}}{2} = 512.

The Log Rules, Derived

Tip
Product and power rules from exponent laws

Let m=logbxm = \log_b x, n=logbyn = \log_b y, so x=bmx = b^m, y=bny = b^n. Then xy=bm+nxy = b^{m+n} says exactly logb(xy)=m+n\log_b(xy) = m + n, and xp=bmpx^p = b^{mp} says logb(xp)=plogbx\log_b(x^p) = p\log_b x. Logs ARE exponents, so exponent laws translate one-for-one. \blacksquare

In plain terms. Every log rule is an exponent rule read backwards.

Example. log28+log24=3+2=5=log232\log_2 8 + \log_2 4 = 3 + 2 = 5 = \log_2 32.

Tip
Derivation of change of base

From x=blogbxx = b^{\log_b x}, take logc\log_c of both sides and pull the exponent down (power rule): logcx=logbxlogcb\log_c x = \log_b x \cdot \log_c b. Divide: logbx=logcxlogcb\log_b x = \dfrac{\log_c x}{\log_c b}. \blacksquare

In plain terms. One log in any base is two logs in the base your calculator likes.

Example. log25=ln5ln22.32\log_2 5 = \dfrac{\ln 5}{\ln 2} \approx 2.32.

Reminder — The differentiation rules:(xn)=nxn1,(fg)=fg+fg,(fg)=fgfgg2,(f(g(x)))=f(g(x))g(x)(x^{n})'=nx^{n-1},\quad (fg)'=f'g+fg',\quad \left(\tfrac{f}{g}\right)'=\frac{f'g-fg'}{g^{2}},\quad \big(f(g(x))\big)'=f'(g(x))g'(x)