Differential Equations - maximal interval

Paper Wings
Messages
7
Reaction score
0

Homework Statement


1. Write an interval formula for the solution
f'(x)=2f(x)+e^x
f(1)=0

Explicitly find the maximal interval I about 0 on which we can solve the following differential equations
2. f'(x) = xf(x)
f(0)=1

3. f'(x)=[f(x)]^2
f(0)=-1


Homework Equations


For
a.f'(x)=bf(x)+h(x)
b. f(x_{0})=y_{0}
then
e^{b(x-x_{0})}+ \int{e^{b(x-t)}h(t)dt}

The Attempt at a Solution


1. By applying the formula, it yields
f(x)=e^{2(x-1)}0+ \int_0^x{e^{2(x-t)}dt}=\left[ -\frac{1}{3}e^{3x-2t}\right]\right|^{x}_{1}= \left[ -\frac{1}{3}e^x- \left(- \frac{1}{3}e^{3x-2} \right) \right]

2. I tried dividing f(x) from both sides of the f'(x) equation then I know that \frac{f'(x)}{f(x)}= \frac{d}{dx} \left[ lnf(x) \right], but I do not know how to procede from here.

3. I've tried using the same method with part 2 except that I divide one f(x) from both sides which yields \frac{f'(x)}{f(x)}=f(x). Again I'm stuck. Any hints, tips, or help is greatly appreciated. Thank you.
 
Physics news on Phys.org
alright, let's see.

For 1), you accidentally changed your lower bound from 0 to 1. Also, for some reason, you multiplied e^{2(x-1)} by 0, which you should not have done.

Both 2) and 3) are simple separation of variables problem. However, I'm not entirely sure what the question means by "maximal interval". The maximum with respect to x? If so, than you don't even need to solve the differential equation. Instead just solve for x and determine whether or not its increasing or decreasing at those points.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top