Answer:
k = - 3
Step-by-step explanation:
Look at the picture*
Yes, ode45 can be used for higher-order differential equations. You need to convert the higher order equation to a system of first-order equations, then use ode45 on that system.
For example, if you have
... u'' + a·u' + b·u = f
you can define u1 = u, u2 = u' and now you have the system
... (u2)' + a·u2 + b·u1 = f
... (u1)' = u2
Rearranging, this is
... (u1)' = u2
... (u2)' = f - a·u2 - b·u1
ode45 is used to solve each of these. Now, you have a vector (u1, u2) instead of a scalar variable (u). A web search regarding using ode45 on higher-order differential equations can provide additional illumination, including specific examples.
X=(-4) or X= 4
add 112 to both sides
divide both sides by 7
then take the square root of 16
Answer:
.26
P(C) = .6*.3 + .4 *.2
= .18+.08
= .26
Step-by-step explanation:
The cost of the mortgage is $81250
<h3>What are interests?</h3>
Interests are percentages of a principal
Given the following parameters
Principal = $65000
Rate = 7% = 0.07
Time = 5 years
<h3>Calculate the interest</h3>
I = PRT/100
I = 65000*0.07*25
I = 16,250
<h3>Determine the cost of the mortgage</h3>
Cost of mortgage = Principal + Interest
Cost of mortgage = 65000 + 16250
Cost of mortgage = 81,250
Hence the cost of the mortgage is $81250
Learn more on mortgage here: brainly.com/question/22846480