Derivatives from First Principles

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

Using the definition of a derivative, what is the derivative of $2x^2 + 1$ with respect to x?

  • $4x + 1$
  • $4x$ (correct)
  • $2x$
  • $x^2$

What is the derivative of the function $y = 2 - \sqrt{x}$ using the definition of derivatives?

  • $\frac{-1}{2\sqrt{x}}$ (correct)
  • $\frac{1}{2\sqrt{x}}$
  • $\frac{2}{\sqrt{x}}$
  • $\frac{-1}{\sqrt{x}}$

Using the definition of the derivative, determine the derivative of $f(x) = \frac{1}{\sqrt{x}}$

  • $\frac{-1}{2x^{3/2}}$ (correct)
  • $\frac{-3}{2x^{5/2}}$
  • $\frac{1}{2x^{3/2}}$
  • $\frac{1}{x^{3/2}}$

Find the derivative of $y = \frac{1}{x^3}$ using the first principle of differentiation.

<p>$\frac{-3}{x^4}$ (C)</p> Signup and view all the answers

By applying the definition of a derivative, what is the derivative of the function $f(x) = \frac{1}{x - a}$?

<p>$\frac{-1}{(x-a)^2}$ (C)</p> Signup and view all the answers

Determine $\frac{dy}{dx}$ for $y = x(x - 3)$ using differentiation from first principles.

<p>$2x - 3$ (B)</p> Signup and view all the answers

What is the derivative of the function $f(x) = \frac{2}{x^4}$ using the limit definition of the derivative?

<p>$\frac{-8}{x^5}$ (A)</p> Signup and view all the answers

Applying the definition of the derivative, find the derivative with respect to x, of $x^2 + \frac{1}{x^2}$?

<p>$2x - \frac{2}{x^3}$ (A)</p> Signup and view all the answers

Using the first principle of derivatives, what is the derivative of $(x + 4)^{1/3}$?

<p>$\frac{1}{3(x+4)^{2/3}}$ (B)</p> Signup and view all the answers

Find the derivative of $y = x^{3/2}$ using the first principle of differentiation.

<p>$\frac{3}{2}x^{1/2}$ (C)</p> Signup and view all the answers

Determine the derivative of $f(x) = x^{5/2}$ using the first principle of derivatives.

<p>$\frac{5}{2}x^{3/2}$ (A)</p> Signup and view all the answers

Find the derivative of $y = x^m$, where m is a constant, using the first principle of differentiation.

<p>$mx^{m-1}$ (B)</p> Signup and view all the answers

What is the derivative of $f(x) = \frac{1}{x^m}$, where m is a natural number, using the first principles method?

<p>$\frac{-m}{x^{m+1}}$ (D)</p> Signup and view all the answers

Using the definition of the derivative, what is the derivative of $x^{40}$ with respect to x?

<p>$40x^{39}$ (D)</p> Signup and view all the answers

Determine the derivative of $y = x^{-100}$ using differentiation from first principles.

<p>$-100x^{-101}$ (A)</p> Signup and view all the answers

Using first principles, find the derivative of the function $f(x) = \sqrt{x + 2}$.

<p>$\frac{1}{2\sqrt{x + 2}}$ (C)</p> Signup and view all the answers

Find the derivative of $y = \frac{1}{\sqrt{x + a}}$ using the limit definition of the derivative.

<p>$\frac{-1}{2(x + a)^{3/2}}$ (B)</p> Signup and view all the answers

What is the derivative of the function $f(x)=\frac{1}{\sqrt{x+a}}$ using differentiation from first principles?

<p>$-\frac{1}{2(x+a)^{3/2}}$ (C)</p> Signup and view all the answers

Signup and view all the answers

Signup and view all the answers

Flashcards

Differentiation

A process to find the rate of change of a function.

Differentiation by definition

Finding the derivative of a function using the limit definition.

d/dx (2x² + 1)

f'(x) = 4x

d/dx (2-√x)

-1 / (2√x)

Signup and view all the flashcards

d/dx (1/√x)

