How can one find the dervative of a function

  • Thread starter Thread starter epkid08
  • Start date Start date
  • Tags Tags
    Function
Click For Summary
SUMMARY

This discussion focuses on finding the derivative of the function f(n) = ln(n) and determining the function g(x) in the equation f(x) + g(x) = f(x+1). It is established that derivatives cannot be defined for functions with a domain limited to natural numbers, as derivatives require a continuous domain. The concept of finite differences is introduced, defined as Δf = f(n+1) - f(n), which can be used to approximate derivatives for discrete functions. The conversation also explores the relationship between finite differences and derivatives, particularly for polynomial functions and logarithmic functions.

PREREQUISITES
  • Understanding of basic calculus concepts, including derivatives and limits.
  • Familiarity with finite differences and their definitions.
  • Knowledge of natural numbers and their properties in mathematical functions.
  • Basic algebra skills for manipulating equations and functions.
NEXT STEPS
  • Research the concept of finite differences in more detail, focusing on applications in numerical analysis.
  • Study the properties of logarithmic functions and their derivatives, specifically f(n) = ln(n).
  • Explore the relationship between discrete and continuous functions in calculus.
  • Learn about Taylor series and their use in approximating functions and derivatives.
USEFUL FOR

Mathematicians, students studying calculus, and anyone interested in the application of finite differences and derivatives in discrete mathematics.

epkid08
Messages
264
Reaction score
1
How can I find the derivative of a function say, f(n) = ln(n), where n is a natural number?

In other words, how can find g(x) in the following equation:
f(x) + g(x) = f(x+1)

I know there isn't a general formula for this, but are there some techniques to find g(x) for a specific equation f(x)?
 
Physics news on Phys.org
epkid08 said:
How can I find the derivative of a function say, f(n) = ln(n), where n is a natural number?

In other words, how can find g(x) in the following equation:
f(x) + g(x) = f(x+1)

I know there isn't a general formula for this, but are there some techniques to find g(x) for a specific equation f(x)?

If you mean the domain of f is the set of natural numbers, then there is no derivative. The domain has to be a continuous set in order to define a derivative.

As far as finding g(x) in f(x)+ g(x)= f(x+1) is concerned, what's wrong with the obvious g(x)= f(x+1)- f(x)? Unless you have more information on f(x) I don't know what else you want.

Are you, perhaps, talking about "finite differences"? The finite difference [itex]\Delta f[/itex] is defined as f(n+1)- f(n) for functions defined only on the natural numbers or, more generally, as (f(x+h)- f(x))/h for h a fixed, non-zero, real number. Still the only way to calculste f(n+1)- f(n) is to evaluate f(n+1) and f(n) and actually do that algebra.
 
Last edited by a moderator:
HallsofIvy said:
If you mean the domain of f is the set of natural numbers, then there is no derivative. The domain has to be a continuous set in order to define a derivative.

As far as finding g(x) in f(x)+ g(x)= f(x+1) is concerned, what's wrong with the obvious g(x)= f(x+1)- f(x)? Unless you have more information on f(x) I don't know what else you want.

Are you, perhaps, talking about "finite differences"? The finite difference [itex]\Delta f[/itex] is defined as f(n+1)- f(n) for functions defined only on the natural numbers or, more generally, as (f(x+h)- f(x))/h for h a fixed, non-zero, real number. Still the only way to calculste f(n+1)- f(n) is to evaluate f(n+1) and f(n) and actually do that algebra.

I guess technically I was talking about "finite differences," but I wanted to find it in terms of the actual derivative of the function. Here's an easy example:

f(n) = n^2, n ∈ ℕ
[tex]f(n+1)=f(n)+\frac{f'(n)+f'(n+1)}{2}[/tex]

The finite difference here is expressed through the derivative of the function. I realize that this would readily cancel out, just like f(n) - f(n) + f(n+1) = f(n+1) would, as it would with most polynomial functions, but I'm wondering that for a function like ln(n), there exists the finite difference in terms of f'(n) where it wouldn't readily cancel out.

If we take for example, f(n) = ln(n), a simple guess could be made about the finite difference in terms of f'(n):

[tex]f(n+1)=f(n)+\frac{f'(n)}{f'(f(n))}[/tex]

though probably not true.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
Replies
8
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
3
Views
2K