Lecture 5: Mastering Product and Quotient Rules in Calculus – Advanced Differentiation Techniques

Lecture 5: Mastering Product and Quotient Rules in Calculus - Advanced Differentiation Techniques

DaysHoursMinSec
This offer has expired!

Learning Objectives:

By the end of this lecture, students will be able to:

  1. Derive and prove the product rule using the formal limit definition and explain its geometric interpretation for finding derivatives of function products
  2. Apply the product rule systematically to differentiate combinations of polynomials, trigonometric functions, exponential functions, and multi-factor products
  3. Derive and understand the quotient rule through formal mathematical proof and recognize its relationship to the product rule
  4. Master quotient rule applications for rational functions, trigonometric quotients, and mixed function combinations
  5. Develop strategic problem-solving skills by determining when to use product versus quotient rules and applying appropriate simplification techniques
  6. Solve advanced real-world problems involving engineering applications and physics rate problems while avoiding common computational mistakes

Lecture 5 Outline:

  1. Product Rule Foundation
    • Formal derivation using limit definition
    • Geometric visualization and interpretation
    • Memory techniques and mnemonics
  2. Product Rule Mastery
    • Polynomial-trigonometric combinations
    • Exponential-polynomial products
    • Multi-factor differentiation strategies
  3. Quotient Rule Development
    • Step-by-step mathematical proof
    • Connection to product rule concepts
    • When the quotient rule becomes necessary
  4. Quotient Rule Applications
    • Rational function differentiation
    • Trigonometric quotients and identities
    • Complex mixed-function problems
  5. Strategic Problem Analysis
    • Decision-making: product vs quotient approach
    • Algebraic simplification techniques
    • Error prevention and verification methods
  6. Real-World Applications
    • Engineering rate problems
    • Physics motion and optimization
    • Advanced calculus problem solving

Introduction

Understanding the product and quotient rules is essential for any engineering student tackling advanced calculus problems. These fundamental differentiation techniques allow you to handle complex functions that appear frequently in engineering applications, from circuit analysis to mechanical systems design.

In Lecture 4: Mastering Basic Differentiation Rules – Power Rule, Sum Rule, and Elementary Functions, we learned to differentiate individual functions like polynomials, trigonometric functions, and exponentials. These rules work perfectly when functions stand alone.

But what happens when functions are multiplied or divided? Consider f(x) = x²sin(x) or g(x) = (3x + 1)/(x² – 4). The power rule handles x², and we know how to differentiate sin(x), but how do we find the derivative when they’re multiplied together? Similarly, we can differentiate the numerator and denominator separately, but that doesn’t give us the derivative of the entire fraction.

This is where the product and quotient rules become essential tools in your calculus toolkit. These rules allow us to break down complex functions into manageable parts, systematically finding derivatives of products and quotients without resorting to the often cumbersome limit definition each time.

The product rule handles functions that are multiplied together, while the quotient rule tackles functions that are divided. Both rules follow logical patterns that, once mastered, will dramatically expand your ability to differentiate a wide variety of functions you’ll encounter in physics, engineering, economics, and beyond.

Today’s lecture will equip you with both the theoretical understanding and practical skills needed to tackle these more sophisticated differentiation problems. We’ll start with rigorous mathematical proofs, then move to strategic applications, and finish with real-world problems that demonstrate why these rules matter in professional contexts.

By the end of this session, you’ll confidently approach any combination of functions, knowing exactly which rule to apply and how to execute it efficiently and accurately.

1. Product Rule Foundation

1.1 Formal Derivation Using Limit Definition

The product rule states that for two differentiable functions u(x) and v(x):

d/dx[u(x)·v(x)] = u'(x)·v(x) + u(x)·v'(x)

Let’s derive this rule from first principles using the limit definition of a derivative.

Step 1: Apply the limit definition

f'(x) = lim[h→0] [f(x+h) – f(x)]/h

For f(x) = u(x) · v(x):

f'(x) = lim[h→0] [u(x+h)·v(x+h) – u(x)·v(x)]/h

Step 2: Add and subtract u(x+h)·v(x)

f'(x) = lim[h→0] [u(x+h)·v(x+h) – u(x+h)·v(x) + u(x+h)·v(x) – u(x)·v(x)]/h

Step 3: Factor and separate terms

f'(x) = lim[h→0] [u(x+h)·(v(x+h) – v(x)) + v(x)·(u(x+h) – u(x))]/h

Step 4: Split the limit and evaluate

f'(x) = lim[h→0] u(x+h) · lim[h→0] (v(x+h) – v(x))/h + v(x) · lim[h→0] (u(x+h) – u(x))/h

Since u(x) is continuous (being differentiable), lim[h→0] u(x+h) = u(x), As h approaches 0, u(x+h) approaches u(x), and we recognize the limit definitions of derivatives:

f'(x) = u(x)·v'(x) + v(x)·u'(x)

1.2 Geometric Visualization and Interpretation

 

The product rule can be visualized as the rate of change of a rectangle’s area. If we have a rectangle with width u(x) and height v(x), the area is A(x) = u(x) · v(x).

When both dimensions change, the total change in area consists of:

  • Change due to width variation: u'(x) · v(x)
  • Change due to height variation: u(x) · v'(x)

This geometric perspective helps students understand why we need both terms in the product rule.

Memory Techniques and Mnemonics

  • The “First-Derivative-Second-Plus” Method:

First times derivative of second, plus second times derivative of first

Or use the mnemonic: “First D-Second + Second D-First” where D represents “derivative of.”

2. Product Rule Mastery

2.1 Understanding When to Apply the Product Rule

Use the product rule when you have two or more functions multiplied together that cannot be easily simplified through algebraic manipulation.

2.2 Key Strategies for Complex Products

  1. Identify the functions clearly – Label u(x) and v(x) explicitly
  2. Find derivatives separately – Calculate u'(x) and v'(x) independently
  3. Apply the formula systematically – Follow the product rule pattern exactly
  4. Simplify the final result – Combine like terms and factor when possible

3. Quotient Rule Development

3.1 Step-by-Step Mathematical Proof

The quotient rule for f(x) = u(x)/v(x) states:

d/dx[u(x)/v(x)] = [v(x)·u'(x) – u(x)·v'(x)]/[v(x)]²

3.2 Derivation using the limit definition:

Step 1: Apply the limit definition

For f(x) = u(x)/v(x):

f'(x) = lim[h→0] [u(x+h)/v(x+h) – u(x)/v(x)]/h

Step 2: Find common denominator

f'(x) = lim[h→0] [u(x+h)·v(x) – u(x)·v(x+h)]/[h·v(x+h)·v(x)]

Step 3: Add and subtract u(x)·v(x)

f'(x) = lim[h→0] [u(x+h)·v(x) – u(x)·v(x) + u(x)·v(x) – u(x)·v(x+h)]/[h·v(x+h)·v(x)]

Step 4: Factor and separate

f'(x) = lim[h→0] [v(x)·(u(x+h) – u(x)) – u(x)·(v(x+h) – v(x))]/[h·v(x+h)·v(x)]

Step 5: Split limits and evaluate

f'(x) = [v(x)·u'(x) – u(x)·v'(x)]/[v(x)]²

Also, we can derive this using the product rule. Let f(x) = u(x)·[v(x)]⁻¹

Using the product rule and chain rule:

f'(x) = u'(x)·[v(x)]⁻¹ + u(x)·(-1)·[v(x)]⁻²·v'(x)

f'(x) = u'(x)/v(x) – u(x)·v'(x)/[v(x)]²

f'(x) = [u'(x)·v(x) – u(x)·v'(x)]/[v(x)]²

Connection to Product Rule Concepts

Notice how the quotient rule emerges naturally from the product rule. This connection helps you remember that differentiation rules work together systematically.

When Quotient Rule Becomes Necessary

Use the quotient rule when:

  • You have one function divided by another
  • Algebraic simplification doesn’t eliminate the fraction
  • The denominator contains a variable

4. Quotient Rule Applications

Memory Device for Quotient Rule

Low D-High minus High D-Low, all over Low squared

  • Low = denominator function
  • High = numerator function
  • D = derivative

5. Strategic Problem Analysis

5.1 When to Use Product vs. Quotient Rule

Use the Product Rule when:

  • Functions are clearly multiplied together
  • One function can be easily differentiated multiple times
  • The expression can be rewritten as a product

Use the Quotient Rule when:

  • Functions are in fraction form
  • The denominator cannot be easily rewritten with negative exponents
  • Direct application is more straightforward than conversion