-1 / (2 x^(3/2))

Signup and view all the flashcards

d/dx (1/x³)

-3 / x⁴

Signup and view all the flashcards

d/dx (1/(x - a))

-1 / (x - a)²

Signup and view all the flashcards

d/dx [x(x - 3)]

2x - 3

Signup and view all the flashcards

d/dx (2/x⁴)

-8 / x⁵

Signup and view all the flashcards

d/dx (x² + 1/x²)

2x - 2/x³

Signup and view all the flashcards

d/dx ((x + 4)^(1/3))

1 / (3 (x + 4)^(2/3))

Signup and view all the flashcards

d/dx (x^(3/2))

(3/2) √x

Signup and view all the flashcards

d/dx (x^(5/2))

(5/2) x^(3/2)

Signup and view all the flashcards

d/dx (x^m)

mx^(m-1)

Signup and view all the flashcards

d/dx (1/x^m)

-m x^(-m-1)

Signup and view all the flashcards

d/dx (x⁴⁰)

40x³⁹

Signup and view all the flashcards

d/dx (x^(-100))

-100 / x^(101)

Signup and view all the flashcards

d/dx (√(x+2))

1 / (2√(x+2))

Signup and view all the flashcards

d/dx (1/√(x+a))

-1 / (2(x+a)^(3/2))

Signup and view all the flashcards

Study Notes

Differentiation - Exercise 2.1

  • The exercise focuses on finding derivatives of functions using the definition of the derivative (first principles).
  • The general approach involves finding the change in the function, dividing by the change in x, and then taking the limit as the change in x approaches zero.

Q.1 - Derivatives from First Principles

(i) f(x) = 2x² + 1
  • Let y = 2x² + 1.
  • Find y + δy = 2(x + δx)² + 1.
  • Determine δy = 2(x + δx)² + 1 - y.
  • Simplify δy = 2(x² + 2xδx + (δx)²) + 1 - (2x² + 1) = 4xδx + 2(δx)².
  • Divide by δx to get δy/δx = 4x + 2δx.
  • Taking the limit as δx → 0, dy/dx = 4x.
(ii) f(x) = 2 - √x
  • Let y = 2 - √x.
  • Find y + δy = 2 - √(x + δx).
  • Determine δy = 2 - √(x + δx) - (2 - √x) = √x - √(x + δx).
  • Apply the binomial expansion approach to rationalize the difference.
  • After rationalization and simplification, divide by δx and take the limit as δx approaches zero.
  • The final derivative is -1 / (2√x).
(iii) f(x) = 1/√x = x^(-1/2)
  • Start by setting y = x^(-1/2).
  • Calculate y + δy = (x + δx)^(-1/2).
  • Express δy as (x + δx)^(-1/2) - x^(-1/2).
  • Manipulate the equation using the binomial expansion.
  • Divide δy by δx and find the limit as δx tends to zero, resulting in dy/dx = -1 / (2x^(3/2)).
(iv) f(x) = 1/x³ = x⁻³
  • Let y = x⁻³.
  • Find y + δy = (x + δx)⁻³.
  • Determine δy = (x + δx)⁻³ - x⁻³.
  • Use binomial expansion and dividing by δx while taking the limit as δx approaches zero to find dy/dx = -3/x⁴.
(v) f(x) = 1/(x - a) = (x - a)⁻¹
  • Let y = (x - a)⁻¹.
  • Find y + δy = (x + δx - a)⁻¹.
  • Determine δy = (x + δx - a)⁻¹ - (x - a)⁻¹.
  • Simplify using the binomial theorem.
  • Divide by δx and take the limit as δx approaches 0, resulting in dy/dx = -1/(x - a)².
(vi) f(x) = x(x - 3) = x² - 3x
  • Let y = x² - 3x.
  • Find y + δy = (x + δx)² - 3(x + δx).
  • Determine δy = (x + δx)² - 3(x + δx) - (x² - 3x).
  • Simplify the expression.
  • Divide by δx and take the limit as δx approaches 0, so dy/dx = 2x - 3.
