Need help with a projectile up an incline problem

  • Thread starter Thread starter daniel1919
  • Start date Start date
  • Tags Tags
    Incline Projectile
AI Thread Summary
A projectile is launched at a 45-degree angle with an initial speed of 50 m/s up a 20-degree incline. The maximum height reached is confirmed to be 63.8 m, and the speed after 2.5 seconds is calculated as 37 m/s. To find the distance the projectile lands up the hill, the equations for motion along the slope are derived, leading to the conclusion that the distance is approximately 172.665 m. The calculations involve substituting values into the equations of motion and using the Pythagorean theorem for the final distance. The discussion emphasizes the importance of adjusting the coordinate system to align with the slope for accurate results.
daniel1919
Messages
1
Reaction score
0

Homework Statement


A projectile is launched at an angle 45degrees with respect to the horizontal and up a hill that is inclined 20degrees to the horizontal. The initial speed of the projectile is 50m/s. Neglect air resistance.
a)what is maximum height? - I found 63.8m which is correct
b) what is the speed of projectile 2.5s after launching? - 37m/s which is correct
c) find the distance up the hill the projectile lands.
d)calculate the magnitude and direction of the velocity of the projectile at impact.



Homework Equations


for part c
x=vicos(45)t-.5gsin(25)t^2
x=visin(45)t-.5gcos(25)t^2


The Attempt at a Solution


The only idea i have for part c is to change the x-y axis so that x is along the slope. Any help solving or ideas would be great.
 
Physics news on Phys.org
Welcome to PF!

Hi daniel1919! Welcome to PF! :smile:

(have a degree: º and try using the X2 and X2 tags just above the Reply box :wink:)
daniel1919 said:
c) find the distance up the hill the projectile lands.

x=vicos(45)t-.5gsin(25)t^2
x=visin(45)t-.5gcos(25)t^2

(i assume one of those is y ? :rolleyes:)

ok, you have the equations for axes along and perpendicular to the slope …

now put y = 0 to get t, and then substitute into x …

what do you get? :smile:
 
The projectile takes a parabolic path. What is the equation of that path (forget about the hill, for now)?

The hill describes a line; what is it's formula?

Assume the origin to be the point of launch which lies on both the parabola and the hill.
Find the other intersection.
 
daniel1919 said:

Homework Statement


A projectile is launched at an angle 45degrees with respect to the horizontal and up a hill that is inclined 20degrees to the horizontal. The initial speed of the projectile is 50m/s. Neglect air resistance.
a)what is maximum height? - I found 63.8m which is correct
b) what is the speed of projectile 2.5s after launching? - 37m/s which is correct
c) find the distance up the hill the projectile lands.
d)calculate the magnitude and direction of the velocity of the projectile at impact.



Homework Equations


for part c
x=vicos(45)t-.5gsin(25)t^2
x=visin(45)t-.5gcos(25)t^2


The Attempt at a Solution


The only idea i have for part c is to change the x-y axis so that x is along the slope. Any help solving or ideas would be great.

For (c)
You need to follow tiny tim method. Hello Tiny tim is this correct.
For vertical axis
y=0
0=(50cos45)t-(0.5 gcos20)t^2
t=7.525 s
range=(50cos65)*7.525/cos20 =169.21 m
 
That's not what I came up with...

First of all we have:

V_i = 50 m/s (initial velocity)
\alpha = 45^\circ (angle of trajectory)
\beta = 20^\circ (angle of the hill)Therefore,

V_{ix} = V_i \times cos(\alpha) = V_i \times cos(45^\circ) (initial horizontal velocity)
V_{iy} = V_i \times sin(\alpha) = V_i \times sin(45^\circ) (initial vertical velocity)but since cos(45^\circ) = sin(45^\circ)[/tex], we have<br /> <br /> V_{ix} = V_{iy}We know that<br /> <br /> t = \frac{X}{V_{ix}}<br /> <br /> and<br /> <br /> Y = V_{iy} \cdot t - 4.9t^2<br /> <br /> so<br /> <br /> Y = V_{iy}\cdot \frac{X}{V_{ix}} - 4.9\left(\frac{X^2}{V_{ix}^2}\right)<br /> <br /> but since V_{iy} = V_{ix}[/tex], we have&lt;br /&gt; &lt;br /&gt; Y = X - 4.9 \cdot \left( \frac{X^2}{V_{ix}^2} \right) (equation A)The slope of the hill is m = tan(\beta) = tan(20^\circ)[/tex] so the equation for the hill is&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt; Y = X \cdot tan(20^\circ)Substituting for Y in the parabola equation (equation A) gives us&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt; X \cdot tan(20^\circ) = X - 4.9 \cdot \left( \frac{X^2}{V_{ix}^2} \right)&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt; tan(20^\circ) = 1 - 4.9 \cdot \left( \frac{X}{V_{ix}^2} \right)&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt; \left(\frac{4.9}{V_{ix}^2}\right) \cdot X = 1 - tan(20^\circ)&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt; X = \frac{V_{ix}^2(1 - tan(20^\circ))}{4.9} = \frac{(50 \cdot cos(45^\circ))^2 \cdot (1 - tan(20^\circ))}{4.9}&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt; X = \frac{35.355^2 \cdot 0.636}{4.9} = \frac{1250 \cdot 0.636}{4.9} = \frac{795.037}{4.9} = 162.252Plug this value back into equation A, above, and you get Y = 59.055&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt; The distance up the his is found using the Pythagorean Theorem:&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt; D^2 = X^2 + Y^2 = 162.252^2 + 59.055^2 = 29813.373&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt; and D = 172.665 m&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt; (note: I only rounded off in the text, not in my actual calculations)
 
Last edited:
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
Thread 'Voltmeter readings for this circuit with switches'
TL;DR Summary: I would like to know the voltmeter readings on the two resistors separately in the picture in the following cases , When one of the keys is closed When both of them are opened (Knowing that the battery has negligible internal resistance) My thoughts for the first case , one of them must be 12 volt while the other is 0 The second case we'll I think both voltmeter readings should be 12 volt since they are both parallel to the battery and they involve the key within what the...
Back
Top