Neural Sync Active
Week 3: Rational Functions, Inequalities, and Modulus
Registry Synced
Week 3: Rational Functions, Inequalities, and Modulus
691 words
3 min read
Course: Jan 2026 - Mathematics I Difficulty: Advanced Setup Focus: Algebraic manipulation, solving inequalities, and absolute value behavior.
1. Rational Functions
A Rational Function R(x) is a function that can be expressed as the ratio of two polynomials, P(x) and Q(x).
R(x)=Q(x)P(x)
where Q(x) is not the zero polynomial.
1.1 Domain of a Rational Function
Since division by zero is undefined, the domain of R(x) is the set of all real numbers except those values of x for which Q(x)=0.
Example: The domain of f(x)=x2−4x+2 is all real numbers except x=2 and x=−2.
1.2 Asymptotes
An asymptote is a line or curve that the graph of a function approaches as it moves towards infinity.
- Vertical Asymptotes: Occur at the zeroes of the denominator Q(x) that are NOT zeroes of the numerator P(x).
- Horizontal Asymptotes: Describe the end behavior as x→±∞. They depend on the degrees of P(x) (let's call it n) and Q(x) (call it m).
- If n<m, horizontal asymptote is y=0 (the x-axis).
- If n=m, horizontal asymptote is y=bman (ratio of leading coefficients).
- If n>m, there is no horizontal asymptote.
2. Inequalities
Inequalities express the relative size or order of two values (<,>,≤,≥).
2.1 Linear Inequalities
Solved similarly to linear equations, with one crucial rule: Multiplying or dividing both sides by a negative number flips the inequality symbol.
−2x<6⟹x>−3
2.2 Quadratic and Polynomial Inequalities
To solve inequalities like ax2+bx+c>0:
- Find the critical points: These are the roots of the corresponding equation ax2+bx+c=0.
- Number Line Method (Wavy Curve Method):
- Plot the distinct real roots on a number line. This divides the line into intervals.
- Pick a test point in each interval to evaluate the sign of the polynomial, or use the "right-most interval is positive" rule if the leading coefficient is positive, alternating signs if multiplicities are odd.
- Select the intervals that satisfy the inequality (>0 means positive, <0 means negative).
2.3 Rational Inequalities
For Q(x)P(x)≥0:
- Find critical values where P(x)=0 (numerator roots) and where Q(x)=0 (denominator roots/vertical asymptotes).
- Plot all these points on a number line.
- Use test intervals to determine signs.
- Important: Points where Q(x)=0 are NEVER included in the solution set, even if the inequality is ≤ or ≥, because division by zero is undefined.
3. Modulus (Absolute Value) Function
The absolute value of a real number x, denoted as ∣x∣, is its distance from zero on the number line. It is always non-negative.