The tutor shares an observation about the concat() function. The concat() function is used to join one or more strings to the end of another: var strng0 = “This string, “; var strng1 = “then this one” var strng2 = …

JavaScript: literal string with the concat() function Read more »

The tutor shares some experience about investigating a computer that is running fast. When no-one is using a computer, and it’s not meant to be doing anything in particular, it might be expected to be idle. Sometimes, however, the Windows …

Home computer use: Windows 7: task manager, audiodg.exe, and AudioSrv Read more »

The tutor shows the derivative of arcsin, the inverse of sin. In yesterday’s post I explained the formula for the derivative of an inverse function (m-1(x))’ = 1/m'(m-1(x)) Today, I’ll use it to find the derivative of “inverse sin(x)”, aka …

Calculus: derivative of an inverse: derivative of arcsin Read more »

The tutor shows the development of a formula for the derivative of an inverse. Let’s imagine m(x) is a function with inverse m-1(x). Then m(m-1(x)) = x By implicit differentiation, [m(m-1(x))]’ = 1 By the chain rule, [m(m-1(x))]’ = m'(m-1(x))*(m-1(x))’ …

Calculus: the derivative of an inverse function Read more »

The tutor looks at forming a Taylor polynomial with the example of square root 31. A transcendental function is one there is no operation for. Rather, it’s represented by a series of expressions. Square root and sin are two examples. …

Math: evaluating transcendental functions: Taylor polynomial for square root Read more »