Does factorization change the function?

51 Views Asked by At

taking an example

The function $f(x)=\dfrac{x^2-16}{x-4}$ is not defined at $x=4$ but on simplifying it to $x+4$ it gets defined at $x=4$. So does the factorizing and simplification changes the function?

Saying it in different way
Multiplying $x+a$ with $\dfrac{x-n}{x-n}$ (which is basically $1$) makes it undefined at some value $n$.
This means multiplying by 1 changes the function. Is this true? Because the graph of the function will get a hole in it but on other hand we always write $x\cdot 1=x$.

1

There are 1 best solutions below

4
On BEST ANSWER

Sure the function

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

is not defined at $x = 4$. When you "simplify" it to $f(x) = x + 4$, you do it under the consideration that $x \ne 4$.

And $\frac{x - n}{x - n} = 1$ only for $x \ne n$. So when you multiply $x + a$ by $1 = \frac{x - n}{x - n}$ you do it considering $x \ne n$.

Suffices? Guess they don't teach this in high school.