The Forum > Math & Science > Math Problem Thread
A bullet of mass 30g is fired horizontally from a rifle situated at the top of a cliff of heaight 200 m. How far from the base of the cliff will the bullet land if it's muzzle velocity is 400ms^-1. Using projectile motion formulas i got 16 000 km or something near that. >_< Help would be appreciated, working out included preferably. |
m = 0.030kg Δy = 200m ux = 400m/s vy = uy + 2aΔy vy = 0 + (-9.81)*(2)*(200) vy = 3924m/s vy = uy + at - 3294 = 0 + (-9.81)*t t = 400s Δx = uxt Δx = (400)*(400) Δx = 160000m Δx = 160km EDIT: Oh, I see what I did wrong. vy2 = uy2 + 2aΔy vy2 = 0 + (-9.81)*(2)*(200) vy = 62.64m/s vy = uy + at - 62.64 = 0 + (-9.81)*t t = 6.3855s Δx = uxt Δx = (400)*(6.3855) Δx = 2554m Yep, that's better. |
Figure out the y component first. The bullet is just in free fall with an initial y-velocity of 0. d = 1/2 * a * t2 d = 400, a = 9.81, solve for t t = bullet was in the air for 6.3855 seconds before it hit the ground. Figure out the x component. Bullet will keep travelling at 400 m/s sideways until it hits the ground. 6.3855 * 400 m/s = 2.554 km from the cliff. Mass of the bullet is irrelevant. |
Well, if they consume 1 unit the first year, they consume a total of (1 + 2 + 4 + ... 512 = ) 1023 units of land. So, if they instead start at 2 units of land, at the end of year 9 they've consumed (2 + 4 + ... 512 = ) 1022 units, leaving 1 unit of land left to be eaten. So it will take 9 years, plus 1/1024 of the tenth year, so 9.00097656 years. (This is obviously assuming they double at the end of each year, and have a constant feeding rate during the year). |
More of a physics problem, but I figure it can fit here. A duck has a mass of 2.5kg. As the duck paddles, a force of .10N acts on it due east. The water current exerts a force of .20N 53 degrees south of east. When these forces begin to act, the velocity of the duck is .11 m/s due east. Find the magnitude and direction (relative to east) of the displacement of the duck after 3.0 seconds. I've worked through this one twice already, and I've gotten it wrong each time. EDIT: Vector drawings would be really cool, too. |
First, you must break up the south-of-east force into its components. You can do this using trig. x-component=.2Cos(53)=.1204 y-component=.2Sin(53)=.1597 From here you add the x-componet of the south-of-east force to the eastern force to get a force in the x direction of 1.1204. Because F=ma, the acceleration in a given direction is F/m. So, the acceleration in the x and y directions are as follows: x-acceleration=1.1204/2.5=.4482 y-acceleration=.1597/2.5=.06389 You then plug this into your postion functions (a/2)t^2 + vt + x to determine position: x-position: .4482(3)^2 + .11(3) = 4.3638 y-position: .06389(3)^2 = .575 From here, you use the pythagorean theorem to determine magnitude of displacement: Sqrt[4.3638^2 + .575^2] = 4.4015 meters You can then use any number of various trig operations to find the angle: theta = 7.506 degrees south of east I'm sorry I couldn't give you any vector diagrams. Hopefully you can figure it out. (Double check the math as well). |
larana said: I know a set of bugs will eat away at land and will double the area they consume each year. I also know they finish eating all the land in 10 years. However, how fast will they consume the land twice as many bugs to begin with? My friends showed this to my math teacher, she had them do it on the board, I was stumped until I saw how they did it, they got aroud nine years something (Like many have said) |
To check for divisibility by 10, we only need to know what the last digit of each of the terms of the summation will be. The last digit of the powers of 8 repeat in a sequence of 4: 8 -> 64 -> 512 -> 4096 -> 32768. Simple rules of arithmetic make it clear that the ones digit of the product of two numbers can only be influenced by the ones digits of the two factors being multiplied together. Therefore this pattern is guaranteed to repeat. Similarly the powers of 3 do the same. Its ones digit sequence is 3 -> 9 -> 7 -> 1 -> 3 which is also a sequence of length 4. 6's raised to any positive power will always end with a 6. Because the powers of 3 and 8 repeat in a sequence of 4 and the powers of 1 and 6 are always 1 and 6, we need only to check to see if the given holds true for n between 1 and 4. Additionally, we don't even need to figure out what the powers are. Simply the last digit from the repeating sequence will do. n = 1: 1 + 8 - 3 - 6 = 0 (yup) n = 2: 1 + 4 - 9 - 6 = -10 (yup) n = 3: 1 + 2 - 7 - 6 = -10 (yup) n = 4: 1 + 6 - 1 - 6 = 0 (yup) n = 5: 1 + 8 - 3 - 6 = 0 (now it's repeating) |
I did it slightly differently. Looking in Modulo 5, the equation is 1^n + 3^n - 3^n - 1^n, giving a remainder of 0 Looking in Modulo 2, the equation is 1^n + 0^n - 1^n - 0^n, again giving a 0 remainder. Since the result is divisible by both 5 and 2, it must be divisible by 10. One caveat - "for all n". It only works for natural numbers. Using -1 quickly gives a fail. |
DIAV said: I did it slightly differently. Looking in Modulo 5, the equation is 1^n + 3^n - 3^n - 1^n, giving a remainder of 0 Looking in Modulo 2, the equation is 1^n + 0^n - 1^n - 0^n, again giving a 0 remainder. Since the result is divisible by both 5 and 2, it must be divisible by 10. One caveat - "for all n". It only works for natural numbers. Using -1 quickly gives a fail. Ah, must have written the question wrong, then. I got it from my school's math club. |
The Forum > Math & Science > Math Problem Thread
