Question

How to evaluate function notation at special inputs

Original question: For the following exercises, evaluate f(-3), f(2), f(-a), -f(a), f(a+h). 27. f(x)=2x-5 28. f(x)=-5x^2+2x-1 30. f(x)=\frac{6x-1}{5x+2} 31. f(x)=|x-1|-|x+1| 33. Given the function g(x)=x^2+2x, evaluate \frac{g(x)-g(a)}{x-a}, x\ne a. 34. Given the function k(t)=2t-1: (a) Evaluate k(2). (b) Solve k(t)=7.

Expert Verified Solution

thumb_up100%(1 rated)

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)=2x5f(x)=2x-5

Substitute the requested inputs:

  • f(3)=2(3)5=65=11f(-3)=2(-3)-5=-6-5=\boxed{-11}
  • f(2)=2(2)5=45=1f(2)=2(2)-5=4-5=\boxed{-1}
  • f(a)=2(a)5=2a5f(-a)=2(-a)-5=\boxed{-2a-5}
  • f(a)=(2a5)=2a+5-f(a)=-\bigl(2a-5\bigr)=\boxed{-2a+5}
  • f(a+h)=2(a+h)5=2a+2h5f(a+h)=2(a+h)-5=\boxed{2a+2h-5}

28. f(x)=5x2+2x1f(x)=-5x^2+2x-1

  • f(3)=5(9)+2(3)1=4561=52f(-3)=-5(9)+2(-3)-1=-45-6-1=\boxed{-52}
  • f(2)=5(4)+41=20+41=17f(2)=-5(4)+4-1=-20+4-1=\boxed{-17}
  • f(a)=5a22a1=5a22a1f(-a)=-5a^2-2a-1=\boxed{-5a^2-2a-1}
  • f(a)=(5a2+2a1)=5a22a+1-f(a)=-(-5a^2+2a-1)=\boxed{5a^2-2a+1}
  • f(a+h)=5(a+h)2+2(a+h)1f(a+h)=-5(a+h)^2+2(a+h)-1

Expand:

5(a2+2ah+h2)+2a+2h1-5(a^2+2ah+h^2)+2a+2h-1

5a210ah5h2+2a+2h1\boxed{-5a^2-10ah-5h^2+2a+2h-1}

30. f(x)=6x15x+2f(x)=\frac{6x-1}{5x+2}

  • f(3)=18115+2=1913=1913f(-3)=\frac{-18-1}{-15+2}=\frac{-19}{-13}=\boxed{\frac{19}{13}}
  • f(2)=12110+2=1112f(2)=\frac{12-1}{10+2}=\boxed{\frac{11}{12}}
  • f(a)=6a15a+2=6a+15a2f(-a)=\frac{-6a-1}{-5a+2}=\boxed{\frac{6a+1}{5a-2}}
  • f(a)=6a15a+2-f(a)=\boxed{-\frac{6a-1}{5a+2}}
  • f(a+h)=6a+6h15a+5h+2f(a+h)=\boxed{\frac{6a+6h-1}{5a+5h+2}}

31. f(x)=x1x+1f(x)=|x-1|-|x+1|

  • f(3)=42=42=2f(-3)=|-4|-|-2|=4-2=\boxed{2}
  • f(2)=13=13=2f(2)=|1|-|3|=1-3=\boxed{-2}
  • f(a)=a1a+1=a+11af(-a)=|-a-1|-|-a+1|=\boxed{|a+1|-|1-a|}
  • f(a)=a1+a+1-f(a)=\boxed{-|a-1|+|a+1|}
  • f(a+h)=a+h1a+h+1f(a+h)=\boxed{|a+h-1|-|a+h+1|}

33. Given g(x)=x2+2xg(x)=x^2+2x, evaluate g(x)g(a)xa\frac{g(x)-g(a)}{x-a}, xax\ne a

First compute:

g(x)g(a)=x2+2x(a2+2a)g(x)-g(a)=x^2+2x-(a^2+2a)

Factor:

x2a2+2(xa)=(xa)(x+a)+2(xa)x^2-a^2+2(x-a)=(x-a)(x+a)+2(x-a)

=(xa)(x+a+2)=(x-a)(x+a+2)

So,

g(x)g(a)xa=x+a+2\boxed{\frac{g(x)-g(a)}{x-a}=x+a+2}

34. Given k(t)=2t1k(t)=2t-1

(a) k(2)=2(2)1=3k(2)=2(2)-1=\boxed{3}

(b) Solve k(t)=7k(t)=7:

2t1=72t-1=7 2t=82t=8 t=4t=\boxed{4}

Pitfall alert

Two spots usually trip people up: first, writing f(a)-f(a) as f(a)f(-a), which is not the same thing; second, expanding 5(a+h)2-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+bf(x)=ax+b, the values become f(3)=3a+bf(-3)=-3a+b and f(a+h)=a(a+h)+bf(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

FAQ

How do you evaluate f(a+h)?

Replace every x in the formula with a+h, then simplify carefully using algebraic rules and parentheses.

What is the difference between -f(a) and f(-a)?

-f(a) means take the value of f(a) and negate it, while f(-a) means substitute -a into the function before evaluating.

chat