Decision-Making Example:

For f(x) = x/√(x² + 1)

Method 1 (Quotient Rule):

u(x) = x, v(x) = √(x² + 1)

This requires finding v'(x) = x/√(x² + 1), leading to complex algebra.

Method 2 (Product Rule):

f(x) = x · (x² + 1)^(-1/2)

Using the product rule with the chain rule is often cleaner.

Choose based on which method leads to simpler algebra.

5.2 Algebraic Simplification Techniques

Always look for opportunities to:

  • Factor common terms
  • Cancel expressions
  • Combine fractions
  • Use trigonometric identities

Example of Complete Simplification:

f(x) = (x² – 1)/(x + 1)

Before differentiating, simplify: f(x) = (x – 1)(x + 1)/(x + 1) = x – 1 (for x ≠ -1)

Therefore: f'(x) = 1

This is much simpler than applying the quotient rule directly.

5.3 Error Prevention and Verification Methods

Common mistakes to avoid:

  • Forgetting that the product rule applies to ALL products
  • Missing negative signs in the quotient rule
  • Incorrectly squaring the denominator
  • Algebraic errors in simplification

Verification techniques:

  • Check your derivative using graphing tools
  • Verify using alternative methods when possible
  • Test specific point values

6. Real-World Applications

6.1 Engineering Rate Problems

Product and quotient rules appear in:

  • Electrical Engineering: Power calculations P = V·I, where both voltage and current vary
  • Mechanical Engineering: Work rates where force and displacement both change
  • Chemical Engineering: Reaction rates involving multiple concentration terms

6.2 Physics Motion and Optimization

These rules are crucial for:

  • Kinetic energy calculations: KE = ½mv², where both mass and velocity change
  • Optimization problems involving products of variables
  • Wave interference patterns

7. Problem-Solving Examples with Detailed Solutions

Product Rule Examples (1-25)

Example 1: Basic Polynomial Product

Find the derivative of f(x) = (x² + 3x)(2x – 1).

Technique Used: Basic product rule application with polynomial functions

Step-by-Step Solution:

  1. Identify functions: u(x) = x² + 3x, v(x) = 2x – 1
  2. Find derivatives: u'(x) = 2x + 3, v'(x) = 2
  3. Apply product rule: f'(x) = u'(x)·v(x) + u(x)·v'(x)
  4. Substitute: f'(x) = (2x + 3)(2x – 1) + (x² + 3x)(2)
  5. Expand: f'(x) = 4x² – 2x + 6x – 3 + 2x² + 6x
  6. Simplify: f'(x) = 6x² + 10x – 3

Answer: f'(x) = 6x² + 10x – 3

Example 2: Exponential-Polynomial Product

Find the derivative of f(x) = x³e^x.

Technique Used: Product rule with exponential function

Step-by-Step Solution:

  1. Identify functions: u(x) = x³, v(x) = e^x
  2. Find derivatives: u'(x) = 3x², v'(x) = e^x
  3. Apply product rule: f'(x) = u'(x)·v(x) + u(x)·v'(x)
  4. Substitute: f'(x) = 3x²·e^x + x³·e^x
  5. Factor: f'(x) = e^x(3x² + x³)
  6. Factor further: f'(x) = x²e^x(3 + x)

Answer: f'(x) = x²e^x(3 + x)

Example 3: Trigonometric-Polynomial Product

Find the derivative of f(x) = x²sin(x).

Technique Used: Product rule combining polynomial and trigonometric functions

Step-by-Step Solution:

  1. Identify functions: u(x) = x², v(x) = sin(x)
  2. Find derivatives: u'(x) = 2x, v'(x) = cos(x)
  3. Apply product rule: f'(x) = u'(x)·v(x) + u(x)·v'(x)
  4. Substitute: f'(x) = 2x·sin(x) + x²·cos(x)
  5. Final form: f'(x) = 2x sin(x) + x² cos(x)

Answer: f'(x) = 2x sin(x) + x² cos(x)

Example 4: Three-Factor Product

Find the derivative of f(x) = x²(x + 1)(x – 2).

Technique Used: Extended product rule for three factors

Step-by-Step Solution:

  1. Group as: f(x) = x²·[(x + 1)(x – 2)]
  2. First, find derivative of (x + 1)(x – 2):
    • u(x) = x + 1, v(x) = x – 2
    • u'(x) = 1, v'(x) = 1
    • d/dx[(x + 1)(x – 2)] = 1·(x – 2) + (x + 1)·1 = 2x – 1
  3. Now apply product rule to x²·[(x + 1)(x – 2)]:
    • Let A(x) = x², B(x) = (x + 1)(x – 2)
    • A'(x) = 2x, B'(x) = 2x – 1
  4. f'(x) = 2x·(x + 1)(x – 2) + x²·(2x – 1)
  5. Expand (x + 1)(x – 2) = x² – x – 2
  6. f'(x) = 2x(x² – x – 2) + x²(2x – 1)
  7. f'(x) = 2x³ – 2x² – 4x + 2x³ – x²
  8. f'(x) = 4x³ – 3x² – 4x

Answer: f'(x) = 4x³ – 3x² – 4x

Example 5: Exponential with Trigonometric Function

Find the derivative of f(x) = e^x cos(x).

Technique Used: Product rule with exponential and trigonometric functions

Step-by-Step Solution:

  1. Identify functions: u(x) = e^x, v(x) = cos(x)
  2. Find derivatives: u'(x) = e^x, v'(x) = -sin(x)
  3. Apply product rule: f'(x) = u'(x)·v(x) + u(x)·v'(x)
  4. Substitute: f'(x) = e^x·cos(x) + e^x·(-sin(x))
  5. Factor: f'(x) = e^x(cos(x) – sin(x))

Answer: f'(x) = e^x(cos(x) – sin(x))

Example 6: Logarithmic-Polynomial Product

Find the derivative of f(x) = x ln(x).

Technique Used: Product rule with logarithmic function

Step-by-Step Solution:

  1. Identify functions: u(x) = x, v(x) = ln(x)
  2. Find derivatives: u'(x) = 1, v'(x) = 1/x
  3. Apply product rule: f'(x) = u'(x)·v(x) + u(x)·v'(x)
  4. Substitute: f'(x) = 1·ln(x) + x·(1/x)
  5. Simplify: f'(x) = ln(x) + 1

Answer: f'(x) = ln(x) + 1

Example 7: Square Root with Linear Function

Find the derivative of f(x) = √x(2x + 5).

Technique Used: Product rule with radical function

Step-by-Step Solution:

  1. Rewrite: f(x) = x^(1/2)(2x + 5)
  2. Identify functions: u(x) = x^(1/2), v(x) = 2x + 5
  3. Find derivatives: u'(x) = (1/2)x^(-1/2) = 1/(2√x), v'(x) = 2
  4. Apply product rule: f'(x) = u'(x)·v(x) + u(x)·v'(x)
  5. Substitute: f'(x) = [1/(2√x)]·(2x + 5) + √x·2
  6. Simplify first term: f'(x) = (2x + 5)/(2√x) + 2√x
  7. Get common denominator: f'(x) = (2x + 5)/(2√x) + 4x/(2√x)
  8. Combine: f'(x) = (2x + 5 + 4x)/(2√x) = (6x + 5)/(2√x)

Answer: f'(x) = (6x + 5)/(2√x)

Example 8: Polynomial with Inverse Function

Find the derivative of f(x) = x²/x.

Technique Used: Recognizing when simplification avoids the product rule

Step-by-Step Solution:

  1. Simplify first: f(x) = x²·x^(-1) = x^(2-1) = x^1 = x
  2. Take derivative: f'(x) = 1

Answer: f'(x) = 1

Example 9: Exponential with Quadratic

Find the derivative of f(x) = (x² – 4x + 3)e^(2x).

Technique Used: Product rule with composite exponential function

Step-by-Step Solution:

  1. Identify functions: u(x) = x² – 4x + 3, v(x) = e^(2x)
  2. Find derivatives: u'(x) = 2x – 4, v'(x) = 2e^(2x) (using chain rule)
  3. Apply product rule: f'(x) = u'(x)·v(x) + u(x)·v'(x)
  4. Substitute: f'(x) = (2x – 4)·e^(2x) + (x² – 4x + 3)·2e^(2x)
  5. Factor out e^(2x): f'(x) = e^(2x)[(2x – 4) + 2(x² – 4x + 3)]
  6. Expand: f'(x) = e^(2x)[2x – 4 + 2x² – 8x + 6]
  7. Combine: f'(x) = e^(2x)[2x² – 6x + 2]
  8. Factor: f'(x) = 2e^(2x)(x² – 3x + 1)

