Free. Exclusive. Just for you.
Four unique services that make learning easier, faster, and smarter - only on our website.

Derivatives using Power Rule math worksheet with problems involving various functions.

Math worksheet titled "Derivatives using Power Rule" with equations to find derivatives, including polynomial and rational functions.

Math worksheet titled "Derivatives using Power Rule" with equations to find derivatives, including polynomial and rational functions.

JPG 2350×3174 176.1 KB Free · Personal Use
Quality Assured by Worksheets Library Team
Reviewed for educational accuracy and age-appropriateness
ID: #424267
Show Answer Key & Explanations Step-by-step solution for: Calculus Worksheets | Basic Concepts in Differentiation and ...
We are given a worksheet asking to find derivatives using the Power Rule. The power rule for derivatives states:

> If $ y = ax^n $, then $ \frac{dy}{dx} = a \cdot n \cdot x^{n-1} $

This applies to any real number exponent $ n $, including negative and fractional exponents.

Let’s go through each problem one by one.

---

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}} $

---

3. $ y = \frac{1}{2\sqrt{x}} $



First, rewrite $ \sqrt{x} = x^{1/2} $, so:
$$
y = \frac{1}{2} x^{-1/2}
$$

Now apply power rule:
$$
\frac{dy}{dx} = \frac{1}{2} \cdot \left(-\frac{1}{2}\right) x^{-1/2 - 1} = -\frac{1}{4} x^{-3/2}
$$

Answer: $ \boxed{-\frac{1}{4}x^{-3/2}} $

---

4. $ y = 3x^{-1/15} $



$$
\frac{dy}{dx} = 3 \cdot \left(-\frac{1}{15}\right) x^{-1/15 - 1} = -\frac{1}{5} x^{-16/15}
$$

Answer: $ \boxed{-\frac{1}{5}x^{-16/15}} $

---

5. $ y = 8x^6 + 2x^{17} $



Differentiate term by term:

- Derivative of $ 8x^6 $: $ 8 \cdot 6 x^5 = 48x^5 $
- Derivative of $ 2x^{17} $: $ 2 \cdot 17 x^{16} = 34x^{16} $

Answer: $ \boxed{48x^5 + 34x^{16}} $

---

6. $ y = \sqrt[5]{x} $



Recall $ \sqrt[5]{x} = 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}} $

---

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 term by term:

- $ 2x^{12} \to 2 \cdot 12 x^{11} = 24x^{11} $
- $ 6x^7 \to 6 \cdot 7 x^6 = 42x^6 $
- $ x^4 \to 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} $

Now differentiate:

- $ \frac{5}{3}x^3 \to \frac{5}{3} \cdot 3 x^2 = 5x^2 $
- $ -\frac{7}{6}x^6 \to -\frac{7}{6} \cdot 6 x^5 = -7x^5 $
- $ \frac{3}{2}x^8 \to \frac{3}{2} \cdot 8 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}x^{3/2} \to \frac{1}{2} \cdot \frac{3}{2} x^{3/2 - 1} = \frac{3}{4} x^{1/2} $
2. $ -\frac{22}{7}x^{-5/2} \to -\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. $ x^{3/7} \to \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 written in a clean printable format!
Parent Tip: Review the logic above to help your child master the concept of derivatives worksheet precalculus.
Print Download

How to use

Click Print to open a print-ready version directly in your browser, or use Download to save the file to your device. The ⭐ Answer button generates an AI answer key instantly - useful for teachers who need a quick reference. Need a different version? Our AI Worksheet Generator lets you create a custom worksheet on any topic in seconds.

(view all derivatives worksheet precalculus)

Free Printable Derivatives Formula Chart (PDF) | Math = Love
Product and Quotient Rule Derivatives Worksheet (Day 2) by Sarah ...
WS 04.1B Basic Derivative Practice - Calculus Maximus WS 4.1B ...
Edia | Free math homework in minutes
Derivative Worksheet 1 | PDF | Special Functions | Geometric ...
Edia | Free math homework in minutes
Robinson, Jennifer / Limits, Continuity, & Definition of a Derivative
Pre-Calculus Curriculum Map ⋆ PreCalculusCoach.com
Solved Honors PreCalculus - Derivatives Worksheet #1Use the ...
Chapter 3 Derivatives - MATHGOTSERVED