Git Product home page Git Product logo

apexcalculusv5's People

Contributors

apexcalculus avatar davidfarmer avatar pstaabp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

apexcalculusv5's Issues

Final answer to Example 13.7.4 wrong by a factor of 4/\pi

The center of mass, in rectangular coordinates, is NOT located at (โˆ’0.147, 0.015, 0.467) as these coordinates should be divided by M = \pi/4.

You should also be careful about when answers are written as equalities and when they are approximate.

The precise answers are

M_{yz} = - \frac{3 \pi}{64}

M_{xz} = \frac{3 \pi}{640}

M_{xy} = \frac{1903 \pi}{12800}

So the centre of mass is located at (-3/16, 3/160, 1903/3200).

a=0 in General p-Series

{A general $p$--series $\ds\sum_{n=1}^\infty \frac{1}{(an+b)^p}$ will converge if, and only if, $p>1$.\index{series!p@$p$-series}\index{p@$p$-series}

There is an error in the theorem for the p-series test. In particular, the currently stated theorem is false in the special case when a=0.

The current theorem states that

A general $p$--series $\ds\sum_{n=1}^\infty \frac{1}{(an+b)^p}$ will converge if, and only if, $p>1$.

The error could be corrected by changing this to

A general $p$--series $\ds\sum_{n=1}^\infty \frac{1}{(an+b)^p}$ with $a\neq 0$ will converge if, and only if, $p>1$.

Alternatively, the error could be corrected by changing the definition of a general p-series to require that a is nonzero. (Note that the definition of a general p-series is just a few lines before the theorem for the p-series test.)

README.md should be updated

Hello, the file README.md in APEXCalculusV5 still refers to version 4.0 and should probably be updated.

Sorry that I don't have a more substantial contribution to make at this point. Thank you for your work!

function becomes constant

Multiplying $\vec r(t)$ by 5 scales the function by 5, producing $5\vec r(t) = \langle 5\cos t+1,5\sin t+1.5\rangle$, which is graphed in Figure \ref{fig:vvf3}(c) along with $\vec r(t)$. The new function is ``5 times bigger'' than $\vec r(t)$. Note how the graph of $5\vec r(t)$ in (c) looks identical to the graph of $\vec r(t)$ in $(b)$. This is due to the fact that the $x$ and $y$ bounds of the plot in $(c)$ are exactly 5 times larger than the bounds in (b).

$5\vec r(t) = \langle 5\cos t+1,5\sin t+1.5\rangle$
should be
$5\vec r(t) = \langle 5\cos t+t,5\sin t+\frac32 t\rangle$

Figure 14.1.2 does not match Example 14.1.1

Somehow the sine is multiplied by -1 in the asy files.

In the text 14_Line_Integral_Intro.tex you have:

134: {Find the area under the surface $f(x,y) =\cos(x)+\sin(y)+2$ over the curve $C$, which is the segment of the line $y=2x+1$ on $-1\leq x\leq 1$, as shown in Figure \ref{fig:linescalarfield2}.

138: We find the values of $f$ over $C$ as $f(x,y) = f(t,2t+1) = \cos(t)+\sin(2t+1) + 2$.

while in the figures figlinescalarfield2_3D.asy and figlinescalarfield2b_3D.asy you have

4: // The surface is z=cos(x)+sin(y)+2; the path is the line
38: //Draw the surface z=cos(x)+sin(y)=2
40: return (t.x,t.y,-sin(t.y)+cos(t.x)+2);
48: triple g(real t) {return (t,2*t+1,-sin(2t+1)+cos(t)+2);}

and

4: // The surface is z=cos(x)+sin(y)=2; the path is the line
37://Draw the surface z=cos(x)+sin(y)=2
39: return (t.x,2*t.x+1,t.y*(-sin(t.x*2+1)+cos(t.x)+2));
47:triple g(real t) {return (t,2*t+1,-sin(2t+1)+cos(t)+2);}

Missing 4 in solution to Example 14.1.3

Typo: 1+4t^2 on line 214 became 1+t^2 on line 218 of 14_Line_Integral_Intro.tex

214: {We parametrize our curve $C$ as $\vrt = \langle t,t^2\rangle$ for $-1\leq t\leq 1$; we find $\norm{\vrp(t)} = \sqrt{1+4t^2}$, so $ds = \sqrt{1+4t^2}\ dt$.

218: \int_C f(s)\ ds &= \int_{-1}^1 \Big(1-\cos(t)\sin\big(t^2\big)\Big)\sqrt{1+t^2}\ dt.\\

csch inverse in terms of logarithms

\item \parbox{70pt}{$\ds\int \frac{1}{x\sqrt{x^2+a^2}}\ dx $} \parbox{180pt}{$\ds=\qquad -\frac1a\csch^{-1}\left|\frac xa\right| + C;\ x\neq 0,\ a>0$}$\ds= \frac1a \ln\left|\frac{x}{a+\sqrt{a^2+x^2}}\right|+C $

"Logarithmic definitions of Inverse Hyperbolic Functions" and "Integrals Involving Inverse Hyperbolic Functions" both show how to define $\csch^{-1}x$ in terms of $\ln$. But they disagree by a negative sign when $x<0$. "Definitions" seems correct, not "Integrals". Playing around with Desmos, that negative sign can go in several different places: https://www.desmos.com/geometry-beta/8dnclvtqdt

Unfortunately, I've not thought of a nice way of combining the two fractions from "Definitions" without introducing the sgn function.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.