Derivative of Algebraic Functions

Derivative of Algebraic Functions | Sahabat Smaridasa

Derivative of Algebraic Functions

Sahabat Smaridasa - Mathematical Concepts

Previously, we studied the "General Definition of Derivative", where the derivative of a function \(f(x)\), denoted \(f'(x)\) or \(y'\), is defined using the limit:

\[ f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h} \]

However, solving limits for algebraic functions using this definition can be lengthy and complicated. To simplify, we will discuss Derivatives of Algebraic Functions using basic derivative rules derived from the general definition.

Basic Derivative Rules for Algebraic Functions

  • i) \(y = k \quad \Rightarrow \quad y' = 0\), where \(k\) is a constant.
  • ii) \(y = ax^n \quad \Rightarrow \quad y' = n \cdot a \cdot x^{n-1}\), where \(n\) is any real number.
  • iii) \(y = U \pm V \quad \Rightarrow \quad y' = U' \pm V'\)
  • iv) \(y = U \cdot V \quad \Rightarrow \quad y' = U' \cdot V + U \cdot V'\) (Product Rule)
  • v) \(y = \frac{U}{V} \quad \Rightarrow \quad y' = \frac{U' \cdot V - U \cdot V'}{V^2}\) (Quotient Rule)
  • vi) \(y = [g(x)]^n \quad \Rightarrow \quad y' = n \cdot [g(x)]^{n-1} \cdot g'(x)\) (Chain Rule)
  • vii) \(y = f[g(x)] \quad \Rightarrow \quad y' = f'[g(x)] \cdot g'(x)\) (Composite Function)
📘 Example 1 : Basic Power Rule

Find the derivatives of the following functions:

a) \(y = 3\)    b) \(y = x^5\)    c) \(y = \frac{5}{x^2}\)    d) \(y = 3\sqrt{x}\)    e) \(y = \frac{2}{3x\sqrt{x}}\)

📘 Example 2 : Sum/Difference Rule

Find \(f'(x)\) for:

a) \(f(x) = 3x^2 - 2x\)    b) \(f(x) = 2\sqrt{x} + 5x^3 - 7\)    c) \(f(x) = x^5 + 2x^3 - 3x + 1\)

📘 Example 3 : Product Rule

Find the derivative of \(y = (x^2 - 1)(2x^3 + x)\).

📘 Example 4 : Quotient Rule

Find the derivative of \(y = \frac{x^2 + 2}{3x - 5}\).

📘 Example 5 : Chain Rule (Power of a Function)

Find the derivative of \(y = (2x^2 - 3x + 8)^{10}\).

📘 Example 6 : Composite Function (Chain Rule)

Given \(f(2x - 1) = 3x^2 + 2x + 5\), find \(f'(3)\).

📘 Example 7 : Evaluating Derivatives at a Point

Find \(f'(1)\) for each function from previous examples.

📘 Example 8 : Differentiability at a Point

Determine \(a\) and \(b\) so that \(f(x) = \begin{cases} x^2, & x < 1 \\ ax + b, & x \ge 1 \end{cases}\) is differentiable at \(x = 1\).

📘 Example 9 : Derivative of Square Root Function

Find the derivative of \(y = \sqrt{x^3 + 2x - 1}\).

📘 Example 10 : Derivative of a Square Root of a Power

Find the derivative of \(y = \sqrt{(x^3 + 2x - 1)^3}\).

Proofs of Basic Derivative Rules

Proof of Rule i: \(y = k \Rightarrow y' = 0\)

Proof of Rule ii: \(y = ax^n \Rightarrow y' = n a x^{n-1}\)

Proof of Rule iii: Sum/Difference Rule

Proof of Rule iv: Product Rule

Proof of Rule v: Quotient Rule

Note: For practical purposes, we use these basic rules instead of the limit definition to compute derivatives efficiently. The chain rule (rules vi and vii) is particularly useful for composite functions and will be explored further in the next articles.