(vii) f(x) = 2/x⁴ = 2x⁻⁴
  • Let y = 2x⁻⁴.
  • Find y + δy = 2(x + δx)⁻⁴.
  • Determine δy = 2(x + δx)⁻⁴ - 2x⁻⁴.
  • Use binomial expansion, divide by δx, take the limit to get dy/dx = -8/x⁵.
(viii) f(x) = x² + 1/x = x² + x⁻¹
  • Let y = x² + x⁻¹.
  • Find y + δy = (x + δx)² + (x + δx)⁻¹.
  • Determine δy = (x + δx)² + (x + δx)⁻¹ - (x² + x⁻¹).
  • Apply binomial approximation to the (x + δx)⁻¹ term.
  • Divide by δx and take the limit to evaluate the derivative, dy/dx = 2x - 1/x².
(ix) f(x) = (x + 4)^(1/3)
  • Let y = (x + 4)^(1/3).
  • Then y + δy = (x + δx + 4)^(1/3).
  • Thus δy = (x + δx + 4)^(1/3) - (x + 4)^(1/3).
  • Simplify using the binomial expansion, divide by δx, and take the limit as δx → 0, resulting in dy/dx = 1 / [3(x + 4)^(2/3)].
(x) f(x) = x^(3/2)
  • Let y = x^(3/2).
  • Then y + δy = (x + δx)^(3/2).
  • So, δy = (x + δx)^(3/2) - x^(3/2)
  • Applying the manipulations like binomial series, dividing by δx, and applying limits, dy/dx = (3/2)√x.
(xi) f(x) = x^(5/2)
  • Let y = x^(5/2)
  • y + δy = (x + δx)^(5/2)
  • Applying the definition, δy = (x + δx)^(5/2) - x^(5/2)
  • Use binomial expansion as before, divide by δx and take the limit as δx tends to zero, the result dy/dx = (5/2)x^(3/2).
(xii) f(x) = x^m
  • Let y = x^m
  • y + δy = (x + δx)^m
  • Then δy = (x + δx)^m - x^m
  • Use binomial expansion, divide by δx, and take the limit to obtain dy/dx = mx^(m-1).
(xiii) f(x) = 1/x^m = x^(-m)
  • Let y = x^(-m).
  • Then y + δy = (x + δx)^(-m)
  • Calculate δy = (x + δx)^(-m) - x^(-m).
  • Applying binomial expansion, divide by δx, and take the limit as δx approaches zero, yielding dy/dx = -mx^(-m-1).
(xiv) f(x) = x^40
  • Let y = x^40.
  • Then y + δy = (x + δx)^40.
  • Therefore, δy = (x + δx)^40 - x^40
  • Use binomial expansion to simplify, divide by δx and finding the limit, result is dy/dx = 40x^39.
(xv) f(x) = x^(-100)
  • Let y = x^(-100).
  • y + δy = (x + δx)^(-100)
  • δy = (x + δx)^(-100) - x^(-100).
  • Simplify using binomials and taking limits leading to dy/dx = -100x^(-101).

Q.2 - Further Derivatives from First Principle

(i) f(x) = √(x + 2)
  • Let y = √(x + 2) = (x + 2)^(1/2).
  • Then y + δy = √(x + δx + 2) = (x + δx + 2)^(1/2).
  • Apply binomial expansion to determine and simplify δy before dividing by δx and taking limits to obtain dy/dx = 1 / [2√(x + 2)].
(ii) f(x) = 1/√(x + a) = (x + a)^(-1/2)
  • Let y = 1/√(x + a) = (x + a)^(-1/2).
  • y + δy = 1/√(x + δx + a) = (x + δx + a)^(-1/2).
  • Then δy = (x + δx + a)^(-1/2) - (x + a)^(-1/2).
  • Expand using binomial, simplify, divide by δx, and take limit for the final derivative, dy/dx = -1 / [2(x + a)^(3/2)].

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Related Documents

More Like This

Use Quizgecko on...
Browser
Browser