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

AI Thread Summary
The discussion revolves around calculating the rate of change of angle for a knight moving on a chessboard from point A to point B, considering it makes a legal move. The key variables include the knight's position over time, the launch angle, and the influence of gravity. Participants note that without a specified speed for the knight's movement, the answer could vary widely. The problem is framed as a projectile motion scenario, requiring the use of calculus to derive functions for angle measurements and their rates of change. Ultimately, the challenge emphasizes the need for defined parameters to arrive at a specific solution.
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.
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
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...

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