Rearranging numbers changes answers?

  • Thread starter Thread starter Lexadis
  • Start date Start date
  • Tags Tags
    Numbers
AI Thread Summary
The discussion revolves around a physics problem involving a car and a bike with different accelerations and initial velocities. The user attempted to find the time taken for the car to overtake the bike but encountered discrepancies in their calculations after rearranging the quadratic equation. Mistakes in algebra led to incorrect factorizations, resulting in different answers for time. The correct approach emphasizes that the displacement of the car minus 100 meters should equal the displacement of the bike. Ultimately, the user recognized their errors in algebra and sought clarification on the correct method.
Lexadis
Messages
11
Reaction score
1
Solved~Rearranging numbers changes answers?

Homework Statement


A car starts from rest and travels with a constant acceleration of 3ms^{-2}, while a bike which is at a distance of 100m away from the car starts with an initial velocity of 5ms^{-2} travels with a constant acceleration of 2ms^{-2}. The displacement traveled by the bike before being overtaken is x. Using equations of motion, find,
(i) the time taken for the car to overtake the bike.
(ii) the distance traveled by the bike (x)
(iii) the distance traveled by the car.

Homework Equations


s= ut + \frac{1}{2} at^{2}

The Attempt at a Solution


So I did using the theory that the displacement of the car will be equal to displacement of the bike +100m.
So here it goes:
ut+ \frac{1}{2}at^{2}+100 = ut+ \frac{1}{2}at^{2}

\frac{1}{2}.3.t^{2} + 100 = 5t + \frac{1}{2}.2.t^{2}

\frac{3}{2}t^{2}+100=5t+t^{2}

100=5t-\frac{1}{2}t^{2}

\frac{1}{2}t^{2}-5t+100=0

t^{2}-10t+200=0

It is after this the problem started. I got 2 different answers. Here it goes:

t^{2}-10t+200=0

--> Here I arranged it as -20t + 10t:

t^{2} - 20t + 10t + 200 = 0

t(t-20)+10(t+20)=0

(t+10)(t-20)(t+20) = 0

t+10 = 0 / t^{2}-20^{2} = 0

t=-10 / t=20 s / t=-20s

-->Here I arranged it as +10, -20, and got different answers >_>

t^{2} + 10t - 20t + 200 = 0

t(t+10) - 20(t-10) = 0

(t-20) (t^{2}-10^{2}) = 0

t=20s / t=10 / t=-10

The answer is supposed to be 20. So how come I also got t=10s in my second arrangement? Is there some mistake I can't identify? Thank you very much in advance c:
 
Last edited:
Physics news on Phys.org
You need to review your algebra. You can't factor the way you did. Note that you started with a quadratic expression, but after factoring, you ended up with a cubic expression. Obviously, you did something you're not allowed to do.

To be specific, ##t(t-20) + 10(t+20)## does not equal ##(t+10)(t-20)(t+20)##. You made a similar mistake in the second approach as well.
 
I figured out what my mistake was ^^;
I should have had:
s=ut+\frac{1}{2}at^{2}-100 = 5t+t^{2}
instead of a +100 because displacement of the car minus100m should be equal to the displacement of the bike.
Thank you!
 
ummm... to reiterate what vela said:

firstly you go from
t(t−20)+10(t+20)=0
to
(t+10)(t−20)(t+20)=0

which is nowhere near correct:
(t+10)(t−20)(t+20)=(t+10)(t^2-400) = t^3 +10t^2 -400t - 4000
definitely not your origional equation.
Same thing with your second attempt. Bad algebra is bad.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top