Answer: f'(x) = 2e^(2x)(x² – 3x + 1)

Example 10: Trigonometric Product

Find the derivative of f(x) = sin(x)cos(x).

Technique Used: Product rule with trigonometric functions

Step-by-Step Solution:

  1. Identify functions: u(x) = sin(x), v(x) = cos(x)
  2. Find derivatives: u'(x) = cos(x), v'(x) = -sin(x)
  3. Apply product rule: f'(x) = u'(x)·v(x) + u(x)·v'(x)
  4. Substitute: f'(x) = cos(x)·cos(x) + sin(x)·(-sin(x))
  5. Simplify: f'(x) = cos²(x) – sin²(x)
  6. Use identity: f'(x) = cos(2x)

Answer: f'(x) = cos(2x)

Example 11: Rational Expression as Product

Find the derivative of f(x) = x³/√x = x³·x^(-1/2).

Technique Used: Converting quotient to product form

Step-by-Step Solution:

  1. Rewrite as product: f(x) = x³·x^(-1/2)
  2. Combine exponents: f(x) = x^(3-1/2) = x^(5/2)
  3. Use power rule: f'(x) = (5/2)x^(5/2-1) = (5/2)x^(3/2)
  4. Convert back: f'(x) = (5/2)x√x = (5x√x)/2

Answer: f'(x) = (5x√x)/2

Example 12: Logarithm with Trigonometric Function

Find the derivative of f(x) = ln(x)sin(x).

Technique Used: Product rule with logarithmic and trigonometric functions

Step-by-Step Solution:

  1. Identify functions: u(x) = ln(x), v(x) = sin(x)
  2. Find derivatives: u'(x) = 1/x, v'(x) = cos(x)
  3. Apply product rule: f'(x) = u'(x)·v(x) + u(x)·v'(x)
  4. Substitute: f'(x) = (1/x)·sin(x) + ln(x)·cos(x)
  5. Final form: f'(x) = sin(x)/x + ln(x)cos(x)

Answer: f'(x) = sin(x)/x + ln(x)cos(x)

Example 13: Complex Polynomial Product

Find the derivative of f(x) = (2x³ – x + 4)(x² + 3x – 1).

Technique Used: Product rule with higher-degree polynomials

Step-by-Step Solution:

  1. Identify functions: u(x) = 2x³ – x + 4, v(x) = x² + 3x – 1
  2. Find derivatives: u'(x) = 6x² – 1, v'(x) = 2x + 3
  3. Apply product rule: f'(x) = u'(x)·v(x) + u(x)·v'(x)
  4. Substitute: f'(x) = (6x² – 1)(x² + 3x – 1) + (2x³ – x + 4)(2x + 3)
  5. Expand first term: (6x² – 1)(x² + 3x – 1)
    • = 6x⁴ + 18x³ – 6x² – x² – 3x + 1
    • = 6x⁴ + 18x³ – 7x² – 3x + 1
  6. Expand second term: (2x³ – x + 4)(2x + 3)
    • = 4x⁴ – 2x² + 8x + 6x³ – 3x + 12
    • = 4x⁴ + 6x³ – 2x² + 5x + 12
  7. Combine: f'(x) = 6x⁴ + 18x³ – 7x² – 3x + 1 + 4x⁴ + 6x³ – 2x² + 5x + 12
  8. Simplify: f'(x) = 10x⁴ + 24x³ – 9x² + 2x + 13

Answer: f'(x) = 10x⁴ + 24x³ – 9x² + 2x + 13

Example 14: Exponential with Square Root

Find the derivative of f(x) = e^x√(x + 1).

Technique Used: Product rule with exponential and composite radical functions

Step-by-Step Solution:

  1. Rewrite: f(x) = e^x(x + 1)^(1/2)
  2. Identify functions: u(x) = e^x, v(x) = (x + 1)^(1/2)
  3. Find derivatives: u'(x) = e^x, v'(x) = (1/2)(x + 1)^(-1/2)·1 = 1/[2√(x + 1)]
  4. Apply product rule: f'(x) = u'(x)·v(x) + u(x)·v'(x)
  5. Substitute: f'(x) = e^x·√(x + 1) + e^x·1/[2√(x + 1)]
  6. Factor: f'(x) = e^x[√(x + 1) + 1/(2√(x + 1))]
  7. Get common denominator: f'(x) = e^x[2(x + 1)/(2√(x + 1)) + 1/(2√(x + 1))]
  8. Combine: f'(x) = e^x[2(x + 1) + 1]/(2√(x + 1)) = e^x(2x + 3)/(2√(x + 1))

Answer: f'(x) = e^x(2x + 3)/(2√(x + 1))

Example 15: Arc Functions Product

Find the derivative of f(x) = x·arctan(x).

Technique Used: Product rule with inverse trigonometric function

Step-by-Step Solution:

  1. Identify functions: u(x) = x, v(x) = arctan(x)
  2. Find derivatives: u'(x) = 1, v'(x) = 1/(1 + x²)
  3. Apply product rule: f'(x) = u'(x)·v(x) + u(x)·v'(x)
  4. Substitute: f'(x) = 1·arctan(x) + x·1/(1 + x²)
  5. Simplify: f'(x) = arctan(x) + x/(1 + x²)

Answer: f'(x) = arctan(x) + x/(1 + x²)

Example 16: Absolute Value Function Product

Find the derivative of f(x) = x²|x| for x ≠ 0.

Technique Used: Product rule considering the piecewise nature of absolute value

Step-by-Step Solution:

  1. Consider cases: For x > 0: |x| = x, so f(x) = x²·x = x³
  2. For x > 0: f'(x) = 3x²
  3. For x < 0: |x| = -x, so f(x) = x²·(-x) = -x³
  4. For x < 0: f'(x) = -3x²
  5. Combined: f'(x) = 3x² for x > 0, f'(x) = -3x² for x < 0
  6. This can be written as: f'(x) = 3x|x|

Answer: f'(x) = 3x|x| for x ≠ 0

Example 17: Hyperbolic Function Product

Find the derivative of f(x) = x·sinh(x).

Technique Used: Product rule with hyperbolic function

Step-by-Step Solution:

  1. Identify functions: u(x) = x, v(x) = sinh(x)
  2. Find derivatives: u'(x) = 1, v'(x) = cosh(x)
  3. Apply product rule: f'(x) = u'(x)·v(x) + u(x)·v'(x)
  4. Substitute: f'(x) = 1·sinh(x) + x·cosh(x)
  5. Final form: f'(x) = sinh(x) + x cosh(x)

Answer: f'(x) = sinh(x) + x cosh(x)

Example 18: Factorial-like Function

Find the derivative of f(x) = x(x-1)(x-2) where x > 2.

Technique Used: Product rule for multiple factors using grouping

Step-by-Step Solution:

  1. Group: f(x) = x·[(x-1)(x-2)]
  2. First find d/dx[(x-1)(x-2)]:
    • u = x-1, v = x-2
    • u’ = 1, v’ = 1
    • d/dx[(x-1)(x-2)] = 1·(x-2) + (x-1)·1 = 2x – 3
  3. Now apply product rule: f'(x) = 1·(x-1)(x-2) + x·(2x-3)
  4. Expand (x-1)(x-2) = x² – 3x + 2
  5. f'(x) = x² – 3x + 2 + x(2x – 3)
  6. f'(x) = x² – 3x + 2 + 2x² – 3x
  7. f'(x) = 3x² – 6x + 2

Answer: f'(x) = 3x² – 6x + 2

Example 19: Composite Exponential Product

Find the derivative of f(x) = xe^(x²).

Technique Used: Product rule with composite exponential requiring the chain rule

Step-by-Step Solution:

  1. Identify functions: u(x) = x, v(x) = e^(x²)
  2. Find derivatives: u'(x) = 1, v'(x) = e^(x²)·2x (chain rule)
  3. Apply product rule: f'(x) = u'(x)·v(x) + u(x)·v'(x)
  4. Substitute: f'(x) = 1·e^(x²) + x·e^(x²)·2x
  5. Simplify: f'(x) = e^(x²) + 2x²e^(x²)
  6. Factor: f'(x) = e^(x²)(1 + 2x²)

Answer: f'(x) = e^(x²)(1 + 2x²)

Example 20: Rational Root Product

Find the derivative of f(x) = ∛x · (x² + 1).

Technique Used: Product rule with fractional exponent

