Tomi's Challenges - #18

Geometry Level 5

Find all k [ 1 , 10 ] k\in [1, 10] such that there exist a , b , c , d a, b, c, d such that

{ cos a ( cos a + 1 ) 1 = 2 sin b cos c sin 2 a sin a = 2 sin b sin c + 2021 d k + 6 k d k = a 2 cos b 6 k 2021 \begin{cases} \begin{aligned} \cos a(\cos a+1)-1 & = 2\sin b\cos c-\sin^2 a \\ \sin a & = 2\sin b\sin c+2021d^k+6k \\ d^k & = \frac{a-2\cos b-6k}{2021} \end{aligned} \end{cases}

has at least one solution. Input the sum of all such k k as your solution. If there are no such k k , input 0. 0.


The answer is 25.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Tomislav Franov
May 17, 2021

The first step is to simplify everything as much as possible.

{ cos a ( cos a + 1 ) 1 = 2 sin b cos c sin 2 a sin a = 2 sin b sin c + 2021 d k + 6 k d k = a 2 cos b 6 k 2021 \begin{cases} \cos a(\cos a+1)-1=2\sin b\cos c-\sin^2 a \\ \sin a=2\sin b\sin c+2021d^k+6k \\ d^k=\frac{a-2\cos b-6k}{2021} \\ \end{cases}

{ cos 2 a + cos a + sin 2 a 1 = 2 sin b cos c sin a = 2 sin b sin c + 2021 d k + 6 k 2021 d k = a 2 cos b 6 k \begin{cases} \cos^2 a+\cos a+\sin^2 a-1=2\sin b\cos c \\ \sin a=2\sin b\sin c+2021d^k+6k \\ 2021d^k=a-2\cos b-6k \\ \end{cases}

{ cos a = 2 sin b cos c sin a = 2 sin b sin c + 2021 d k + 6 k a = 2 cos b + 2021 d k + 6 k \begin{cases} \cos a=2\sin b\cos c \\ \sin a=2\sin b\sin c+2021d^k+6k \\ a=2\cos b+2021d^k+6k \\ \end{cases}

This system of equations is the intersection of the following parametric curve and surface.

A = [ cos a sin a a ] A=\begin{bmatrix} \cos a \\ \sin a \\ a \end{bmatrix} , B = [ 2 sin b cos c 2 sin b sin c + 2021 d k + 6 k 2 cos b + 2021 d k + 6 k ] B=\begin{bmatrix} 2\sin b\cos c \\ 2\sin b\sin c+2021d^k+6k \\ 2\cos b+2021d^k+6k \end{bmatrix}

The first vector represents a curve which is a helix around the origin whose radius is 1 1 . The 2nd vector represents a sphere whose radius is 2 2 and which is translated 2021 d k + 6 k 2021d^k+6k units along the y and z axis. If k k is even, this number will always be positive and at least 6 6 , and it will never intersect the helix. If k k is odd, this number could be anything and therefore there exist other parameters such that the sphere is intersected by the helix. Therefore k k can be 1 , 3 , 5 , 7 , 9 1, 3, 5, 7, 9 .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...