Let f (x) = ex - 4x2
a) Show that equation f (x) = 0 has...
Let f (x) = ex - 4x2
a) Show that equation f (x) = 0 has three real solutions.
b) Use the Newton Method to calculate the largest of the solutions
with precision.
preset of 0.01.
Applied Math
Let T be the operator on P2 defined by the equation
T(f)=f+(1+x)f'
(a) Show T i linear operator from P2 into
P2!
(b) Give matrix reppressentaion in base vectorss
B={1,x,x2}!
(c) Give a diagonal matrix representing T
(d) Give a diagonal matrix representing T
Where P2 is ppolynomials with degree less then or
equal to 2 and f' is the derivative of polynomial f.
Let f(x, y) be a function such that f(0, 0) = 1, f(0, 1) = 2,
f(1, 0) = 3, f(1, 1) = 5, f(2, 0) = 5, f(2, 1) = 10. Determine the
Lagrange interpolation F(x, y) that interpolates the above data.
Use Lagrangian bi-variate interpolation to solve this and also show
the working steps.
(a) Consider the function f(x)=(ex −1)/x.
Use l’Hˆopital’s rule to show that lim f(x) = 1 when x
approaches 0
(b) Check this result empirically by writing a program to
compute f(x) for x = 10−k, k = 1,...,15. Do your results agree with
theoretical expectations? Explain why.
(c) Perform the experiment in part b again, this time using the
mathematically equivalent formulation, f(x)=(ex
−1)/log(ex), evaluated as indicated, with no
simplification. If this works any better, can you explain why?...
5. (a) Let f : R \ {−1} → R, f(x) = x+1. Show that f is
injective, but not surjective.
(b) Suppose g : R\{−1} → R\{a} is a function such that g(x) =
x−1, where a ∈ R. Determine x+1
a, show that g is bijective and determine its inverse
function.
5). Let f : [a,b] to R be bounded and f(x) > a > 0, for
all x in [a,b]. Show that if f is Riemann integrable on [a,b] then
1/f : [a,b] to R, (1/f) (x) = 1/f(x) is also Riemann integrable on
[a,b].
Let f be a differentiable function on the interval [0, 2π] with
derivative f' . Show that there exists a point c ∈ (0, 2π) such
that cos(c)f(c) + sin(c)f'(c) = 2 sin(c).
(abstract algebra) Let F be a field. Suppose f(x), g(x), h(x) ∈
F[x]. Show that the following properties hold:
(a) If g(x)|f(x) and h(x)|g(x), then h(x)|f(x).
(b) If g(x)|f(x), then g(x)h(x)|f(x)h(x).
(c) If h(x)|f(x) and h(x)|g(x), then h(x)|f(x) ± g(x).
(d) If g(x)|f(x) and f(x)|g(x), then f(x) = kg(x) for some k ∈ F
\ {0}
Let f(x) = 1 + x − x2 +ex-1.
(a) Find the second Taylor polynomial T2(x) for f(x)
based at b = 1.
b) Find (and justify) an error bound for |f(x) − T2(x)| on the
interval
[0.9, 1.1]. The f(x) - T2(x) is absolute value.
Please answer both questions cause it will be hard to post them
separately.