Fatskills
Practice. Master. Repeat.
Study Guide: SAT / PSAT: SAT only Math Advanced Math Nonlinear Functions Radical and Rational Equations
Source: https://www.fatskills.com/sat/chapter/sat-psat-sat-only-math-advanced-math-nonlinear-functions-radical-and-rational-equations

SAT / PSAT: SAT only Math Advanced Math Nonlinear Functions Radical and Rational Equations

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~5 min read

What Is This?

Nonlinear functions are mathematical functions where the variable is not raised to the power of one. Radical equations involve roots (square roots, cube roots, etc.), while rational equations involve fractions with polynomials in the numerator and denominator. This topic appears in exams to test your ability to solve complex equations and understand the behavior of nonlinear functions.

Why It Matters

This topic is tested in various standardized exams like the SAT, ACT, and AP Calculus, as well as in college-level mathematics courses. It typically carries 10-20% of the total marks and tests your problem-solving skills, algebraic manipulation, and understanding of function behavior.

Core Concepts

  1. Radical Equations: Equations involving square roots, cube roots, etc. You need to understand how to isolate and solve for the variable.
  2. Rational Equations: Equations with polynomials in the denominator. You must know how to find a common denominator and solve for the variable.
  3. Domain and Range: Understanding the set of possible inputs (domain) and outputs (range) for nonlinear functions.
  4. Graphing Nonlinear Functions: Recognizing the shapes and behaviors of graphs for radical and rational functions.
  5. Extraneous Solutions: Solutions that do not satisfy the original equation due to the process of solving (e.g., squaring both sides).

Prerequisites

  1. Basic Algebra: You must understand how to solve linear equations.
  2. Polynomials: Knowledge of factoring and simplifying polynomials is crucial.
  3. Graphing Functions: Basic understanding of how to plot points and recognize simple function graphs.

The Rule-Book (How It Works)


Radical Equations

  • Primary Rule: Isolate the radical term and then square both sides to eliminate the root.
  • Sub-rules: Always check for extraneous solutions by substituting back into the original equation.
  • Edge Cases: Be cautious with even roots (square roots) as they can introduce extraneous solutions.

Rational Equations

  • Primary Rule: Find a common denominator and solve the resulting polynomial equation.
  • Sub-rules: Ensure the denominator is not zero by checking for restrictions on the variable.
  • Edge Cases: Simplify the equation fully before solving to avoid missing solutions.

Exam / Job / Audit Weighting

  • Frequency: Common
  • Difficulty Rating: Intermediate
  • Question Type or Real-World Task Type: Multiple choice, short answer, problem-solving

Difficulty Level

Intermediate

Must-Know Rules, Formulas, Standards, or Principles

  1. Radical Equation Rule: If ( \sqrt{x} = a ), then ( x = a^2 ) (check for extraneous solutions).
  2. Rational Equation Rule: If ( \frac{P(x)}{Q(x)} = 0 ), then ( P(x) = 0 ) and ( Q(x) \neq 0 ).
  3. Domain and Range: Identify restrictions on the variable and the possible outputs of the function.

Worked Examples (Step-by-Step)


Easy

Question: Solve for ( x ): ( \sqrt{x + 3} = 5 ) 1. Square both sides: ( x + 3 = 25 ) 2. Solve for ( x ): ( x = 22 ) 3. Check for extraneous solutions: ( \sqrt{22 + 3} = 5 ) (valid)

Answer: ( x = 22 )

Medium

Question: Solve for ( x ): ( \frac{2x}{x-1} + \frac{3}{x} = 4 ) 1. Find a common denominator: ( \frac{2x^2 + 3(x-1)}{x(x-1)} = 4 ) 2. Simplify: ( 2x^2 + 3x - 3 = 4x(x-1) ) 3. Solve the polynomial: ( 2x^2 + 3x - 3 = 4x^2 - 4x ) 4. Combine like terms: ( 0 = 2x^2 - 7x + 3 ) 5. Factor: ( (2x - 1)(x - 3) = 0 ) 6. Solve for ( x ): ( x = \frac{1}{2} ) or ( x = 3 ) 7. Check for restrictions: ( x \neq 0 ) and ( x \neq 1 )

Answer: ( x = \frac{1}{2} ) or ( x = 3 )

Hard

Question: Solve for ( x ): ( \sqrt{2x + 1} - \sqrt{x} = 1 ) 1. Isolate one radical: ( \sqrt{2x + 1} = \sqrt{x} + 1 ) 2. Square both sides: ( 2x + 1 = x + 2\sqrt{x} + 1 ) 3. Simplify: ( x = 2\sqrt{x} ) 4. Square again: ( x^2 = 4x ) 5. Solve for ( x ): ( x(x - 4) = 0 ) 6. Solutions: ( x = 0 ) or ( x = 4 ) 7. Check for extraneous solutions: ( x = 0 ) is extraneous

Answer: ( x = 4 )

Common Exam Traps & Mistakes

  1. Forgetting to Check for Extraneous Solutions: Always substitute back into the original equation.
  2. Ignoring Domain Restrictions: Ensure the variable does not make the denominator zero.
  3. Incomplete Simplification: Fully simplify the equation before solving.
  4. Misapplying Radical Rules: Remember to square both sides correctly.
  5. Overlooking Negative Roots: For even roots, consider both positive and negative solutions.

