๐Ÿ”
Linear ยท Quadratic ยท Neither
What the AROC pattern tells you about the function type
How to Classify a Function Using AROC Over Equal-Length Intervals
Linear
๐Ÿ“ Linear Function
AROC is CONSTANT across all equal-length intervals.
The differences between consecutive AROCs are zero.
This constant AROC is just the slope of the line. Same from anywhere to anywhere.
Quadratic
๐Ÿ“ˆ Quadratic Function
AROC changes at a CONSTANT RATE over consecutive equal-length intervals.
The differences between consecutive AROCs are constant (non-zero).
The AROCs form a linear pattern โ€” they go up or down by the same amount each step.
Neither
๐Ÿ”€ Neither
AROC changes, but NOT at a constant rate.
The differences between consecutive AROCs are not constant.
Could be exponential, cubic, or some other type of function.
๐ŸŽฏ

The 3-Step Method

Step 1: Verify all input intervals are equal (same ฮ”x).
Step 2: Compute AROC = ฮ”y/ฮ”x for each consecutive interval.
Step 3: Check differences between consecutive AROCs.
   โ€ข Differences = 0 โ†’ Linear
   โ€ข Differences are constant (non-zero) โ†’ Quadratic
   โ€ข Differences not constant โ†’ Neither

โœ๏ธ
Proving Not Linear โ€” Example 1
Unequal input intervals: compute slope on each sub-interval
๐Ÿ“Œ Example 1 โ€” The table gives selected values of f(x). Explain why f(x) is NOT a linear function.
xf(x)
14
27
410
813
โ†’
IntervalAROC = ฮ”y/ฮ”x
[1, 2](7โˆ’4)/(2โˆ’1) = 3
[2, 4](10โˆ’7)/(4โˆ’2) = 3/2
[4, 8](13โˆ’10)/(8โˆ’4) = 3/4
NOT linear โ€” the AROCs are 3, 3/2, 3/4 โ€” NOT constant. A linear function requires the same slope on every interval.
โš ๏ธ

Careful: unequal intervals here

In Example 1, the x-intervals are NOT equal (ฮ”x = 1, 2, 4). This means we can't use the "AROC pattern" test for linear vs quadratic โ€” we can only verify constancy of slope. Since the slopes differ, it's not linear. The linear/quadratic identification method requires equal ฮ”x.

๐Ÿ“Š
Quadratic AROC Pattern โ€” Example 2
g(x) = xยฒ โ€” equal intervals, AROCs form a linear sequence
๐Ÿ“Œ Example 2 โ€” g(x) = xยฒ. Compute the AROC for each equal-length interval. What pattern do you notice?
xg(x)
โˆ’39
โˆ’11
11
39
525
โ†’
Interval (ฮ”x=2)AROCฮ” between AROCs
[โˆ’3, โˆ’1](1โˆ’9)/2 = โˆ’4โ€”
[โˆ’1, 1](1โˆ’1)/2 = 0+4
[1, 3](9โˆ’1)/2 = 4+4
[3, 5](25โˆ’9)/2 = 8+4
AROCs: โˆ’4, 0, 4, 8 โ†’ increase by 4 each time โ†’ constant rate โ†’ QUADRATIC โœ“
๐Ÿ“‹
Classify from Tables โ€” Example 3
Linear ยท Quadratic ยท Neither โ€” compute AROCs and check the pattern
a) f(x) Quadratic
xf(x)AROC
10โ€”
211/1 = 1
343/1 = 3
495/1 = 5
AROCs: 1, 3, 5 โ€” increase by 2 each time (constant). Quadratic โ€” AROC changes at a constant rate.
b) g(x) Linear
xg(x)AROC
10โ€”
211/1 = 1
543/3 = 1
1095/5 = 1
ฮ”x values: 1, 3, 5 (unequal). But AROC = ฮ”y/ฮ”x = 1/1 = 3/3 = 5/5 = 1 in each case. Constant AROC โ†’ Linear.
c) h(x) Quadratic
xh(x)AROC (ฮ”x=2)
1โˆ’1โ€”
312/2 = 1
521/2 = 1/2
720/2 = 0
AROCs: 1, 1/2, 0 โ€” decrease by 1/2 each time (constant). Quadratic โ€” AROC changes at a constant rate of โˆ’1/2.
ใ€ฐ๏ธ
Concavity and AROC โ€” More on Concavity
The direction of AROC change determines concavity
โˆช
Concave Up
AROC is increasing over equal-length intervals. The slope is getting larger (more positive or less negative). Graph curves like a bowl.
โˆฉ
Concave Down
AROC is decreasing over equal-length intervals. The slope is getting smaller (less positive or more negative). Graph curves like a hill.
โ†’
Neither (Linear)
AROC is constant โ€” neither increasing nor decreasing. Graph is a straight line with no curve.
๐Ÿ”—

