• Nakafa

    Nakafa

    Learn free and with quality.
Subject
    • Grade 10
    • Grade 11
    • Grade 12
Exercises
Holy
  • Quran
Articles
  • Politics
  • Community
  • About

Command Palette

Search for a command to run...

Functions and Their Modeling

Rational Function

What is a Rational Function?

Have you ever seen fractions in mathematics? Well, rational functions are similar to fractions, but more interesting because they involve variables!

A rational function is a function in the form of a fraction, where both the numerator and denominator are polynomial functions. Simply put, a rational function can be written as:

f(x)=P(x)Q(x)f(x) = \frac{P(x)}{Q(x)}f(x)=Q(x)P(x)​

Where:

  • P(x)P(x)P(x) is a polynomial in the numerator
  • Q(x)Q(x)Q(x) is a polynomial in the denominator
  • Q(x)≠0Q(x) \neq 0Q(x)=0 (denominator cannot be zero)

Examples of Rational Functions in Life

Let's look at a real example to better understand rational functions.

Chicken Coop Problem:

Mr. Budi wants to build a rectangular chicken coop with an area of 100 m². He wants to know the relationship between the length and width of the coop.

If the length of the coop is xxx meters, then:

  • Area = length × width = 100
  • x×width=100x \times \text{width} = 100x×width=100
  • Width = 100x\frac{100}{x}x100​

The function f(x)=100xf(x) = \frac{100}{x}f(x)=x100​ is an example of a rational function!

Types of Rational Functions

Simple Rational Function

The simplest form of a rational function:

f(x)=kxf(x) = \frac{k}{x}f(x)=xk​

Where kkk is a constant. Example: f(x)=5xf(x) = \frac{5}{x}f(x)=x5​

Linear Rational Function

Both numerator and denominator are linear functions:

f(x)=ax+bcx+df(x) = \frac{ax + b}{cx + d}f(x)=cx+dax+b​

Example: f(x)=2x+3x−1f(x) = \frac{2x + 3}{x - 1}f(x)=x−12x+3​

Quadratic Rational Function

Involves quadratic functions in the numerator or denominator:

f(x)=x2+2x+1x−3f(x) = \frac{x^2 + 2x + 1}{x - 3}f(x)=x−3x2+2x+1​

Domain of Rational Functions

The domain of a rational function is all values of xxx that make the function defined. Remember, the denominator cannot be zero!

How to find the domain:

  1. Find values of xxx that make the denominator = 0
  2. The domain is all real numbers except those values

Example: Determine the domain of f(x)=x+2x−3f(x) = \frac{x + 2}{x - 3}f(x)=x−3x+2​

Solution:

  • Denominator is zero when: x−3=0x - 3 = 0x−3=0
  • So: x=3x = 3x=3
  • Domain: Df={x∣x≠3,x∈R}D_f = \{x | x \neq 3, x \in \mathbb{R}\}Df​={x∣x=3,x∈R}

Simplifying Rational Functions

Rational functions can be simplified by finding common factors in the numerator and denominator.

Without Factoring

Simplify: f(x)=6x23xf(x) = \frac{6x^2}{3x}f(x)=3x6x2​

Solution:

f(x)=6x23xf(x) = \frac{6x^2}{3x}f(x)=3x6x2​
=6x⋅x3x= \frac{6x \cdot x}{3x}=3x6x⋅x​
=6x3⋅xx= \frac{6x}{3} \cdot \frac{x}{x}=36x​⋅xx​
=2x= 2x=2x

With Factoring

Simplify: f(x)=x2−4x−2f(x) = \frac{x^2 - 4}{x - 2}f(x)=x−2x2−4​

Solution:

f(x)=x2−4x−2f(x) = \frac{x^2 - 4}{x - 2}f(x)=x−2x2−4​
=(x+2)(x−2)x−2= \frac{(x + 2)(x - 2)}{x - 2}=x−2(x+2)(x−2)​
=x+2= x + 2=x+2

Note: x≠2x \neq 2x=2 (from the original domain)

Operations on Rational Functions

Addition and Subtraction

Just like regular fractions, we need to find a common denominator first!

Example: 2x+3x+1\frac{2}{x} + \frac{3}{x + 1}x2​+x+13​

Solution:

