Question Statement
Find dxdy given that:
y=(x−x21)5
Background and Explanation
This problem requires the chain rule for differentiating composite functions (functions raised to a power). You will also need the power rule for handling both positive and negative exponents.
Solution
We are given the function:
y=(x−x21)5
This is a composite function where the outer function is u5 and the inner function is u=x−x21.
The chain rule for differentiation states that:
dxd[f(x)]n=n[f(x)]n−1⋅dxd[f(x)]
Applying this to our function:
dxdy=5(x−x21)5−1⋅dxd(x−x21)
Simplifying the exponent:
dxdy=5(x−x21)4⋅dxd(x−x21)
To differentiate the inner function x−x21, first rewrite x21 using negative exponents:
x21=x−2
So we need to find:
dxd(x−x−2)
Applying the power rule dxd(xn)=nxn−1 to each term:
- The derivative of x (which is x1) is 1⋅x0=1
- The derivative of −x−2 is −(−2)x−2−1=2x−3
Therefore:
dxd(x−x−2)=1+2x−3
Substituting this back into our chain rule expression:
dxdy=5(x−x21)4⋅(1+2x−3)
Rewriting 2x−3 as a fraction to match the form in the original expression:
dxdy=5(x−x21)4(1+x32)
- Chain Rule: dxd[f(x)]n=n[f(x)]n−1⋅dxd[f(x)]
- Power Rule: dxd(xn)=nxn−1
- Negative Exponent Conversion: xn1=x−n (used to simplify differentiation of reciprocal terms)
Summary of Steps
- Identify the composite structure: Recognize y=[f(x)]5 where f(x)=x−x21
- Apply the chain rule: Differentiate the outer power function to get 5(x−x21)4, keeping the inner function unchanged
- Prepare the inner function: Rewrite x21 as x−2 to enable power rule application
- Differentiate the inner function: Calculate dxd(x−x−2)=1+2x−3
- Combine and simplify: Multiply the results from steps 2 and 4, then convert x−3 back to fractional form to obtain the final answer: 5(x−x21)4(1+x32)