Can anyone explain the concept of derivatives?

2 Answers
Aug 26, 2016

This is a very vast question. Honestly, it's hard to explain in a few words.

By definition, the derivative of the function is the instantaneous rate of change with respect to xx at any point on that function. In other words, the derivative measures the slope at any given point in the domain of the function.

There are many different techniques to find derivatives of functions, as well as vast applications. Here are a few examples:

Example 1: Determine the derivative of y = 3x^4 xx 3x^7y=3x4×3x7

y = 9x^11y=9x11

By the power rule:

y' = 99x^10

Example 2: Determine the derivative of y = 2sqrt(x + 8)

First, let's differentiate the sqrt using the chain rule.

Let y = u^(1/2) and u = x + 8

dy/dx = 1/2u^(-1/2) xx 1 = 1/(2(x + 8)^(1/2)) = 1/(2sqrt(x + 8))

Now, we can calculate the derivative of the entire function using the product rule.

y' = 0 xx sqrt(x + 8) + 2 xx 1/(2sqrt(x + 8))

y'= 1/sqrt(x + 8)

Example 3: Determine the derivative of the relation x^2y^2 - x^3y = xy

Through implicit differentiation and the product rule, we get:

x^2y^2 - x^3y - xy = 0

2xy^2 + 2x^2y(dy/dx) - 3x^2y - x^3(dy/dx) - y - x(dy/dx) = 0

2x^2y(dy/dx) - x^3(dy/dx) - x(dy/dx) = 3x^2y + y - 2xy^2

dy/dx(2x^2y - x^3 - x) = 3x^2y + y - 2xy^2

dy/dx = (3x^2y + y - 2xy^2)/(2x^2y - x^3 - x)

Example 4: Determine the derivative of the following: y = 2^cosx

Taking the natural logarithm of both sides:

lny = ln(2^(cosx))

lny = cosxln2

Differentiate the right side using the product rule and the left side using the derivative rule (lnx)' = 1/x:

1/y(dy/dx) = -sinx xx ln2 + 0 xx cosx

dy/dx = (-ln2sinx)/(1/y)

dy/dx = y xx -ln2sinx

dy/dx = 2^cosx xx -ln2sinx

Example 5: Determine the equation of the tangent line to the curve y = cscx at the point x = (11pi)/6

The tangent line to the curve means the line that touches the curve only once, at the given point.

We need to start by finding the point of tangency. This is done by evaluating x = a, where a is the given point, into the function.

y = csc((11pi)/6)

y = 1/(sin((11pi)/6))

y = 1/(-1/2)

y = -2

Next, we need to differentiate. The derivative of y = cscx is given by the quotient rule:

y = cscx

y = 1/sinx

y' = (0 xx sinx - 1 xx cosx)/(sinx)^2

y' = -cosx/sin^2x

y' = -(cosx/sinx)(1/sinx)

y' = -cotxcscx

Next, we need to determine the slope of the tangent. This can be found by evaluating x = a into the derivative.

y = -cot((11pi)/6) xx csc((11pi)/6)

y = -(-sqrt(3)) xx -2 = -2sqrt(3)

The last step to problems such as these is to determine the equation of the line using point-slope form.

y - y_1 = m(x - x_1)

y - (-2) = -2sqrt(3)(x - (11pi)/6))

y + 2 = -2sqrt(3)x + (11pisqrt(3))/3

y = -2sqrt(3)x + (11pisqrt(3) - 6)/3

There are other applications to derivatives, but this answer is already extremely long and so I'll leave it up to other contributors to explain curve sketching and applications involving optimization, biological sciences, economics and geometric figures.

Hopefully this overview has enlightened you towards calculus and has been helpful.

Aug 26, 2016

Here's a visual way to approach explaining derivatives.

A derivative is the instantaneous rate of change, like at a specific point on a graph. So, it is the slope over very small changes in y and x.

Mathematically, you have:

lim_(Deltax->0) (f(x + Deltax) - f(x))/(Deltax)

This is really saying the same thing as (Delta(f(x)))/(Deltax) or (Deltay)/(Deltax) for small Deltax (and consequently Delta(f(x))).

Conceptually, take a graph on a calculator, and zoom in.

  • Take the idea of the slope, (Deltay)/(Deltax) (rise over run), and consider really small Deltax and Deltay.
  • You can achieve small values of Deltax and Deltay by zooming into a graph really closely, since your viewing window is progressively looking at smaller and smaller regions.

For example, velocity is the derivative of position, so zooming into a position vs. time graph gives you the instantaneous velocity within the small interval [a,b]:

When your graph looks linear at your specific spot on your graph, that represents what it means to take the derivative at that spot.