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
kirza4 [7]
3 years ago
12

Use undetermined coefficient to determine the solution of:y"-3y'+2y=2x+ex+2xex+4e3x​

Mathematics
1 answer:
Kitty [74]3 years ago
4 0

First check the characteristic solution: the characteristic equation for this DE is

<em>r</em> ² - 3<em>r</em> + 2 = (<em>r</em> - 2) (<em>r</em> - 1) = 0

with roots <em>r</em> = 2 and <em>r</em> = 1, so the characteristic solution is

<em>y</em> (char.) = <em>C₁</em> exp(2<em>x</em>) + <em>C₂</em> exp(<em>x</em>)

For the <em>ansatz</em> particular solution, we might first try

<em>y</em> (part.) = (<em>ax</em> + <em>b</em>) + (<em>cx</em> + <em>d</em>) exp(<em>x</em>) + <em>e</em> exp(3<em>x</em>)

where <em>ax</em> + <em>b</em> corresponds to the 2<em>x</em> term on the right side, (<em>cx</em> + <em>d</em>) exp(<em>x</em>) corresponds to (1 + 2<em>x</em>) exp(<em>x</em>), and <em>e</em> exp(3<em>x</em>) corresponds to 4 exp(3<em>x</em>).

However, exp(<em>x</em>) is already accounted for in the characteristic solution, we multiply the second group by <em>x</em> :

<em>y</em> (part.) = (<em>ax</em> + <em>b</em>) + (<em>cx</em> ² + <em>dx</em>) exp(<em>x</em>) + <em>e</em> exp(3<em>x</em>)

Now take the derivatives of <em>y</em> (part.), substitute them into the DE, and solve for the coefficients.

<em>y'</em> (part.) = <em>a</em> + (2<em>cx</em> + <em>d</em>) exp(<em>x</em>) + (<em>cx</em> ² + <em>dx</em>) exp(<em>x</em>) + 3<em>e</em> exp(3<em>x</em>)

… = <em>a</em> + (<em>cx</em> ² + (2<em>c</em> + <em>d</em>)<em>x</em> + <em>d</em>) exp(<em>x</em>) + 3<em>e</em> exp(3<em>x</em>)

<em>y''</em> (part.) = (2<em>cx</em> + 2<em>c</em> + <em>d</em>) exp(<em>x</em>) + (<em>cx</em> ² + (2<em>c</em> + <em>d</em>)<em>x</em> + <em>d</em>) exp(<em>x</em>) + 9<em>e</em> exp(3<em>x</em>)

… = (<em>cx</em> ² + (4<em>c</em> + <em>d</em>)<em>x</em> + 2<em>c</em> + 2<em>d</em>) exp(<em>x</em>) + 9<em>e</em> exp(3<em>x</em>)

Substituting every relevant expression and simplifying reduces the equation to

(<em>cx</em> ² + (4<em>c</em> + <em>d</em>)<em>x</em> + 2<em>c</em> + 2<em>d</em>) exp(<em>x</em>) + 9<em>e</em> exp(3<em>x</em>)

… - 3 [<em>a</em> + (<em>cx</em> ² + (2<em>c</em> + <em>d</em>)<em>x</em> + <em>d</em>) exp(<em>x</em>) + 3<em>e</em> exp(3<em>x</em>)]

… +2 [(<em>ax</em> + <em>b</em>) + (<em>cx</em> ² + <em>dx</em>) exp(<em>x</em>) + <em>e</em> exp(3<em>x</em>)]

= 2<em>x</em> + (1 + 2<em>x</em>) exp(<em>x</em>) + 4 exp(3<em>x</em>)

… … …

2<em>ax</em> - 3<em>a</em> + 2<em>b</em> + (-2<em>cx</em> + 2<em>c</em> - <em>d</em>) exp(<em>x</em>) + 2<em>e</em> exp(3<em>x</em>)

= 2<em>x</em> + (1 + 2<em>x</em>) exp(<em>x</em>) + 4 exp(3<em>x</em>)

