No... because the two can never collide mathematically. So no,
Answer:
Step-by-step explanation:
The submarine is underwater for 6 seconds. The submarine hits the water after 1 second and comes back up at the 7th second.
Answer:
x-int: 2
y-int: -2
Step-by-step explanation:
x-int is where the line crosses the x axis (horizontal line) and y-int is where the line crosses the y axis (vertical line).
From point A, draw a line segment at an angle to the given line, and about the same length. The exact length is not important. Set the compasses on A, and set its width to a bit less than one fifth of the length of the new line. Step the compasses along the line, marking off 5 arcs. Label the last one C. With the compasses' width set to CB, draw an arc from A just below it. With the compasses' width set to AC, draw an arc from B crossing the one drawn in step 4. This intersection is point D. Draw a line from D to B. Using the same compasses' width as used to step along AC, step the compasses from D along DB making 4 new arcs across the line. Draw lines between the corresponding points along AC and DB. Done. The lines divide the given line segment AB in to 5 congruent parts.
Answer:
L = ∫₀²ᵖⁱ √((1 − sin t)² + (1 − cos t)²) dt
Step-by-step explanation:
Arc length of a parametric curve is:
L = ∫ₐᵇ √((dx/dt)² + (dy/dt)²) dt
x = t + cos t, dx/dt = 1 − sin t
y = t − sin t, dy/dt = 1 − cos t
L = ∫₀²ᵖⁱ √((1 − sin t)² + (1 − cos t)²) dt
Or, if you wish to simplify:
L = ∫₀²ᵖⁱ √(1 − 2 sin t + sin²t + 1 − 2 cos t + cos²t) dt
L = ∫₀²ᵖⁱ √(3 − 2 sin t − 2 cos t) dt