Solve 2 second order linear ODEs d^2y/dx^2 + 16(dy/dx) + 55y = 0, d^2y/dx^2 + 22(dy/dx) + 85y = 0, s.t. y(0) = 14

SerClaudio

New member
Joined
Feb 26, 2019
Messages
5
Could you please help me solve this question?



Solve the two differential equations:

. . . . .[math]\dfrac{d^2y}{dx^2}\, +\, 16\, \dfrac{dy}{dx}\, +\, 55y\, =\, 0[/math]
. . . . .[math]\dfrac{d^2y}{dx^2}\, +\, 22\, \dfrac{dy}{dx}\, +\, 85y\, =\, 0[/math]
...subject to [math]y(0)\, =\, 14.[/math]


Thank you
 

Attachments

  • IMG-20190226-WA0003.jpg
    IMG-20190226-WA0003.jpg
    44.3 KB · Views: 11
Last edited by a moderator:
Can you begin by stating the characteristic/auxiliary equation for each ODE?
 
Yes, those are the general two-parameter solutions to the given ODEs. We see there is one solution that will satisfy both...can you identify it?
 
Could you please help me solve this question? Thank you
The two are being solved simultaneously, correct? As another approach I'd subtract the two equations. Then the second derivative drops out and you are left with a single linear equation.

-Dan
 
The two are being solved simultaneously, correct? As another approach I'd subtract the two equations. Then the second derivative drops out and you are left with a single linear equation.

-Dan
I tried this method and reckon it is the right approach to solve the problem. However, the linear expression I obtained is y=-5x+14 and when I put this back into either equation it does not add up to zero. To be a general solution it should work, but it doesnt?
 
Yes, those are the general two-parameter solutions to the given ODEs. We see there is one solution that will satisfy both...can you identify it?
I can use substitution and obtain an expression with both auxiliary equations but because the condition given is only one we would have 2 constants... it does not seem right
 
Yes, I realized last night that there is some kind of flaw in my reasoning. For example, MarkFL's method would immediately show if there is no solution, but mine will come up with a false one. I really have no idea why my method is flawed and won't always work.

Stick with MarkFL's method.

-Dan
 
Yes, I realized last night that there is some kind of flaw in my reasoning. For example, MarkFL's method would immediately show if there is no solution, but mine will come up with a false one. I really have no idea why my method is flawed and won't always work.

Stick with MarkFL's method.

-Dan
Your method and mine are right.. I simply made an implicit integration mistake. The general solution is y=Ae^(-5x) and the specific one is 14e^(-5x). Thank you anyway for your time.
 
I'm not seeing the flaw with Dan's method, and last night I thought it was a very efficient means to get where we want to be.. Subtracting the first ODE from the second (essentially applying superposition) leads to:

[MATH]\d{y}{x}+5y=0[/MATH]
As this has a linear auxiliary equation with one root, this leads us to the general solution:

[MATH]y(x)=c_1e^{-5x}[/MATH]
And this is the solution that satisfies both original 2nd order ODEs. Then to find the particular solution satisfying the given initial value:

[MATH]y(0)=c_1=14\implies y(x)=14e^{-5x}[/MATH]
 
It certainly works in this instance, but suppose we have
[math]\dfrac{d^2y}{dx^2} - 5 \dfrac{dy}{dx} + 6y = 0[/math]and
[math]\dfrac{d^2y}{dx^2} + 4 \dfrac{dy}{dx} + 3y = 0[/math]
My method gives [math]y = E e^{-x/3}[/math], but if you solve each equation separately you find that
[math]y = Ae^{3x} + Be^{2x}[/math] for the first equation
and
[math]y = Ce^{-3x} + De^{-x}[/math]
There is no solution to this system but my method comes up with one anyway. I don't know how to test for the existence of a solution.

-Dan
 
Top