B Calculating the perfect tennis shot using vectors

AI Thread Summary
A function has been developed to model the perfect tennis shot using vectors, focusing on the court's dimensions in terms of x, y, and z coordinates. The creator calculated the angle and velocity of the shot but encountered challenges in creating a practical 3D projectile motion vector without using physics formulas. The initial equations were plotted, yielding a potential velocity of 16.35 m/s and a projection angle of 0.515 radians, but similar calculations for the z-axis did not produce valid results. The discussion highlights the need for integrating physics principles into the modeling process for accuracy. Suggestions were made to improve the clarity of mathematical expressions and to maintain continuity in the discussion thread.
themethetion
Messages
11
Reaction score
0
TL;DR Summary
I have developed a function that represents the perfect shot in terms of x & y where x is the court's length and y is the height. And then x & z where x is the court's length and z is the court's width. I then calculated the angle and velocity of the shot of x with respect to both y and x. I planned to combine the magnitude and angle for x & y with the magnitude and angle for x & z into one vector equation.
This is where I ran into some problems. Can you simply combine two vector equations?
Context: I must develop a vector that models the path of a tennis ball using vectors without physics formulas

I have developed a function that represents the perfect shot in tennis in terms of x & y where x is the court's length and y is the height. And then x & z where x is the court's length and z is the court's width. To do this I calculated the angle and velocity of the shot of x with respect to y and then x with respect to z.

I planned to combine the magnitude and angle for x & y with the magnitude and angle for x & z into one vector equation. I now believe this won't work and am stuck on how to even create a 3d projectile motion vector while making it somewhat practical in the real life after developing a solution to help a tennis player.

I calculated the angle of projection and velocity of x & y by integrating them from acceleration with ax = 0m/s and ay= -9.8m/s to displacement
With the function, I ended up with I created the following vector equation. r_t = (xcos(θ)t)i + (-4.9t^2+xsin(θ)t)j where x is the velocity and theta is the angle of projection
I then let R_x= x cos(θ)t and R_y= -4.9t^2 + xsin(θ)t
R_x was then let equal to the maximum x value the ball can travel through
This was rearranged for t and subbed into R_y
R_y was then let equal to the corresponding y value.
The same process was followed to develop another equation. These equations were plotted into Desmos and the intersect was determined as (16.35, 0.515) therefore it was believed the ball must have a velocity of 16.35m/s and a projection of 0.515 radians to go through said points in the xy plane.
The same process was followed for x & z. where acceleration was integrated to find displacement from ax = 0m/s and az=9m/s (the average velocity of wind for complexity). But the end functions gave no real results where points, were used in the path the ball, must travel. Which made me question my original method.
When calculating for x & z should the velocity and/or the angle of projection of R_x= x cos(θ)t be that found when solving for x & y. hence should the equation be
R_x= 16.35 cos(θ)t
t= r_x/(16.35cos(θ))
R_y= -4.9(r_x/(16.35cos(θ))^2 + xsin(θ)(r_x/(16.35cos(θ))
or
t= r_x/(xcos(θ))
R_y = -4.9(r_x/(xcos(θ))^2 + xsin(θ)(r_x/(xcos(θ))

Please consider:
Values have been modified.
The ball must travel above 4mX at 4.5mZ ( the opposition), and the ball must land on the baseline 25mY on the furthest right-hand side of the court at 9mZ. These points are all with respect to the player, at the origin.
Please mention any misconceptions I have and how I should modify my methodology. P.s typed this out twice as it deleted itself, sorry for any lack of explanation feel free to ask, will reply asap. Keeping generalised as it is for assessment.
 
Mathematics news on Phys.org
Hello @themethetion ,
:welcome: ##\qquad##!​

Is this a continuation of your first thread ? In that case I (and the folks that sincerely tried to help you) would really appreciate at least some reaction. Otherwise you get more of the same stuff that may well be way over your head.

themethetion said:
without physics formulas
I do wonder why you think you can make do without physics ... 🤔

But even math formulas are a lot more legible when typeset properly; I propose you invest the time to learn some ##\LaTeX##. well worth it !

##\ ##
 
  • Like
Likes themethetion
BvU said:
Is this a continuation of your first thread ?
@themethetion -- Please keep the discussion of this schoolwork question in that original thread in the schoolwork forums. This thread is closed.
 
  • Like
Likes BvU
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...
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...
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...
Back
Top