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
0.0000365 = ? X 10(?)- exponent ( whats the answer for this scientific notation
SOVA2 [1]
It would be 3.65 x 10^{-5}.  This is because there is five more places before the decimal for 3.65.
7 0
3 years ago
A car cover a distance 300 miter in 50 second How much distance a car covers in 1 second​
vovikov84 [41]

Divide total distance by total seconds:

300 meters / 50 seconds = 6 meters per second.


Answer: 6 meters

5 0
2 years ago
What is the least common denominator 2 and 7?
natima [27]

Answer:

14

Step-by-step explanation:

8 0
2 years ago
Read 2 more answers
Exhibit B In order to determine whether or not there is a significant difference between the hourly wages of two companies, two
ser-zykov [4K]

Answer: c. 3.01

Step-by-step explanation:

The test statistic for difference between two population mean (when population standard deviation is known) is given by :

z=\dfrac{\overline{x}_1-\overline{x}_2}{\sqrt{\dfrac{\sigma_1^2}{n_1}+\dfrac{\sigma_2^2}{n_2}}}

, where n_1 = Size of first sample

n_2 = Size of second sample

\overline{x}_1-\overline{x}_2 = Difference between two sample mean.

\sigma_1 = standard deviation for population 1.

\sigma_2 = standard deviation for population 2.

As per given , we have

n_1=80

n_2=60

\overline{x}_1=\$6.75

\overline{x}_2=\$6.25

\sigma_1=\$1

\sigma_2=\$0.95

Substitute these values in formula , we get

z=\dfrac{6.75-6.25}{\sqrt{\dfrac{(1)^2}{80}+\dfrac{(0.95)^2}{60}}}

z=\dfrac{0.50}{\sqrt{0.0275416666667}}

z=\dfrac{0.50}{0.165956821694}

z=3.0128318613\approx3.01

Hence, the value of the test statistic is <u>3.01</u>.

Hence, the correct option is c. 3.01 .

7 0
3 years ago
Please help 20 points
loris [4]

Answer:

10 4/7

Step-by-step i used photo math

4 0
3 years ago
Read 2 more answers
Other questions:
  • Can you help me find the percent?<br><br> From 42 acres to 72 acres
    12·1 answer
  • Help me I'm kinda stuck xD
    14·1 answer
  • I'm so lost could anyone help? Thank you so much
    6·1 answer
  • Increase 250ml by 40%
    10·1 answer
  • Use the figure above to identify a pair of similar triangles, then find the scale factor. The image is not drawn to scale.
    15·2 answers
  • Need help ASAP<br>simplify (√3)(5√3) <br>a.) 3^1/10 <br>b.) 3^3/5<br>c.) 3^9/10<br>d.) 3^7/10
    6·1 answer
  • Could someone help me do this using substitution I don't know how to do this for math
    5·2 answers
  • Which counterexample proves this statement is FALSE?
    6·1 answer
  • Find the surface area of the triangle in person be sure to include the correct unit in your answer
    5·1 answer
  • Need answer to question 19 please !!
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!