Answer:
The third choice
Step-by-step explanation:
We need to find the slope and y-intercept of the line and then put it into y = mx = b form. To find the slope, pick a point on the line; I will use (-2, 5); count how many units up you need to go to get to the next point on the line, which in this case it would be 3. The count how many to the right or left you would need to go, which is 1 to the left. Moving left means a negative, so it is -1. Your slope fraction would be
, since slope is rise over run. You can sub this fraction in for m in y = mx + b, which will give you a revised equation of y = -3x = b. To find the y intercept, or b, just find the point where the line crosses the y-axis, which is -1. So, the equation is now y = -3x - 1.The correct answer is third choice.
Answer:
Step-by-step explanation:
bvfghhgf
Answer:
Step-by-step explanation:
K is located at -25
L is located at -15
just move 5 units away from J on both sides
hope this helps <3
Answer:
y = x*sqrt(Cx - 1)
Step-by-step explanation:
Given:
dy / dx = (x^2 + 5y^2) / 2xy
Find:
Solve the given ODE by using appropriate substitution.
Solution:
- Rewrite the given ODE:
dy/dx = 0.5(x/y) + 2.5(y/x)
- use substitution y = x*v(x)
dy/dx = v + x*dv/dx
- Combine the two equations:
v + x*dv/dx = 0.5*(1/v) + 2.5*v
x*dv/dx = 0.5*(1/v) + 1.5*v
x*dv/dx = (v^2 + 1) / 2v
-Separate variables:
(2v.dv / (v^2 + 1) = dx / x
- Integrate both sides:
Ln (v^2 + 1) = Ln(x) + C
v^2 + 1 = Cx
v = sqrt(Cx - 1)
- Back substitution:
(y/x) = sqrt(Cx - 1)
y = x*sqrt(Cx - 1)