How to make a function continuous

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 4K views
ammsa
Messages
4
Reaction score
0

Homework Statement


consider the function f(x) = (4 - x) / (2 - [tex]\sqrt{x}[/tex]). define a new function g(x) = f(x) for all x except 4 and such g(x) is continuous at 4.

The Attempt at a Solution



i got the limit of the f(x) when x approches 4 and i got 4 as the final answer.
here's how i did it,

1) (4-x) / (2 - [tex]\sqrt{x}[/tex] )
2) (2 + [tex]\sqrt{x}[/tex]) (2 - [tex]\sqrt{x}[/tex]) / (2 - [tex]\sqrt{x}[/tex])
3) (2 + [tex]\sqrt{x}[/tex])
4) when we plug in 4 in the equation (2 + [tex]\sqrt{x}[/tex]), we get
(2 + [tex]\sqrt{4}[/tex]) = 4

so, g(x) = f(x) when x [tex]\neq[/tex] 4
and = (2 + [tex]\sqrt{x}[/tex]) when x = 4
now my question is is my way of approching this problem correct, and is my answer correct?
 
Last edited:
Physics news on Phys.org
I'd say your way of approaching the problem is correct, since it got the correct answer.
 
By the way, we would say that the function
[tex]f(x)= \frac{x- 4}{x- \sqrt{2}}[/tex]
has a 'removable' discontinuity at [itex]x= \sqrt{2}[/itex]. That is why it was possible to make it continuous.

It is also correct that the [itex]g(x)= x+ \sqrt{2}[/itex] is NOT the same function as f.

Some people make the mistake of writing
[tex]\frac{x-4}{x-\sqrt{2}}= \frac{(x-\sqrt{2})(x+\sqrt{2})}{x- \sqrt{2}}= x+ \sqrt{2}[/tex]
but that last inequality is only true for [itex]x\ne \sqrt{2}[/itex]and not for all x.