Shortcut Strategies & Exam Hacks

  • Memory Aid: "Square both sides, check for lies" for radical equations.
  • Elimination Strategy: Cross-multiply to eliminate fractions in rational equations.
  • Pattern Recognition: Recognize common polynomial forms to factor quickly.
  • Formula Shortcut: Use the quadratic formula for quick solutions to polynomial equations.

Question-Type Taxonomy

  1. Multiple Choice: Choose the correct solution from given options.
  2. Example: Solve for ( x ): ( \sqrt{x - 2} = 3 )
    • A) ( x = 1 )
    • B) ( x = 11 )
    • C) ( x = 7 )
    • D) ( x = 5 )
  3. Favored by: SAT, ACT

  4. Short Answer: Provide the exact solution.

  5. Example: Solve for ( x ): ( \frac{3x}{x+2} = 5 )
  6. Favored by: AP Calculus, College Math

  7. Problem-Solving: Apply concepts to real-world scenarios.

  8. Example: A function ( f(x) = \sqrt{x + 5} ) models the distance a car travels. Solve for ( x ) when the distance is 7 units.
  9. Favored by: Job Interviews, Practical Exams

Practice Set (MCQs)


Question 1

Question: Solve for ( x ): ( \sqrt{x + 4} = 6 ) - A) ( x = 32 ) - B) ( x = 36 ) - C) ( x = 2 ) - D) ( x = 10 )

Correct Answer: B) ( x = 36 ) Explanation: Square both sides: ( x + 4 = 36 ), ( x = 32 ).
Why the Distractors Are Tempting: A) Incorrect calculation, C) and D) are common miscalculations.

Question 2

Question: Solve for ( x ): ( \frac{4x}{x-3} = 8 ) - A) ( x = 6 ) - B) ( x = 2 ) - C) ( x = 12 ) - D) ( x = 9 )

Correct Answer: A) ( x = 6 ) Explanation: Cross-multiply: ( 4x = 8(x-3) ), ( 4x = 8x - 24 ), ( x = 6 ).
Why the Distractors Are Tempting: B) and C) are incorrect simplifications, D) is a common mistake.

Question 3

Question: Solve for ( x ): ( \sqrt{3x + 2} - \sqrt{x} = 2 ) - A) ( x = 4 ) - B) ( x = 2 ) - C) ( x = 1 ) - D) ( x = 0 )

Correct Answer: B) ( x = 2 ) Explanation: Isolate and square: ( \sqrt{3x + 2} = \sqrt{x} + 2 ), ( 3x + 2 = x + 4 + 4\sqrt{x} ), ( 2x - 2 = 4\sqrt{x} ), ( x = 2 ).
Why the Distractors Are Tempting: A) and C) are extraneous solutions, D) is a miscalculation.

Question 4

Question: Solve for ( x ): ( \frac{2x}{x+1} + \frac{1}{x} = 3 ) - A) ( x = 2 ) - B) ( x = 1 ) - C) ( x = 3 ) - D) ( x = 4 )

Correct Answer: C) ( x = 3 ) Explanation: Common denominator: ( \frac{2x^2 + 1}{x(x+1)} = 3 ), ( 2x^2 + 1 = 3x(x+1) ), ( 2x^2 + 1 = 3x^2 + 3x ), ( x^2 - 3x + 1 = 0 ), ( x = 3 ).
Why the Distractors Are Tempting: A) and B) are incorrect solutions, D) is a miscalculation.

Question 5

Question: Solve for ( x ): ( \sqrt{5x + 3} = 7 ) - A) ( x = 8 ) - B) ( x = 6 ) - C) ( x = 4 ) - D) ( x = 10 )

Correct Answer: D) ( x = 10 ) Explanation: Square both sides: ( 5x + 3 = 49 ), ( 5x = 46 ), ( x = 10 ).
Why the Distractors Are Tempting: A) and B) are common miscalculations, C) is an incorrect solution.

30-Second Cheat Sheet

  • Radical Equations: Isolate and square, check for extraneous solutions.
  • Rational Equations: Find common denominator, solve polynomial, check restrictions.
  • Domain and Range: Identify restrictions and possible outputs.
  • Extraneous Solutions: Always substitute back into the original equation.
  • Simplify Fully: Ensure the equation is fully simplified before solving.

Learning Path

  1. Beginner Foundation: Review basic algebra and polynomial manipulation.
  2. Core Rules: Understand the primary rules for radical and rational equations.
  3. Practice: Solve a variety of problems, starting with easy and progressing to hard.
  4. Timed Drills: Practice under exam conditions to improve speed and accuracy.
  5. Mock Tests: Take full-length practice exams to build stamina and confidence.

Related Topics

  1. Quadratic Equations: Often appear in the simplification of rational equations.
  2. Function Transformations: Understanding how nonlinear functions behave graphically.
  3. Inequalities: Solving nonlinear inequalities involves similar techniques to radical and rational equations.


ADVERTISEMENT