Textbook made mistake in algebra, help

AI Thread Summary
The discussion centers on a mistake in a textbook's algebraic solution for solving the variable t in the equation y - y0 = v0 t + 1/2 a t^2. The textbook incorrectly presents t as t = sqrt((2(y-y0) - 2v0) / a, which leads to confusion since it implies t is on both sides of the equation. Participants agree that the correct approach should involve removing the v0 term when it equals zero, simplifying the equation to t = sqrt(2(y-y0)/a). The consensus is that the textbook's method is flawed and fails to provide a valid solution for non-zero initial velocity. Overall, the error highlights significant issues in the textbook's presentation of the algebra involved.
raddian
Messages
66
Reaction score
0

Homework Statement


There is an image but I will reiterate my problem.
The writer is solving for t. Okay, easy enough.

Homework Equations



y-y0 = v0 t + 1/2 a t^2

Textbook says

t = sqrt( (2(y-y0) - 2 v0) / a )

The Attempt at a Solution



Shouldn't it be

t = sqrt( (2(y-y0) - 2 v0 t) / a )

Let's take it slow.

Multiply both sides by two.

2(y-y0) = 2 v0 t + a t^2

Bring (2 v0 t) to left side.

2(y-y0) - 2 v0 t = a t^2

Divide both sides by a.

(2(y-y0) - 2 v0 t) / a = t^2

Sqrt both sides.

t = sqrt( (2(y-y0) - 2 v0 t) / a )

This really bugs me.
 

Attachments

  • Screenshot 2014-09-04 at 02.00.34.png
    Screenshot 2014-09-04 at 02.00.34.png
    930 bytes · Views: 368
Physics news on Phys.org
dimensionally you can see theirs is wrong
 
Writing in standard form:

y-y0 = v0 t + 1/2 a t^2 becomes

(1/2) a t^2 + v0 t - (y-y0) = 0

so that for the general quadratic in t, A t^2 + B t + C = 0,

A = a/2

B = v0

C = -(y - y0) = (y0 - y)

and the roots are

t = \frac{-v_{0} \pm \sqrt{v^{2}_{0}-4(a/2)(y_{0}-y)}}{a}

With your algebra:

t = sqrt( (2(y-y0) - 2 v0 t) / a )

you wind up with 't' on both sides of the equation, which isn't conducive to obtaining a solution for t without iterating.
 
My 'guess' is v0 = 0 somewhere in the problem statement.

The textbook (or solution manual) write is completely wrong with his t = ...
He/she should have written y-y0 = 1/2 a t^2 first and then proceeded to t = ... (without the -2v0).
 
I hope this isn't illegal but I would like to copy the webpage the page of the textbook to show you guys the problem. Will this be illegal?
 
raddian said:
I hope this isn't illegal but I would like to copy the webpage the page of the textbook to show you guys the problem. Will this be illegal?

Just the one page for this purpose should be fine.
 
The page is attached as an image.
 

Attachments

  • Screenshot 2014-09-04 at 13.09.08.jpg
    Screenshot 2014-09-04 at 13.09.08.jpg
    31.1 KB · Views: 366
The book is wrong. They already said v0 = 0 so they should have removed it from the equation.

Your equation
t = sqrt( (2(y-y0) - 2 v0 t) / a )
is "right", but it's only useful in this problem because v0 = 0 and therefore to v0t = 0.
If v0 is not 0, you have to solve the quadratic equation as Steamking said.
 
Stupid wrong books. Paid good money...

Alright I really like SteamKing's answer. Clearly states how the t went missing. Thanks. Really helps
 
  • #10
Yeah the book doubly messed up. First, as you show the answer is flat out wrong and second it doesn't even make sense to try to do what they did. Doing what they did would trap you with a t on both sides which is useless unless you lucked out to have v0=0. They forget to bring the t over though which makes it look like they actually used a method that would be some general form to solve things. It really makes no sense and it doesn't even give the right dimensions that even work out.

Either they should have presented it full out in general with the whole -b+/srt( )/blah etc. formula or just plugged in 0 for v0 to start and then just did d=1/2 * a * t^2 and then get t= sqrt(2d/a)

Man that is really messed up. It's hard to believe that is published in a book like that.
Is that in the published book or just in some supplementary web material for the book?
 
  • #11
It came with the webassign package. So it's hard to tell it's from the book or supplements because even the chapters look like supplements (i.e. each chapter and section is a weblink to a different one-page webpage)
 
Back
Top