1st order nonhomogeneous dif'l e'n

  • Thread starter Thread starter rbwang1225
  • Start date Start date
  • Tags Tags
    Nonhomogeneous
rbwang1225
Messages
112
Reaction score
0
f'+x*f=x^(2m+1), m is an integer

I have no idea for finding particular solution.

Any help would be appreciated.
 
Last edited:
Physics news on Phys.org
Well, that is a linear equation so it should be fairly easy to find an integrating factor.

That is, you want to find a function, u(x), such that multiplying by it makes the left side an "exact derivative":
u(x)\frac{df}{dx}+ xu(x)f(x)= \frac{d(u(x)f}{dx}

By the product rule
\frac{d(uf)}{dx}= u\frac{df}{dx}+ \frac{du}{dx}f

Comparing those, we must have
\frac{du}{dx}= xu
or
\frac{du}{u}= x dx

Integrate that to find u(x), then multiply the entire differential equation by u(x) to get an exact equation.

By the way, you really need to use parenthese to clarify. Is that right hand side
(x^2)(m+1) or x^(2m)+ 1 or x^(2m+1)?

(I expect it is the last since that exponent being odd is important in integrating.)
 
hi rbwang1225! :smile:

(try using the X2 icon just above the Reply box :wink:)
rbwang1225 said:
f'+x*f=x^2m+1, m is an integer

I have no idea for finding particular solution.

Any help would be appreciated.

is that f' + x*f = x2m+1 or f' + x*f = x2m + 1 ? :confused:

either way, you have a polynomial on the RHS, so the obvious guess for a particular solution is … ? :wink:
 
rbwang1225
The particular solution is

f*(x)=x^(2m)-2*m*x^(2m-2)+(2^2)*m*(m-1)*x^(2m-4)-...+((-1)^m)*(2^m)*m!
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top