Detailed solution to Problem Set 15 Exercise 7

Question:
Find d(4 + 4∕x).
Solutions:
You can use the Quotient Rule (d(uv) = (v du − u dv)∕v2): d(4 + 4∕x) = d(4∕x) = (x d(4) − 4 dx)x2 = (x ⋅ 0 − 4 dx)∕x2 = −4 dxx2, which you can write as (−4∕x2) dx or −4x−2 dx if you want.
Or you can avoid the Quotient Rule by treating 4∕x as 4x−1: d(4 + 4x−1) = d(4x−1) = 4 d(x−1) = 4(−1x−1−1 dx) = −4x−2 dx, which you can write as (−4∕x2) dx or −4 dxx2 if you want.
Or you can use the relatively obscure Reciprocal Rule (d(∕u) = −duu2, where ∕a indicates the reciprocal of a so that ba can be read as b ⋅ ∕a): d(4 + 4∕x) = d(4∕x) = 4 d(∕x) = 4(−dxx2) = −4 dxx2, which again you can write as (−4∕x2) dx or −4x−2 dx if you want.

Go back to the the course homepage.
This web page was written by Toby Bartels, last edited on 2026 August 31. Toby reserves no legal rights to it.

The permanent URI of this web page is https://tobybartels.name/MATH-1600/2026FA/ps15.7d/.

HTML 5