Step-by-Step Solution:

  1. Rewrite: f(x) = x^(1/3)(x² + 1)
  2. Identify functions: u(x) = x^(1/3), v(x) = x² + 1
  3. Find derivatives: u'(x) = (1/3)x^(-2/3) = 1/(3x^(2/3)), v'(x) = 2x
  4. Apply product rule: f'(x) = u'(x)·v(x) + u(x)·v'(x)
  5. Substitute: f'(x) = [1/(3x^(2/3))]·(x² + 1) + x^(1/3)·2x
  6. Simplify: f'(x) = (x² + 1)/(3x^(2/3)) + 2x^(4/3)
  7. Get common denominator: f'(x) = (x² + 1)/(3x^(2/3)) + 6x^4/(3x^(2/3))
  8. Note: 6x^4/(3x^(2/3)) = 6x^(4-2/3) = 6x^(10/3), but we need common denominator
  9. Actually: 2x^(4/3) = 2x^(4/3)·(x^(2/3))/(x^(2/3))
    • = 2x^2/(x^(2/3)) · x^(2/3)
    • = 2x^2 · x^(2/3)/x^(2/3)
    • = 2x^2
  10. Correct approach: 2x·x^(1/3) = 2x^(4/3)
    • = 2x^(4/3) · 3x^(2/3)/(3x^(2/3))
    • = 6x^2/(3x^(2/3))
  11. f'(x) = (x² + 1 + 6x²)/(3x^(2/3)) = (7x² + 1)/(3∛(x²))

Answer: f'(x) = (7x² + 1)/(3∛(x²))

Example 21: Logarithmic Product Chain

Find the derivative of f(x) = x ln(x²).

Technique Used: Product rule with composite logarithmic function

Step-by-Step Solution:

  1. Identify functions: u(x) = x, v(x) = ln(x²)
  2. Find derivatives: u'(x) = 1, v'(x) = (1/x²)·2x = 2/x (chain rule)
  3. Apply product rule: f'(x) = u'(x)·v(x) + u(x)·v'(x)
  4. Substitute: f'(x) = 1·ln(x²) + x·(2/x)
  5. Simplify: f'(x) = ln(x²) + 2
  6. Note: ln(x²) = 2ln|x|, so f'(x) = 2ln|x| + 2

Answer: f'(x) = 2ln|x| + 2

Example 22: Mixed Radical Product

Find the derivative of f(x) = √x · √(x + 3).

Technique Used: Product rule with multiple radical functions

Step-by-Step Solution:

  1. Rewrite: f(x) = x^(1/2) · (x + 3)^(1/2)
  2. Alternative: f(x) = [x(x + 3)]^(1/2) = √[x(x + 3)] = √(x² + 3x)
  3. Using the simpler approach: f(x) = (x² + 3x)^(1/2)
  4. Apply chain rule: f'(x) = (1/2)(x² + 3x)^(-1/2) · (2x + 3)
  5. Simplify: f'(x) = (2x + 3)/(2√(x² + 3x))

Answer: f'(x) = (2x + 3)/(2√(x² + 3x))

Example 23: Inverse Trigonometric Product

Find the derivative of f(x) = x² arcsin(x).

Technique Used: Product rule with inverse trigonometric function

Step-by-Step Solution:

  1. Identify functions: u(x) = x², v(x) = arcsin(x)
  2. Find derivatives: u'(x) = 2x, v'(x) = 1/√(1 – x²)
  3. Apply product rule: f'(x) = u'(x)·v(x) + u(x)·v'(x)
  4. Substitute: f'(x) = 2x·arcsin(x) + x²·1/√(1 – x²)
  5. Final form: f'(x) = 2x arcsin(x) + x²/√(1 – x²)

Answer: f'(x) = 2x arcsin(x) + x²/√(1 – x²)

Example 24: Exponential Base with Variable Exponent

Find the derivative of f(x) = x^x (using logarithmic differentiation).

Technique Used: Logarithmic differentiation combined with the product rule concept

Step-by-Step Solution:

  1. Take natural log of both sides: ln(f(x)) = ln(x^x) = x ln(x)
  2. Differentiate implicitly: (1/f(x))·f'(x) = d/dx[x ln(x)]
  3. Apply the product rule to the right side:
    • d/dx[x ln(x)] = 1·ln(x) + x·(1/x) = ln(x) + 1
  4. So: f'(x)/f(x) = ln(x) + 1
  5. Solve for f'(x): f'(x) = f(x)[ln(x) + 1] = x^x[ln(x) + 1]

Answer: f'(x) = x^x[ln(x) + 1]

Example 25: Complex Trigonometric Product

Find the derivative of f(x) = x sin(x) cos(x).

Technique Used: Product rule with trigonometric identity simplification

Step-by-Step Solution:

  1. Use identity: sin(x)cos(x) = (1/2)sin(2x)
  2. Rewrite: f(x) = x·(1/2)sin(2x) = (x/2)sin(2x)
  3. Apply product rule: u(x) = x/2, v(x) = sin(2x)
  4. Find derivatives: u'(x) = 1/2, v'(x) = 2cos(2x)
  5. f'(x) = (1/2)sin(2x) + (x/2)·2cos(2x)
  6. Simplify: f'(x) = (1/2)sin(2x) + x cos(2x)

Answer: f'(x) = (1/2)sin(2x) + x cos(2x)

Quotient Rule Examples (26-50)

Example 26: Basic Rational Function

Find the derivative of f(x) = (x² + 1)/(x – 2).

Technique Used: Direct quotient rule application

Step-by-Step Solution:

  1. Identify functions: u(x) = x² + 1, v(x) = x – 2
  2. Find derivatives: u'(x) = 2x, v'(x) = 1
  3. Apply quotient rule: f'(x) = [v(x)·u'(x) – u(x)·v'(x)]/[v(x)]²
  4. Substitute: f'(x) = [(x – 2)·2x – (x² + 1)·1]/(x – 2)²
  5. Expand numerator: f'(x) = [2x² – 4x – x² – 1]/(x – 2)²
  6. Simplify: f'(x) = (x² – 4x – 1)/(x – 2)²

Answer: f'(x) = (x² – 4x – 1)/(x – 2)²

Example 27: Trigonometric Quotient

Find the derivative of f(x) = sin(x)/cos(x) = tan(x).

Technique Used: Quotient rule with trigonometric functions

Step-by-Step Solution:

  1. Identify functions: u(x) = sin(x), v(x) = cos(x)
  2. Find derivatives: u'(x) = cos(x), v'(x) = -sin(x)
  3. Apply quotient rule: f'(x) = [cos(x)·cos(x) – sin(x)·(-sin(x))]/cos²(x)
  4. Simplify numerator: f'(x) = [cos²(x) + sin²(x)]/cos²(x)
  5. Use identity: f'(x) = 1/cos²(x) = sec²(x)

Answer: f'(x) = sec²(x)

Example 28: Polynomial Quotient

Find the derivative of f(x) = (2x³ – x + 4)/(x² + 1).

Technique Used: Quotient rule with higher-degree polynomials

Step-by-Step Solution:

  1. Identify functions: u(x) = 2x³ – x + 4, v(x) = x² + 1
  2. Find derivatives: u'(x) = 6x² – 1, v'(x) = 2x
  3. Apply quotient rule: f'(x) = [(x² + 1)(6x² – 1) – (2x³ – x + 4)(2x)]/(x² + 1)²
  4. Expand first term: (x² + 1)(6x² – 1) = 6x⁴ – x² + 6x² – 1 = 6x⁴ + 5x² – 1
  5. Expand second term: (2x³ – x + 4)(2x) = 4x⁴ – 2x² + 8x
  6. Combine: f'(x) = [6x⁴ + 5x² – 1 – 4x⁴ + 2x² – 8x]/(x² + 1)²
  7. Simplify: f'(x) = (2x⁴ + 7x² – 8x – 1)/(x² + 1)²

Answer: f'(x) = (2x⁴ + 7x² – 8x – 1)/(x² + 1)²

Example 29: Exponential Quotient

Find the derivative of f(x) = e^x/(x² + 1).

Technique Used: Quotient rule with exponential function

Step-by-Step Solution:

  1. Identify functions: u(x) = e^x, v(x) = x² + 1
  2. Find derivatives: u'(x) = e^x, v'(x) = 2x
  3. Apply quotient rule: f'(x) = [(x² + 1)·e^x – e^x·2x]/(x² + 1)²
  4. Factor numerator: f'(x) = [e^x(x² + 1) – 2xe^x]/(x² + 1)²
  5. Factor out e^x: f'(x) = e^x[(x² + 1) – 2x]/(x² + 1)²
  6. Simplify: f'(x) = e^x(x² – 2x + 1)/(x² + 1)²
  7. Factor: f'(x) = e^x(x – 1)²/(x² + 1)²

