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
What fraction does this number-line show? (I Put a Picture)
Rina8888 [55]

Answer:

1/2

Step-by-step explanation:

The equal distance between 0 and 1 must be one-half or 1/2.

4 0
3 years ago
Read 2 more answers
A man bought a cow and a horse for $500. He sold the cow at a profit of 10% and the horse at a loss of 10% and suffered a loss o
ycow [4]

Answer:

<em>The man paid $200 for the cow</em>

Step-by-step explanation:

<u>System of Equations</u>

Let's call:

x = price of the cow

y = price of the horse

The man bought the cow and the horse for $500, thus

x + y = 500        [1]

The cow was sold at a profit of 10%, thus:

Sale price of the cow= 1.1x

The horse was sold at a loss of 10%, thus:

Sale price of the horse= 0.9y

The total operation was a 2% loss, i.e. 0.98*500=490. Thus, we have:

1.1x + 0.9y = 490        [2]

From [1]:

y = 500 - x

Substituting in [2]:

1.1x + 0.9(500 - x) = 490

Operating:

1.1x + 450 - 0.9x = 490

0.2x = 490 - 450 = 40

x = 40/0.2

x = 200

The man paid $200 for the cow

3 0
3 years ago
If one kilogram is 2.2 pounds how many kilograms would it make for 11 pounds
Mila [183]

Answer:

5 kg

Step-by-step explanation:

To solve this problem, we can use the rule of three.

In fact, we know that:

- 1 kilogram is equivalent to 2.2 pounds

- The ratio between the mass in kilograms and in pounds is constant for every value of the mass

- Therefore, the mass in kilograms corresponding to 11 pounds can be found by writing the following equation:

\frac{1 kg}{2.2 p}=\frac{x}{11 p}

Where

x is the mass in kilograms corresponding to 11 pounds.

Solving the equation for x, we find:

x=\frac{(11p)(1kg)}{2.2p}=5 kg

5 0
3 years ago
Find the inequality represented by the graph.
anzhelika [568]

Answer:

Step-by-step explanation:

y intercept is 3

y - 4 = 3 ( x - 4)

y - 4 = 3x - 12

y < 3x - 8

not equal to because the line is dashed.

not greater than because the shading is below the line

7 0
3 years ago
What feature do plants have that provide structure and form?
Nostrana [21]
It should be a.), all plant cells have a cell wall made of cellulose, which acts as exoskeleton and makes them so stable. However on a bigger level this plant cells can also form cellulose fibers, so that c.) is not completely false :)
8 0
3 years ago
Other questions:
  • What is 25 squared divided by five to the fourth power equal to
    8·1 answer
  • Is a box of feathers heavier than one single brick
    9·2 answers
  • A grilled chicken salad at a popular fast food restaurant contains 650mg of sodium, which is 27% of the recommended daily amount
    5·2 answers
  • Picture above (:<br><br> I have access to the answers, I just don’t know how to get to them.
    14·1 answer
  • PLEASE HELP!!!!!!!!!!!!!!!
    13·1 answer
  • Please help me. I really don't know dis​
    5·1 answer
  • Solve (x-5)^2=3 <br><br> Please help
    8·1 answer
  • Help asap! 50 pts!
    5·2 answers
  • What is the absolute value of 490?
    10·2 answers
  • Can someone help me with this square root problem?
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!