Calculus Project
Calculus Project
CALCULUS 1
PROJECT REPORT
Application of derivative
in population growth and in other fields
Members Student’s ID
Dư Đức Minh 2452734
Huỳnh Phúc Minh Trí 2453306
Nguyễn Minh Đạt 2452245
Phạm Gia Hưng 2452430
Trương Quốc Thắng 2453190
TABLE OF CONTENTS
1 ORIGIN OF DERIVATIVE AND DIFFERENTIATION 2
1.1 Ancient Beginnings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.2 Development of Derivatives and Differentiation . . . . . . . . . . . . . . . . . . . . . 2
1.3 Notation and Formalization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
5 CONCLUSION 11
5.1 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
5.2 Strength . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
5.3 Weakness . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
5.4 Platform used . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
5.5 Reference . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
⃗
∆x x⃗f − x⃗i x⃗f − x⃗i
⃗v = = = (1)
∆t tf − ti ∆t
This equation states that the velocity is defined as the change in position divided by the time
interval or change in time.
- The acceleration formula:
∆v
a= (2)
∆t
- Describes how electric and magnetic fields evolve in time and space. For instance, Faraday’s Law
of Induction uses the derivative of magnetic flux to compute induced electromotive force (EMF).
(Maxwell’s equation)
2.2.2 Economics
- Marginal analysis + Marginal cost: represents the additional cost incurred when producing one
more unit of a good. If C(q) is the total cost function where q is the quantity, the marginal cost is
the derivative:
dC(q)
M C(q) = (3)
dq
+ Marginal revenue (MR) measures the additional revenue generated from selling one more unit of
a good. If R(q) is the revenue function, q is the quantity then:
dR(q)
M R(q) = (4)
dq
dS dI dR
, , (6)
dt dt dt
2.2.5 Finance
- In finance, differentiation is used in option pricing models, risk analysis, and optimization of
investment portfolios.
- Option Pricing (Greeks): In the Black-Scholes model, differentiation is used to calculate the
sensitivity of option prices to changes in underlying factors. The "Greeks" (Delta, Gamma, Theta,
etc.) are derivatives that measure the sensitivity of an option’s price to various parameters.
2.2.6 Astronomy
Orbital Mechanics:
- In studying the motion of planets, moons, and satellites, differentiation plays a central role in
orbital mechanics, which is governed by Newton’s Laws of Motion and Gravitation.
- Velocity and Acceleration of Celestial Bodies:
- The velocity of a planet or satellite in its orbit is the derivative of its position with respect to
time.
dr(t)
v(t) =
dt
- Acceleration is the second derivative of the position function, which helps determine how a body’s
velocity changes under the influence of gravitational forces.
d2 r(t)
a(t) =
dt2
Gravitational Potential:
- The gravitational potential (V) is a scalar field that describes the potential energy per unit mass
in a gravitational field. The gravitational force (F) on a body is the negative gradient (spatial
derivative) of the gravitational potential:
F = −∇V (7)
- This means the force exerted by a massive object (e.g., a planet or star) on another body is
determined by the rate at which the potential changes with distance.
Escape Velocity: The escape velocity from a celestial body is derived by differentiating the po-
tential energy of the body’s gravitational field and solving for the velocity needed to reach zero
total energy (kinetic + potential).
100t
p(t) = 1000 + (8)
100 + t2
100 200t2
p′ (t) = − (9)
100 + t2 (100 + t2 )2
At t=10
P(t)=1005
Therefore, the number of bacteria be at its maximum is t=10.
P
1.2P (1 − )>0
4200
⇒ 1.2P > 0(true)
P
⇒1− >0
4200 (14)
P
⇒1>
4200
⇒ P < 4200
⇒ 0 < P < 4200
dP
<0
dt
⇒ 1.2P < 0(f alse)
P
⇒ 1− <0
4200 (15)
P
⇒1<
4200
⇒ P > 4200
⇒ P > 4200
d2 P
=0
dt2
2.4P (17)
⇒ 1.2 − =0
4200
⇒ P = 2100
Step 3: Plot the critical point into the table of trend to see if P is peak point You can see when P
at 2100 fishes the growth rate is the highest (1260 fishes per year)
a = 2;
syms t
bacteria_growth= 100 ∗ a∧ (2 ∗ t);
growth_rate = diff(bacteria_growth, t);
t_value = 3;
population_at_t = double(subs(bacteria_growth, t, t_value));
growth_rate_at_t = double(subs(growth_rate, t, t_value));
At t = 3.00 hours:
Bacterial population = 6400
Growth rate dP
dt = 8872.28
K = 4200;
r = 1.2;
syms P
growth_rate = r * P * (1 - P/K);
- Secondly, we calculate the derivative of the function, and find the trend of the function:
fprintf(’(a) The fish population is increasing when P is in the range: %.0f to %.0f\n’,solve_increasing(1),
solve_increasing(2));
fprintf(’(b) The fish population is decreasing when P is outside the range: %.0f to %.0f\n’, solve_decreasing(1),
solve_decreasing(2));
fprintf(’(c) The fish population growth rate is highest at P = %.0f fishes\n’, critical_point);
fplot(growth_rate, [0, K]);
hold on;
plot(double(critical_point), double(subs(growth_rate, P, critical_point)), ’ro’);
title(’Fish Population Growth Rate’);
xlabel(’Fish Population (P)’);
ylabel(’Growth Rate’);
grid on;
hold off;
5 CONCLUSION
5.1 Summary
- Derivative is common and used widely in not only Mathematic, but also in any other fields.
- From derivative, we can find out the speed of population growth, maximum, minimum magnitude
of the figure in a specific time and also we can sketch the graph of the mentioned figure to clearly
understand about the trend of the figure with defined amount of time or any reference.
- After the project, we can have more experience with simulation apps (Matlab) and Latex to solve
problem and write the reports.
5.2 Strength
- We can work together to make research about the project, and complete the report.
- We got good communication through online platforms to discuss about the project.
5.3 Weakness
- Due to different time table, we can not meet to discuss more about the project and about practical
aspects of derivative in our life.
- We had difficult with coding on new application at first
5.5 Reference
https://tex.stackexchange.com
https://stackoverflow.com
book The History of Calculus and Its Conceptual Development by Carl B. Boyer and book A His-
tory of Mathematics by Victor Katz
Calculus Early Transcendentals 6th Edition, feat: James Steward
Calculus Early Transcendentals 8th Edition by James Stewart
https://www.youtube.com/watch?v=GLCVF3Tg75g&list=PLX2gX-ftPVXX2-C5txf01EAd3J9CyEI1v&index=2
https://www.youtube.com/watch?v=EeLu4i_Rh-4&list=PLX2gX-ftPVXX2-C5txf01EAd3J9CyEI1v&index=11
https://www.youtube.com/watch?v=nnMV84j85Nk&list=PLX2gX-ftPVXX2-C5txf01EAd3J9CyEI1v&index=12
https://www.youtube.com/watch?v=O176uaele4Q&list=PLX2gX-ftPVXX2-C5txf01EAd3J9CyEI1v&index=16
https://www.youtube.com/watch?v=mPCo2CyxGec&list=PLX2gX-ftPVXX2-C5txf01EAd3J9CyEI1v&index=19
https://www.youtube.com/watch?v=j-p0AlCrBQk&list=PLX2gX-ftPVXX2-C5txf01EAd3J9CyEI1v&index=20
https://www.youtube.com/watch?v=5yvpsftAZP4
https://www.youtube.com/watch?v=wmyTGE4Ri2s
https://www.youtube.com/watch?v=1Y5vbYHa0E4
https://www.youtube.com/watch?v=Wkjz1LlX1CQ
https://www.youtube.com/watch?v=KyAKEisg2PQ
https://www.youtube.com/watch?v=fXQXE96r4AY
https://www.youtube.com/watch?v=QQCSidPfDyI
https://www.youtube.com/watch?v=nf9ByTdX0aY&t=24s
https://www.youtube.com/watch?v=8-SyHZb7w40
BÀI TẬP VẬT LÝ ĐẠI CƯƠNG A1
Physics for Scientists and Engineers Tenth edition
https://www.slideshare.net/slideshow/mot-so-bai-toan-ung-dung-thuc-te/188940843