krit.club logo

Functions - Solving Equations and Inequalities

Grade 12IB

Review the key concepts, formulae, and examples before starting your quiz.

🔑Concepts

Graphical Solutions to Equations: To solve f(x)=g(x)f(x) = g(x), identify the xx-coordinates of the intersection points of the two graphs. Visually, this is where the curves y=f(x)y = f(x) and y=g(x)y = g(x) cross each other on the Cartesian plane.

Solving Inequalities Graphically: For f(x)>g(x)f(x) > g(x), look for the intervals of xx where the graph of y=f(x)y = f(x) is strictly above the graph of y=g(x)y = g(x). For f(x)g(x)f(x) \leq g(x), find where the graph of ff is below or touching the graph of gg.

Quadratic Inequalities and Parabolic Shapes: To solve ax2+bx+c>0ax^2 + bx + c > 0, first find the roots (x-intercepts). If a>0a > 0, the graph is a 'U-shaped' parabola opening upwards; the solution is the region outside the roots. If a<0a < 0, the graph is an 'n-shaped' parabola opening downwards; the solution is the region between the roots.

Modulus Equations: The equation f(x)=g(x)|f(x)| = g(x) is solved by considering two cases: f(x)=g(x)f(x) = g(x) and f(x)=g(x)f(x) = -g(x). Visually, the modulus function f(x)|f(x)| takes any part of the graph of f(x)f(x) that is below the xx-axis and reflects it above the xx-axis, creating a 'V' or 'W' shape.

Rational Inequalities and Asymptotes: When solving P(x)Q(x)0\frac{P(x)}{Q(x)} \geq 0, you must identify critical values from both the numerator (P(x)=0P(x)=0) and the denominator (Q(x)=0Q(x)=0). Visually, the zeros of the denominator represent vertical asymptotes where the function is undefined, so these values can never be included in the solution set (always use open brackets).

Domain Restrictions: Many equations involving square roots f(x)\sqrt{f(x)}, logarithms ln(f(x))\ln(f(x)), or fractions have implicit restrictions (f(x)0f(x) \geq 0, f(x)>0f(x) > 0, or denominator 0\neq 0). Solutions must be checked against these domains to avoid 'extraneous solutions' that appear algebraically but do not exist on the graph.

Inverse Function Intersections: The graphs of f(x)f(x) and f1(x)f^{-1}(x) are reflections of each other across the diagonal line y=xy = x. Therefore, solving f(x)=f1(x)f(x) = f^{-1}(x) is often equivalent to solving f(x)=xf(x) = x, which is usually simpler.

📐Formulae

Quadratic Formula: x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Discriminant: Δ=b24ac\Delta = b^2 - 4ac

Absolute Value Property: x=a    x=a or x=a (for a0)|x| = a \iff x = a \text{ or } x = -a \text{ (for } a \geq 0)

Exponential to Logarithmic form: ax=b    x=logaba^x = b \iff x = \log_a b

Composite Function: (fg)(x)=f(g(x))(f \circ g)(x) = f(g(x))

💡Examples

Problem 1:

Solve the inequality x24x50x^2 - 4x - 5 \leq 0.

Solution:

  1. Find the roots of x24x5=0x^2 - 4x - 5 = 0: \n (x5)(x+1)=0    x=5,x=1(x - 5)(x + 1) = 0 \implies x = 5, x = -1. \n2. Consider the graph of y=x24x5y = x^2 - 4x - 5. Since the coefficient of x2x^2 is positive (1>01 > 0), the parabola opens upwards. \n3. The inequality 0\leq 0 asks for the region where the graph is on or below the xx-axis. \n4. This occurs between the two roots. \n5. Solution: 1x5-1 \leq x \leq 5 or in interval notation x[1,5]x \in [-1, 5].

Explanation:

This is a quadratic inequality. We find the roots of the corresponding quadratic equation and use the shape of the parabola to determine the interval.

Problem 2:

Solve the equation 2x3=x+1|2x - 3| = x + 1.

Solution:

Case 1: 2x3=x+12x - 3 = x + 1 \n 2xx=1+3    x=42x - x = 1 + 3 \implies x = 4 \n\nCase 2: 2x3=(x+1)2x - 3 = -(x + 1) \n 2x3=x12x - 3 = -x - 1 \n 3x=2    x=233x = 2 \implies x = \frac{2}{3} \n\nVerification: \nFor x=4x = 4: 2(4)3=5=5|2(4)-3| = |5| = 5; 4+1=54+1 = 5. (Valid) \nFor x=23x = \frac{2}{3}: 2(23)3=4393=53=53|2(\frac{2}{3})-3| = |\frac{4}{3} - \frac{9}{3}| = |-\frac{5}{3}| = \frac{5}{3}; 23+1=53\frac{2}{3} + 1 = \frac{5}{3}. (Valid) \n\nSolutions: x=4,x=23x = 4, x = \frac{2}{3}.

Explanation:

To solve a modulus equation, we split it into the positive and negative cases and verify the results.