Assignment No 1 Maths
Assignment No 1 Maths
Assignment No 1 Maths
Thermodynamics (Entropy) :-
In thermodynamics, entropy is a measure of disorder or
randomness in a system and is often expressed using
logarithmic functions to calculate changes in energy states.
Medicine (Pharmacokinetics) :-
In pharmacokinetics, the concentration of a drug in the
bloodstream over time often follows a logarithmic decline,
helping determine dosages and timing for medications
Cognitive Psychomotor Affective Total
(4) Skills Domain (10)
(4) (2)
Subject Information Presentation
Knowledge & Collection & & Punctuality
Understandin problem solving
g
ASSIGNMENT NO :- 2
Title :- Represent the Graph of Trigonometric and
Logarithmic Functions.
Aim :- To study the functions using GeoGebra.
Course Outcome :- Utilize Trigonometric to solve
branch specific engineering problems.
Trigonometric Functions 1.
Sine Function - f (x) = sin(x) X axis = 1 cm
Y axis = 1 cm Function
(Input) – f (x) = sin(x)
The sin function represents periodic oscillations and is widely used in
physics (wave behaviour), engineering, and signal processing. Its wave-
like structure and regular intervals reflect natural oscillations
Key points
The sine function passes through the origin (0, 0).
It reaches its maximum value of 1 at π/2 and minimum value
of -1 at 3π/2. 1.3
Interpretation
The sine wave represents oscillatory motion, commonly seen in wave
phenomena like sound waves and light waves. Its regular intervals
reflect the concept of cycles and periodicity
Cos Function – g (x) = cos (x)
X – axis = 1 cm
Y – axis = 1 cm
Interpretation
Similar to the sine function, the cosine function represents cyclic
behaviour. In practical applications, it models waves, vibrations, and
circular motion.
Graph of a Logarithmic Function
Logoarithmic function- h = In (x)
X axis = 1 cm
Y axis = 1 cm
Function (Input) - h = In (x)
The logarithmic function grows slowly compared to linear or
exponential functions and is used in phenomena where values
increase quickly at first but level off over time (e.g., pH levels,
earthquake magnitudes, and financial growth).
Interpretation of the Graphs
Logarithmic Function
Natural Logarithmic - h(x) = In(x)
Nature of the Graph: The natural logarithm function is defined only
for positive x-values. As x approaches zero from the right, ln(x)
decreases towards negative infinity. As x increases, ln(x) grows
slowly without bound.
Key points
The function crosses the x-axis at x=1, where ln (1) = 0.
It has a vertical asymptote at x=0x = 0x=0, meaning the graph
approaches negative infinity as xxx approaches zero from the right.
Interpretation
The natural logarithm is used in growth processes, such as population
growth and radioactive decay. Its slow increase as x grows illustrates
diminishing returns, where larger inputs produce smaller incremental
outputs
Logarithmic Function – k (x) = log10(x)
X axis = 1 cm
Y axis = 1 cm
Interpretation
The common logarithm is often used to measure orders of magnitude,
such as in the decibel scale for sound intensity or the Richter scale for
earthquake magnitude. Its gradual growthreflects how increases in
logarithmic scales correspond to exponential growth in real-world
phenomena
Cognitive Psychomotor Affective Total
(4) Skills Domain (10)
(4) (2)
Subject Information Presentation
Knowledge & Collection & & Punctuality
Understandin problem solving
g
ASSIGNMENT NO 3
Title :- Find the derivative of y=xsinx ,visualize the
graph using geogebra.
Aim :- To study and interpret graphs of functions
and their derivative using geogebra.
Course Outcome :- Apply differential calculus to
solve branch specific engineering problem.
Here’s an example of it :-
import numpy as np
def f(x):
return x**np.sin(x)
def df(x):
y_values = f(x_values)
dy_values = df(x_values)
plt.figure(figsize=(12, 6))
plt.subplot(1, 2, 1)
plt.ylabel('y')
plt.grid()
plt.legend()
plt.subplot(1, 2, 2)
plt.xlabel('x')
plt.ylabel("$\\frac{dy}{dx}$")
plt.grid()
plt.legend()
plt.tight_layout()
plt.show
To find the derivative of \( y = x^{\
sin(x)} \), we can use logarithmic
differentiation:
Sports Analytics:
Coaches and analysts use standard deviation to assess player
performance metrics (like points scored or batting averages). This helps in
comparing players and making strategic decisions.
Weather Forecasting:
Meteorologists calculate the standard deviation of temperatures
over time to understand climate variability. This helps predict extreme weather
events and assess climate change impacts.
Marketing Research:
Companies analyze customer satisfaction surveys using standard
deviation to understand variations in responses. This helps in identifying trends
and areas for improvement in products or services.
Real Estate:
Analysts use standard deviation to evaluate property values within a
neighborhood. A low standard deviation indicates that home prices are relatively
stable, while a high standard deviation suggests a wide range of values.
Psychology:
Researchers use variance to assess the effectiveness of therapies by
analyzing the spread of scores on mental health assessments before and after
treatment.
Medicine - Pharmacokinetics:
Application: In medicine, derivatives help in understanding how drugs are
absorbed, distributed, metabolized, and excreted.
Detail: The concentration of a drug in the bloodstream over time can be
modeled with a function C(t)C(t)C(t). The derivative dCdt\frac{dC}
{dt}dtdC shows how quickly the concentration changes, informing dosing
schedules to maintain effective drug levels without toxicity.