This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
# I indented these lines
# 4 spaces, and now they show
# up as a code block.
print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.
print "hello world"
Math
Appears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3
2×3
2^{34}
234
a_{i-1}
ai−1
\frac{2}{3}
32
\sqrt{2}
2
\sum_{i=1}^3
∑i=13
\sin \theta
sinθ
\boxed{123}
123
Comments
Here is my solution
Initial assumptions:
1) The initial speed of the block is (3,0) with respect to the ground 2) The initial position of the block is (0,0) with respect to the ground 2) The speed of the platform is (0,4) with respect to the ground 3) The friction force has a magnitude equal to the μmg, and a direction opposite to the relative velocity of the block with respect to the platform. Both of these velocities are given with reference to ground. In other words:
Ffriction∝−(vblock−vplatform)
Running the simulation over time results in the block coming to rest relative to the platform after 1.666 seconds, at which time the x coordinate of the block is 2.5 with respect to ground, and the y coordinate is 3.333 with respect to ground. The block is a distance 4.1666 from the origin, and it has moved a total arc length of 4.753 with respect to ground.
The (x,y) trajectory of the block relative to ground is shown below:
If that is the case, my last paragraph changes as follows:
Running the simulation over time results in the block coming to rest relative to the platform after 1 second, at which time the x coordinate of the block is 1.5 with respect to ground, and the y coordinate is 4 with respect to ground. The block is a distance 4.272 from the origin, and it has moved a total arc length of 4.348 with respect to ground.
@Kudo Shinichi
–
I wanted to check my original solution, since it was a bit involved. So then I remembered the first postulate of special relativity: "The laws of physics are the same in all inertial frames of reference". Since the platform is not accelerating, an observer sitting on the platform and watching should observe "ordinary" physics. And we can apply simple kinematics to that case. Let v0 be the initial velocity of the block relative to the platform. There is a constant acceleration relative to the platform equal to μg.
μgv0=tftf=1
Then the distance the block slides relative to the platform is:
D=21μgtf2=23
And over the one second, the platform has moved 4 meters. So the final position of the block with respect to the ground is (23,4). This matches the more complicated approach I took earlier.
Then, to find the total arc length traveled with respect to ground, begin with the expressions for the velocity relative to ground.
(vx,vy)=(3−3t,4)v=25−18t+9t2
The total arc length is:
L=∫0125−18t+9t2dt=4.3484
This also matches the result of my previous solution
Yes........I mean, I solved it using relative velocity.......View the motion of the block with respect to the horizontal platform........The time after which it stops is 1.66666 seconds.....I think you can proceed from here onwards....:)
@Aaghaz Mahajan bro but then from that frame answer I am getting is wrong , can u tell what r u getting ?? Its difficult for me to get answer using relative frame I used that.
.
@Kudo Shinichi
–
Well, what is the correct answer??? I am getting the answer to be 5 m.........Here is my method:- Taking the velocity of block wrt to the platform, we get it to be <3,-4> i.e. v = 5 m/s. Also, the acceleration is -3 m/s^2. So, the time taken is 1.66666666 seconds. Now, the displacement of the block in that time is <5,-20/3> and the displacement of the platform is <0,4>. Using relative velocity again, we get the displacement of the block wrt ground to be <5,0>......
1) I interpret the "4" in your energy expression as being the final velocity with respect to ground, which is the same velocity as the platform. It's important to note that it is relative to ground.
2) The "3" in your energy expression is relative to the platform (per your previous clarification). So you have two different references in your energy equation, which seems problematic.
3) The other concern is that the work calculation has the following general form:
W=∫F⋅dℓ
If the force magnitude is constant AND the force is everywhere parallel to the motion, this reduces to:
W=∣F∣Δℓ
How do you know that these simplifications should occur?
vb=3i,a=53(−3i+4j)∣a∣=3,∣vb/p∣=5⟹t0=5/3s. (Using formula 0−5=−3t0)
For block, sb=3t0i+(1/2)at02
Use this to get s=5i+310j
Note: vb is velocity of block in ground frame, vb/p is velocity of block in platform frame.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Here is my solution
Initial assumptions:
1) The initial speed of the block is (3,0) with respect to the ground
2) The initial position of the block is (0,0) with respect to the ground
2) The speed of the platform is (0,4) with respect to the ground
3) The friction force has a magnitude equal to the μmg, and a direction opposite to the relative velocity of the block with respect to the platform. Both of these velocities are given with reference to ground. In other words:
Ffriction∝−(vblock−vplatform)
Running the simulation over time results in the block coming to rest relative to the platform after 1.666 seconds, at which time the x coordinate of the block is 2.5 with respect to ground, and the y coordinate is 3.333 with respect to ground. The block is a distance 4.1666 from the origin, and it has moved a total arc length of 4.753 with respect to ground.
The (x,y) trajectory of the block relative to ground is shown below:
Log in to reply
Sir initial speed of block should be wrt platform . As such in ground frame it has initial speed to be net 5
Log in to reply
If that is the case, my last paragraph changes as follows:
Running the simulation over time results in the block coming to rest relative to the platform after 1 second, at which time the x coordinate of the block is 1.5 with respect to ground, and the y coordinate is 4 with respect to ground. The block is a distance 4.272 from the origin, and it has moved a total arc length of 4.348 with respect to ground.
Log in to reply
Log in to reply
Log in to reply
Log in to reply
@Steven Chase Sir I have posted my energy method above with the question.
Log in to reply
@Steven Chase Sir can u pls tell.is there anything wrong I did ?
Log in to reply
v0 be the initial velocity of the block relative to the platform. There is a constant acceleration relative to the platform equal to μg.
I wanted to check my original solution, since it was a bit involved. So then I remembered the first postulate of special relativity: "The laws of physics are the same in all inertial frames of reference". Since the platform is not accelerating, an observer sitting on the platform and watching should observe "ordinary" physics. And we can apply simple kinematics to that case. Letμgv0=tftf=1
Then the distance the block slides relative to the platform is:
D=21μgtf2=23
And over the one second, the platform has moved 4 meters. So the final position of the block with respect to the ground is (23,4). This matches the more complicated approach I took earlier.
Then, to find the total arc length traveled with respect to ground, begin with the expressions for the velocity relative to ground.
(vx,vy)=(3−3t,4)v=25−18t+9t2
The total arc length is:
L=∫0125−18t+9t2dt=4.3484
This also matches the result of my previous solution
@Steven Chase sir please help with this problem discussion on a David Morin Question.
Can it be solved without energy method ? @Steven Chase sir @Aaghaz Mahajan bro ??
Log in to reply
Yes........I mean, I solved it using relative velocity.......View the motion of the block with respect to the horizontal platform........The time after which it stops is 1.66666 seconds.....I think you can proceed from here onwards....:)
Log in to reply
@Aaghaz Mahajan bro but then from that frame answer I am getting is wrong , can u tell what r u getting ?? Its difficult for me to get answer using relative frame I used that. .
Log in to reply
Log in to reply
Log in to reply
Log in to reply
@Aaghaz Mahajan bro. We need total distance not displacement
Answer is 7/6 m onlyLog in to reply
@Steven Chase Sir u r method is correct , but what's incorrect in my method (energy)??
Log in to reply
1) I interpret the "4" in your energy expression as being the final velocity with respect to ground, which is the same velocity as the platform. It's important to note that it is relative to ground.
2) The "3" in your energy expression is relative to the platform (per your previous clarification). So you have two different references in your energy equation, which seems problematic.
3) The other concern is that the work calculation has the following general form:
W=∫F⋅dℓ
If the force magnitude is constant AND the force is everywhere parallel to the motion, this reduces to:
W=∣F∣Δℓ
How do you know that these simplifications should occur?
Log in to reply
Which dimension is gravity in (i, j, or k)?
Log in to reply
Sir, it is written that x-y plane is a horizontal plane, so I think g should be in k.....
Log in to reply
Log in to reply
@Steven Chase sir u got the answer? By other method?
Log in to reply
vb=3i,a=53(−3i+4j)∣a∣=3,∣vb/p∣=5⟹t0=5/3s. (Using formula 0−5=−3t0) For block, sb=3t0i+(1/2)at02 Use this to get s=5i+310j Note: vb is velocity of block in ground frame, vb/p is velocity of block in platform frame.