Answer: f'(x) = e^x(x – 1)²/(x² + 1)²

Example 30: Logarithmic Quotient

Find the derivative of f(x) = ln(x)/x.

Technique Used: Quotient rule with logarithmic function

Step-by-Step Solution:

  1. Identify functions: u(x) = ln(x), v(x) = x
  2. Find derivatives: u'(x) = 1/x, v'(x) = 1
  3. Apply quotient rule: f'(x) = [x·(1/x) – ln(x)·1]/x²
  4. Simplify numerator: f'(x) = [1 – ln(x)]/x²

Answer: f'(x) = (1 – ln(x))/x²

Example 31: Square Root Quotient

Find the derivative of f(x) = √x/(x + 1).

Technique Used: Quotient rule with radical function

Step-by-Step Solution:

  1. Rewrite: f(x) = x^(1/2)/(x + 1)
  2. Identify functions: u(x) = x^(1/2), v(x) = x + 1
  3. Find derivatives: u'(x) = (1/2)x^(-1/2) = 1/(2√x), v'(x) = 1
  4. Apply quotient rule: f'(x) = [(x + 1)·1/(2√x) – √x·1]/(x + 1)²
  5. Simplify: f'(x) = [(x + 1)/(2√x) – √x]/(x + 1)²
  6. Get common denominator in numerator: f'(x) = [(x + 1) – 2x]/(2√x(x + 1)²)
  7. Simplify: f'(x) = (1 – x)/(2√x(x + 1)²)

Answer: f'(x) = (1 – x)/(2√x(x + 1)²)

Example 32: Complex Rational Function

Find the derivative of f(x) = (x² – 4)/(x² + 4).

Technique Used: Quotient rule with symmetric polynomials

Step-by-Step Solution:

  1. Identify functions: u(x) = x² – 4, v(x) = x² + 4
  2. Find derivatives: u'(x) = 2x, v'(x) = 2x
  3. Apply quotient rule: f'(x) = [(x² + 4)·2x – (x² – 4)·2x]/(x² + 4)²
  4. Factor out 2x: f'(x) = 2x[(x² + 4) – (x² – 4)]/(x² + 4)²
  5. Simplify bracket: f'(x) = 2x[x² + 4 – x² + 4]/(x² + 4)²
  6. Final form: f'(x) = 2x·8/(x² + 4)² = 16x/(x² + 4)²

Answer: f'(x) = 16x/(x² + 4)²

Example 33: Trigonometric Quotient with Chain Rule

Find the derivative of f(x) = sin(2x)/cos(x).

Technique Used: Quotient rule combined with chain rule

Step-by-Step Solution:

  1. Identify functions: u(x) = sin(2x), v(x) = cos(x)
  2. Find derivatives: u'(x) = 2cos(2x), v'(x) = -sin(x)
  3. Apply quotient rule: f'(x) = [cos(x)·2cos(2x) – sin(2x)·(-sin(x))]/cos²(x)
  4. Simplify: f'(x) = [2cos(x)cos(2x) + sin(2x)sin(x)]/cos²(x)
  5. Use identity sin(2x) = 2sin(x)cos(x):
    • f'(x) = [2cos(x)cos(2x) + 2sin²(x)cos(x)]/cos²(x)
  6. Factor: f'(x) = [2cos(x)(cos(2x) + sin²(x))]/cos²(x)
  7. Simplify: f'(x) = 2(cos(2x) + sin²(x))/cos(x)
  8. Use cos(2x) = 1 – 2sin²(x): f'(x) = 2(1 – 2sin²(x) + sin²(x))/cos(x)
  9. Final: f'(x) = 2(1 – sin²(x))/cos(x) = 2cos²(x)/cos(x) = 2cos(x)

Answer: f'(x) = 2cos(x)

Example 34: Inverse Function Quotient

Find the derivative of f(x) = x/(x² + 1).

Technique Used: Basic quotient rule application

Step-by-Step Solution:

  1. Identify functions: u(x) = x, v(x) = x² + 1
  2. Find derivatives: u'(x) = 1, v'(x) = 2x
  3. Apply quotient rule: f'(x) = [(x² + 1)·1 – x·2x]/(x² + 1)²
  4. Simplify: f'(x) = [x² + 1 – 2x²]/(x² + 1)²
  5. Final form: f'(x) = (1 – x²)/(x² + 1)²

Answer: f'(x) = (1 – x²)/(x² + 1)²

Example 35: Absolute Value in Quotient

Find the derivative of f(x) = |x|/x for x ≠ 0.

Technique Used: Piecewise analysis of absolute value quotient

Step-by-Step Solution:

  1. For x > 0: |x| = x, so f(x) = x/x = 1
  2. For x > 0: f'(x) = 0
  3. For x < 0: |x| = -x, so f(x) = -x/x = -1
  4. For x < 0: f'(x) = 0
  5. The function has a jump discontinuity at x = 0
  6. f'(x) = 0 for all x ≠ 0

Answer: f'(x) = 0 for x ≠ 0

Example 36: Exponential Base Quotient

Find the derivative of f(x) = (e^x – 1)/(e^x + 1).

Technique Used: Quotient rule with exponential functions

Step-by-Step Solution:

  1. Identify functions: u(x) = e^x – 1, v(x) = e^x + 1
  2. Find derivatives: u'(x) = e^x, v'(x) = e^x
  3. Apply quotient rule: f'(x) = [(e^x + 1)·e^x – (e^x – 1)·e^x]/(e^x + 1)²
  4. Factor out e^x: f'(x) = e^x[(e^x + 1) – (e^x – 1)]/(e^x + 1)²
  5. Simplify bracket: f'(x) = e^x[e^x + 1 – e^x + 1]/(e^x + 1)²
  6. Final form: f'(x) = 2e^x/(e^x + 1)²

Answer: f'(x) = 2e^x/(e^x + 1)²

Example 37: Logarithmic Argument Quotient

Find the derivative of f(x) = ln(x²)/(x + 1).

Technique Used: Quotient rule with composite logarithmic function

Step-by-Step Solution:

  1. Identify functions: u(x) = ln(x²), v(x) = x + 1
  2. Find derivatives: u'(x) = (1/x²)·2x = 2/x, v'(x) = 1
  3. Apply quotient rule: f'(x) = [(x + 1)·(2/x) – ln(x²)·1]/(x + 1)²
  4. Simplify: f'(x) = [2(x + 1)/x – ln(x²)]/(x + 1)²
  5. Expand: f'(x) = [2 + 2/x – ln(x²)]/(x + 1)²
  6. Note: ln(x²) = 2ln|x|, so f'(x) = [2 + 2/x – 2ln|x|]/(x + 1)²

Answer: f'(x) = [2 + 2/x – 2ln|x|]/(x + 1)²

Example 38: Radical Numerator Quotient

Find the derivative of f(x) = √(x² + 1)/x.

Technique Used: Quotient rule with composite radical function

Step-by-Step Solution:

  1. Rewrite: f(x) = (x² + 1)^(1/2)/x
  2. Identify functions: u(x) = (x² + 1)^(1/2), v(x) = x
  3. Find derivatives: u'(x) = (1/2)(x² + 1)^(-1/2)·2x = x/√(x² + 1), v'(x) = 1
  4. Apply quotient rule: f'(x) = [x·x/√(x² + 1) – √(x² + 1)·1]/x²
  5. Simplify: f'(x) = [x²/√(x² + 1) – √(x² + 1)]/x²
  6. Get common denominator: f'(x) = [x² – (x² + 1)]/(x²√(x² + 1))
  7. Final form: f'(x) = -1/(x²√(x² + 1))

Answer: f'(x) = -1/(x²√(x² + 1))

Example 39: Composite Trigonometric Quotient

Find the derivative of f(x) = tan(x)/x.

Technique Used: Quotient rule with trigonometric function

Step-by-Step Solution:

  1. Identify functions: u(x) = tan(x), v(x) = x
  2. Find derivatives: u'(x) = sec²(x), v'(x) = 1
  3. Apply quotient rule: f'(x) = [x·sec²(x) – tan(x)·1]/x²
  4. Simplify: f'(x) = [x sec²(x) – tan(x)]/x²
  5. Factor: f'(x) = (x sec²(x) – tan(x))/x²

