What is the rate of change of angle for a knight jumping on a chess board?

FireStorm000
Messages
168
Reaction score
0
Some of my friends, upon finding out that I'd joined these forums, decided to give me a math challenge problem they thought couldn't be solved. Does everyone get the same answer? It goes as follows:

A knight jumps on a chess board (assume it makes a legal move) from point A to point B. Relative to an observing point O, what is the rate of change of angle of the chess piece as a function of time?

Let/Assume:
The piece makes a legal move
The piece is a knight
s (given) : the scale of the chess board. One space has width and height S
C = current position of the piece as a function of time
P = the current position of the piece projected down onto the plane of the chess board
R is a reference point which is always directly right of the center point
\theta (given) is the launch angle
g (constant) is acceleration due to gravity
Coordinate system is defined as the chess board itself, with the origin in one of the corners.
Let theta be the launch angle of the piece.
After launch the piece is solely under the influence of gravity
Find:
A function for the measure of the angle AOP, n (angle in the plane of the board)
A function for the measure of the angle POC, a (accention)
Time rate of change of n, n'
Time rate of change of a, a'
You have access to the aTan2 function, which properly returns the angle between the reference (+X axis) and any point giving an ordered pair IE: aTan2(-2,-1) => 210degrees
Strategy(with calculus)
-I)describe the distance between points A and B, in the plane of the board(d)
-II)derive a function for the vertical component of velocity of the piece, a function of theta, launch velocity, and time
-III)Integrate said function to get a h as a function of time, launch velocity, and launch angle
-IV)Use the definition of velocity to generate a function for s of t and d
-V)Solve the system of eqs from III and IV for initial velocity
-VI)Define the magnitude ||OA|| and ||OB||, rI and rF
-VII)Define the angle between the reference(+X axis) , and OA, OB
-VIII)Write R(t,RI,RF), giving the length of OP at any time
-IX)Take the derivative dR/dt
-X)Realize n is given by ROA plus angle AOP; AOP is determined by creating a right triangle with AO and the component AP perpendicular to AO, and adding their associated rate of change times time.
-XI)Take the derivative with respect to time of n to get n', and one of the answers. Remember your chain rule!
-XII)go back to IX, and realize that a (COP) can be determined from the triangle COP. h = ||CP||, r = ||OP||.
-XIII)once you have a, take the derivative to find the time rate of change of a, a'
I
-I)describe the distance between points A and B, in the plane of the board(d)
knights move up 1 over 2, or up 2 over 1, either way, the distance between A and B is:
d = S*\sqrt{1^2+2^2}
d = S\sqrt{5}
II
-II)derive a function for the vertical component of velocity of the piece, a function of theta, launch velocity, and time
accel=g
Vh=h'=gt+C=gt+V0Sin(\theta)
III
-III)Integrate said function to get a h as a function of time, launch velocity, and launch angle
h=gt2+V0Sin(\theta)t+0
(assume time zero is launch)
IV
-IV)Use the definition of velocity to generate a function for s of t and d
distance=rate*time
d/(\Deltat) = cos(\theta)V0
s= cos(\theta)V0\Deltat
V
-V)Solve the system of equations from III and IV for initial velocity
h=gt2+V0Sin(\theta)t
0=gt+V0Sin(\theta)
-gV0 csc(\theta) = \Deltat
...
I'll finish the rest of this later...
Answer
View attachment challengeProblem.zip
 
Last edited:
Mathematics news on Phys.org
FireStorm000 said:
A knight jumps on a chess board (assume it makes a legal move) from point A to point B. Relative to an observing point O, what is the rate of change of angle of the chess piece as a function of time?
Seems to me it could be anything you want. Nothing in the problem statement tells us how fast the knight moves. It could take a millisecond to get from A to B, or a century.

What am I missing?
 
pmsrw3: I think reason why you think you are missing something is because there is no hard coded distance...every square is S x S ; other than that, it is just a projectile shooting from A to B...isn't it?
 
I knew I forgot something when I posted. Assume you have the width of a tile, launch angle, and acceleration of gravity, as well as the coordinates of O, A, and B. This is indeed a projectile motion problem.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.

Similar threads

Replies
25
Views
4K
Replies
42
Views
10K
2
Replies
56
Views
10K
2
Replies
83
Views
21K
Replies
42
Views
12K
Replies
46
Views
13K
Replies
48
Views
11K
Replies
1
Views
10K
Back
Top