Then, equating coefficients of corresponding terms on both sides, we have the system of equations,

<em>x</em> : 2<em>a</em> = 2

1 : -3<em>a</em> + 2<em>b</em> = 0

exp(<em>x</em>) : 2<em>c</em> - <em>d</em> = 1

<em>x</em> exp(<em>x</em>) : -2<em>c</em> = 2

exp(3<em>x</em>) : 2<em>e</em> = 4

Solving the system gives

<em>a</em> = 1, <em>b</em> = 3/2, <em>c</em> = -1, <em>d</em> = -3, <em>e</em> = 2

Then the general solution to the DE is

<em>y(x)</em> = <em>C₁</em> exp(2<em>x</em>) + <em>C₂</em> exp(<em>x</em>) + <em>x</em> + 3/2 - (<em>x</em> ² + 3<em>x</em>) exp(<em>x</em>) + 2 exp(3<em>x</em>)

You might be interested in
An arithmetic sequence has t1 = 3, t2 = 10. Find tn, Sn.
Softa [21]

Answer:

see explanation

Step-by-step explanation:

the n th term of an arithmetic sequence is

t_{n} = t_{1} + (n - 1)d

given t_{1} = 3 and t_{2} = 10, then

t_{2} = 3 + d = 10 ⇒ d = 10 - 3 = 7

t_{n} = 3 + 7(n - 1) = 3 + 7n - 7 = 7n - 4

the sum to n terms of an arithmetic sequence is

S_{n} = \frac{n}{2}[2t_{1} + (n - 1)d ]

                        = \frac{n}{2}[(2 × 3) + 7(n - 1) ]

                        = \frac{n}{2}(6 + 7n - 7 )

                        = \frac{n}{2}(7n - 1)

                        = \frac{7}{2} n² - \frac{1}{2} n



7 0
3 years ago
NEED HELP NOW! WILL MARK BRAINLIEST
skad [1K]

Answer:

for part b. the probability fraction is 17 over 20, or 17/20.

Step-by-step explanation:

the percentage of 65 years or older is 85% of the population. 85/100 simplified is 17/20.

8 0
4 years ago
Calculus HELP PLEASE? A highway runs due north. A car traveling at 50 mph exits the highway at a 30° angle. After driving anothe
mrs_skeptik [129]
Check the picture below.

notice that the car exits the northbound highway, and whilst going at 50mph for 1.5 hours, that simply means going for 75 miles.

make sure your calculator is in Degree mode.

6 0
3 years ago
Read 2 more answers
What is the y- coordinate of point W​
Alexeev081 [22]

Answer: -1.5

Step-by-step explanation:

because the y-axis is the one that goes up and down and w is on -1.5 of it

5 0
3 years ago
Missing numbrr of unit rate for 32/8= ?/1
galina1969 [7]

Answer:

4/1

Step-by-step explanation:

8/8=1, so 32/8=4

3 0
3 years ago
Read 2 more answers
Other questions:
  • A racing car used 255 litres of fuel to complete a 340km race.on average,how many litres of fuel did the car use every 100km?
    11·1 answer
  • If a kitten weighs 4 pounds what is the approximate mass of the kitten in kilograms
    9·1 answer
  • Step by step on how to solve that equation
    13·2 answers
  • The expression mc031-1.jpggives the thickness in millimeters (mm) of the insulation needed for a high voltage cable. mc031-2.jpg
    15·1 answer
  • Find the LCM of (6x - 18) and (2x² - 6x)? Please explain as well I really need this answer.
    8·1 answer
  • Situation:
    10·1 answer
  • Find the slope from the given equation. 9y = -3x + 5
    8·2 answers
  • The measurements of an cuboidal oil box are 30cm, 40cm and 50cm respectively. The cost of the tin sheet used in making the box i
    5·1 answer
  • Find the measure of 44.<br> 131<br> 49<br> 49<br> 64<br> [?]<br> Enter
    12·1 answer
  • What is the relationship between the ratios?
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!