Determine the solution to the differential equation, Programming Languages

Assignment Help:

Determine the solution to the following differential equation.

x2 y′′ + 3xy′ + 4 y = 0

 Solution

Find the roots to (3) first as generally.

r(r -1) + 3r + 4 = 0

r2 + 2r + 4 = 0                          ⇒                     r1,2 = -1 + √(3i)

Then the general solution is,

y(x) = c1 x-1 cos (√3 ln x ) + c2 x-1 sin (√3 ln x ) = x-1 (c1 cos (√3 ln x ) + c2 sin (√3 ln x ))

We must now talk about how to deal along with x<0 as it is a possibility on occasion. To deal with it we require using the variable transformation,

h = - x

In this case as x<0 we will find h>0. Now, describe as,

u (h) = y(x) = y (-h)

So using the chain rule we can notice that,

u′ (h) = - y′(x)

 And u′′(h) = y′′(x)

 

 With this transformation the differential equation turns into,

a (-h)2 u′′ + b (-h)(-u′) + cu = 0

ah2u′′ + bhu′ +cu = 0

In other words, as h>0 we can use the work above to find solutions to this differential equation. We will also go back to x's with using the variable transformation in reverse.

h= - x

Now here we take the real, distinct case first to notice what happens.

m (h) = c1hr1 + c2 hr2

y(x) = c1 (-x) r1 + c2 (-x) r2

Here, we could do that for the rest of the cases if we needed to, although before doing that let's see that if we recall the definition of absolute value as,

667_Determine the solution to the differential equation.png

We can combine both of our solutions to such case in one and write the solution,

y(x) = c1 |x| r1 + c2 |x| r2

x ≠ 0;

Remember that we still require to avoid x=0 as we could even get division by zero. Though it is now a solution for any interval which doesn't have x=0.

We can do similarly for the other two cases and the subsequent solutions for any interval not having x=0.

y(x) = c1 |x|r + c2 |x|r In|x|

y(x) = c1 |x|l (cos m In|x|) + c2 |x|l (sin m In|x|)

We can create one more generalization before working one more illustration. A more common form of an Euler Equation is as,

a(x - x0)2 y'' + b (x - x0) y' + cy = 0;

And we can ask for solutions for any interval not having x = x0. The work for generating the solutions in that case is identical to all the above work and therefore isn't demonstrated now.

The solutions for this general case for any interval not containing x=a are,

y(x) = c1|x - a|r1 + c2 |x - a|r2

y(x) = |x - a|r (c1+ c2  In |x - a|)

y(x) = |x - a|l c1 cos (m In|x -a|) + c2 sin (m In|x - a|)

Here then the roots are for solution to:

ar(r - 1) + b(r) + c = 0


Related Discussions:- Determine the solution to the differential equation

Shell script to print right traingle, Normal 0 false false ...

Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4

Brent''s method, This is what I have so far def root_brent(f, a, b, errorl...

This is what I have so far def root_brent(f, a, b, errorlimit = tinyerror, n = -1, r_i = 0): # f(a) and f(b) must have opposite signs poly = remove_multiple_roots(poly) counter

Python , Python Programming hmw help!! Write a program that ask the user to...

Python Programming hmw help!! Write a program that ask the user to input the followings: number of shares, stock price, and broker commission. Last month jim purchased some stock

Scheme assignment, A function that takes a list with at least 4 numbers and...

A function that takes a list with at least 4 numbers and if three of the numbers sum is equal to the remaining numbers return #t else return #f

Jsp help, what is the code to copy code on 1 jsp page to others

what is the code to copy code on 1 jsp page to others

Code html and xml, Topic Develop a Web site that will provide informat...

Topic Develop a Web site that will provide information about your organization. The Web site will need to have a user-friendly interface for users to enter their information;

C program with creation of child process using fork system, Problem 6. ...

Problem 6. Demonstrate how and when can you use the commands- vi, cat, chmod, grep, man, pwd, ps, kill, mkdir, rm demonstrating how and when the above 10 commands can be

Improved support for javascript debugging, Improved Support for JavaScript ...

Improved Support for JavaScript Debugging ASP.NET has many benefits over vintage ASP in the place of debugging. You can now quickly debug your server-side value using the complete

Write a document type definition for xml file, XML Publishing. Consider the...

XML Publishing. Consider the following relational data: Products: pid Name Price Description 323 gizmo

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd