Eliminating the parameter, physics equation.

  • Thread starter Thread starter Xorlev
  • Start date Start date
  • Tags Tags
    Parameter Physics
AI Thread Summary
To find the speed of the football when released, the equations of motion are established: x = (vi*cosθ)t and y = h + (vi*sinθ)t - 16t^2. The problem provides initial and final heights, as well as the horizontal distance, allowing for the substitution of known values into these equations. By equating the angle to 35 degrees and substituting the known heights and distances, two equations with two unknowns (initial velocity and time) can be formed. Solving these equations will yield the initial velocity of the football.
Xorlev
Messages
4
Reaction score
0
[SOLVED] Eliminating the parameter, physics equation.

The question reads "The quarterback of a football team releases a pass at a height of 7 feet above the playing field, and the football is caught by a receiver at a height of 4 feet, 30 yards directly downfield. The pass is released at an angle of 35 degrees with the horizontal. Find the speed of the football when it's released.

I'm given x = (vi*cosθ)t and y = h + (vi*sinθ)t - 16t^2 as my parameters.

I need a pointer in the right direction. I attempted to equate it to cos 35 and sin 35, but I wasn't sure how to solve vi from there. Thank you for your help.
 
Physics news on Phys.org
x = (vi*cosθ)t
t=x/(vi*cosθ)

try subbing that into y and you'll get y= function in terms of x
 
Since it's in the precalc board I'll assume you don't know basic motion equations, so...

Look at your unknowns:
x displacement (change in x)
initial velocity
time
initial height
final height (y)

Reading the problem can you figure out what you know versus what you are looking for?
 
Last edited:
Xorlev said:
The question reads "The quarterback of a football team releases a pass at a height of 7 feet above the playing field, and the football is caught by a receiver at a height of 4 feet, 30 yards directly downfield. The pass is released at an angle of 35 degrees with the horizontal. Find the speed of the football when it's released.

I'm given x = (vi*cosθ)t and y = h + (vi*sinθ)t - 16t^2 as my parameters.

I need a pointer in the right direction. I attempted to equate it to cos 35 and sin 35, but I wasn't sure how to solve vi from there. Thank you for your help.
What do you mean "equate it to cos 35 and sin 35"? Equate what? Obviously \theta= 35 since that is the only angle you are given so, if you meant replace cos(\theta]) by cos(35) and sin(\theta) by sin(35), yes, that is what you do. You also know that h= 7 (feet above the playing field), y= 4 feet, x= 30 yards= 90 feet. If you put those numbers into your two equations you will have two equations with the two unknown values vi and t. You should be able to solve two equations for two unknowns. vi is, of course, the value you want.
 
I ended up solving for t by using vi*t = (90/cos(35)), substituting it into y = h + (vi*sinθ)t - 16t^2, and solving for t, then solving for vi with vi = (90/(cos(35)*t). Thank you for the help, though.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top