Answer: f'(x) = (x sec²(x) – tan(x))/x²

Example 40: Hyperbolic Function Quotient

Find the derivative of f(x) = sinh(x)/cosh(x) = tanh(x).

Technique Used: Quotient rule with hyperbolic functions

Step-by-Step Solution:

  1. Identify functions: u(x) = sinh(x), v(x) = cosh(x)
  2. Find derivatives: u'(x) = cosh(x), v'(x) = sinh(x)
  3. Apply quotient rule: f'(x) = [cosh(x)·cosh(x) – sinh(x)·sinh(x)]/cosh²(x)
  4. Use identity: cosh²(x) – sinh²(x) = 1
  5. Simplify: f'(x) = 1/cosh²(x) = sech²(x)

Answer: f'(x) = sech²(x)

Example 41: Factorial-type Quotient

Find the derivative of f(x) = x!/(x+1)! = 1/(x+1) for positive integer x.

Technique Used: Simplification before differentiation

Step-by-Step Solution:

  1. Simplify: f(x) = x!/(x+1)! = x!/((x+1)·x!) = 1/(x+1)
  2. Apply quotient rule or rewrite: f(x) = (x+1)^(-1)
  3. Use power rule: f'(x) = -1·(x+1)^(-2) = -1/(x+1)²

Answer: f'(x) = -1/(x+1)²

Example 42: Mixed Radical Quotient

Find the derivative of f(x) = (√x + 1)/(√x – 1).

Technique Used: Quotient rule with radical functions

Step-by-Step Solution:

  1. Identify functions: u(x) = √x + 1, v(x) = √x – 1
  2. Find derivatives: u'(x) = 1/(2√x), v'(x) = 1/(2√x)
  3. Apply quotient rule: f'(x) = [(√x – 1)·1/(2√x) – (√x + 1)·1/(2√x)]/(√x – 1)²
  4. Factor numerator: f'(x) = [1/(2√x)][(√x – 1) – (√x + 1)]/(√x – 1)²
  5. Simplify bracket: f'(x) = [1/(2√x)][-2]/(√x – 1)²
  6. Final form: f'(x) = -1/(√x(√x – 1)²)

Answer: f'(x) = -1/(√x(√x – 1)²)

Example 43: Inverse Trigonometric Quotient

Find the derivative of f(x) = arctan(x)/x.

Technique Used: Quotient rule with inverse trigonometric function

Step-by-Step Solution:

  1. Identify functions: u(x) = arctan(x), v(x) = x
  2. Find derivatives: u'(x) = 1/(1 + x²), v'(x) = 1
  3. Apply quotient rule: f'(x) = [x·1/(1 + x²) – arctan(x)·1]/x²
  4. Simplify: f'(x) = [x/(1 + x²) – arctan(x)]/x²
  5. Final form: f'(x) = (x – arctan(x)(1 + x²))/(x²(1 + x²))

Answer: f'(x) = (x – arctan(x)(1 + x²))/(x²(1 + x²))

Example 44: Polynomial Long Division Alternative

Find the derivative of f(x) = (x³ + 2x² – x + 1)/(x² + 1).

Technique Used: Quotient rule vs. polynomial long division comparison

Step-by-Step Solution:

  1. Method 1 – Direct quotient rule:
  2. u(x) = x³ + 2x² – x + 1, v(x) = x² + 1
  3. u'(x) = 3x² + 4x – 1, v'(x) = 2x
  4. f'(x) = [(x² + 1)(3x² + 4x – 1) – (x³ + 2x² – x + 1)(2x)]/(x² + 1)²
  5. This becomes quite complex, so let’s try division first:
  6. Method 2 – Long division: (x³ + 2x² – x + 1) ÷ (x² + 1) = x + 2 + (-2x – 1)/(x² + 1)
  7. So f(x) = x + 2 + (-2x – 1)/(x² + 1)
  8. f'(x) = 1 + 0 + d/dx[(-2x – 1)/(x² + 1)]
  9. For the fraction: u = -2x – 1, v = x² + 1, u’ = -2, v’ = 2x
  10. d/dx[(-2x – 1)/(x² + 1)] = [(x² + 1)(-2) – (-2x – 1)(2x)]/(x² + 1)²
  11. = [-2x² – 2 + 4x² + 2x]/(x² + 1)² = (2x² + 2x – 2)/(x² + 1)²
  12. Therefore: f'(x) = 1 + (2x² + 2x – 2)/(x² + 1)²

Answer: f'(x) = 1 + (2x² + 2x – 2)/(x² + 1)²

Example 45: Exponential with Polynomial Quotient

Find the derivative of f(x) = x²e^x/(e^x + 1).

Technique Used: Quotient rule combined with product rule

Step-by-Step Solution:

  1. Identify functions: u(x) = x²e^x, v(x) = e^x + 1
  2. Find u'(x) using product rule: u'(x) = 2x·e^x + x²·e^x = e^x(2x + x²)
  3. Find v'(x): v'(x) = e^x
  4. Apply quotient rule: f'(x) = [(e^x + 1)·e^x(2x + x²) – x²e^x·e^x]/(e^x + 1)²
  5. Factor out e^x: f'(x) = e^x[(e^x + 1)(2x + x²) – x²e^x]/(e^x + 1)²
  6. Expand: f'(x) = e^x[e^x(2x + x²) + (2x + x²) – x²e^x]/(e^x + 1)²
  7. Simplify: f'(x) = e^x[2x + x²]/(e^x + 1)² = xe^x(2 + x)/(e^x + 1)²

Answer: f'(x) = xe^x(2 + x)/(e^x + 1)²

Example 46: Logarithmic Base Quotient

Find the derivative of f(x) = log₂(x)/ln(x).

Technique Used: Converting logarithmic bases and the quotient rule

Step-by-Step Solution:

  1. Convert: log₂(x) = ln(x)/ln(2)
  2. So f(x) = [ln(x)/ln(2)]/ln(x) = 1/ln(2)
  3. Since f(x) is constant: f'(x) = 0

Answer: f'(x) = 0

Example 47: Complex Fraction

Find the derivative of f(x) = (1/x)/(1 + 1/x).

Technique Used: Algebraic simplification before differentiation

Step-by-Step Solution:

  1. Simplify the complex fraction:
    • f(x) = (1/x)/(1 + 1/x)
    • = (1/x)/[(x + 1)/x]
    • = (1/x)·(x/(x + 1))
    • = 1/(x + 1)
  2. Now differentiate: f(x) = (x + 1)^(-1)
  3. f'(x) = -1·(x + 1)^(-2) = -1/(x + 1)²

Answer: f'(x) = -1/(x + 1)²

Example 48: Parametric-style Quotient

Find the derivative of f(x) = (sin(x) + cos(x))/(sin(x) – cos(x)).

Technique Used: Quotient rule with trigonometric functions

Step-by-Step Solution:

  1. Identify functions:
    • u(x) = sin(x) + cos(x), v(x) = sin(x) – cos(x)
  2. Find derivatives:
    • u'(x) = cos(x) – sin(x), v'(x) = cos(x) + sin(x)
  3. Apply the quotient rule:
    • f'(x) = [(sin(x) – cos(x))(cos(x) – sin(x)) – (sin(x) + cos(x))(cos(x) + sin(x))]/(sin(x) – cos(x))²
  4. Notice:
    • (sin(x) – cos(x))(cos(x) – sin(x)) = -(sin(x) – cos(x))² = -(sin²(x) – 2sin(x)cos(x) + cos²(x))
    • = -(1 – 2sin(x)cos(x)) = 2sin(x)cos(x) – 1
  5. And: (sin(x) + cos(x))(cos(x) + sin(x)) = sin²(x) + 2sin(x)cos(x) + cos²(x) = 1 + 2sin(x)cos(x)
  6. So: f'(x) = [2sin(x)cos(x) – 1 – 1 – 2sin(x)cos(x)]/(sin(x) – cos(x))² = -2/(sin(x) – cos(x))²

Answer: f'(x) = -2/(sin(x) – cos(x))²

Example 49: Rational Function with Factoring

Find the derivative of f(x) = (x² – 4)/(x² – 2x).

Technique Used: Factoring before applying the quotient rule

Step-by-Step Solution:

  1. Factor: f(x) = (x – 2)(x + 2)/(x(x – 2)) = (x + 2)/x for x ≠ 2
  2. Simplify: f(x) = (x + 2)/x = 1 + 2/x
  3. Differentiate: f'(x) = 0 + 2·(-1)x^(-2) = -2/x²

