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):
ps -
Explanation
We need to differentiate the product (px+q) and (r/x + s). Using the product rule, derivative = (px+q)'(r/x + s) + (px+q)(r/x + s)'. The derivative of (px+q) is p. The derivative of (r/x + s) is -r/ (since derivative of 1/x is -1/ and s is constant). Substituting and simplifying yields ps - qr/.
Solution Steps
Step 1: Let f(x) = (px+q) and g(x) = (r/x + s). Then by product rule, d/dx[f(x)g(x)] = f'(x)g(x) + f(x)g'(x).
Step 2: Compute f'(x) = d/dx (px+q) = p.
Step 3: Compute g'(x) = d/dx (r/x + s) = d/dx (r ) + 0 = r * (-1) = -r/.
Step 4: Apply product rule: d/dx = p * (r/x + s) + (px+q) * (-r/).
Step 5: Expand: = p r/x + p s - (px+q) r / = p r/x + p s - p r/x - q r/.
Step 6: Cancel p r/x terms to obtain the final derivative: p s - q r/.