Building New Functions from Old
Just as numbers combine by addition and multiplication, real functions combine to make new real functions. All five operations work pointwise — at each input x, do arithmetic on the two output values.
Let and be real functions with common domain .
(i) Addition
(ii) Subtraction
(iii) Multiplication by a scalar
For a real number (a scalar): .
(iv) Multiplication of two functions (pointwise multiplication)
(v) Quotient

Key Point: These are operations on functions, producing functions. is itself a machine: feed it x, it feeds x to both f and g and adds the results.
[Board Important] When f and g have different domains, first restrict to the common ground: dom(f + g) = dom(f) dom(g), and the quotient additionally deletes the zeros of g.
Domain Bookkeeping — Where the New Function Lives
Each combined function exists only where every ingredient exists (and denominators are non-zero):
- , , : domain = dom(f) dom(g)
- : domain = dom(f)
- : domain = dom(f) dom(g) {x : g(x) = 0}

The standard worked model
For and (both with domain ):
- , valid for (where g vanishes)
Notice — combining functions often produces recognisable new ones.
Rational functions revisited
A rational function is exactly a quotient of two polynomial functions, defined where the denominator is non-zero. Example: the domain of excludes the roots of , giving domain .
[JEE Tip] Domain questions on quotients are two mechanical steps: (1) intersect the ingredient domains; (2) solve g(x) = 0 and delete the roots. Write the answer in the form or as intervals — both are accepted, but interval form is safer when square roots also restrict the domain.
Solved Examples
Example 1. Let and . Find , , and .
Solution.
Step 1 — recall pointwise arithmetic. Each combination acts value-by-value: at input x, combine the numbers f(x) and g(x).
Step 2 — sum. — recognisably .
Step 3 — difference. (the minus hits BOTH terms).
Step 4 — product. .
Step 5 — quotient with its exclusion. , valid only where , i.e. .
Takeaway: state the excluded point with every quotient — it carries a mark, every single time.
Example 2. Let and on the non-negative reals. Find , , and .
Solution.
Step 1 — sum and difference. ; — no simplification available, leave as is.
Step 2 — product via exponent rules. .
Step 3 — quotient via exponent rules. , needing .
Step 4 — watch the domain shrink. f, g and their sum/product live on , but the quotient silently drops 0: its domain is .
Takeaway: handle root-times-power by adding/subtracting exponents, and track the quotient's shrunken domain explicitly.
Example 3. Let f, g : be and . Find , and .
Solution.
Step 1 — sum. .
Step 2 — difference, distributing the minus over ALL of g. . (Note the .)
Step 3 — quotient with exclusion. , valid where , i.e. .
Takeaway: the classic slip is losing the +3 when distributing the minus — bracket g fully before subtracting.
Example 4. Find the domain of .
Solution.
Step 1 — locate the only danger. A rational function fails exactly where its DENOMINATOR vanishes; the numerator never restricts.
Step 2 — factor the denominator. Product 12, sum : the numbers are and , so .
Step 3 — delete the zeros. and are excluded.
Step 4 — write the domain. .
Takeaway: numerator roots (here ) are harmless — only denominator zeros leave the domain.
Example 5. Find the domain of .
Solution.
Step 1 — factor the denominator. Product 4, sum : .
Step 2 — delete its zeros. and .
Step 3 — domain. .
Takeaway: identical recipe every time — factor the denominator, delete its roots, keep everything else.
Example 6. Find the domain and range of .
Solution.
Step 1 — domain from the radicand. Need , i.e. : domain = , the endpoint included since .
Step 2 — range by tracking. As x sweeps , the radicand sweeps , and the square root maps that onto .
Step 3 — range. .
Takeaway: for , the domain starts at the zero of the inside and the range is always .
Example 7. Find the domain and range of .
Solution.
Step 1 — domain. The modulus accepts every real number: domain = .
Step 2 — range, lower end. always, and the value 0 IS attained — at x = 1, the corner of the V.
Step 3 — range, coverage. Any target is hit by : range = .
Takeaway: shifting INSIDE the modulus moves the corner (to x = 1) but leaves the range untouched at .
Example 8. Let . Determine the range of f.
Solution.
Step 1 — bound the outputs. Since , dividing gives — every output lies in .
Step 2 — determine WHICH values occur: solve for x in terms of y. Set . Then , so and .
Step 3 — solvability condition. A real x exists exactly when , i.e. — precisely the interval from Step 1, all of it attained (y = 0 at x = 0).
Step 4 — the excluded endpoint. would demand — impossible. Range = .
Takeaway: \"solve for x in terms of y\" converts range-finding into a solvability question — the single most powerful range technique you will carry into Class 12 and JEE.
Example 9. If , find .
Solution.
Step 1 — evaluate the function at both points. ; .
Step 2 — form the ratio. .
Step 3 — interpret. This is the average rate of change of between 1 and 1.1 — and as the second point slides toward 1, the ratio slides toward 2, the derivative of at 1.
Takeaway: the difference quotient is your first handshake with the derivative — Chapter 12 makes the limiting value precise.
Example 10. Let and . Compute and , and describe both.
Solution.
Step 1 — split at the modulus boundary x = 0.
Step 2 — non-negative piece. For : , so and .
Step 3 — negative piece. For : , so and .
Step 4 — describe. : zero on the negatives, the line 2x on the positives. : the mirror image — on the negatives, zero on the positives.
Takeaway: to combine piecewise functions, split the real line at every formula boundary and work each piece separately.
Example 11. With and , find , and , and evaluate .
Solution.
Step 1 — scalar multiples. ; .
Step 2 — the linear combination. .
Step 3 — evaluate at x = 2. . Cross-check pointwise: ✓.
Takeaway: linear combinations of functions behave exactly like linear combinations of numbers, applied pointwise — and the two evaluation orders must agree.
Example 12. Find the domain of where and .
Solution.
Step 1 — ingredient domains. dom(f) = (radicand ); dom(g) = .
Step 2 — intersect. .
Step 3 — delete the zeros of g. at and ; of these only lies in — deleting changes nothing.
Step 4 — write the domain. .
Takeaway: both rules fire together — the root restricts first, the quotient punches out surviving zeros; interval form displays the hole clearly.
Example 13. Let and . Find the domain of .
Solution.
Step 1 — domain of each root. First: , i.e. . Second: , i.e. .
Step 2 — the sum needs BOTH. Intersect: .
Step 3 — endpoint check. At x = 1: defined ✓; at x = 5: ✓ — both endpoints stay.
Takeaway: two one-sided conditions intersect to a closed interval — sketch both on a number line and read off the overlap.
Example 14. For and , verify at x = 4 that and compute in general.
Solution.
Step 1 — expand the general product. .
Step 2 — evaluate via the formula. .
Step 3 — evaluate pointwise. and , so ✓ — the two routes agree.
Takeaway: \"multiply then substitute\" and \"substitute then multiply\" must match — a free self-check on any expansion.
Example 15. The function on is a linear function. Describe its graph and state its domain and range; then do the same for with .
Solution.
Step 1 — anchor two points of f. and : the graph is the straight line of slope 1 through (0, 10) and (, 0).
Step 2 — domain and range of f. Defined everywhere: domain . Any target y is hit by : range .
Step 3 — the scalar multiple. : slope , y-intercept 5.
Step 4 — its domain and range. Still all of for both — a non-zero scalar cannot shrink a line's range.
Takeaway: every linear function with has domain AND range ; scalars tilt the line but never truncate it.