Can YOU find the offset of this circle? Math Puzzle
Автор: Virtually Passed
Загружено: 2021-12-11
Просмотров: 4608
Can you find the offset of the circle using length data from the offset to the edge?
My first MANIM assisted video :)
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Timestamps:
0:00 - Question
0:59 - Find L
2:54 - Lmin & Lmax
4:14 - Solve for x0 & y0
5:54 - Outro
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
MATLAB verification code:
clc; clear all; close all;
x0 = 0
y0 = 2
R = 2;
t = linspace(0,2*pi,1000);
L = sqrt(x0^2+y0^2+R^2-2*R*(x0*cos(t)+y0*sin(t)));
[Lmax, Imax] = max(L);
[Lmin, Imin] = min(L);
tmin = t(Imin);
plot(t,L)
x0_measure = 0.5*(Lmax-Lmin)*cos(tmin)
y0_measure = 0.5*(Lmax-Lmin)*sin(tmin)
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Music:
Music by Vincent Rubinetti
Download the music on Bandcamp:
https://vincerubinetti.bandcamp.com/a...
Stream the music on Spotify:
https://open.spotify.com/album/1dVyjw...
Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: