2.2.11 · D4Functions

Exercises — Increasing and decreasing functions — intuitive definition

2,684 words12 min readBack to topic

The core move in almost every solution is the difference trick: to compare two outputs, look at the sign of . If this difference is greater than zero (written ) the function rose between the two points; if it is the function fell. Figure s01 draws exactly this: pick a left point and a right point, then read whether the vertical gap goes up or down.

Figure — Increasing and decreasing functions — intuitive definition
Figure s01 — The difference trick. The blue dashed segment is the horizontal step (we always move rightward). The pink dashed segment is the vertical change . When the pink segment points up (positive), the function increased on that step; when it points down, it decreased. Every solution below just computes the sign of this pink gap in symbols.


Level 1 — Recognition

L1.1

Problem. From the graph rule of thumb (a rising left-to-right curve is increasing), classify each on all of : (a) , (b) , (c) .

Recall Solution

(a) Slope , so as grows grows → strictly increasing. (b) Slope , so as grows shrinks → strictly decreasing. (c) Output never changes: . Since and , it is neither — it is constant. (This is the flat path from the parent note.)

L1.2

Problem. Look at figure s02. On which of the marked intervals , , is the drawn curve increasing?

Figure — Increasing and decreasing functions — intuitive definition
Recall Solution

Walk left to right. On the curve climbs → increasing. On it drops → decreasing. On it climbs again → increasing. Answer: increasing on and .


Level 2 — Application

L2.1

Problem. Using the difference trick, prove is strictly decreasing on .

Recall Solution

Take any . Since , we have , so . Thus for every such pair → strictly decreasing. ∎

L2.2

Problem. Show is strictly increasing on .

Recall Solution

Take . We need the sign of . Factor: Why factor? It isolates the always-positive part from the bracket. The bracket is a sum of squares in disguise: , and it is only if , which is excluded since . So the bracket is . Then times a positive bracket gives , i.e. strictly increasing. ∎

L2.3

Problem. Prove is strictly decreasing on .

Recall Solution

Recall the criterion. Decreasing means: for every we need , i.e. the left output sits above the right output. So instead of , it is cleaner here to compute and show it is positive — that is the very same difference trick, just written as (left) minus (right); a positive answer says "left is higher," which is exactly decreasing. Take . Numerator: since , we get , so . Denominator . So , meaning strictly decreasing. ∎


Level 3 — Analysis

L3.1

Problem. Find all intervals on which is increasing and where it is decreasing, using only the difference trick (no calculus).

Recall Solution

Take (for now, without assuming which side of anything they lie on). Why factor out ? Because we already know its sign (), so pulling it out leaves a smaller expression whose sign fully decides the answer: Since always, the sign is decided entirely by the bracket . Why split into two sides of ? The bracket can be positive for some pairs and negative for others, so cannot be one single type on all of (this is why we must restrict to sub-intervals — monotonicity is an interval property). The bracket changes sign around where , i.e. when both points hug . So we test the two regions cut by :

  • Both points in : then and , so , bracket → difference increasing on .
  • Both points in : then and , so , bracket → difference decreasing on . What about a straddling pair (one point below , one above)? Such a pair mixes the two behaviours and is not covered by either interval statement — that is precisely why we never claim a single behaviour across . The point itself is the single turning point (the vertex); it is the boundary shared by both intervals and belongs to neither "increasing" nor "decreasing" as an interior point. Answer: decreasing on , increasing on ; turning point at .

L3.2

Problem. Is monotonic on ? Identify each piece.

Recall Solution

Split at where the definition of absolute value changes.

  • On , , slope decreasing.
  • On , , slope increasing. Because it falls then rises, is not monotonic on the whole — a V shape. (See Monotone functions.)

L3.3

Problem. For which real values of is strictly increasing on ? Cover every case of .

Recall Solution

with .

  • : difference increasing.
  • : difference → decreasing.
  • : , constant → neither. Answer: strictly increasing exactly when .

