0

I have a function

$$f(x)=\frac{x^2-4}{x-2}$$

while solving this simply I get $f(1)=3,f(2)=\frac00,f(3)=5,\cdots$ the problem is when I solve this simply I get $$f(x)=x+2$$ and then I found except $f(2)$ all the values were same. Can someone help me where I did the mistake?

Harsh Kumar
  • 2,846
  • You might find my answer here to be particularly helpful. In a nutshell, you've changed the implicit domain so you need to explicitly specify that the domain has not changed. – Wildcard Jan 14 '17 at 04:39

1 Answers1

3

You have to cancel $x-2$ then you have to give the condition$$f(x)=\frac{x^2-4}{x-2}$$ $$f(x)=\frac{(x-2)(x+2)}{(x-2)}$$ now you have to write $$f(x)=x+2\tag{where $x\ne2$}$$

Harsh Kumar
  • 2,846