Answer: f'(x) = -2/x² for x ≠ 0, 2

Example 50: Advanced Mixed Function Quotient

Find the derivative of f(x) = (xe^x + 1)/(x²e^x – x).

Technique Used: Quotient rule with complex numerator and denominator

Step-by-Step Solution:

  1. Identify functions: u(x) = xe^x + 1, v(x) = x²e^x – x
  2. Find u'(x): u'(x) = 1·e^x + x·e^x = e^x(1 + x)
  3. Find v'(x): v'(x) = 2x·e^x + x²·e^x – 1 = e^x(2x + x²) – 1
  4. Apply quotient rule: f'(x) = [v(x)·u'(x) – u(x)·v'(x)]/[v(x)]²
  5. Substitute: f'(x) = [(x²e^x – x)·e^x(1 + x) – (xe^x + 1)·(e^x(2x + x²) – 1)]/(x²e^x – x)²
  6. This expands to a very complex expression. Let’s factor where possible:
  7. Numerator = (x²e^x – x)e^x(1 + x) – (xe^x + 1)(e^x(2x + x²) – 1)
  8. = e^x(x² – x/e^x)(1 + x) – (xe^x + 1)(e^x(2x + x²) – 1)
  9. The complete expansion and simplification would be quite lengthy, so we leave it in this form.

Answer: f'(x) = [(x²e^x – x)e^x(1 + x) – (xe^x + 1)(e^x(2x + x²) – 1)]/(x²e^x – x)²

Top

Key Techniques Summary

Product Rule Applications

  • Identifying when two or more functions are multiplied together
  • Applying the formula (fg)’ = f’g + fg’ systematically
  • Extending to three functions: (fgh)’ = f’gh + fg’h + fgh’
  • Combining with the chain rule for composite functions within products

Quotient Rule Applications

  • Recognizing rational functions requiring the quotient rule
  • Applying the formula (f/g)’ = (f’g – fg’)/g² correctly
  • Remembering “low d-high minus high d-low, square below”
  • Handling complex numerators and denominators

Function Structure Recognition

  • Distinguishing between products and quotients
  • Identifying when both rules are needed in one problem
  • Breaking down complex expressions into manageable components
  • Recognizing when simplification before differentiation is beneficial

Computational Organization

  • Writing out f(x), g(x), f'(x), and g'(x) clearly before substitution
  • Using parentheses systematically to avoid sign errors
  • Maintaining proper order in quotient rule applications
  • Factoring common terms during and after differentiation

Advanced Combination Techniques

  • Applying the product rule to the numerators, then the quotient rule overall
  • Handling products within quotients and quotients within products
  • Integrating with the chain rule for nested composite functions
  • Converting between exponential and radical forms when beneficial

Engineering Applications

  1. Physics and Mechanics
    • Position functions involving products: s(t) = t²e^(-t) for damped motion
    • Force calculations with variable mass and acceleration: F = ma where both vary
  2. Economics and Business
    • Revenue functions: R(x) = x·p(x) where price depends on quantity
    • Marginal analysis with complex cost and revenue relationships
  3. Signal Processing
    • Amplitude-modulated signals: f(t) = A(t)·sin(ωt + φ(t))
    • Filter design involving rational transfer functions
  4. Biology and Medicine
    • Population dynamics with carrying capacity: P(t) = K·N₀e^(rt)/(K + N₀(e^(rt) – 1))
    • Pharmacokinetics with absorption and elimination rates
  5. Electrical and Electronics Engineering
    • Circuit analysis with time-varying components
    • Transfer functions in control systems

Common Mistakes to Avoid

  1. Product Rule Errors
    • Using (fg)’ = f’g’ instead of f’g + fg’
    • Forgetting one of the two terms in the product rule
    • Sign errors when dealing with negative functions
    • Incomplete application when three or more functions are involved
  2. Quotient Rule Errors
    • Confusing the order: using (fg’ – f’g)/g² instead of (f’g – fg’)/g²
    • Forgetting to square the denominator
    • Sign errors in the subtraction f’g – fg’
    • Applying the quotient rule when product rule with negative exponents would be simpler
  3. Structural Recognition Errors
    • Misidentifying the overall structure of complex expressions
    • Applying the wrong rule due to poor function analysis
    • Missing opportunities to simplify before differentiating
    • Confusing nested functions with products or quotients
  4. Computational Errors
    • Algebraic mistakes in expansion and simplification
    • Dropping terms during lengthy calculations
    • Inconsistent notation leading to confusion
    • Failure to simplify final answers completely

Practice Strategies

Building Proficiency

  1. Start with simple products and quotients before advancing to complex combinations
  2. Practice identifying function structure before applying rules
  3. Work through examples systematically, writing each step clearly
  4. Verify answers using alternative methods when possible

Problem-Solving Approach

  1. Analyze the overall structure first (product, quotient, or combination)
  2. Identify all component functions and find their derivatives
  3. Apply appropriate rules in the correct order
  4. Simplify algebraically at each step
  5. Factor and reduce the final answers completely

Verification Methods

  1. Check answers by substituting simple values (x = 0, 1, etc.)
  2. Verify that the derivative has the correct behavior (increasing/decreasing)
  3. Use graphing technology to confirm derivative curves
  4. Check units and dimensions in applied problems
  5. Compare with numerical derivatives for complex expressions

Summary:

The product and quotient rules extend basic differentiation capabilities to handle complex functions involving multiplication and division, which are essential for advanced engineering applications.

Key takeaways from this lecture:

Product Rule Foundation: The formula (fg)’ = f’g + fg’ enables differentiation of multiplied functions and extends to multiple functions, making it indispensable for analyzing systems where variables interact multiplicatively.

Quotient Rule Precision: The formula (f/g)’ = (f’g – fg’)/g² provides the systematic method for differentiating rational functions, with the memory device “low d-high minus high d-low, square below” ensuring correct application.

Strategic Function Analysis: Learning to identify whether a complex expression requires the product rule, quotient rule, or both prevents computational errors and guides efficient problem-solving approaches.

Combination Mastery: The ability to seamlessly integrate product and quotient rules with chain rule and other techniques unlocks the capacity to handle sophisticated, multi-layered functions encountered in real engineering problems.

Computational Organization: Writing out component functions and their derivatives clearly before substitution, combined with systematic use of parentheses, prevents the majority of algebraic errors in complex calculations.

Engineering Applications: These rules are fundamental to analyzing dynamic systems, signal processing, economic modeling, and biological systems where rates of change involve interacting variables and complex relationships.

Topic FAQ

Q1: How do I know when to use the product rule versus the quotient rule?

A: Use the product rule when functions are multiplied together (like x²·sin(x)), and the quotient rule when one function is divided by another (like sin(x)/x²). If you see multiplication, think product rule; if you see a fraction with functions in both numerator and denominator, think quotient rule.

Q2: What’s the most reliable way to remember the quotient rule formula?

A: Use the memory device “low d-high minus high d-low, draw the line and square below.” This means: denominator times derivative of numerator, minus numerator times derivative of denominator, all divided by the square of the denominator.

Q3: Why can’t I just use the Power Rule on quotients like (x²+1)/(x-1)?

A: The Power Rule only applies to single terms with exponents. Quotients involve two separate functions, so you need the quotient rule to handle the interaction between the numerator and denominator as they both change.

Q4: What’s the biggest mistake students make with the product rule?

A: Using (fg)’ = f’g’ instead of the correct formula (fg)’ = f’g + fg’. Remember: you need both terms – the derivative of the first times the second, PLUS the first times the derivative of the second.

Q5: How do I handle products of three or more functions?

A: For three functions, use (fgh)’ = f’gh + fg’h + fgh’. You can also apply the product rule repeatedly: treat (fgh) as (fg)h, find the derivative of fg first, then apply the product rule again.

Q6: When should I simplify before differentiating versus after?

A: If you can easily expand or factor the expression first, do it. For example, x(x+1) is easier to differentiate as x²+x than using the product rule. However, complex expressions like sin(x)cos(x) should use the product rule directly.

Q7: What does it mean when I get a complex-looking derivative?

A: Complex derivatives are normal for product and quotient rule problems. Focus on factoring common terms and simplifying algebraically. The derivative of a complex function is often complex itself.

Q8: How do I avoid sign errors in the quotient rule?

A: Write out f’g – fg’ explicitly with parentheses: (derivative of top)(bottom) – (top)(derivative of bottom). Pay special attention when the derivative of the bottom function is negative.