Level 4 — Synthesis

L4.1

Problem. Let be strictly increasing on . Prove that is strictly decreasing.

Recall Solution

Take . Because is increasing, . Multiply the inequality by this flips the sign: That is exactly the decreasing condition for every pair → is strictly decreasing. ∎ (Geometrically: negating reflects the graph over the -axis, turning every uphill into a downhill.)

L4.2

Problem. If is strictly increasing on an interval , argue that is one-to-one on (hence invertible there — link to Inverse functions).

Recall Solution

One-to-one means: different inputs give different outputs. Take any in . One is smaller; say . Since is strictly increasing, , so in particular . Because any two distinct inputs produce distinct outputs, is one-to-one on , so its inverse exists on . ∎

L4.3

Problem. Suppose and are both strictly increasing on . Is the composition (meaning ) strictly increasing? Prove or give a counterexample.

Recall Solution

Claim: yes. Take . Step 1: increasing → . Step 2: feed those two ordered outputs into . Since is increasing and , That is for every pair → strictly increasing. ∎ (Intuition: uphill-then-uphill is still uphill.)


Level 5 — Mastery

L5.1

Problem. Prove from the definition that is strictly increasing on , including the degenerate endpoint .

Recall Solution

Take . Both square roots are defined and non-negative. Consider Why rationalize? It turns the hard root difference into , whose sign we know. Numerator . Denominator (it is zero only if both are , impossible since ). So the whole thing is : . Endpoint check: at , for any — still increasing. → strictly increasing on . ∎

L5.2

Problem. Determine every interval of monotonicity of on its domain (all ). Handle both signs of .

Figure — Increasing and decreasing functions — intuitive definition
Recall Solution

Domain excludes . Take two points in the same sign region (we do not mix a negative point with a positive one, because the graph is broken at — a straddling pair is never covered, exactly the L5.3 warning). Compute Why factor out again? Same reason as L3.1: its sign is known (), so the leftover bracket decides everything. Its sign equals the sign of .

Region : here and , so their product (positive × positive). The sign therefore follows the numerator .

  • Both in : → positive → increasing.
  • Both in : → negative → decreasing.

Region : here and . Why is ? Because a negative number times a negative number is positive (two minus signs cancel), so the product of two negatives is positive. Hence again, and the sign once more follows .

  • Both in : here so → positive → increasing.
  • Both in : here so → negative → decreasing.

Summary: increasing on and ; decreasing on and . The turning points sit at (local max, ) and (local min, ), matching figure s03.

L5.3

Problem. True or false, with proof: "If is strictly increasing on and strictly increasing on , then is strictly increasing on all of treated as one set." Use to guide you.

Recall Solution

False. Increasing on each piece separately does not force increasing across the gap. Counterexample : it is strictly decreasing on each side (a cleaner illustration of the same danger). Take a stronger example, — check: on , using L2.3 logic is increasing; on it is also increasing. Yet pick : , , so — the order is broken across . Lesson: "increasing on " and "increasing on " only combine into "increasing on " when the pieces don't jump down as you cross the gap. Always re-check pairs that straddle the excluded point. ∎


Recall Quick self-check (reason it out before revealing)

For a function to be increasing on an interval, the difference (right output minus left output, with ) must have which sign for every such pair? ::: It must be (positive) for all pairs — the right output always sits above the left. Using the difference-trick factoring , on which interval is decreasing? ::: — there makes the bracket negative. For , name every giving a strictly increasing function, and say what happens otherwise. ::: Increasing exactly when ; gives decreasing; gives a constant (neither). If is strictly increasing, what is , and which inequality rule makes it so? ::: is strictly decreasing — multiplying by the negative number flips into . On which intervals is increasing, and what algebraic fact about products of negatives did the negative- region rely on? ::: Increasing on and ; the negative region used that (negative)×(negative)=positive, so .