What Methods Solve the Differential Equation f '(x) = 3 * f(x)?

pilmr
Messages
2
Reaction score
0
Can anyone give some clues on how to solve this differential equation:

f '(x) = 3 * f(x)

Thanks!
 
Physics news on Phys.org
Let me see if I can help...

If the problem is asking to solve for f(x)...
Then, I'd first ask myself, what function is equal to its derivative.

I only know of one function: e^x
Therefore, the answer must be of be form: e^(kx), where k is some constant.

Does that help?
 
f'(x) = 3f(x)
lets say y = f(x) for funsies

y' = 3y
(dy/dx) = 3y
dy/(3y) = dx

Integrate with respect to both sides...

right side = X+ C
Left side, , it equals (1/3)*(lny) (technically absolute value of y, but whatevs)

so
ln(y) = 3x + 3c ... which we can also say 3x + C, since C is an arbitrary constant
ln(y) = 3x+C
y = e^(3x+C)
y = (e^(3x))(e^C)
e^C is a constant, so we can say that's C
so...

y = Ce^(3x)
 
Thank you guys, got it now.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top