2x+3x+1\frac{2}{x} + \frac{3}{x + 1}x2​+x+13​
=2(x+1)x(x+1)+3xx(x+1)= \frac{2(x + 1)}{x(x + 1)} + \frac{3x}{x(x + 1)}=x(x+1)2(x+1)​+x(x+1)3x​
=2(x+1)+3xx(x+1)= \frac{2(x + 1) + 3x}{x(x + 1)}=x(x+1)2(x+1)+3x​
=2x+2+3xx(x+1)= \frac{2x + 2 + 3x}{x(x + 1)}=x(x+1)2x+2+3x​
=5x+2x(x+1)= \frac{5x + 2}{x(x + 1)}=x(x+1)5x+2​

Multiplication

Multiply numerator with numerator, denominator with denominator:

ab×cd=acbd\frac{a}{b} \times \frac{c}{d} = \frac{ac}{bd}ba​×dc​=bdac​

Example: x+1x×2xx−1\frac{x + 1}{x} \times \frac{2x}{x - 1}xx+1​×x−12x​

Solution:

x+1x×2xx−1=2x(x+1)x(x−1)=2(x+1)x−1\frac{x + 1}{x} \times \frac{2x}{x - 1} = \frac{2x(x + 1)}{x(x - 1)} = \frac{2(x + 1)}{x - 1}xx+1​×x−12x​=x(x−1)2x(x+1)​=x−12(x+1)​

Division

Remember, dividing = multiplying by the reciprocal:

ab÷cd=ab×dc=adbc\frac{a}{b} \div \frac{c}{d} = \frac{a}{b} \times \frac{d}{c} = \frac{ad}{bc}ba​÷dc​=ba​×cd​=bcad​

Exercises

  1. Determine the domain of f(x)=x+3x2−9f(x) = \frac{x + 3}{x^2 - 9}f(x)=x2−9x+3​

  2. Simplify f(x)=x2−1x+1f(x) = \frac{x^2 - 1}{x + 1}f(x)=x+1x2−1​

  3. Calculate 1x−1−2x+1\frac{1}{x - 1} - \frac{2}{x + 1}x−11​−x+12​

  4. A car travels 300 km. If the average speed is vvv km/h, write the travel time function in terms of vvv.

Answer Key

Answer 1:

x2−9=0x^2 - 9 = 0x2−9=0
(x+3)(x−3)=0(x + 3)(x - 3) = 0(x+3)(x−3)=0
x=−3 or x=3x = -3 \text{ or } x = 3x=−3 or x=3

Domain: Df={x∣x≠−3,x≠3,x∈R}D_f = \{x | x \neq -3, x \neq 3, x \in \mathbb{R}\}Df​={x∣x=−3,x=3,x∈R}

Answer 2:

f(x)=x2−1x+1f(x) = \frac{x^2 - 1}{x + 1}f(x)=x+1x2−1​
=(x+1)(x−1)x+1= \frac{(x + 1)(x - 1)}{x + 1}=x+1(x+1)(x−1)​
=x−1= x - 1=x−1

With the condition x≠−1x \neq -1x=−1

Answer 3:

1x−1−2x+1\frac{1}{x - 1} - \frac{2}{x + 1}x−11​−x+12​
=(x+1)−2(x−1)(x−1)(x+1)= \frac{(x + 1) - 2(x - 1)}{(x - 1)(x + 1)}=(x−1)(x+1)(x+1)−2(x−1)​
=x+1−2x+2(x−1)(x+1)= \frac{x + 1 - 2x + 2}{(x - 1)(x + 1)}=(x−1)(x+1)x+1−2x+2​
=−x+3(x−1)(x+1)= \frac{-x + 3}{(x - 1)(x + 1)}=(x−1)(x+1)−x+3​

Answer 4:

Time = Distance ÷ Speed

t(v)=300vt(v) = \frac{300}{v}t(v)=v300​
Previous

Logarithmic Function Identity

Next

Asymptote

  • Rational FunctionMaster rational functions with real-world examples, domain finding, simplification techniques, and operations. Learn through practical problems like chicken coop design.
On this page
  • What is a Rational Function?
  • Examples of Rational Functions in Life
  • Types of Rational Functions
    • Simple Rational Function
    • Linear Rational Function
    • Quadratic Rational Function
  • Domain of Rational Functions
  • Simplifying Rational Functions
    • Without Factoring
    • With Factoring
  • Operations on Rational Functions
    • Addition and Subtraction
    • Multiplication
    • Division
  • Exercises
    • Answer Key
  • Comments
  • Report
  • Source code