Week 12 - Functions
|
|
---|
$y(x) = \ds \frac{g}{2u^2} x^2+\frac{v}{u}x$
![]() |
![]() |
\(T(t)=\left(T_0-T_m\right) e^{-kt} + T_m\) | $\ds P(t) = \frac{\theta P_0 e^{rt}}{\theta-P_0+P_0e^{rt}}$ |
Force needed to stretch a spring:
\[ F(x) = kx \]
Used in physics, biomechanics, engineering.
The undamped spring
Use mouse to drag mass and release.
$x(t) = A \sin \left(\omega t \right)$
The undamped spring
Damped spring. Use mouse to drag mass and release.
Predicting height from age: Suppose we collect data from children aged 2 to 13 and record their heights.
Predicting height from age:
The data points suggest a linear trend:
\[ h(a) = 6.58a + 70.36 \]
Predicting height from age:
The data points suggest a linear trend:
\[ h(a) = 6.58a + 70.36 \]
This line is the line of best fit — found using linear regression.
$y = a_0 + a_1x + a_2x^2 + \cdots + a_nx^n + \epsilon$
We look for a least squares polynomial function of best fit.
Drug concentration decreases over time:
\[ C(t) = C_0 e^{-kt} \]
Models how the body metabolizes medicine.
\[ C(t) = 100 e^{-0.3t} \]
This is a classic example of exponential decay, useful in pharmacology for understanding how a drug's concentration diminishes after administration.
Author: Lucas V. Barbosa
Discrete Fourier Transform
\[ f(\mathbf{x}) = \sum_{i=0}^{N-1} A_i \cdot \left[\cos\left(2\pi \, \mathbf{k}_i \cdot \mathbf{x} + \phi_i\right) + \sin\left(2\pi \, \mathbf{k}_i \cdot \mathbf{x} + \theta_i\right)\right] \]
Combined with Linear Algebra
to visualise the 3D surface! 🤯
|
$f(x) = \sqrt{6^2-x^2}$
$g(x) = 2 + 2 \sin(\text{floor}(x-t) 4321)$ $h_k(x) = \dfrac{-5}{k}+\dfrac{2}{5}, $ $\qquad k=0,1,\ldots, 10$ |
Function | Expression |
---|---|
Polynomials | \(a_nx^n + a_{n-1}x^{n-1}+\cdots a_1 x + a_0\) |
Trigonometric | \(\sin x, \cos x, \tan x\) |
Inverse Trigonometric | \(\arcsin x, \arccos x, \arctan x\) |
Exponentials | \(e^x,\; b^x\) |
Logarithms | \(\ln x, \;\log_b(x)\) |
Hyperbolic | \(\sinh x, \cosh x, \tanh x\) |
Inverse Hyperbolic | \(\text{arcsinh}\, x, \text{arccosh}\, x, \text{arctanh}\, x\) |
Absolute value | \(|x|\) |
Square root | \(\sqrt{x}\) |
For each equation below, determine whether it represents a function. If it does, identify its domain and range.
For each equation below, determine whether it represents a function. If it does, identify its domain and range.
For each equation below, determine whether it represents a function. If it does, identify its domain and range.
For each equation below, determine whether it represents a function. If it does, identify its domain and range.
A weight is oscillating on the spring. The equilibrium position of the object is $x=2m,$ the amplitude of the oscillations is $0.2 m.$ If we look at the object's oscillations, it will be in the equilibrium position at times $t=0s,$ $t=2s,$ $t=4s,$ $t=6s,\ldots.$ What is the equation describing position of the object in time?
Sketch the following functions:
Sketch the following functions:
Sketch the following functions:
Sketch the following functions:
Sketch the following functions:
Sketch the following functions:
Find the inverse of each of the following functions:
Are the inverse functions actually functions (i.e., do they pass the vertical line test)? Can you easily plot the inverse functions?
Find the inverse of each of the following functions:
Are the inverse functions actually functions (i.e., do they pass the vertical line test)? Can you easily plot the inverse functions?
Find the inverse of each of the following functions:
Are the inverse functions actually functions (i.e., do they pass the vertical line test)? Can you easily plot the inverse functions?
Find the inverse of each of the following functions:
Are the inverse functions actually functions (i.e., do they pass the vertical line test)? Can you easily plot the inverse functions?
Find the inverse of each of the following functions:
Are the inverse functions actually functions (i.e., do they pass the vertical line test)? Can you easily plot the inverse functions?
Consider the following functions: $f(x) = 2x,$ $g(x) = x^2+1 $ and $h(x)= e^{\sqrt{x}}.$ Find