Connection between concavity and function type

Linear: AROC is constant โ†’ neither concave up nor concave down.
Quadratic (concave up): AROC is increasing โ†’ positive leading coefficient (parabola opens up).
Quadratic (concave down): AROC is decreasing โ†’ negative leading coefficient (parabola opens down).

๐Ÿ“
Concavity from Tables โ€” Example 4
k, m, p โ€” determine concave up, concave down, or neither
a) k(x) Concave Up
xk(x)AROC (ฮ”x=0.1)
14โ€”
1.11โˆ’3/0.1 = โˆ’30
1.2โˆ’1โˆ’2/0.1 = โˆ’20
1.3โˆ’2โˆ’1/0.1 = โˆ’10
AROCs: โˆ’30, โˆ’20, โˆ’10 โ€” increasing (going from more negative to less negative). โ†’ Concave Up.
b) m(x) Neither
xm(x)AROC (ฮ”x=0.1)
11โ€”
1.143/0.1 = 30
1.273/0.1 = 30
1.3103/0.1 = 30
AROCs: 30, 30, 30 โ€” constant. Linear function โ†’ no concavity โ†’ Neither.
c) p(x) Concave Down
xp(x)AROC (ฮ”x=0.1)
11โ€”
1.176/0.1 = 60
1.2114/0.1 = 40
1.3132/0.1 = 20
AROCs: 60, 40, 20 โ€” decreasing (going from larger to smaller). โ†’ Concave Down.
๐Ÿ’ก

Concave up even when decreasing!

In Example 4a, k(x) is decreasing (negative AROCs) yet concave up (AROCs increasing from โˆ’30 to โˆ’10). This is the key distinction from Topic 1.1 โ€” a function can be decreasing AND concave up at the same time. Concavity is about whether the slope is getting bigger or smaller, not about whether the function itself is going up or down.

โšก
Quick Reference
Screenshot and save this!
๐Ÿ”‘ AROC Pattern โ†’ Function Type
ฮ”(AROC) = 0 โ†’ Linear
Constant slope = AROC never changes
ฮ”(AROC) = constant โ‰  0 โ†’ Quadratic
AROC changes at a constant rate
AROC increasing โ†’ Concave Up
AROC decreasing โ†’ Concave Down
โš ๏ธ Common Mistakes
โŒ Using unequal intervals to classify
The linear/quadratic AROC pattern test requires EQUAL input intervals (ฮ”x must be the same for every step).
โŒ Concave up means function is increasing
Concave up means AROC is increasing. The function itself can be decreasing and concave up simultaneously (Example 4a).
โŒ Linear means neither concave up nor down
Correct! Linear โ†’ constant AROC โ†’ no concavity. "Neither" in the concavity context means linear.
โŒ Checking only differences of outputs (not AROC)
For unequal ฮ”x, you must compute AROC = ฮ”y/ฮ”x. Just looking at ฮ”y will give wrong answers when intervals aren't equal.
๐Ÿง  Ready to Practice? Take the Quiz โ†’