Let me know if this doesn’t make sense
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
This question is incomplete
Complete Question
In the first half of a basketball game, a player scored 9 points on free throws and then scored a number of 2-point shots. In the second half, the player scored the same number of 3-point shots as the number of 2-point shots scored in the first half. Which expression represents the total number of points the player scored in the game?
a) 2x + 3x + 9
b) 2x + 3 + 9
c) 2x + 3x + 9x
d) 2 + 3x + 9
Answer:
a) 2x + 3x + 9
Step-by-step explanation:
Let the number of points shots a player scores = x
In a free throw, the player scored 9 points = 9
The player also scored a number of 2-point shots = 2x
In the second half, the player scored the same number of 3-point shots as the number of 2-point shots scored in the first half = 3x
The expression represents the total number of points the player scored in the game =
2x + 3x + 9
The number of positive roots is the number of changes of signs there are, then decrease by 2 each time and stop when you get to 1 or 0
negative roots, sub every x with -x and reevaluate, count change of signs
decrease by 2 each time and stop when you get to 1 or 0
y=+2x⁵-x⁴-2x³+4x²+x-2
+,-,-,+,+,-
1 2 3
3 or 1 positive roots
replace x with -x ( baically flip all signs of odd powerd numbers)
y=-2x⁵-x⁴+2x³+4x²-x-2
-,-,+,+,-,-
1 2
2 or 0 negative roots
3 or 1 positive roots
2 or 0 negative roots
2nd option is answer
Answer:

Step-by-step explanation:
Given


Required
The cost of units used
First, calculate the number of units used.



Next, multiply the units used by the cost per units,
Since the cost per unit is not given, we assume that it is x.
So, the total cost is:


