InterviewSolution
Saved Bookmarks
| 1. |
Find all the points of discontinuity of f defined by f (x) = x – x +1. |
|
Answer» The domain is R Let g(x) = |x|, and h(x) = |x +1| ∴ g(x)-h(x)= |x| – |x + 1| = f(x) g(x) and h(x) are continuous on R ∴ g(x) – h(x) are also continuous on R f(x) is continuous on R. ∴ So no points of discontinuity present on R. |
|