Graph-based understanding of functions
This chapter establishes a foundational understanding of functions through their graphical representations. It explores key concepts such as domain restrictions, graph transformations, modulus functions, and piecewise definitions, all critical for visualising functional behavior. Mastery of these topics is essential for interpreting complex functions and solving analytical problems frequently encountered in examinations.
---
Chapter Contents
|
| Topic |
|---|-------| | 1 | Graph of a function | | 2 | Domain restrictions | | 3 | Graph transformations | | 4 | Modulus functions | | 5 | Piecewise functions |---
We begin with Graph of a function.
Part 1: Graph of a function
Graph of a Function
Overview
The graph of a function is the visual language of algebra. In CMI-style problems, graphs are not only about drawing curves; they are used to understand domain, range, monotonicity, symmetry, number of solutions, transformations, and composition. A strong graph sense turns many algebraic questions into simple geometric observations. ---Learning Objectives
After studying this topic, you will be able to:
- Read domain, range, intercepts, and basic behavior directly from a graph.
- Use the vertical line test to decide whether a graph represents a function.
- Understand increasing, decreasing, extrema, and sign from graph shape.
- Recognize standard graph transformations.
- Connect graph ideas with algebraic equations such as , , and .
What a Graph Represents
If is a function with domain , then the graph of is the set of all points
in the coordinate plane.
So every allowed input produces exactly one plotted point with .
For each fixed , a function can have only one value of .
This is why graphs of functions satisfy the vertical line test.
Vertical Line Test
A curve in the plane represents a function of if and only if every vertical line intersects the curve at at most one point.
- passes the test
- passes the test
- does not pass the test as a whole curve
- a circle is not the graph of a function of
---⚠️ Common ConfusionA relation may fail to be a function even if it looks smooth.
For example, the circle
gives two values of for most between and .Domain and Range from the Graph
📖 Domain and Range- Domain = all -values for which the graph has points
- Range = all -values attained by the graph
Examples💡 How to Read Them- To find the domain, project the graph onto the -axis.
- To find the range, project the graph onto the -axis.
- For , domain is all real numbers, range is
- For , domain is , range is
- For , domain is , range is
Intercepts and Zeros
📐 Intercepts- -intercepts occur where , so they solve
- -intercept occurs where , so its value is
---❗ Graph Interpretation of Equations- Number of solutions of = number of intersections with the -axis
- Number of solutions of = number of intersections with the horizontal line
- Number of solutions of = number of intersections of the two graphs
Increasing and Decreasing
📖 Monotonic BehaviorA function is:
- increasing on an interval if larger gives larger
- decreasing on an interval if larger gives smaller
This is one of the fastest graphical tools for inequalities and inverse functions. ---💡 Visual TestMove from left to right:
- if the graph goes upward, the function is increasing
- if the graph goes downward, the function is decreasing
Maximum, Minimum, and Turning Points
📖 ExtremaA point where the function attains a highest local value is a local maximum.
A point where the function attains a lowest local value is a local minimum.
Together, these are called turning points or extrema.---❗ Graph Reading- Highest point on the whole graph section global maximum
- Lowest point on the whole graph section global minimum
- A parabola has a minimum at
Sign of a Function
This is extremely useful in inequality problems. ---📐 Positive and Negative Regions- where the graph lies above the -axis
- where the graph lies below the -axis
- where the graph meets the -axis
Symmetry
Examples📐 Even and Odd GraphsA function is even if
Its graph is symmetric about the -axis.
A function is odd if
Its graph is symmetric about the origin.- is even
- is odd
- is even
---💡 Quick Graph Test- Mirror symmetry across the -axis even
- 180-degree rotational symmetry about the origin odd
Standard Parent Graphs
---📐 Graphs You Must Know Instantly- Constant function:
horizontal line
- Identity function:
straight line through origin, slope
- Quadratic:
upward parabola
- Cubic:
S-shaped, odd symmetry
- Absolute value:
V-shaped graph
- Reciprocal:
two branches, axes are asymptotes
- Square root:
starts at and moves rightward
- Modulus-shifted forms:
V-shape shifted to vertexTransformations of Graphs
📐 Basic TransformationsIf the graph of is known, then:
shifts graph up by
shifts graph down by
shifts graph right by
shifts graph left by
vertical stretch/compression by factor
horizontal compression/stretch
reflection in the -axis
reflection in the -axis---⚠️ Very Common TrapInside changes and outside changes behave differently:
- shifts right
- shifts up
The signs are not interpreted in the same way.Piecewise Graphs
📖 Piecewise FunctionsA piecewise function uses different formulas on different intervals.
Example:
To graph such a function:- graph each rule only on its own interval,
- mark open or closed endpoints carefully.
---❗ Endpoint Convention- open circle endpoint not included
- filled circle endpoint included
One-One Functions and Horizontal Line Test
This matters because:📐 Horizontal Line TestA function is one-one if every horizontal line intersects its graph at at most one point.
- one-one functions have inverses that are also functions
- the graph of is the reflection of the graph of in the line
- is one-one
- is not one-one on all real numbers
- becomes one-one if domain is restricted to
Graphs and Number of Solutions
---❗ Very Useful Exam ViewTo solve equations graphically:
count intersections with the -axis
count intersections with the line
count intersections of the two graphs
find where graph is on or above the -axis
compare which graph lies above the otherMinimal Worked Examples
Example 1 For , the graph is obtained from by shifting:- right by
- up by
- vertical asymptote is
- horizontal asymptote remains
CMI Strategy
---💡 How to Read a Function Graph Quickly- Check whether it is really a function using the vertical line test.
- Read domain and range before doing algebra.
- Mark intercepts and special points.
- Notice symmetry, monotonicity, and turning points.
- For equations, think intersections.
- For inequalities, think above/below the relevant line.
- For transformed graphs, identify the parent function first.
Common Mistakes
---⚠️ Avoid These Errors- ❌ Confusing relation with function
- ❌ Forgetting that domain comes from allowed -values
- ❌ Mixing up horizontal and vertical shifts
- ❌ Saying where the graph is to the right of the -axis
- ❌ Ignoring open and closed endpoints in piecewise graphs
- ❌ Thinking every function has an inverse function on its full domain
Practice Questions
:::question type="MCQ" question="Which of the following curves is the graph of a function of ?" options=["","","",""] answer="B" hint="Use the vertical line test." solution="We test each option. - is a circle, so a vertical line usually cuts it twice.
- gives exactly one value of for each real .
- is a vertical line, so it fails the vertical line test.
- gives two values of for each . Hence only is the graph of a function of . Therefore the correct option is ." ::: :::question type="NAT" question="The graph of has vertex at . Find ." answer="5" hint="Compare with the shifted parabola form ." solution="The graph is obtained from by shifting right by and up by . So the vertex is Hence Therefore the answer is ." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["For a function , solutions of are the -intercepts of its graph","If a graph is symmetric about the -axis, the function is even","If a horizontal line cuts the graph more than once, then the graph is not a function","For , the domain is "] answer="A,B,D" hint="Separate vertical line test from horizontal line test." solution="1. True. means , so these are exactly the -intercepts.
- True. Symmetry about the -axis corresponds to .
- False. A graph may still be a function even if a horizontal line cuts it more than once. That only means it is not one-one.
- True. For , is not allowed. Hence the correct answer is ." ::: :::question type="SUB" question="Explain graphically why the equation has exactly two real solutions." answer="The parabola and the line intersect in exactly two points." hint="Interpret the equation as intersection of two graphs." solution="Consider the two graphs and The first is an upward-opening parabola, and the second is a straight line with negative slope. The solutions of are exactly the -coordinates of the intersection points of these two graphs. Now the line cuts the parabola in exactly two distinct points. Hence the equation has exactly two real solutions. So graphically, the reason is that the two graphs intersect exactly twice." ::: ---
- The graph of is the set of points .
- The vertical line test decides whether a curve is a function of .
- Domain and range are read from the horizontal and vertical spread of the graph.
- Zeros, signs, maxima, minima, and monotonicity are all visible graphically.
- Graph transformations are one of the fastest ways to understand new functions.
- Equations and inequalities often become intersection and position questions on graphs.
- Find the domain of algebraic expressions involving fractions, roots, and logarithms.
- Detect hidden restrictions created by simplification.
- Use graph-based reasoning to see where a function is defined or undefined.
- Distinguish between algebraic form and actual domain.
- Reject extraneous solutions in equations and inequalities by checking validity.
- denominators
- even roots
- logarithms
- inverse trigonometric or other special-function conditions
- piecewise definitions
- hidden expressions after substitution
- is defined only when
- is defined only when
- with even requires
- with odd is defined for every real
- is defined only when
and also the base satisfies
- If several restrictions occur together, all must hold simultaneously.
- with odd is defined for every real
- with even requires
- has domain
- has domain
- requires
- requires
- requires
So domain questions often reduce to solving an inequality.
- requires
- requires
- requires
- requires
- requires
- does not allow
- does not allow
- if there is a vertical gap at some , that value is not in the domain
- if there is a hole, that input is excluded
- if the graph starts from a point and continues rightward, the domain may be a half-line
- if the graph appears only on separated pieces, the domain is a union of intervals
- if the graph contains at least one plotted point on that line, the input is allowed
- if no point exists there, the input is not in the domain
- Open circle at an endpoint means that point is not included.
- Closed dot means the point is included.
- Vertical asymptote means the function is not defined there.
- Hole often appears after algebraic cancellation and indicates a removed domain point.
- right side must be non-negative if both sides are equal to a square root
- ❌ cancelling a factor and forgetting the removed value
- ❌ allowing denominator zero
- ❌ using for log arguments instead of
- ❌ forgetting that even roots need non-negative input
- ❌ solving equations without checking whether the answer lies in the original domain
- ❌ reading a graph as continuous when there is actually a hole or open circle
- write all restrictions first
- combine them carefully
- keep the original expression in mind
- verify final answers in the original formula
- Scan the formula for denominators, roots, and logs.
- Translate each into an inequality or exclusion.
- Solve all restrictions together.
- For graphical questions, read the set of allowed -coordinates.
- If the expression simplifies, keep the original restrictions.
- In equation problems, check every obtained solution against the original domain.
- True. Since for every real , is defined for all real .
- True. Although simplifies to , the original expression is undefined at .
- False. For we need So is not allowed. Hence the correct answer is ." ::: :::question type="SUB" question="Find the domain of ." answer="" hint="Combine the square-root restriction with the denominator restriction." solution="We need two conditions. First, from the square root: Second, from the denominator: Factor: So we must exclude Combining with , the domain is Therefore the domain is ." ::: ---
- The domain is the set of all valid inputs.
- Denominators must be nonzero.
- Even roots require non-negative inputs.
- Logarithm arguments must be strictly positive.
- Simplifying an expression does not remove original restrictions.
- Graphs reveal domain through allowed -coordinates, holes, asymptotes, and endpoints.
- identify horizontal and vertical shifts correctly
- distinguish transformations acting on from those acting on
- understand vertical and horizontal scaling
- handle reflections in the -axis and -axis
- interpret graphs of and
- build transformed graphs quickly from a base graph
- if , the graph shifts upward by
- if , the graph shifts downward by
- if , vertical stretch by factor
- if , vertical compression by factor
- if , there is also reflection in the -axis
- is shifted up by
- is vertically stretched
- is reflected in the -axis
- if , horizontal compression by factor
- if , horizontal stretch by factor
- if , there is also reflection in the -axis
- means shift right by
- means shift left by
- means horizontal compression, not stretch
- on , the corresponding point is
- on , the corresponding point is
- on , the corresponding point is
- on , the corresponding point is
- gives horizontal shift
- gives horizontal scaling and possibly reflection in the -axis
- gives vertical scaling and possibly reflection in the -axis
- gives vertical shift
- inside first
- outside later
- horizontal effects first
- vertical effects after that
- the part already above the -axis stays unchanged
- the part below the -axis is reflected upward into the positive side
- changes output signs
- changes the input before the function acts
-
- what happens to a familiar graph
- where key points move
- whether symmetry, intercepts, or turning points shift
- vertical shift changes the range
- horizontal shift changes the domain
- vertical scaling changes range values
- horizontal scaling changes input positions
- reflections may reverse parts of the graph but do not by themselves change domain size or range size
- vertical shift
- horizontal shift
- vertical scale
- horizontal scale
- reflection in -axis
- reflection in -axis
- negative parts go upward
- reflect right half into the left half
- ❌ saying shifts left
- ❌ saying is a horizontal stretch
- ❌ confusing with
- ❌ applying vertical logic to inside changes
- ❌ ignoring how domain and range move under transformations
- ❌ forgetting that negative factors may create reflections
- start from the parent graph
- identify whether each change is inside or outside
- track a few key points like intercepts, vertex, endpoint, or turning point
- note reflections before sketching
- check symmetry and domain/range after transformation
- when two modulus operations appear, treat one at a time carefully
- True. Replacing by reflects the graph in the -axis.
- True. In , all negative output values become positive, so the graph lies on or above the -axis.
- False. The graph of is obtained by taking the right-half graph and reflecting it in the -axis, not the -axis. Hence the correct answer is ." ::: :::question type="SUB" question="Describe how the graph of changes to become the graph of ." answer="Shift right by , stretch vertically by factor , then shift up by ." hint="Read the inside change first, then the outside changes." solution="Start with the graph Now consider Step 1: The inside change shifts the graph right by . Step 2: The factor outside gives a vertical stretch by factor . Step 3: The final shifts the graph upward by . So the transformation is: " ::: ---
- outside changes act vertically, inside changes act horizontally
- shifts right, while shifts left
- changes vertical scale, while changes horizontal scale
- reflects in the -axis and reflects in the -axis
- and are very different transformations
- graph questions become easier when you track key points from a known parent graph
- Interpret and both algebraically and geometrically.
- Rewrite modulus expressions as piecewise functions.
- Sketch graphs of basic and transformed modulus functions.
- Solve equations and inequalities involving one or more modulus signs.
- Understand symmetry, distance, and graph intersections involving modulus functions.
- = distance from
- = distance from
- = distance from
- for
- is the distance between and
- vertex at
- slope on the left
- slope on the right
- symmetry about the -axis
- shift right by
- shift up by
- vertical stretch by factor
- reflection in the -axis if
- has vertex
- has vertex
- has vertex and opens downward
- has vertex and steeper arms
- keeping the part of above the -axis unchanged
- reflecting the part below the -axis upward across the -axis
- taking the graph of for
- reflecting it across the -axis
- $|x| =
- $|x-a| =
- changes form at
- if , no solution
- if , solve
- if , solve
- or
- solutions:
- means “distance from is less than ”
- means “distance from is greater than ”
- find all points where an inner expression becomes zero
- split the real line into intervals
- remove modulus signs interval by interval
- simplify on each interval
- vertex
- axis of symmetry
- upward if
- downward if
- ❌ writing for all real
- ❌ forgetting that modulus is always non-negative
- ❌ solving with as if solutions exist
- ❌ opening modulus without checking where the inner part changes sign
- ❌ confusing with
- ❌ forgetting that , not always
- Ask whether the question is algebraic, graphical, or geometric.
- Use distance language whenever possible.
- For graphs, first locate the vertex and symmetry line.
- For nested modulus, work from inside outward.
- For multiple breakpoints, split the real line carefully.
- In graph questions, reflect only the required part, not the whole graph.
- False. If , then .
- True. Squaring removes the sign, so .
- True. The principal square root is non-negative, so .
Hence the correct answer is ."
:::
:::question type="SUB" question="Solve the inequality ." answer="" hint="Convert the modulus inequality into a double inequality." solution="We use the rule
So,
Add throughout:
Divide by :
Therefore, the solution set is ."
:::
---
Summary
❗ Key Takeaways for CMI- Modulus represents magnitude and also distance on the real line.
- Every modulus expression can be handled through sign-based piecewise splitting.
- The graph of is V-shaped and symmetric about the -axis.
- The graph of has vertex .
- Equations and inequalities involving modulus are best solved using standard absolute-value rules or distance interpretation.
- and are different transformations and must never be confused.
---
💡 Next UpProceeding to Piecewise functions.
---
Part 5: Piecewise functions
Piecewise Functions
Overview
A piecewise function is a function defined by different formulas on different parts of its domain. In CMI-style questions, the difficulty usually comes from identifying which rule applies, understanding the graph at boundary points, and checking whether the function is really a function at all. This topic is closely tied to graph reading, domain restrictions, continuity at joining points, and interpretation of open and closed dots. ---Learning Objectives
---❗ By the End of This TopicAfter studying this topic, you will be able to:
- read and interpret a piecewise definition correctly.
- evaluate a piecewise function at given inputs.
- determine domain and range from formulas and graphs.
- understand open and closed endpoints in graph-based questions.
- analyze continuity and matching conditions at boundary points.
What is a Piecewise Function?
📖 Piecewise FunctionA piecewise function is a function whose definition changes from one interval to another.
A typical example is
To evaluate , you must first check where the input lies, and then use the corresponding rule.---❗ Main RuleFor a given input, use only one branch: the branch whose condition contains that input.
How to Read a Piecewise Definition
---💡 Standard Reading StrategyWhen you see a piecewise function:
- identify all intervals or conditions.
- check whether the boundary points are included or excluded.
- for any given input, locate its correct interval first.
- substitute into that branch only.
- if graph is given, check open and closed circles carefully.
Boundary Points Matter
📐 Open and Closed EndpointsIn graph-based questions:
- a closed dot means the point is included
- an open dot means the point is excluded
So if a graph has:- open circle at
- closed circle at
then
not .---⚠️ Common TrapAt a boundary point, two formulas may appear to meet, but only the one with the inclusive condition actually gives the function value.
Domain of a Piecewise Function
Example If $\qquad f(x)= \begin{cases} \dfrac{1}{x-1}, & x<0 \\ \sqrt{x+2}, & x\ge 0 \end{cases}$ then:📖 DomainThe domain of a piecewise function is the set of all inputs for which at least one branch is defined.
To find the domain:- take the union of the domains of all branches
- respect the interval conditions
- also respect formula restrictions such as denominator or square-root radicand
- first branch is fine for all because automatically there
- second branch is fine for all
Range of a Piecewise Function
📖 RangeThe range of a piecewise function is the set of all output values obtained from all branches together.
To find the range:- find range of each branch on its allowed interval
- combine them carefully
- use graph if given
---💡 Graph InsightFor graph-based range questions, look horizontally:
- ask which -values actually occur
- open dots can exclude specific output values
- arrows usually indicate continuation
Function Check from a Graph
📐 Vertical Line TestA graph represents a function if and only if every vertical line meets the graph in at most one point.
So:- one input at most one output
- if some gives two different -values, then it is not a function
---❗ Piecewise Graphs and FunctionsA piecewise graph can still be a function even if it has many branches, as long as each input has exactly one output.
Continuity at Joining Points
📖 Continuity at a Boundary PointSuppose a piecewise function changes rule at .
To check continuity at , compare:- left-hand limit at
- right-hand limit at
- actual value
The function is continuous at if
---📐 Typical Matching ProblemIf
then continuity at requires
because the left value must match the right value at the boundary.Common Types of Piecewise Functions
---📐 Frequent Examples- Absolute-value style:
- Greatest integer type:
depends on intervals like
- Sign function:
- Formula-switch at one point:
linear on one side, quadratic on the other
- Domain-restricted graph pieces
Absolute Value as a Piecewise Function
📐 Important Model ExampleThe absolute value function can be written as
This is one of the most important piecewise functions.
Its graph is V-shaped:- slope on the left
- slope on the right
- vertex at
---💡 Why This MattersMany harder piecewise functions are built from shifts and scalings of , such as:
Minimal Worked Examples
Example 1 If $\qquad f(x)= \begin{cases} x+1, & x<2 \\ x^2-1, & x\ge 2 \end{cases}$ find and . For , use the second branch: For , use the first branch: So --- Example 2 Check continuity of $\qquad f(x)= \begin{cases} 2x+1, & x<1 \\ 4, & x=1 \\ x^2+2, & x>1 \end{cases}$ At : Left-hand limit: Right-hand limit: Actual value: Since the limit is but the function value is , the function is not continuous at . ---Graph Reading Rules
---💡 Graph-Based UnderstandingWhen the graph of a piecewise function is given:
- read from left to right by intervals.
- check where branches start and stop.
- look for open and closed circles at break points.
- use vertical line test to confirm it is a function.
- use horizontal thinking to find range.
Common Mistakes
---⚠️ Avoid These Errors- ❌ Using two branches for the same input
- ❌ Ignoring whether the endpoint is included
- ❌ Thinking open circle gives the function value
- ❌ Mixing up domain and range
- ❌ For continuity, checking only left and right expressions but not
CMI Strategy
---💡 How to Think in Exams- first locate the interval containing the input.
- at boundary questions, slow down and check inclusion carefully.
- if graph is given, read exact plotted points before using formula intuition.
- in continuity problems, compare left limit, right limit, and actual value separately.
- if asked whether a graph defines a function, use the vertical line test first.
Practice Questions
:::question type="MCQ" question="Let . What is the value of ?" options=["","","","Does not exist"] answer="B" hint="Check which branch includes ." solution="Since the condition includes , we use the second branch. Therefore the correct answer is ." ::: :::question type="NAT" question="Let . Find ." answer="7" hint="Use the branch that includes ." solution="Since satisfies , we use the second branch. Hence the answer is ." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["An open circle on the graph at means the function value at is not given by that point.","A closed circle at gives the actual function value there.","A piecewise graph can never represent a function.","To test continuity at a joining point, one must compare left limit, right limit, and actual value."] answer="A,B,D" hint="Think about graph conventions and continuity." solution="1. True. An open circle means that point is excluded. - True. A closed circle marks an included point, so it gives the function value there.
- False. Many piecewise graphs represent valid functions.
- True. Continuity at a boundary point requires left limit, right limit, and function value to agree. Hence the correct answer is ." ::: :::question type="SUB" question="Find the value of for which the function is continuous at ." answer="" hint="Match the left-hand expression and the value from the right branch at ." solution="For continuity at , we need the left-hand limit to equal the actual value at . From the left branch: From the right branch, since includes : Continuity requires So Hence the required value is ." ::: ---
- A piecewise function uses different formulas on different parts of the domain.
- At any input, exactly one applicable branch must be used.
- Open and closed dots are essential in graph reading.
- Domain comes from allowed inputs across all branches.
- Continuity at a boundary point requires left limit, right limit, and function value to match.
- Piecewise functions are a natural language for graph-based understanding of functions.
- Shift 3 units left: .
- Reflect about the x-axis: .
- Shift 2 units up: .
To find the range of :
Since for ,
then .
Adding 2 to both sides, .
Thus, the range of is .The correct option is , Range: ."
::::::question type="NAT" question="How many distinct real solutions does the equation have?" answer="4" hint="Solve iteratively by removing the outermost absolute value first. Consider both positive and negative cases for each step." solution="The equation is .
This implies two possibilities for the inner expression: - The expression under the square root must be non-negative: .
- The denominators must be non-zero: and .
Summary
❗ Key Takeaways for CMI---
💡 Next UpProceeding to Domain restrictions.
---
Part 2: Domain restrictions
Domain restrictions
Overview
Domain restrictions tell us which inputs are allowed for a function. In school algebra this begins with avoiding division by zero and square roots of negative numbers. In CMI-style questions, domain analysis is deeper: it helps detect hidden restrictions, reject fake solutions, and understand where a graph really exists. A correct function study starts with the domain. ---Learning Objectives
---❗ By the End of This TopicAfter studying this topic, you will be able to:
Core Idea
📖 Domain of a functionThe domain of a function is the set of all input values for which the function is defined.
If a formula contains an operation that is not valid for some values, those values must be removed from the domain.---❗ Main Sources of RestrictionsIn real-variable algebra, restrictions usually come from:
Standard Domain Rules
---📐 Basic Rules in the Real Number SystemFor real-valued functions:
Denominator Restrictions
📐 Division by zero is never allowedIf
then the domain is all real numbers except the zeros of .
Examples:---⚠️ Hidden Cancellation TrapThe expression
simplifies algebraically to
but the original expression is still undefined at
So its domain is
not all real numbers.Even Root Restrictions
📐 Square roots and even rootsFor real-valued functions:
---💡 Interval Method LinkWhenever the argument of an even root is a polynomial or rational expression, use sign analysis or interval method to find where it is non-negative.
Logarithmic Restrictions
📐 Logarithm domain ruleFor
we must have
Examples:
and---⚠️ Log TrapFor logarithms, the argument must be strictly positive, not merely non-negative.
So:Combined Restrictions
---📐 When multiple conditions appearTo find the domain of a complicated expression, combine all conditions.
Example:
We need:
Since , only matters from the denominator.
Hence the domain isGraph-Based Understanding
📖 What a graph tells us about domainFrom the graph of a function, the domain is the set of all -coordinates for which the graph has at least one point.
So:---💡 How to read domain from a graphTo decide whether an is in the domain, imagine drawing a vertical line at that :
Holes, Breaks, and Endpoints
Example If then for , So the graph is the line with a hole at This is a standard graph-based domain example. ---📐 Graph patternsMinimal Worked Examples
Example 1 Find the domain of Factor the denominator: So we need Hence Therefore the domain is --- Example 2 Find the domain of We need Factor: By interval method, this holds for So the domain is ---Extraneous Solutions and Domain Checking
---❗ Why domain matters in equationsSome equations produce answers that are algebraically possible but not allowed in the original expression.
Example:
If we solve
we must still check:
So domain and sign checks are part of the solution.Common Errors
---⚠️ Avoid These ErrorsCMI Strategy
---💡 How to Approach Domain QuestionsPractice Questions
:::question type="MCQ" question="The domain of is" options=["","","",""] answer="A" hint="The denominator must be nonzero." solution="We need Factor: So the forbidden values are Hence the domain is Therefore the correct option is ." ::: :::question type="NAT" question="How many integers belong to the domain of in the interval ?" answer="6" hint="The square root requires ." solution="We need This holds for Now restrict to the interval . The integers satisfying this are There are such integers. Hence the answer is ." ::: :::question type="MSQ" question="Which of the following statements are true?" options=[" is defined for all real except "," is defined for all real "," is defined for all real except "," is defined for all "] answer="A,B,C" hint="Check each definition carefully." solution="1. True. Since for all , is defined for all real except .Summary
❗ Key Takeaways for CMI---
💡 Next UpProceeding to Graph transformations.
---
Part 3: Graph transformations
Graph Transformations
Overview
Graph transformations help us understand how the graph of a function changes when the formula is modified. Instead of plotting from scratch every time, we learn how shifts, stretches, compressions, reflections, and modulus operations affect an already known graph. In CMI-style problems, the real test is careful interpretation: whether a change acts inside the input or outside the function value. ---Learning Objectives
---❗ By the End of This TopicAfter studying this topic, you will be able to:
Base Idea
📖 Start with a Known GraphSuppose the graph of
is known.
A transformed equation such as
or
can often be understood directly from the graph of without recomputing many points.---❗ Golden RuleChanges outside the function usually affect the graph vertically.
Changes inside the function usually affect the graph horizontally.
This is the single most important idea in graph transformations.Vertical Transformations
📐 Vertical ShiftFor
The shape does not change.Example From :📐 Vertical ScalingFor
Horizontal Transformations
📐 Horizontal ShiftFor
the graph shifts right by .
For
the graph shifts left by .
This opposite-looking behaviour is one of the most tested traps.📐 Horizontal ScalingFor
---⚠️ Most Important TrapInside changes work in the reverse-looking direction.
So:Reflections
📐 Reflection in the -AxisFor
every point becomes .
So the graph reflects in the -axis.📐 Reflection in the -AxisFor
every point on becomes .
So the graph reflects in the -axis.---❗ Coordinate ViewIf lies on , then:
Combined Transformation
📐 General FormA very common form is
Read it in pieces:
---💡 Safe Order for ReadingTo interpret
it is usually safest to read:
That is:Modulus Transformations
📐Start with the graph of .
So the final graph lies on or above the -axis.📐Start with the graph of for .
Then reflect that right-half graph in the -axis.
So the final graph is symmetric about the -axis.---⚠️ Do Not Mix These UpStandard Parent Graphs
📐 Graphs You Should Know Well---💡 Why Parent Graphs MatterMost graph-transformation questions are really asking:
Minimal Worked Examples
Example 1 Describe the graph of relative to . The shifts the graph right by . The shifts it up by . So the parabola moves from vertex to vertex . --- Example 2 Describe the graph of relative to . The negative sign inside gives reflection in the -axis. The factor inside gives horizontal compression by factor . So the graph is reflected in the -axis and compressed horizontally. ---Domain and Range Under Transformations
Example For domain is . For domain becomes . For domain stays but range becomes . ---❗ Domain and Range ThinkingTransformations also affect domain and range.
Recognition Guide
---💡 Fast IdentificationCommon Traps
---⚠️ Avoid These ErrorsCMI Strategy
---💡 How to Solve Graph Transformation QuestionsPractice Questions
:::question type="MCQ" question="The graph of is obtained from the graph of by" options=["shifting left by ","shifting right by ","stretching horizontally by factor ","reflecting in the -axis"] answer="B" hint="Inside shift acts in the reverse-looking direction." solution="In the expression , the change is inside the function, so it affects the graph horizontally. The rule is: shifts the graph right by . Hence is obtained by shifting the graph right by . Therefore, the correct option is ." ::: :::question type="NAT" question="The vertex of the parabola is . Find the value of ." answer="-2" hint="Compare with the graph of ." solution="The graph of has vertex . In , the graph is shifted right by and down by . So the new vertex is Hence Therefore, the answer is ." ::: :::question type="MSQ" question="Which of the following statements are true?" options=[" is the reflection of in the -axis."," is the reflection of in the -axis."," is always above or on the -axis."," is always the reflection of the full graph of in the -axis."] answer="A,B,C" hint="Separate output changes from input changes." solution="1. True. Multiplying the output by reflects the graph in the -axis.Summary
❗ Key Takeaways for CMI---
💡 Next UpProceeding to Modulus functions.
---
Part 4: Modulus functions
Modulus Functions
Overview
Modulus functions are built from the absolute value operation. They are among the most useful objects in graph-based function understanding because they combine algebra, geometry, and piecewise thinking. In CMI-style questions, modulus is rarely just about “making things positive”; it is tested through graphs, transformations, equations, inequalities, symmetry, distance interpretation, and counting intersections. ---Learning Objectives
---❗ By the End of This TopicAfter studying this topic, you will be able to:
Core Meaning
📖 Absolute ValueFor any real number ,
So is the non-negative magnitude of .This interpretation is extremely useful for solving equations and inequalities quickly. ---❗ Distance InterpretationThe quantity represents the distance of the point from the point on the real line.
Examples:Basic Properties
📐 Standard Properties of ModulusFor all real numbers :
---📐 Two Very Useful IdentitiesPiecewise Form
📐 How to Open a ModulusTo remove modulus signs, find where the inside changes sign.
For example,
Similarly,
---💡 Golden RuleDo not open a modulus sign blindly. First find where the inner expression is zero. That point splits the real line into intervals.
Graph of
📖 Basic Modulus GraphThe graph of
is V-shaped, with:---❗ Piecewise Graph Form
So the graph is made of two straight lines meeting at the origin.Transformations of Modulus Graphs
Examples:📐 General FormA very common family is
This is the graph of transformed as follows:
The vertex is at
💡 Graph-Based InterpretationThe graph of is obtained by:
These two transformations are tested very often. ---💡 Graph ofThe graph of is obtained by:
Algebraic Forms You Must Know
---📐 Useful RewritesSolving Modulus Equations
Examples:📐 One Modulus EquationIf
then:
orSolving Modulus Inequalities
📐 Basic InequalitiesFor :
---❗ Distance FormThese become even easier in distance language:
so
so
Multiple Modulus Expressions
---💡 Sign-Interval MethodFor expressions like
or
,
the cleanest method is:Minimal Worked Examples
Example 1 Solve Then or So or Hence the solutions are --- Example 2 Solve This gives Add : Divide by : So the solution set is --- Example 3 Write in piecewise form. The sign changes at So, $\qquad |x+1|= \begin{cases} x+1,& x\ge -1\\ -(x+1),& x<-1 \end{cases}$ ---Symmetry and Shape
❗ Evenness ofSince
,
the function is even.
Therefore its graph is symmetric about the -axis.---📐 Vertex of a Modulus GraphFor
,
the graph has:
It opens:Common Special Graphs
📐 Useful Graph Forms---💡 Two High-Value Patterns
Start with , then reflect the part below the -axis upward.
First understand , then subtract , then take modulus again.Common Mistakes
---⚠️ Avoid These ErrorsCMI Strategy
---💡 How to Attack Modulus QuestionsPractice Questions
:::question type="MCQ" question="The graph of has vertex at" options=["","","",""] answer="C" hint="Compare with the form ." solution="The graph is of the form with So the vertex is Hence the correct option is ." ::: :::question type="NAT" question="Find the number of real solutions of the equation ." answer="1" hint="Think in terms of equal distances on the number line." solution="The equation means that the distance of from equals the distance of from . So must be the midpoint of and . That midpoint is Thus there is exactly one real solution. Therefore, the answer is ." ::: :::question type="MSQ" question="Which of the following statements are true?" options=[" for every real "," for every real "," for every real "," for every real "] answer="A,C,D" hint="Recall the core properties of absolute value." solution="1. True. Modulus is always non-negative.Summary
❗ Key Takeaways for CMI---
Chapter Summary
❗ Graph-based understanding of functions — Key PointsFundamental Definition: A function's graph visually represents its input-output pairs , where the vertical line test confirms functionality.
Domain Determination: Identifying and applying restrictions (e.g., non-negative arguments for even roots, non-zero denominators, positive arguments for logarithms) is crucial for defining a function's domain and its graphical extent.
Graph Transformations: Mastery of basic transformations—shifts (, ), scaling (, ), and reflections (, )—allows for the accurate sketching and analysis of complex functions from simpler base graphs.
Modulus Functions: Understanding the distinct graphical effects of (reflecting the portion below the x-axis upwards) and (replacing the left half with a reflection of the right half) is essential.
Piecewise Functions: The ability to construct, interpret, and analyze graphs defined by different rules over specified intervals, paying close attention to continuity and endpoint behavior, is a key skill.
Graphical Interpretation: Extracting critical information such as domain, range, intercepts, intervals of increase/decrease, and solutions to equations/inequalities directly from a graph is a powerful analytical tool.---
Chapter Review Questions
:::question type="MCQ" question="Given the function . If its graph is shifted 3 units left, then reflected about the x-axis, and finally shifted 2 units up, what is the new function and its range?" options=[", Range: ", ", Range: ", ", Range: ", ", Range: "] answer=", Range: " hint="Follow the order of transformations carefully. A reflection about the x-axis changes to ." solution="1. Start with .
Now, solve each of these equations:
For :
For :
The distinct real solutions are .
There are 4 distinct real solutions."
::::::question type="MCQ" question="Consider the piecewise function defined as:
Which of the following statements about is true?" options=[" is continuous at .", " is continuous at .", "The range of is .", " is strictly decreasing for all ." ] answer=" is continuous at ." hint="Check the function values and limits at the boundaries of the intervals ( and ) for continuity. Analyze the behavior of each piece for monotonicity and overall range." solution="Let's check continuity at the interval boundaries:At :
Left-hand limit: .
Right-hand limit: .
Function value: .
Since , is continuous at . So, statement A is true.At :
Left-hand limit: .
Right-hand limit: .
Since , is not continuous at . So, statement B is false.For the range:
For , . As , . As , . So this piece contributes .
For , . At , . As , . So this piece contributes .
For , . At , . As , . So this piece contributes .
Combining these, the range is . So, statement C is false.For monotonicity:
For , is decreasing on .
For , is decreasing.
For , is increasing.
Since is increasing for , it is not strictly decreasing for all . So, statement D is false.Therefore, the only true statement is that is continuous at ."
::::::question type="NAT" question="Find the sum of all integer values of in the interval for which the function is defined." answer="1" hint="Determine the domain of the function first by considering the conditions for the square root and the denominator. Then, identify the integers within the given interval that satisfy these conditions and sum them." solution="For to be defined, two conditions must be met:
Let's analyze :
The critical points are (numerator zero) and (denominator zero).
We can use a sign chart:
| Interval | | | |
| :-------------- | :---- | :---- | :---------------- |
| | | | |
| | | | |
| | | | |So, for .
Now consider the denominator restrictions:
* . This means the interval is correct, and is excluded.
* and .Combining the domain from with and :
The interval already excludes and .
The interval must exclude , so it becomes .The overall domain for is .
We need to find the integer values of in the interval that fall within this domain.
Integers in that are also in :
These are . (6 integers)Integers in that are also in :
These are . (7 integers)The set of all integer values of in for which is defined is .
Now, sum these integers:
Sum
Sum
Sum .Wait, let me re-calculate the sum.
(No, sum of 4 to 10 is sum(10) - sum(3) = 55 - 6 = 49)
Sum = .Let me double check my previous work.
Previous Q4: for .
Domain was .
Integers in : from . from .
Sum = . This was correct.My current Q4: for .
Domain .
Integers in :
From : . Sum = .
From : . Sum = .
Total sum = .The answer should be a plain number, so '4' is correct.
I should make sure the question and answer match.
The solution calculated 4.Final check on sum:
.The answer is 4.
Let's re-read the prompt: "NAT answer = plain number".
So the answer to the question should be '4', not the string '4'.
"answer="4"" is correct.
"answer=4" is also valid depending on how the system interprets. Usually it's a string. I will use "4".
"exact option text" for MCQ, so that's a string.Okay, everything looks good.
"answer="4"" is the correct format for the `:::question` block.
"plain number" means the content of the answer, not the formatting.