9514 1404 393
Answer:
False
Step-by-step explanation:
The given formula is the "explicit" formula for the sequence.
The recursive formula would be ...
a[1] = 160
a[n] = 1/2·a[n-1] . . . . each term expressed in as a function of previous terms
The given statement is false.
A) Minute Hand:
in 1 hour (= 60 minute) the minute hand travels 360 °
So in each minute, the minute hand travels 360/60 = 6°
And in x minute it will travel x.(6°)
B) Hour Hand:
in 1 hour (= 60 minute) the hour hand travels 360/12 = 30°
So in each minute, the hour hand will travel 30°/60° = 0.5°
And in x minute it will travel x.(0.5°)
ANGLE AT 4:35?
At 4:00, angle = 4. 30 = 120°
After 35 minutes, the minute hand strops at 35.(6°) = 210°, but during this 35 minute, the hour hand traveled 35.(0.5) = 17.5°, on top of its 120°, that makes an angle of 137.5°
So at 4:35 the angle between the hour & minute hand = 210°-137.5° =72.5°
Answer A
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)