1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
8_murik_8 [283]
3 years ago
12

Using Laplace transforms, solve x" + 4x' + 6x = 1- e^t with the following initial conditions: x(0) = x'(0) = 1.

Mathematics
1 answer:
professor190 [17]3 years ago
6 0

Answer:

The solution to the differential equation is

X(s)=\cfrac 1{6}  -\cfrac {1}{11}e^{t}+\cfrac {61}{66}e^{-2t}\cos(\sqrt 2t)+\cfrac {97}{66}\sqrt 2 e^{-2t}\sin(\sqrt 2t)

Step-by-step explanation:

Applying Laplace Transform will help us solve differential equations in Algebraic ways to find particular  solutions, thus after applying Laplace transform and evaluating at the initial conditions we need to solve and apply Inverse Laplace transform to find the final answer.

Applying Laplace Transform

We can start applying Laplace at the given ODE

x''(t)+4x'(t)+6x(t)=1-e^t

So we will get

s^2 X(s)-sx(0)-x'(0)+4(sX(s)-x(0))+6X(s)=\cfrac 1s -\cfrac1{s-1}

Applying initial conditions and solving for X(s).

If we apply the initial conditions we get

s^2 X(s)-s-1+4(sX(s)-1)+6X(s)=\cfrac 1s -\cfrac1{s-1}

Simplifying

s^2 X(s)-s-1+4sX(s)-4+6X(s)=\cfrac 1s -\cfrac1{s-1}

s^2 X(s)-s-5+4sX(s)+6X(s)=\cfrac 1s -\cfrac1{s-1}

Moving all terms that do not have X(s) to the other side

s^2 X(s)+4sX(s)+6X(s)=\cfrac 1s -\cfrac1{s-1}+s+5

Factoring X(s) and moving the rest to the other side.

X(s)(s^2 +4s+6)=\cfrac 1s -\cfrac1{s-1}+s+5

X(s)=\cfrac 1{s(s^2 +4s+6)} -\cfrac1{(s-1)(s^2 +4s+6)}+\cfrac {s+5}{s^2 +4s+6}

Partial fraction decomposition method.

In order to apply Inverse Laplace Transform, we need to separate the fractions into the simplest form, so we can apply partial fraction decomposition to the first 2 fractions. For the first one we have

\cfrac 1{s(s^2 +4s+6)}=\cfrac As + \cfrac {Bs+C}{s^2+4s+6}

So if we multiply both sides by the entire denominator we get

1=A(s^2+4s+6) +  (Bs+C)s

At this point we can find the value of A fast if we plug s = 0, so we get

1=A(6)+0

So the value of A is

A = \cfrac 16

We can replace that on the previous equation and multiply all terms by 6

1=\cfrac 16(s^2+4s+6) +  (Bs+C)s

6=s^2+4s+6 +  6Bs^2+6Cs

We can simplify a bit

-s^2-4s=  6Bs^2+6Cs

And by comparing coefficients we can tell the values of B and C

-1= 6B\\B=-1/6\\-4=6C\\C=-4/6

So the separated fraction will be

\cfrac 1{s(s^2 +4s+6)}=\cfrac 1{6s} +\cfrac {-s/6-4/6}{s^2+4s+6}

We can repeat the process for the second fraction.

\cfrac1{(s-1)(s^2 +4s+6)}=\cfrac A{s-1} + \cfrac {Bs+C}{s^2+4s+6}

Multiplying by the entire denominator give us

1=A(s^2+4s+6) + (Bs+C)(s-1)

We can plug the value of s = 1 to find A fast.

1=A(11) + 0

So we get

A = \cfrac1{11}

We can replace that on the previous equation and multiply all terms by 11

1=\cfrac 1{11}(s^2+4s+6) + (Bs+C)(s-1)

11=s^2+4s+6 + 11Bs^2+11Cs-11Bs-11C

Simplifying

-s^2-4s+5= 11Bs^2+11Cs-11Bs-11C

And by comparing coefficients we can tell the values of B and C.

-s^2-4s+5= 11Bs^2+11Cs-11Bs-11C\\-1=11B\\B=-\cfrac{1}{11}\\5=-11C\\C=-\cfrac{5}{11}

So the separated fraction will be

\cfrac1{(s-1)(s^2 +4s+6)}=\cfrac {1/11}{s-1} + \cfrac {-s/11-5/11}{s^2+4s+6}

So far replacing both expanded fractions on the solution

