Worksheet for finding derivatives using the power rule.
Math worksheet titled "Derivatives using Power Rule" with equations for students to solve.
JPG
2350×3174
176.1 KB
Free · Personal Use
Quality Assured by Worksheets Library Team
Reviewed for educational accuracy and age-appropriateness
ID: #343004
⭐
Show Answer Key & Explanations
Step-by-step solution for: Calculus Worksheets | Basic Concepts in Differentiation and ...
▼
Show Answer Key & Explanations
Step-by-step solution for: Calculus Worksheets | Basic Concepts in Differentiation and ...
Let's solve each of these derivative problems using the Power Rule.
---
For a function $ y = ax^n $, the derivative is:
$$
\frac{dy}{dx} = a \cdot n \cdot x^{n-1}
$$
We apply this rule term by term for polynomial or power functions.
---
Let’s go through each one step-by-step.
---
Apply power rule:
$$
\frac{dy}{dx} = 10 \cdot 3 \cdot x^{3-1} = 30x^2
$$
✔ Answer: $ \boxed{30x^2} $
---
$$
\frac{dy}{dx} = \frac{1}{2} \cdot (-2) \cdot x^{-2-1} = -1 \cdot x^{-3} = -x^{-3}
$$
✔ Answer: $ \boxed{-x^{-3}} $ or $ \boxed{-\frac{1}{x^3}} $
---
First, rewrite $ \sqrt{x} = x^{1/2} $, so:
$$
y = \frac{1}{2} \cdot x^{-1/2}
$$
Now differentiate:
$$
\frac{dy}{dx} = \frac{1}{2} \cdot \left(-\frac{1}{2}\right) \cdot x^{-1/2 - 1} = -\frac{1}{4} x^{-3/2}
$$
✔ Answer: $ \boxed{-\frac{1}{4}x^{-3/2}} $ or $ \boxed{-\frac{1}{4x^{3/2}}} $
---
$$
\frac{dy}{dx} = 3 \cdot \left(-\frac{1}{15}\right) \cdot x^{-1/15 - 1} = -\frac{3}{15} x^{-16/15} = -\frac{1}{5}x^{-16/15}
$$
✔ Answer: $ \boxed{-\frac{1}{5}x^{-16/15}} $
---
Differentiate term by term:
- $ \frac{d}{dx}(8x^6) = 8 \cdot 6 \cdot x^5 = 48x^5 $
- $ \frac{d}{dx}(2x^{17}) = 2 \cdot 17 \cdot x^{16} = 34x^{16} $
✔ Answer: $ \boxed{48x^5 + 34x^{16}} $
---
Rewrite: $ y = x^{1/5} $
$$
\frac{dy}{dx} = \frac{1}{5} x^{1/5 - 1} = \frac{1}{5} x^{-4/5}
$$
✔ Answer: $ \boxed{\frac{1}{5}x^{-4/5}} $ or $ \boxed{\frac{1}{5x^{4/5}}} $
---
Differentiate each term:
- $ \frac{d}{dx}(x^{1/31}) = \frac{1}{31}x^{1/31 - 1} = \frac{1}{31}x^{-30/31} $
- $ \frac{d}{dx}(x^{-1/7}) = -\frac{1}{7}x^{-1/7 - 1} = -\frac{1}{7}x^{-8/7} $
✔ Answer: $ \boxed{\frac{1}{31}x^{-30/31} - \frac{1}{7}x^{-8/7}} $
---
Differentiate each term:
- $ 2 \cdot 12 \cdot x^{11} = 24x^{11} $
- $ 6 \cdot 7 \cdot x^6 = 42x^6 $
- $ 1 \cdot 4 \cdot x^3 = 4x^3 $
✔ Answer: $ \boxed{24x^{11} + 42x^6 + 4x^3} $
---
Simplify $ \frac{6}{4} = \frac{3}{2} $, so:
$ y = \frac{5}{3}x^3 - \frac{7}{6}x^6 + \frac{3}{2}x^8 $
Now differentiate:
- $ \frac{5}{3} \cdot 3 \cdot x^2 = 5x^2 $
- $ -\frac{7}{6} \cdot 6 \cdot x^5 = -7x^5 $
- $ \frac{3}{2} \cdot 8 \cdot x^7 = 12x^7 $
✔ Answer: $ \boxed{5x^2 - 7x^5 + 12x^7} $
---
Differentiate each term:
1. $ \frac{1}{2} \cdot \frac{3}{2} x^{3/2 - 1} = \frac{3}{4}x^{1/2} $
2. $ -\frac{22}{7} \cdot \left(-\frac{5}{2}\right)x^{-5/2 - 1} = \frac{110}{14}x^{-7/2} = \frac{55}{7}x^{-7/2} $
3. $ 1 \cdot \frac{3}{7} x^{3/7 - 1} = \frac{3}{7}x^{-4/7} $
✔ Answer: $ \boxed{\frac{3}{4}x^{1/2} + \frac{55}{7}x^{-7/2} + \frac{3}{7}x^{-4/7}} $
---
| Function | Derivative |
|--------|------------|
| $ y = 10x^3 $ | $ 30x^2 $ |
| $ y = \frac{1}{2}x^{-2} $ | $ -x^{-3} $ |
| $ y = \frac{1}{2\sqrt{x}} $ | $ -\frac{1}{4}x^{-3/2} $ |
| $ y = 3x^{-1/15} $ | $ -\frac{1}{5}x^{-16/15} $ |
| $ y = 8x^6 + 2x^{17} $ | $ 48x^5 + 34x^{16} $ |
| $ y = \sqrt[5]{x} $ | $ \frac{1}{5}x^{-4/5} $ |
| $ y = x^{1/31} + x^{-1/7} $ | $ \frac{1}{31}x^{-30/31} - \frac{1}{7}x^{-8/7} $ |
| $ y = 2x^{12} + 6x^7 + x^4 $ | $ 24x^{11} + 42x^6 + 4x^3 $ |
| $ y = \frac{5}{3}x^3 - \frac{7}{6}x^6 + \frac{3}{2}x^8 $ | $ 5x^2 - 7x^5 + 12x^7 $ |
| $ y = \frac{1}{2}x^{3/2} - \frac{22}{7}x^{-5/2} + x^{3/7} $ | $ \frac{3}{4}x^{1/2} + \frac{55}{7}x^{-7/2} + \frac{3}{7}x^{-4/7} $ |
---
Let me know if you'd like these answers boxed in a printable format!
---
🔷 Power Rule Recap:
For a function $ y = ax^n $, the derivative is:
$$
\frac{dy}{dx} = a \cdot n \cdot x^{n-1}
$$
We apply this rule term by term for polynomial or power functions.
---
Let’s go through each one step-by-step.
---
1. $ y = 10x^3 $
Apply power rule:
$$
\frac{dy}{dx} = 10 \cdot 3 \cdot x^{3-1} = 30x^2
$$
✔ Answer: $ \boxed{30x^2} $
---
2. $ y = \frac{1}{2}x^{-2} $
$$
\frac{dy}{dx} = \frac{1}{2} \cdot (-2) \cdot x^{-2-1} = -1 \cdot x^{-3} = -x^{-3}
$$
✔ Answer: $ \boxed{-x^{-3}} $ or $ \boxed{-\frac{1}{x^3}} $
---
3. $ y = \frac{1}{2\sqrt{x}} $
First, rewrite $ \sqrt{x} = x^{1/2} $, so:
$$
y = \frac{1}{2} \cdot x^{-1/2}
$$
Now differentiate:
$$
\frac{dy}{dx} = \frac{1}{2} \cdot \left(-\frac{1}{2}\right) \cdot x^{-1/2 - 1} = -\frac{1}{4} x^{-3/2}
$$
✔ Answer: $ \boxed{-\frac{1}{4}x^{-3/2}} $ or $ \boxed{-\frac{1}{4x^{3/2}}} $
---
4. $ y = 3x^{-1/15} $
$$
\frac{dy}{dx} = 3 \cdot \left(-\frac{1}{15}\right) \cdot x^{-1/15 - 1} = -\frac{3}{15} x^{-16/15} = -\frac{1}{5}x^{-16/15}
$$
✔ Answer: $ \boxed{-\frac{1}{5}x^{-16/15}} $
---
5. $ y = 8x^6 + 2x^{17} $
Differentiate term by term:
- $ \frac{d}{dx}(8x^6) = 8 \cdot 6 \cdot x^5 = 48x^5 $
- $ \frac{d}{dx}(2x^{17}) = 2 \cdot 17 \cdot x^{16} = 34x^{16} $
✔ Answer: $ \boxed{48x^5 + 34x^{16}} $
---
6. $ y = \sqrt[5]{x} $
Rewrite: $ y = x^{1/5} $
$$
\frac{dy}{dx} = \frac{1}{5} x^{1/5 - 1} = \frac{1}{5} x^{-4/5}
$$
✔ Answer: $ \boxed{\frac{1}{5}x^{-4/5}} $ or $ \boxed{\frac{1}{5x^{4/5}}} $
---
7. $ y = x^{1/31} + x^{-1/7} $
Differentiate each term:
- $ \frac{d}{dx}(x^{1/31}) = \frac{1}{31}x^{1/31 - 1} = \frac{1}{31}x^{-30/31} $
- $ \frac{d}{dx}(x^{-1/7}) = -\frac{1}{7}x^{-1/7 - 1} = -\frac{1}{7}x^{-8/7} $
✔ Answer: $ \boxed{\frac{1}{31}x^{-30/31} - \frac{1}{7}x^{-8/7}} $
---
8. $ y = 2x^{12} + 6x^7 + x^4 $
Differentiate each term:
- $ 2 \cdot 12 \cdot x^{11} = 24x^{11} $
- $ 6 \cdot 7 \cdot x^6 = 42x^6 $
- $ 1 \cdot 4 \cdot x^3 = 4x^3 $
✔ Answer: $ \boxed{24x^{11} + 42x^6 + 4x^3} $
---
9. $ y = \frac{5}{3}x^3 - \frac{7}{6}x^6 + \frac{6}{4}x^8 $
Simplify $ \frac{6}{4} = \frac{3}{2} $, so:
$ y = \frac{5}{3}x^3 - \frac{7}{6}x^6 + \frac{3}{2}x^8 $
Now differentiate:
- $ \frac{5}{3} \cdot 3 \cdot x^2 = 5x^2 $
- $ -\frac{7}{6} \cdot 6 \cdot x^5 = -7x^5 $
- $ \frac{3}{2} \cdot 8 \cdot x^7 = 12x^7 $
✔ Answer: $ \boxed{5x^2 - 7x^5 + 12x^7} $
---
10. $ y = \frac{1}{2}x^{3/2} - \frac{22}{7}x^{-5/2} + x^{3/7} $
Differentiate each term:
1. $ \frac{1}{2} \cdot \frac{3}{2} x^{3/2 - 1} = \frac{3}{4}x^{1/2} $
2. $ -\frac{22}{7} \cdot \left(-\frac{5}{2}\right)x^{-5/2 - 1} = \frac{110}{14}x^{-7/2} = \frac{55}{7}x^{-7/2} $
3. $ 1 \cdot \frac{3}{7} x^{3/7 - 1} = \frac{3}{7}x^{-4/7} $
✔ Answer: $ \boxed{\frac{3}{4}x^{1/2} + \frac{55}{7}x^{-7/2} + \frac{3}{7}x^{-4/7}} $
---
✔ Final Answers Summary:
| Function | Derivative |
|--------|------------|
| $ y = 10x^3 $ | $ 30x^2 $ |
| $ y = \frac{1}{2}x^{-2} $ | $ -x^{-3} $ |
| $ y = \frac{1}{2\sqrt{x}} $ | $ -\frac{1}{4}x^{-3/2} $ |
| $ y = 3x^{-1/15} $ | $ -\frac{1}{5}x^{-16/15} $ |
| $ y = 8x^6 + 2x^{17} $ | $ 48x^5 + 34x^{16} $ |
| $ y = \sqrt[5]{x} $ | $ \frac{1}{5}x^{-4/5} $ |
| $ y = x^{1/31} + x^{-1/7} $ | $ \frac{1}{31}x^{-30/31} - \frac{1}{7}x^{-8/7} $ |
| $ y = 2x^{12} + 6x^7 + x^4 $ | $ 24x^{11} + 42x^6 + 4x^3 $ |
| $ y = \frac{5}{3}x^3 - \frac{7}{6}x^6 + \frac{3}{2}x^8 $ | $ 5x^2 - 7x^5 + 12x^7 $ |
| $ y = \frac{1}{2}x^{3/2} - \frac{22}{7}x^{-5/2} + x^{3/7} $ | $ \frac{3}{4}x^{1/2} + \frac{55}{7}x^{-7/2} + \frac{3}{7}x^{-4/7} $ |
---
Let me know if you'd like these answers boxed in a printable format!
Parent Tip: Review the logic above to help your child master the concept of calculus math worksheet.