Introductuin to differential equations

sapiental
Messages
110
Reaction score
0

Homework Statement


use the concept that y = c, -inf < x < inf is a constant function if and only if y' = 0 to determine whether the specified differential equation has any constant solutions:

y'' + 4y' + 6y = 10

The Attempt at a Solution



What throws me off in this particular problem is y''. If y' = 0 then y'' = 0 as well.
Only now when I integrate y'' to y' its y' = c1 so c1 = 0 and y' still = 0.

then I basically substitute my results in the equation to get:

(0) + 4(0) + 6(c) = 10

6c = 10

[c = 10/6, c1 = 0] are the constant solutions to the equation.

Does this make sense?

Thanks.
 
Physics news on Phys.org
You are thinking too hard. You don't have to integrate anything. Set y''=y'=0 and solve the equation for y. y=0 is NOT a solution.
 
ahh.. so

y = (10 - 4y' - y'')/6

y = (10 - 4(0) - 0)/6

[y = 10/6] ?

Thanks for the help! Please let me know if this is right.
 
The great thing about ODE's is that you can usually quite readily check the answer by substituting your solution back into the differential equation. Give it a try and you'll find that your solution is correct.
 
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