Proof showing f(x) = ce^x has a constant

  • Thread starter Thread starter Calcgeek123
  • Start date Start date
  • Tags Tags
    Constant Proof
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
11 replies · 6K views
Calcgeek123
Messages
19
Reaction score
0

Homework Statement



Show that if f is infinitely differential and f'(x)=f(x), then there's a constant "c" with f(x)=ce^x.

Homework Equations





The Attempt at a Solution



I think I'm supposed to begin with an arbitrary function and show that it looks like f(x) = ce^x... but that's as far as I've gotten.
 
Physics news on Phys.org
Well.. since f(x)=ce^x is a solution and g(x) is also a soltion, then g(x)-ce^x is the same as g(x)-f(x). Is that right so far?
 
(g(x)- f(x))' is the change in slope of graphs g(x) and f(x). Am i getting closer?
 
Use a rule for simplifying [tex](g(x) - f(x))'[/tex] and then apply what you know about the two functions [tex]f[/tex] and [tex]g[/tex].
 
Last edited:
Using the difference rule, if g and f are differentiable functions, then the derivative of the difference of g(x) and f(x) is equal to the derivative of g(x) minus the derivative of f(x).
As for applying what I know about the two functions... they are the same, so the derivative would be zero. Better so far?
 
they are the same, so the derivative would be zero

Why are they the same? I thought that's what we were trying to prove.

You DO know that
f'(x)=f(x)
g'(x)=g(x)

So (g(x) - f(x))' = g'(x) - f'(x) = ?

Also, what is g(0)-f(0)?
 
How do i know that a function is equal to its derivative? (referring to f'(x) = f(x), and same with g(x))
Sorry..
 
Oh, like e^(x) is the derivative of e^(x)?
 
[tex]f'(x) = f(x)[/tex]

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

[tex]\int \frac{f'(x)}{f(x)}dx = \int dx[/tex]

[tex]ln|f(x)| = x + C[/tex]

[tex]f(x) = e^{x+C}[/tex]

[tex]f(x) = Ae^x[/tex]

where A is just a constant. [tex]A = \pm e^C[/tex]