The answer is 83.0079822616408
Answer:
401.24m
Step-by-step explanation:
the length is,
97x2 + 66x3.14
The equation for this is:
F = P(1+i)ⁿ
where
F is the present accounts balance
P is the initial deposit
i is the interest rate
n is the number of months
The interest rate is nominal which is 2.9% per year compounded monthly. Since there are 12 months in a year, that is equal to an effective interest rate of 0.24167% per month compounded monthly (i = 0.0024167). In 9 years, there are a total of 108 months, so n=108.
<span>$2033.88 = P(1+0.0024167)</span>¹⁰⁸
P = $1567.147
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.
Answer:x/4+3
Step-by-step explanation:
8/1×1/4=8/4=2
X/1×1/4=x/4
4/1×1/4=1