Honors Precalculus: Chapter 7 Proofs
Mt Lebanon HS 2004-5
David Kosbie
Note: These proofs are "semi-formal". Some steps are combined or elided for clarity or brevity.
Also note: Due to editor limitations, subscripts in exponents are written as x_1 or log_b rather than x1 or logb.
Final note: following each proof, there is a brief sketch on how to apply that proof. This is one of several such applications.
1. Proof of the
Add-Add Property of Linear Functions
2.
Proof of the Multiply-Multiply Property of Power Functions
3.
Proof of the Add-Multiply Property of Exponential Functions
4. Proof of the Constant-Second-Differences Property of Quadratic Functions
5. Proof of the
Logarithm of a Power Property
6. Proof of the
Logarithm of a Product Property
7. Proof of the
Logarithm of a Quotient Property
8. Proof of
the Change-of-Base Property of Logarithms
9.
Proof of the Multiply-Add Property of Logarithmic Functions
1. Proof
of the Add-Add Property of Linear Functions
Given: f(x) = ax + b and
x2 = c + x1 (where c is a constant)
Prove: f(x2) = ac + f(x1)
Note: Think about this: for all linear functions,
when you add a constant value -- c -- to x, you add another
constant value -- ac -- to f(x).
| Step | Reason |
| 1. f(x) = ax + b | Given |
| 2. x2 = c + x1 | Given |
| 3. f(x1) = ax1 + b | Substitute x1 for x in Step 1 |
| 4. f(x2) = ax2 + b | Substitute x2 for x in Step 1 |
| 5. = a(c + x1) + b | Substitute (c + x1) for x2 (see step 2) |
| 6. = ac + ax1 + b | Distribute multiplication: x(y + z) = xy + xz |
| 7. = ac + f(x1) | Substitute f(x1) for ax1 + b (see step 3) |
| QED |
How to apply the Add-Add Property of Linear Functions:
Given the following table, derive the function f(x):
| x | f(x) |
| 2 | 10 |
| 4 | 16 |
| 5 | 19 |
| 6 | 22 |
2.
Proof of the Multiply-Multiply Property of Power Functions
Given: f(x) = axb and
x2 = cx1 (where c is a constant)
Prove: f(x2) = cb
f(x1)
Note: Think about this: for all power functions,
when you multiply x by a constant value -- c -- you multiply f(x)
by another constant value -- cb.
| Step | Reason |
| 1. f(x) = axb | Given |
| 2. x2 = cx1 | Given |
| 3. f(x1) = ax1b | Substitute x1 for x in Step 1 |
| 4. f(x2) = ax2b | Substitute x2 for x in Step 1 |
| 5. = a(cx1)b | Substitute (cx1) for x2 (see step 2) |
| 6. = a(cbx1b) | Distribute exponentiation: (xy)z = xzyz |
| 7. = acbx1b | Associate multiplication: x(yz) = xyz |
| 8. = cbax1b | Commute multiplication: xyz = yxz |
| 9. = cb f(x1) | Substitute f(x1) for ax1b (see step 3) |
| QED |
How to apply the Multiply-Multiply Property of Power Functions:
Given the following table, derive the function f(x):
| x | f(x) |
| 1 | 3 |
| 2 | 24 |
| 3 | 81 |
| 4 | 192 |
3.
Proof of the Add-Multiply Property of Exponential Functions
Given: f(x) = abx and
x2 = c + x1 (where c is a constant)
Prove: f(x2) = bc f(x1)
Note: Think about this: for all exponential
functions, when you add a constant value -- c -- to x, you multiply
f(x) by another constant value -- bc.
| Step | Reason |
| 1. f(x) = abx | Given |
| 2. x2 = c + x1 | Given |
| 3. f(x1) = abx_1 | Substitute x1 for x in Step 1 |
| 4. f(x2) = abx_2 | Substitute x2 for x in Step 1 |
| 5. = ab(c + x_1) | Substitute (c + x1) for x2 (see step 2) |
| 6. = a(bcbx_1) | Distribute exponentiation: x(y+z) = xyxz |
| 7. = abcbx_1 | Associate multiplication: x(yz) = xyz |
| 8. = bcabx_1 | Commute multiplication: xyz = yxz |
| 9. = bc f(x1) | Substitute f(x1) for abx_1 (see step 3) |
| QED |
How to apply the Add-Multiply Property of Exponential Functions:
Given the following table, derive the function f(x):
| x | f(x) |
| 1 | 10 |
| 3 | 40 |
| 4 | 80 |
| 5 | 160 |
4. Proof of the Constant-Second-Differences Property of Quadratic
Functions
Given: f(x) = ax2 + bx + c
and x2 = d + x1 and
x3 = 2d + x1 (where d is a constant)
Prove: [ f(x3) - f(x2) ] - [ f(x2)
- f(x1) ] = 2ad2.
Note: Think about this: for all quadratic
functions, when you add a constant value -- d -- repeatedly to x,
then the second differences (the differences of the differences) of the y-values
is always another constant -- 2ad2.
Also Note: this is a handy way to quickly find "a" in
the equation -- find the constant second difference, set it equal to 2ad2,
and solve for a.
| Step | Reason |
| 1. f(x) = ax2 + bx + c | Given |
| 2. x2 = d + x1 | Given |
| 3. x3 = 2d + x1 | Given |
| 4. f(x1) = ax12 + bx1 + c | Substitute x1 for x in Step 1 |
|
Subgoal: Find f(x2) in terms of f(x1) |
|
| 5. f(x2) = ax22 + bx2 + c | Substitute x2 for x in Step 1 |
| 6. = a(d + x1)2 + b(d + x1) + c | Substitute (d + x1) for x2 (see step 2) |
| 7. = a(d2 + 2dx1 + x12) + b(d + x1) + c | FOIL: (d + x1)2 = d2 + 2dx1 + x12 |
| 8. = ad2 + 2adx1 + ax12 + b(d + x1) + c | Distribute multiplication: w(x + y + z) = wx + wy + wz |
| 9. = ad2 + 2adx1 + ax12 + bd + bx1 + c | Distribute multiplication: x(y + z) = xy + xz |
| 10. = ad2 + 2adx1 + bd + ax12 + bx1 + c | Commute addition: x + y + z = x + z + y |
| 11. = ad2 + 2adx1 + bd + f(x1) | Substitute f(x1) for ax12 + bx1 + c (see step 4) |
|
Subgoal: Find f(x3) in terms of f(x1) |
|
| 12. f(x3)= ax32 + bx3 + c | Substitute x3 for x in Step 1 |
| 13. = a(2d + x1)2 + b(2d + x1) + c | Substitute (2d + x1) for x3 (see step 3) |
| 14. = a(4d2 + 4dx1 + x12) + b(2d + x1) + c | FOIL: (2d + x1)2 = 4d2 + 4dx1 + x12 |
| 15. = 4ad2 + 4adx1 + ax12 + b(2d + x1) + c | Distribute multiplication: w(x + y + z) = wx + wy + wz |
| 16. = 4ad2 + 4adx1 + ax12 + 2bd + bx1 + c | Distribute multiplication: x(y + z) = xy + xz |
| 17. = 4ad2 + 4adx1 + 2bd + ax12 + bx1 + c | Commute addition: x + y + z = x + z + y |
| 18. = 4ad2 + 4adx1 + 2bd + f(x1) | Substitute f(x1) for ax12 + bx1 + c (see step 4) |
|
Subgoal: Find first difference f(x2) - f(x1) |
|
| 19. f(x2)
- f(x1) = ad2 + 2adx1 + bd + f(x1) - f(x1) |
Substitute ad2 + 2adx1 + bd + f(x1) for f(x2) (see step 11) |
| 20. = ad2 + 2adx1 + bd | Subtraction: f(x1) - f(x1) = 0 |
|
Subgoal: Find first difference f(x3) - f(x2) |
|
| 21. f(x3)
- f(x2) = 4ad2 + 4adx1 + 2bd + f(x1) - f(x2) |
Substitute 4ad2 + 4adx1 + 2bd + f(x1) for f(x3) (see step 18) |
| 22. =
4ad2 + 4adx1
+ 2bd + f(x1) - (ad2 + 2adx1 + bd + f(x1)) |
Substitute ad2 + 2adx1 + bd + f(x1) for f(x2) (see step 11) |
| 23. =
4ad2 + 4adx1
+ 2bd + f(x1) -ad2 - 2adx1 - bd - f(x1) |
Distribute multiplication: -(w + x + y + z) = -w-x-y-z |
| 24. = 3ad2 + 2adx1 + bd | Add like terms |
|
Subgoal: Find second difference |
|
| 25. [f(x3)
- f(x2)]
- [f(x2)
- f(x1)] = (3ad2 + 2adx1 + bd) - (ad2 + 2adx1 + bd) |
Substitute from steps 20 and 24 |
| 26. = 3ad2
+ 2adx1 + bd -ad2 - 2adx1 - bd |
Distribute multiplication: -(x + y + z) = -x-y-z |
| 27. = 2ad2 | Add like terms |
| QED |
How to apply the Constant-Second-Differences Property of Quadratic Functions:
Given the following table, derive the function f(x):
| x | f(x) |
| 1 | 2 |
| 3 | 22 |
| 5 | 66 |
| 6 | 97 |
| 7 | 134 |
| x | f(x) | 1st diffs |
2nd diffs |
| 1 | 2 | ||
| 20 | |||
| 3 | 22 | 24 | |
| 44 | |||
| 5 | 66 | 24 | |
| 68 | |||
| 7 | 134 |
5. Proof of the
Logarithm of a Power Property
Prove: logb(xy)
= y logbx
We will restate this as the following:
Given: logbc
= y logbx
Prove: c = xy
| Step | Reason |
| 1. logbc = y logbx | Given |
| 2. b(log_b c) = b(y log_b(x)) | If x = y then bx = by |
| 3. c = b(y log_b(x)) | b(log_b c) = c |
| 4. = b(log_b(x) y) | Commute Multiplication: ab = ba |
| 5. = (b(log_b(x))y | Power of Products Property: a(bc) = (ab)c |
| 6. = xy | b(log_b x) = x |
| QED |
Application: Solve for x: ln(2x) = 3.
| Step | Reason |
| 1. ln(2x) = 3 | Given |
| 2. x ln 2 = 3 | Log of a power property: logb(xy) = y logbx |
| 3. x = 3 / ln(2) | Division |
| 4. = 4.328... | Use a calculator |
Check: ln(24.328) = ln(20.0844) = 3.000. Check!
6. Proof of the
Logarithm of a Product Property
Prove: logb(xy)
= logbx + logby
We will restate this as the following:
Given: logbc
= logbx + logby
Prove: c = xy
| Step | Reason |
| 1. logbc = logbx + logby | Given |
| 2. b(log_b c) = b(log_b(x) + log_b(y)) | If x = y then bx = by |
| 3. c = b(log_b(x) + log_b(y)) | Defn of Logarithm: b(log_b c) = c |
| 4. = blog_b(x)blog_b(y) | Power of Sums Property: a(b+c) = abac |
| 5. = x blog_b(y) | Defn of Logarithm: b(log_b x) = x |
| 6. = xy | Defn of Logarithm: b(log_b y) = y |
| QED |
Application: Solve for x: log(x2) + log(x-1) = 3.
| Step | Reason |
| 1. log(x2) + log(x-1) = 3 | Given |
| 2. log(x2 * x-1) = 3 | Log of a product property: logb(xy) = logbx + logby |
| 3. log(x) = 3 | Power of Sums Property: a(b+c) = abac |
| 4. 10log(x) = 103 | If x=y then 10x = 10y |
| 5. x = 103 | Defn of Logarithm: b(log_b x) = x, so 10(log x) = x |
| 6. = 1000 | Arithmetic |
Check: log(10002) + log(1000-1) = 6 - 3 = 3. Check!
7. Proof of
the Logarithm of a Quotient Property
Prove: logb(x/y)
= logbx - logby
We will restate this as the following:
Given: logbc
= logbx - logby
Prove: c = x/y
| Step | Reason |
| 1. logbc = logbx - logby | Given |
| 2. b(log_b c) = b(log_b(x) - log_b(y)) | If x = y then bx = by |
| 3. c = b(log_b(x) - log_b(y)) | Defn of Logarithm: b(log_b c) = c |
| 4. = blog_b(x) / blog_b(y) | Power of Differences Property: a(b-c) = ab / ac |
| 5. = x / blog_b(y) | Defn of Logarithm: b(log_b x) = x |
| 6. = x/y | Defn of Logarithm: b(log_b y) = y |
| QED |
Application: Solve for x: log(3/x) = 3.
| Step | Reason |
| 1. log(3/x) = 3 | Given |
| 2. log(3) - log(x) = 3 | Log of a quotient property: logb(x/y) = logbx - logby |
| 3. log(x) = log(3) - 3 | Arithmetic |
| 4. = -2.5229... | Use a calculator |
| 5. 10log(x) = 10-2.5229 | If x=y then 10x = 10y |
| 6. x = 10-2.5229 | Defn of Logarithm: b(log_b x) = x, so 10(log x) = x |
| 7. = 0.003 | Use a calculator |
Check: log(3/0.003) = log(1000) = 3. Check!
Note: Actually, this example is a bit forced, since you could skip the log-of-quotient property as such:
| Step | Reason |
| 1. log(3/x) = 3 | Given |
| 2. 10log(3/x) = 103 | If x=y then 10x = 10y |
| 3. 3/x = 103 | Defn of Logarithm: b(log_b x) = x, so 10(log x) = x |
| 4. = 1000 | Arithmetic. |
| 5. x/3 = .001 | If x=y then 1/x = 1/y |
| 6. x = .003 | Multiply. |
8. Proof
of the Change-of-Base Property of Logarithms
Prove: logax
= logbx / logba, or, equivalently: logbx
= (logba)(logax)
We will restate this as the following:
Given: logbc
= (logba)(logax)
Prove: c = x
| Step | Reason |
| 1. logbc = (logba)(logax) | Given |
| 2. b(log_b c) = b(log_b(a) log_a(x)) | If x = y then bx = by |
| 3. c = b(log_b(a) log_a(x)) | Defn of Logarithm: b(log_b c) = c |
| 4. = (blog_b(a))log_a(x) | Power of Products Property: x(yz) = (xy)z |
| 5. = alog_a(x) | Defn of Logarithm: b(log_b a) = a |
| 6. = x | Defn of Logarithm: a(log_a x) = x |
| QED |
Application: Evaluate log35.
The problem is that your calculator does not have a log3x button.
So we must convert this into either base-10 or base-e. We'll use base-e,
just for fun.
| Step | Reason |
| 1. log35 = loge5 / loge3 | Change-of-base property: logax = logbx / logba |
| 2. = ln(5) / ln(3) | Notation: ln(x) = logex |
| 3. = 1.6094 / 1.0986 | Use a calculator |
| 4. = 1.4650 | Ditto |
Check: We can check by raising 31.4650 (why?), which your
calculator does support. We get:
31.4650 = 5
Check!
9.
Proof of the Multiply-Add Property of Logarithmic Functions
Given: f(x) = a + blogcx and
x2 = kx1 (where k is a constant)
Prove: f(x2) = blogck + f(x1)
Note #1: This is presented erroneously in the book (see
p. 302), which omits the constant "b" in f(x2) = blogck
+ f(x1).
Note #2: Think about this: for all exponential
functions, when you multiply x by a constant value -- k -- you add another
constant value -- blogck -- to f(x).
| Step | Reason |
| 1. f(x) = a + blogcx | Given |
| 2. x2 = kx1 | Given |
| 3. f(x1) = a + blogcx1 | Substitute x1 for x in Step 1 |
| 4. f(x2) = a + blogcx2 | Substitute x2 for x in Step 1 |
| 5. = a + blogc(kx1) | Substitute kx1 for x2 (see step 2) |
| 6. = a + b(logck + logcx1) | Log of a product (see proof above!): logb(xy) = logbx + logby |
| 7. = a + blogck + blogcx1 | Distribute multiplication: x(y + z) = xy + xz |
| 8. = blogck + a + blogcx1 | Commute addition: x + y + z = y + x + z |
| 9. = blogck + f(x1) | Substitute f(x1) for (a + blogcx1)(see step 3) |
| QED |
How to apply the Multiply-Add Property of Logarithmic Functions:
Given the following table, derive the function f(x):
| x | f(x) |
| 4 | 13 |
| 12 | 20.92 |
| 16 | 23 |
| 64 | 33 |