Repeated roots, Mathematics

Assignment Help:

Under this section we will be looking at the previous case for the constant coefficient and linear and homogeneous second order differential equations.  In this case we need solutions to,

ay′′ + by′ + cy = 0

Here a solution to the characteristic equation is as:

ar2 + br +c = 0

Such are double roots r1 = r2 = r.

This leads to a problem though.  Recall which the solutions are as

y1(t) = er1t = ert, and y2(t) = er2t = ert

These are similar solution and will NOT be "nice enough" to create a general solution. I promise that I'll describe "nice enough"! Consequently, we can utilize the first solution, although we're going to require a second solution.

Before determining this second solution let's take some side trip. The motive for the side trip will be clear finally. By the quadratic formula we identify that the roots to the characteristic equation as,

r1,2 = (- b + √(b2 - 4ac))/2a

In this case, as we have double roots we should have,

b2 - 4ac = 0

It is the only method which we can get double roots and under this case the roots will be,

r1,2 = (- b)/2a

Thus, the one solution that we've found is,

y1(t) = e-(bt/2a)

To determine a second solution we will use the fact as constant times a solution to a linear homogeneous differential equation is also a solution. If it is true so maybe we'll get lucky and the subsequent will also be a solution,

y2(t) = n(t) y1(t) = n (t) e-(bt/2a)

Along with a proper option of v(t). To find out if this in fact can be done, let's plug this back in the differential equation and notice what we find.  We'll first require a couple of derivatives.

y2'(t) = n' e-(bt/2a) - (b/2a) n e-(bt/2a)

y2''(t) = n'' e-(bt/2a) - (b/2a) n'e-(bt/2a) - (b/2a) n'e-(bt/2a) +(b/4a2) ne-(bt/2a)

= n'' e-(bt/2a) - (b/a) n'e-(bt/2a) +(b/4a2) ne-(bt/2a)

We dropped the (t) part upon the v to simplify things some for the writing out of the derivatives. Here, plug these in the differential equation.

559_Repeated Roots.png

Let's do factor an exponential out of all the terms so we get. We'll also get all the coefficients of v and also its derivatives,

e-(bt/2a) ((an'' + (- b + b) n') + ((b/4a2) - (b/2a) + c )) = 0

e-(bt/2a) ((an'' +(-(b/4a2) + c) n ) = 0

e-(bt/2a) ((an'' - (1/4a) (b2 - 4ac) n ) = 0

Now, since we are working along with a double root we identify that that the second term will be zero. Also exponentials are never zero. Thus, (1) will be a solution to the differential equation given v(t) is a function that satisfies the subsequent differential equation.

av′′ = 0                        OR       v′′ = 0

 We can drop the a since we identify that this can't be zero. If this were we wouldn't have a second order differential equation! Thus, we can now agree on the most general possible form which is allowable for v(t).

v′ = ∫ v′′ dt = c,                        v (t )= ∫ v′ dt = ct + k

This is in fact more complicated than we require and actually we can drop both of the constants from that. To notice why this is let's go ahead and utilize this to find the second solution. The two solutions are so,

y1(t) = e-(bt/2a),   and y2(t) = (ct + k) e-(bt/2a)

Finally you will be capable to show that these two solutions are "nice enough" to create a general solution. The general solution would after that be as

y(t) = c1e-(bt/2a)+ c2(ct+ k) e-(bt/2a),

= c1e-(bt/2a)+ (c2ct+ c2k) e-(bt/2a),

= (c1+ c2k) e-(bt/2a) + c2ct e-(bt/2a),

See here that we rearranged things a little. Here, c, k, c1, and c2 are all unknown constants thus any combination of them will also be unknown constants. In exacting, c1+c2 k and c2 c are unknown constants consequently we'll just rewrite them as given below,

y1(t) = c1e-(bt/2a)+ c1te-(bt/2a)

Therefore, if we go back to the most general form for v(t) we can let c=1 and k=0 and we will arrive at similar general solution.

Let's recap. If the roots of the characteristic equation are as r1 = r2 = r, so the general solution is here

y (t ) = c1ert+ c2tert

 Here, let's work a couple of illustrations.

Example 1: Solve the subsequent IVP.

y′′ - 4 y′ + 4 y = 0

 y (0) = 12

 y′ (0) = -3

Solution

The characteristic equation and its roots are.

r2 - 4r + 4 = ( r - 2)2  = 0

 r1,2  = 2

The general solution and its derivative are as

y (t ) = c1 e2t  + c2te2t

 y′ (t) = 2c1e2t + c2e2t + 2c2te2t

Keep in mind that to product rule the second term! Plugging in the initial conditions provides the as given system.

12 = y (0) = c1

-3 = y′ (0) = 2c1 + c2

This system is simply solve to find c1 = 12 and c2 = -27.  The actual solution to the Initial Value Problem is then.

y (t ) = 12e2t - 27te2t


Related Discussions:- Repeated roots

Two consecutive integers is 15 find out the larger integer, If the differen...

If the difference among the squares of two consecutive integers is 15 find out the larger integer. Let x = the lesser integer and let x + 1 = the greater integer. The sentence,

Lucy youth group increased $1, Lucy's youth group increased $1,569 for char...

Lucy's youth group increased $1,569 for charity. They decided to split the money evenly between 3 charities. How much will each charity receive? Divide the money raised through

Find out how much acid solution mixed, A chemist has one solution which is ...

A chemist has one solution which is 50% acid and a second which is 25% acid. How much of each should be mixed to make 10 litres of 40% acid solution.

Demerits and merits -the arithmetic mean or a.m, Demerits and merits of the...

Demerits and merits of the measures of central tendency The arithmetic mean or a.m Merits i.  It employs all the observations given ii. This is a very useful

Example of uniform distribution, Q. Samantha wrote a computer program to r...

Q. Samantha wrote a computer program to randomly generate two-digit numbers between 00 and 99. Let X be the random 2 digit number generated by the computer. Find the distributio

Mathematics for finance, 1. XYZ company’s cost function for the next four m...

1. XYZ company’s cost function for the next four months is C = 600,000 + 8Q a) Find the BEP dollar volume of sales if the selling price is br. 10 / unit b) What woul

How to left shifts and right shifts a graph, Q. How to Left shifts and righ...

Q. How to Left shifts and right shifts a graph? Ans. When you're translating (shifting) a graph, it's easy to get subtracting and adding mixed up. It seems counter-intuiti

If 1/x+2, if 1/x+2, 1/x+3, 1/x+5 are in AP find x Ans 1/x+2,1/x+3, 1/x+5...

if 1/x+2, 1/x+3, 1/x+5 are in AP find x Ans 1/x+2,1/x+3, 1/x+5 are in AP find x. 1/x+3 - 1/x+2 = 1/x+5-1/x+3 =>  1/x 2 +5x+6  = 2/ x 2 +8x +15 =>  On solving we get x

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