X(s)=\cfrac 1{6s} +\cfrac {-s/6-4/6}{s^2+4s+6} -\cfrac {1/11}{s-1} -\cfrac {-s/11-5/11}{s^2+4s+6}+\cfrac {s+5}{s^2 +4s+6}

We can combine the fractions with the same denominator

X(s)=\cfrac 1{6s}  -\cfrac {1/11}{s-1}+\cfrac {-s/6-4/6+s/11+5/11+s+5}{s^2 +4s+6}

Simplifying give us

X(s)=\cfrac 1{6s}  -\cfrac {1/11}{s-1}+\cfrac {61s/66+158/33}{s^2 +4s+6}

Completing the square

One last step before applying the Inverse Laplace transform is to factor the denominators using completing the square procedure for this case, so we will have

s^2+4s+6 = s^2 +4s+4-4+6

We are adding half of the middle term but squared, so the first 3 terms become the perfect  square, that is

=(s+2)^2+2

So we get

X(s)=\cfrac 1{6s}  -\cfrac {1/11}{s-1}+\cfrac {61s/66+158/33}{(s+2)^2 +(\sqrt 2)^2}

Notice that the denominator has (s+2) inside a square we need to match that on the numerator so we can add and subtract 2

X(s)=\cfrac 1{6s}  -\cfrac {1/11}{s-1}+\cfrac {61(s+2-2)/66+316 /66}{(s+2)^2 +(\sqrt 2)^2}\\X(s)=\cfrac 1{6s}  -\cfrac {1/11}{s-1}+\cfrac {61(s+2)/66+194 /66}{(s+2)^2 +(\sqrt 2)^2}

Lastly we can split the fraction one more

X(s)=\cfrac 1{6s}  -\cfrac {1/11}{s-1}+\cfrac {61(s+2)/66}{(s+2)^2 +(\sqrt 2)^2}+\cfrac {194 /66}{(s+2)^2 +(\sqrt 2)^2}

Applying Inverse Laplace Transform.

Since all terms are ready we can apply Inverse Laplace transform directly to each term and we will get

\boxed{X(s)=\cfrac 1{6}  -\cfrac {1}{11}e^{t}+\cfrac {61}{66}e^{-2t}\cos(\sqrt 2t)+\cfrac {97}{66}\sqrt 2 e^{-2t}\sin(\sqrt 2t)}

You might be interested in
Plot each of the three elevations as a point on a vertical number line label each point with its number value
sineoko [7]
Hi can you please help me on my homework
3 0
3 years ago
Solve for virtual hugs
Phantasy [73]
For A the great common factor is 3 because if you were to do 3,6,9 and then 36- 3,6,9,12,15,18,21,24,27,30,36 the greatest common factor (GCF) would be 3.

For B the greatest common factor is 28 because if you were to do 7,14,21,28, twenty-eight is the highest number possible and for 42 you would do 7,14,21,28,35,42 the highest number possible for them to match would be 28 so the answer is 28 for B
3 0
3 years ago
Solve the system given:
blsea [12.9K]

the answer to your question is:

D (2, -6)

i hope this was helpful ;)

6 0
3 years ago
Simplify the radical expression by rationalizing the denominat o 3/11
8090 [49]
Do you mean 3/√11 ? In this case, you'll have to multiply both, numerator and denominator by the denominator ... 
5 0
3 years ago
Read 2 more answers
PLS HELP ONLINE SCHOOL!! I DONT GET IT
lapo4ka [179]

Answer:

1:1

Step-by-step explanation:

They look exactly the same so they would equal each other

8 0
3 years ago
Other questions:
  • A baseball coach needs to choose 99 players to be in the batting lineup for the next game. There are 44 freshmen, 44 sophomores,
    8·1 answer
  • Which options could be the next step in simplifying this expression?
    7·1 answer
  • Solve the system of equations below by graphing both equations with a
    9·2 answers
  • Can someone show me step by step 9÷858
    7·1 answer
  • To own and operate a home printer, it costs $100 for the printer and an additional $0.05 per page for ink. To print out pages at
    11·2 answers
  • Match the slope and y-intercept with the correct linear equation. Question 1 options: m = -2, b = 3 m = 23, b = -25 m = 3, b = 5
    6·1 answer
  • What is the length of C D
    8·2 answers
  • I’ll give brainiest pls help ASAP :)
    13·1 answer
  • What is ? : x - 9 = 0.7x + 0.6x
    13·1 answer
  • You got a quiz back and your teacher wrote +16, and80% at the top. How many points was the quiz worth
    14·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!