Key concept: These exercises test whether you can substitute correctly and keep algebraic signs under control. The main skill is careful replacement, especially when the input is negative or symbolic.
Step by step
27. f(x)=2x−5
Substitute the requested inputs:
- f(−3)=2(−3)−5=−6−5=−11
- f(2)=2(2)−5=4−5=−1
- f(−a)=2(−a)−5=−2a−5
- −f(a)=−(2a−5)=−2a+5
- f(a+h)=2(a+h)−5=2a+2h−5
28. f(x)=−5x2+2x−1
- f(−3)=−5(9)+2(−3)−1=−45−6−1=−52
- f(2)=−5(4)+4−1=−20+4−1=−17
- f(−a)=−5a2−2a−1=−5a2−2a−1
- −f(a)=−(−5a2+2a−1)=5a2−2a+1
- f(a+h)=−5(a+h)2+2(a+h)−1
Expand:
−5(a2+2ah+h2)+2a+2h−1
−5a2−10ah−5h2+2a+2h−1
30. f(x)=5x+26x−1
- f(−3)=−15+2−18−1=−13−19=1319
- f(2)=10+212−1=1211
- f(−a)=−5a+2−6a−1=5a−26a+1
- −f(a)=−5a+26a−1
- f(a+h)=5a+5h+26a+6h−1
31. f(x)=∣x−1∣−∣x+1∣
- f(−3)=∣−4∣−∣−2∣=4−2=2
- f(2)=∣1∣−∣3∣=1−3=−2
- f(−a)=∣−a−1∣−∣−a+1∣=∣a+1∣−∣1−a∣
- −f(a)=−∣a−1∣+∣a+1∣
- f(a+h)=∣a+h−1∣−∣a+h+1∣
33. Given g(x)=x2+2x, evaluate x−ag(x)−g(a), x=a
First compute:
g(x)−g(a)=x2+2x−(a2+2a)
Factor:
x2−a2+2(x−a)=(x−a)(x+a)+2(x−a)
=(x−a)(x+a+2)
So,
x−ag(x)−g(a)=x+a+2
34. Given k(t)=2t−1
(a) k(2)=2(2)−1=3
(b) Solve k(t)=7:
2t−1=7
2t=8
t=4
Pitfall alert
Two spots usually trip people up: first, writing −f(a) as f(−a), which is not the same thing; second, expanding −5(a+h)2 and forgetting the minus sign hits every term after the square is expanded.
Try different conditions
If the function changes slightly, the substitution process stays the same. For example, for f(x)=ax+b, the values become f(−3)=−3a+b and f(a+h)=a(a+h)+b. For rational functions, always check whether the denominator becomes zero at the chosen input.
Further reading
function notation, substitution, difference quotient