Find the derivative of the following functions (it is to be understood that a, b, c, d, p, q, r and s are fixed non-zero constants and m and n are integers):
Explanation
This question requires applying the quotient rule for differentiation. The textbook context shows the quotient rule formula: for h(x) = u/v, the derivative is h'(x) = (u'v - uv')/v². We identify u = 4x + 5sin x and v = 3x + 7cos x, then compute their derivatives separately before applying the formula.
Solution Steps
Step 1: Let f(x) = (4x + 5sin x)/(3x + 7cos x). Identify u = 4x + 5sin x and v = 3x + 7cos x.
Step 2: Find u' = d/dx(4x + 5sin x) = 4 + 5cos x
Step 3: Find v' = d/dx(3x + 7cos x) = 3 - 7sin x
Step 4: Apply quotient rule: f'(x) = (u'v - uv')/v²
Step 5: f'(x) = [(4 + 5cos x)(3x + 7cos x) - (4x + 5sin x)(3 - 7sin x)]/(3x + 7cos x)²