Q9: Can I use the quotient rule on something like sin(x)/5?

A: You can, but it’s unnecessary. Since 5 is a constant, it’s simpler to use sin(x)/5 = (1/5)sin(x) and apply the constant multiple rule: d/dx[(1/5)sin(x)] = (1/5)cos(x).

Q10: How do product and quotient rules connect to real engineering problems?

A: These rules analyze systems where variables interact: power calculations (voltage × current), efficiency ratios (output/input), modulated signals (carrier × message), and economic models (price × quantity).

Q11: What’s the relationship between the product rule and integration by parts?

A: Integration by parts is essentially the product rule in reverse. Understanding (fg)’ = f’g + fg’ helps you recognize when to use integration by parts in future calculus courses.

Q12: How do I check if my product or quotient rule calculation is correct?

A: Substitute simple values (like x = 1) into both the original function and your derivative, then check if the derivative value makes sense. You can also use graphing technology to verify the derivative curve.

Q13: Why do some problems combine multiple differentiation rules?

A: Real-world functions are often complex combinations. You might need the product rule for a numerator, then the quotient rule for the overall fraction, plus the chain rule for composite functions within the expression.

Q14: What’s the best approach when I have a quotient with a product in the numerator?

A: Apply the product rule to find the derivative of the numerator first, then use that result in the quotient rule formula. Work systematically: identify the structure, find component derivatives, then assemble the final answer.

Q15: How do these rules prepare me for the chain rule and advanced calculus?

A: Product and quotient rules handle function interactions, while the chain rule handles function composition. Together, they form the complete toolkit for differentiating any combination of elementary functions you’ll encounter in engineering applications.

Conclusion

Mastering the product and quotient rules expands your differentiation capabilities to handle complex functions involving multiplication and division, which are essential for advanced engineering applications. These rules build directly upon the foundation of basic differentiation, extending your problem-solving toolkit to tackle sophisticated real-world scenarios.

The comprehensive examples throughout this lecture demonstrate the systematic approach required for the successful application of these advanced techniques. By understanding the underlying principles of function interaction and practicing regularly, engineering students develop the computational confidence necessary for complex calculus applications.

The techniques covered in this lecture handle functions where variables interact through multiplication and division – products of polynomials with trigonometric functions, quotients involving exponentials and logarithms, and complex rational expressions. However, engineering applications often involve even more sophisticated situations where functions are composed within one another.

Ready to Master Product and Quotient Rules Through Practice?

Theory becomes expertise through application. Test your understanding with our comprehensive collection of 50 Product and Quotient Rule Practice Problems with Solutions – featuring step-by-step solutions and real-world engineering applications.

From basic polynomial differentiation to complex engineering scenarios, these exercises will solidify your product and quotient rule mastery and prepare you for any calculus challenge.

Join 1,000+ engineering students who’ve already mastered product and quotient rules with PinoyBIX practice sets!

“The quotient rule problems were challenging but the step-by-step solutions made everything clear. Perfect preparation for my engineering math exam!” – Sarah L., ChE Student

⭐⭐⭐⭐⭐ 4.9/5 stars from 500+ engineering students

Building Toward Advanced Techniques

While product and quotient rules are powerful, they have limitations when dealing with composite functions. Consider these challenging expressions that require additional techniques:

  • f(x) = sin(x²) (trigonometric function of a polynomial)
  • f(x) = e^(cos(x)) (exponential function of a trigonometric function)
  • f(x) = ln(x³ + 2x) (logarithmic function of a polynomial)
  • f(x) = √(sin(x) + 1) (radical function containing trigonometric expression)

These expressions involve functions composed within other functions – situations where one function serves as the input to another function. Such compositions cannot be differentiated using only product rules, quotient rules, and basic function derivatives. They require specialized techniques for handling function composition.

🚀 Looking Ahead: Lecture 6 Preview

Our next lecture, “The Chain Rule – Composition of Functions,” will provide the critical missing piece in your differentiation arsenal. You’ll learn:

Chain Rule Fundamentals:

  • Understanding function composition and nested functions
  • Applying the formula (f(g(x)))’ = f'(g(x)) · g'(x)
  • Recognizing when functions are composed rather than multiplied or divided
  • Working systematically from the outside function to the inside function

Advanced Composition Analysis:

  • Handling multiple layers of composition like sin(cos(x²))
  • Combining the chain rule with product and quotient rules for complex expressions
  • Identifying the “outside function” and “inside function” in challenging problems
  • Converting complex expressions to recognizable composition forms

Engineering Applications:

  • Signal processing with modulated waveforms
  • Control systems with nested feedback loops
  • Optimization problems involving composite objective functions
  • Dynamic systems where variables depend on other changing variables

Preparation for Success:

To maximize your learning in Lecture 6, ensure you can:

  • Apply product and quotient rules confidently and accurately
  • Recognize the difference between function multiplication, division, and composition
  • Identify nested function structures within complex expressions
  • Combine multiple differentiation rules systematically in multi-step problems

The mastery you’ve developed with product and quotient rules will make the chain rule much more accessible. Function composition follows the same logical principles; it simply extends the basic concepts to handle functions within functions, completing your toolkit for advanced differentiation.

Final Thoughts

Remember that differentiation remains a fundamental computational tool across all engineering disciplines. Whether analyzing nonlinear circuit responses, designing control systems with complex transfer functions, optimizing multi-variable manufacturing processes, or modeling intricate dynamic systems, these advanced rules provide the mathematical foundation for professional engineering practice. Continue practicing consistently, understand the reasoning behind each technique, and always verify your results to build lasting expertise in advanced calculus.

📌 SAVE this lecture for your next calculus study session!

💬 COMMENT below:

  • Which advanced differentiation technique from today’s examples challenged you the most?
  • What engineering application of Product/Quotient Rules surprised you?
  • Which complex function combination do you want to see more practice problems for?

🔔 FOLLOW for more: Essential calculus tutorials designed specifically for engineering students

📚 SHARE with: Your study group, classmates, or anyone mastering advanced differentiation

🎓 Study Tip of the Day:

“Master the Product and Quotient Rule patterns! Write out (uv)’ = u’v + uv’ and (u/v)’ = (u’v – uv’)/v² until they’re muscle memory. Identify u and v BEFORE you start differentiating – this systematic approach prevents costly algebraic mistakes!”

Remember: Every calculus expert once mixed up Product and Quotient Rule formulas. Every engineering professional has once struggled with complex function combinations. Build your pattern recognition strong, practice systematically, and those challenging composite functions will become routine!

See you guys in Lecture 6: The Chain Rule – Composition of Functions 📈

Top
Please do Subscribe on YouTube!

P inoyBIX educates thousands of reviewers and students a day in preparation for their board examinations. Also provides professionals with materials for their lectures and practice exams. Help me go forward with the same spirit.

“Will you subscribe today via YOUTUBE?”

Subscribe
What You Also Get: FREE ACCESS & DOWNLOAD via GDRIVE

TIRED OF ADS?

  • Become Premium Member and experienced complete ads-free content browsing.
  • Full Content Access to Premium Solutions Exclusive for Premium members
  • Access to PINOYBIX FREEBIES folder
  • Download Reviewers and Learning Materials Free
  • Download Content: You can see download/print button at the bottom of each post.

PINOYBIX FREEBIES FOR PREMIUM MEMBERSHIP:

  • CIVIL ENGINEERING REVIEWER
  • CIVIL SERVICE EXAM REVIEWER
  • CRIMINOLOGY REVIEWER
  • ELECTRONICS ENGINEERING REVIEWER (ECE/ECT)
  • ELECTRICAL ENGINEERING & RME REVIEWER
  • FIRE OFFICER EXAMINATION REVIEWER
  • LET REVIEWER
  • MASTER PLUMBER REVIEWER
  • MECHANICAL ENGINEERING REVIEWER
  • NAPOLCOM REVIEWER
  • Additional upload reviewers and learning materials are also FREE

FOR A LIMITED TIME

If you subscribe for PREMIUM today!

You will receive an additional 1 month of Premium Membership FREE.

For Bronze Membership an additional 2 months of Premium Membership FREE.

For Silver Membership an additional 3 months of Premium Membership FREE.

For Gold Membership an additional 5 months of Premium Membership FREE.

Join the PinoyBIX community.

DaysHoursMinSec
This offer has expired!

Add Comment

THE ULTIMATE ONLINE REVIEW HUB: PINOYBIX . © 2014-2026 All Rights Reserved | DMCA.com Protection Status