Answer:
equalize the both sides of the functions
Step-by-step explanation:
4x-5 = 2x-5
4x = 2x
2x = x
2 = 1 meaning phi
there is no answer for this problem
Answer:
Yes
Step-by-step explanation:
16 ÷ 3 = 5.333333...
Answer:
33 ft
Step-by-step explanation:
hey, hope this helps and right.
The distance between two points knowing theirs coordinates:
AB =√[(x₂-x₁)² +(y₂-y₁)²]; ===>A(-2,4) & B(0,-6) Given
A(x₁,y₁) & B(y₂,y₁)
AB =√[(0-(-2))²+(-6-4)²] =√(104) = 10.198 ≈ 10.2
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)