I wonder how long it'll take for someone to release a scraper to compile epubs from this.
Cambridge University Press make their books free until May
21–30 of 57 posts
Re: Cambridge University Press make their books free until May
#22This is wonderful! Does anyone have any particular recommendations (in any subject)?
Re: Cambridge University Press make their books free until May
#23Re: Cambridge University Press make their books free until May
#24Earlier quoted context omitted.
I haven't read the book, but looking at the contents I'm surprised that the author hasn't introduced analytical mechanics anywhere in the book. This might be a good introductory book if you haven't taken a mechanics course before, but using Newton's laws for understanding the dynamics of particles and rigid bodies is a terrible idea. > All the principles are described mathematically in a coordinate-free manner. Newto…
This is definitely not an introductory level book. On the contrary, I wouldn't recommend it unless you've done at least Calc 3 since you'll need a strong grasp of vectors and derivatives. Newton's laws say e.g. the net force on an object (a Euclidean vector) is equal to its mass multiplied by its acceleration (also a Euclidean vector). That in itself is entirely coordinate free, sure it assumes that the vector is not…
I disagree. I used Kleppner and Kolenkow as a freshman, and it has pretty much the same content as this book, and I would consider Kleppner and Kolenkow to be an introductory book. Sure, it's more advanced than more common freshmen books like Halliday and Resnick, but it is still very elementary mechanics. Newton's laws is just the tip of the iceberg that is mechanics. Most advanced books, including upper-division undergraduate books, would at least introduce analytical mechanics, whereas this book doesn't. If you want more advanced treatments of mechanics you should look at Landau and Lifshitz, or Arnold, or Marsden, or even Lanczos (the latter three making moderate to extensive use of Riemannian geometry and can be daunting for that reason alone).
> but the key to this system is in essence that you leave any kind of coordinate projections till the very end
That is not the definition of coordinate invariance, at least as defined in physics. Newton's laws aren't coordinate invariant because the acceleration involves the second derivative of coordinate basis vectors, and that is zero (or constant) only in very few coordinate systems, like Cartesian coordinates for instance. Of course, the statement F = ma still holds true, but becomes very cumbersome to use if, say non-orthogonal coordinate systems are used. As a simple example, try finding the equation of motion of a particle constrained on a smooth surface, say a paraboloid z = x^2 + y^2 in Cartesian coordinates using Newton's laws. Of course, this problem can be solved using Newton's laws by introducing Lagrange multipliers, but that essentially amounts to finding the constraint force. But it would be much better if you could avoid finding the constraint force altogether.
> A vector is the direction and magnitude per sé, devoid of the concept of an origin or any particular unit vectors with which you could represent that vector numerically.
You're right that it is important to distinguish between the geometrical meaning of polar vectors and their representations in a particular coordinate system. It's even more confusing when axial-/pseudo-vectors, e.g., the cross product of two polar vectors, are introduced since now they do depend on the handedness of the coordinate system used. And why should nature care about handedness? (It actually does, but that's a story for another day.) And this is precisely why analytical mechanics, which is an inherently geometrical subject, was invented in the first place! All equations in analytical mechanics are scalar equations and look the same irrespective of the coordinates you use to describe the system.
Re: Cambridge University Press make their books free until May
#25Not all books, only some. I remember one of their books [1], it was available for free PDF download for a few months. I downloaded the PDF, then later wanted to read it again and discovered I'd somehow misplaced the PDF. And now it isn't available for free download any more. I was hoping it might be included in this, but it isn't. [1] https://www.cambridge.org/core/elements/atheism-and-agnostic...
Here you go: https://b-ok.cc/book/5260524/55d50b . Z-lib (above) and Libgen are usually my go-to if I'm not sure I want to (or can't) purchase a book.
Re: Cambridge University Press make their books free until May
#26Re: Cambridge University Press make their books free until May
#27Re: Cambridge University Press make their books free until May
#28Currently working on GNU awk, which will take another month if I want to include everything I had planned. Now, I'm thinking of releasing as drafts and see how it goes.
I plan to release book markdown source as well in coming days. Already done for Ruby [2]
[0] https://leanpub.com/b/regex
Re: Cambridge University Press make their books free until May
#29https://novel-coronavirus.onlinelibrary.wiley.com/
Disclaimer: Works for Wiley (UK)
Re: Cambridge University Press make their books free until May
#30Earlier quoted context omitted.
This is definitely not an introductory level book. On the contrary, I wouldn't recommend it unless you've done at least Calc 3 since you'll need a strong grasp of vectors and derivatives. Newton's laws say e.g. the net force on an object (a Euclidean vector) is equal to its mass multiplied by its acceleration (also a Euclidean vector). That in itself is entirely coordinate free, sure it assumes that the vector is not…
> This is definitely not an introductory level book I disagree. I used Kleppner and Kolenkow as a freshman, and it has pretty much the same content as this book, and I would consider Kleppner and Kolenkow to be an introductory book. Sure, it's more advanced than more common freshmen books like Halliday and Resnick, but it is still very elementary mechanics. Newton's laws is just the tip of the iceberg that is mechani…
> try finding the equation of motion of a particle constrained on a smooth surface, say a paraboloid z = x^2 + y^2 in Cartesian coordinates using Newton's laws
The method described in this book makes this kind of problem very straightforward.
> Newton's laws aren't coordinate invariant because the acceleration involves the second derivative of coordinate basis vectors
I find this very doubtful. The acceleration of an object in real life does not change depending on how you measure its position. Why would expressing the quantities in math be any different? I think you are making a false assumption that any given vector necessarily has a numerical representation. For instance, if gravity acts down, and there is an object of mass m with no other forces on it, Newton’s law says that F = m * g. Since g is in the down direction, F is also down. Note that both F and g have direction and magnitude in this word problem even though there are no basis vectors to speak of and thus no way we can represent any of this numerically without defining more mathematical objects. What would your coordinates be? We don’t have an origin and we only have one axis, not enough to construct a right handed system or any 3D system. Sure, we could do it one dimensionally but we’re talking 3D Euclidean space for the purposes of this book.