We want to solve the Initial Value Problem y' = y + 4xy, with y(0) = 1.
To use Euler's method, define
y(i+1) = y(i) + hy'(i), for i=0,1,2, ...,
where
h = 0.1, the step size.,
x(i) = i*h
1st step.
y(0) = 1 (given) and x(0) = 0.
y(1) ≡ y(0.1) = y(0) + h*[4*x(0)*y(0)] = 1
2nd step.
x(1) = 0.1
y(2) ≡ y(0.2) = y(1) + h*[4*x(1)*y(1)] = 1 + 0.1*(4*0.1*1) = 1.04
3rd step.
x(2) = 0.2
y(3) ≡ y(0.3) = y(2) + h*[4*x(2)*y(2)] = 1.04 + 0.1*(4*0.2*1.04) = 1.1232
4th step.
x(3) = 0.3
y(4) ≡ y(0.4) = y(3) + h*[4*x(3)*y(3)] = 1.1232 + 0.1*(4*0.3*1.1232) = 1.258
5th step.
x(4) = 0.4
y(5) ≡ y(0.5) = y(4) + h*[4*x(4)*y(4)] = 1.258 + 0.1*(4*0.4*1.258) = 1.4593
Answer: y(0.5) = 1.4593

if x=10 y=-2 and z=-5 then...

we solve this to get...
<em>65</em>
therefore the answer to your question would be 65
hope this helped-have a good day bro cya)
The new parking lot must hold twice as many cars as the previous parking lot. The previous parking lot could hold 56 cars. So this means the new parking lot must hold 2 x 56 = 112 cars
Let y represent the number of cars in each row, and x be the number of total rows in the parking lot. Since the number of cars in each row must be 6 less than the number of rows, we can write the equation as:
y = x - 6 (1)
The product of cars in each row and the number of rows will give the total number of cars. So we can write the equation as:
xy = 112 (2)
Using the above two equations, the civil engineer can find the number of rows he should include in the new parking lot.
Using the value of y from equation 1 to 2, we get:
x(x - 6) = 112 (3)
This equation is only in terms of x, i.e. the number of rows and can be directly solved to find the number of rows that must in new parking lot.
Your answer is x = 2.92 = 3.
To answer this question you need to use trigonometry, so the first step is to identify the hypotenuse, opposite, and adjacent.
Because the angle 73 is in the bottom corner next to the length x, we know that the length x is the adjacent. The length 10 is opposite the right angle so this must be the hypotenuse.
We know that cos(θ) = adjacent/hypotenuse, so we can substitute in what we know:
cos(θ) = adjacent/hypotenuse
cos(73) = x/10
Now we can rearrange for x:
cos(73) = x/10
× 10
cos(73) × 10 = x
Finally we just type this into the calculator and get the answer as 2.92 or 3.
I hope this helps!