B Some questions while I self-learn Applied Calculus

Click For Summary
The discussion focuses on the confusion surrounding the concepts of derivatives and their applications in applied calculus. Participants clarify that the first derivative represents velocity, while the second derivative indicates acceleration, emphasizing the importance of understanding what is being differentiated and with respect to what. The need to differentiate the area of a rectangle to find maximum dimensions given a diagonal is explained through the concept of finding critical points where the derivative equals zero. Various learning resources are debated, with a consensus that reputable textbooks and official university lecture series are more effective than YouTube videos for mastering calculus concepts. Overall, the conversation highlights the importance of grasping foundational principles in calculus to connect rates of change with geometric interpretations.
  • #31
user079622 said:
Here is some different letters
Some of the notation in the image you posted I've never seen before.
For example, I've never seen ##f_{'}## to represent ##\frac{\partial f}{\partial y}##, ##f_{'}^{'}## to represent the mixed second partial derivative, or ##f_{''}## to represent ##\frac{\partial^2 f}{\partial y^2}##.
I don't believe any of these notations are used in any modern calculus textbooks, with "modern" defined as being published in the last 125 years.
 
  • Like
Likes Vanadium 50
Physics news on Phys.org
  • #32
SammyS said:
This is rather enlightening to those offering advice to you.

What is your mathematical background?

What math have you studied previously?

What mathematical skills do you have?
I had calculus at university 30years ago, all these years I wasnt in touch with this..
 
  • #33
Mark44 said:
Some of the notation in the image you posted I've never seen before.
For example, I've never seen ##f_{'}## to represent ##\frac{\partial f}{\partial y}##, ##f_{'}^{'}## to represent the mixed second partial derivative, or ##f_{''}## to represent ##\frac{\partial^2 f}{\partial y^2}##.
I don't believe any of these notations are used in any modern calculus textbooks, with "modern" defined as being published in the last 125 years.
Learning from book is very hard, it is hard to figure out what you need to do with this "hieroglyphics".

I find it easier to learn when person solve the task and explain step by step what is he doing and why.
 
  • #34
user079622 said:
Learning from book is very hard, it is hard to figure out what you need to do with this "hieroglyphics".

I find it easier to learn when person solve the task and explain step by step what is he doing and why.
Presumably this is why people part with considerable sums of money to be taught at university.
 
  • Like
Likes Vanadium 50 and user079622
  • #35
PeroK said:
Presumably this is why people part with considerable sums of money to be taught at university.
Yes there is good reason why professors exists, otherwise everyone would study alone.

just one example:
In book I cant find how they get du, because book skips steps.

Instead just watch one video and find how he get du.. everything is clear now
 
  • #36
user079622 said:
Here is some different letters

