Detailed solution to Problem Set 15 Exercise 7

Question:
Find d(4 + 4/x).
Solutions:
You can use the Quotient Rule (d(u/v) = (v du − u dv)/v2): d(4 + 4/x) = d(4/x) = (x d(4) − 4 dx)/x2 = (x ⋅ 0 − 4 dx)/x2 = −4 dx/x2, 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 dx/x2 if you want.
Or you can use the relatively obscure Reciprocal Rule (d(/u) = −du/u2, where /a indicates the reciprocal of a so that b/a can be read as b ⋅ /a): d(4 + 4/x) = d(4/x) = 4 d(/x) = 4(−dx/x2) = −4 dx/x2, 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 2020 September 15. Toby reserves no legal rights to it.

The permanent URI of this web page is http://tobybartels.name/MATH-1600/2024SP/ps15.7d/.

HTML 5