8242cb974856d243f0e51e3fe1e018ffeadbeb75
@user079622 are you aware that these derivatives you have copied here are "partial derivatives" (that's why they have the curly "d" as in: ## {\partial f} ##)? The normal nomenclature is:

##\frac {df} {dx}##, the derivative of function f with respect to x

##\frac {\partial f} {\partial x}##, the partial derivative of function f with respect to x

These are not the same, and if you do not know what a partial derivative is, that is OK, you just need to slow down and learn about "regular" derivatives first.
 
  • #37
gmax137 said:
@user079622 are you aware that these derivatives you have copied here are "partial derivatives" (that's why they have the curly "d" as in: ## {\partial f} ##)? The normal nomenclature is:

##\frac {df} {dx}##, the derivative of function f with respect to x

##\frac {\partial f} {\partial x}##, the partial derivative of function f with respect to x

These are not the same, and if you do not know what a partial derivative is, that is OK, you just need to slow down and learn about "regular" derivatives first.
No, I haven't gotten to that part yet, I'm still searching what is the most effective way to learn...
 
  • #38
user079622 said:
Learning from book is very hard, it is hard to figure out what you need to do with this "hieroglyphics".
What book are you using? As I mentioned before, some of what you call "hieroglyphics" is pretty much nonstandard, such as the notation ##f_{'}## to mean ##\frac{\partial f}{\partial y}## or ##f_{''}## to mean ##\frac{\partial^2 f}{\partial y^2}##. As someone else and I already mentioned, these are all partial derivatives. It looks to me like you have skipped too far ahead in this book.

user079622 said:
just one example:
In book I cant find how they get du, because book skips steps.
What's the example from the book? The first example I saw in the Youtube video seemed pretty obvious.
 
  • #39
Mark44 said:
What book are you using? As I mentioned before, some of what you call "hieroglyphics" is pretty much nonstandard, such as the notation ##f_{'}## to mean ##\frac{\partial f}{\partial y}## or ##f_{''}## to mean ##\frac{\partial^2 f}{\partial y^2}##. As someone else and I already mentioned, these are all partial derivatives. It looks to me like you have skipped too far ahead in this book.

What's the example from the book? The first example I saw in the Youtube video seemed pretty obvious.
Book for math I for engineering university on my mother language.

I just read text about u-substitution, in every book they dont show all steps..So for me it easier to watch video where professor solve tasks with u-substitution.
 
  • #40
@Mark44

Find integral of sin 2x dx
step 1. substitution
2x=t
x=t/2 differentiate........dx= dt/ 2

Why x become dx and t become dt, if derivation of x is 1, (x)´=1 ?
 
  • #41
user079622 said:
Find integral of sin 2x dx
step 1. substitution
2x=t
x=t/2 differentiate........dx= dt/ 2
The letter u is often used for substitutions like this.
Let u = 2x.
Then du = 2 dx.
So ##u = 2x \Rightarrow x = \frac u 2##, and ##dx = \frac {du} 2##.

Then the integral ##\int \sin(2x)dx## becomes ##\int \sin(u) \frac{du}2 = \frac 1 2 \int \sin(u) du##.
Can you carry out the remainder of this problem?

To answer your question...
user079622 said:
Why x become dx and t become dt, if derivation of x is 1, (x)´=1 ?
With substitutions you need to work with differentials, not derivatives.
The differential of x is dx. If u is a function of x, then ##du = \frac {du}{dx}\cdot dx##.
Here u = 2x, so ##du = 2 \cdot dx##.
 
  • #42
Mark44 said:
Then the integral ##\int \sin(2x)dx## becomes ##\int \sin(u) \frac{du}2 = \frac 1 2 \int \sin(u) du##.
Can you carry out the remainder of this problem?
Yes
=-cos (u) x 1/2 + C= -cos (2x) /2 +C
Mark44 said:
With substitutions you need to work with differentials, not derivatives.
The differential of x is dx. If u is a function of x, then ##du = \frac {du}{dx}\cdot dx##.
Here u = 2x, so ##du = 2 \cdot dx##.
only after watching this video do I understand what it is differential
 
  • #43
  • #44
user079622 said:
only after watching this video do I understand what it is differential
In every calculus textbook I've ever seen (and there are many), the technique of integration by substitution is almost the first method shown for evaluating integrals. All of the examples show what the substitution is, and from it how to replace the integrand and dx. Somewhere after derivatives are presented, there is usually some discussion of differentials. You didn't mention the title of your calculus textbook or its authors, but I'm starting to think that it isn't a very good source for learning calculus.
 
  • Like
Likes bhobba and Vanadium 50
  • #45
PeroK said:
I showed how this technique is related to the integration by change of variables, which does not depend on differentials!
From that post, you wrote
PeroK said:
The change of variables is really the inverse of the chain rule. Formally, if ##f## and ##u## are suitable functions:
$$\int_a^bf(u(x))u'(x) \ dx = \int_{u(a)}^{u(b)}f(t) \ dt$$
Although differentials aren't explicitly mentioned, the substitution evidently is t = u(x), so dt on the right side corresponds to u'(x) dx on the left side of the equation above,
 
  • #46
Mark44 said:
Although differentials aren't explicitly mentioned, the substitution evidently is t = u(x), so dt on the right side corresponds to u'(x) dx on the left side of the equation above,
That observation motivates the idea of differentials, in terms of something that might makes sense outside the integrand. And, motivates the substitution technique. The proof of the change of variables formula, however, involves only the chain rule and the FTC. It doesn't involve an appeal to dfferentials or infinitesimals. Which is an important point, IMO.
 
  • #47
I will report back in a few days when I pass the differentials.
 
  • #48
In the interim, here is something that might help. Recently, I have thought about how I would teach beginning calculus, i.e., intuitive, non-rigorous calculus. I wrote a few insights articles using the concept of infinitesimal, but now I believe that is not the correct approach to start with. Here are my latest thoughts

Let's break it down step by step. This approach will make learning more manageable and less daunting.

First, here is a preliminary incorrect definition of the derivative that will be improved later.

If f(x) is a function, then Δf/Δx is written as (f(x + Δx - f(x))/Δx.

The derivative of f(x), written as f’(x), is defined as Δf/Δx when Δx is zero. Ok, let's substitute Δx = 0. You get 0/0. Yikes. Calculus is a trick that allows sense to be made of 0/0. Why you would want to do that will be left to when you look at its applications. For now, accept it is very, very useful.

Here is an example of the trick. Let f(x) = x^2. Δf/Δx = ((x + Δx)^2 - x^2)/Δx = (2x*Δx + (Δx)^2)/Δx = 2x + Δx. Now, Δx can be taken as zero without problems, so f’(x) = 2x.

The alert reader will notice that when dividing by Δx, we assume delta x is not zero. But later, it is taken as zero. This is a problem. At this stage, we live with the problem, but as you know, the concept of limits I will show how it circumvents the issue.

Instead of taking Δx as zero, take the limit of both sides, which is legit even though it is never zero, and you get f'(x) = 2x. So the correct definition of f'(x) is limit Δx→0 (f(x + Δx - f(x))/Δx.

Now you can see why the concept of limit has been introduced.

However, at the start, and intuitively, using the incorrect preliminary definition may help.

Thanks
Bill
 
  • #49
bhobba said:
In the interim, here is something that might help. Recently, I have thought about how I would teach beginning calculus, i.e., intuitive, non-rigorous calculus. I wrote a few insights articles using the concept of infinitesimal, but now I believe that is not the correct approach to start with. Here are my latest thoughts

.
..
...

However, at the start, and intuitively, using the incorrect preliminary definition may help.

I'm pretty sure that's how I was taught calculus in 11th grade, back in the early 1970s.
 
  • #50
gmax137 said:
I'm pretty sure that's how I was taught calculus in 11th grade, back in the early 1970s.

That's how I learned it at 13, in the late 60s, armed with a book from the local library.

For years, I've held the belief that calculus should be introduced sooner in the education system. I'm convinced that a decent student can grasp the basics in US Middle School. There are even standard textbooks and syllabi that support this, such as Shoreman Math and Kuman Math. Kuman math is self-paced. Get this: Some complete it to Calculus level by year 6, but they start at age 3. Most do it by year 8. Shoreman math is a bit too religious for my taste, but it is not uncommon for those using it to complete it by year 8 or 9.

Thanks
Bill
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 46 ·
2
Replies
46
Views
5K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 42 ·
2
Replies
42
Views
5K
Replies
24
Views
6K