Solving Composite Functions: Show INTEGRAL[Tof] = T(INTEGRAL[f])

AI Thread Summary
The discussion focuses on proving the continuity of the composite function "T o f," where f is a continuous vector-valued function and T is a linear transformation on R^3. It is established that all linear transformations are continuous, which supports the continuity of "T o f." The proof for continuity at a specific point can be generalized to show that f is continuous everywhere. For the integral part, the linearity of T and the properties of integrals are used to demonstrate that INTEGRAL[T o f] equals T(INTEGRAL[f]). The conversation emphasizes the importance of understanding linear transformations and their implications in calculus.
jessawells
Messages
18
Reaction score
0
Hi,

I have to solve this problem:

Suppose that f is a continuous, vector-valued function and that T is a linear transformation on R^3. Show that "T o f" (stands for T composite f) is continuous and that INTEGRAL[T o f] = T(INTEGRAL[f]).
----------------------------------------------------------------------

I think i know the general epsilon - delta proof for continuity of composite functions. The theorem states that "If f:R^n -> R^m is continuous at vector "a" and T:R^m -> R^p is continuous at f(a) then Tof:R^n ->R^p is continuous at vector a."

The proof is as follows:
For any E>0, we want to show that there exists a d>0 such that |x-a|<d => |T(f(x)) - T(f(a)| < E.

Since T is continuous at f(a), then for E>0, there exists a d1 such that |f(x)- f(a)| < d1 => |T(f(x))-T(f(a))| < E

For f, use d1 as its "E value". Then there exists d2 > 0 such that |x-a|< d2 => |f(x)-f(a)|< d1.

Let d=d2. then:

|x-a| < d => |f(x) - f(a)| < d1

but from the continuity of T, we know |f(x)-f(a)| < d1 => |T(f(x))-T(f(a))| < E

so |x-a| < d => |f(x) - f(a)| < d1 => |T(f(x))-T(f(a))| < E
which proves that Tof is continuous at a.


however, this proof only works if both f and T are continuous. going back to the original question, it states that f is continuous, but it doesn't say anything about the continuity of T. so how do i find whether T is continuous or not? I was just wondering, are all linear transformations continuous? also, what is the significance of the statement "T is a linear transformation on R^3" - is the fact that it's "R^3" something i need to use in my proof? i must admit I'm not very familiar with linear transformations.

also, the proof i wrote above is for continuity at a specific point a. the question just states that f is continuous - I'm assuming it's continuous everywhere. would i still use the same proof for this question?

I don't really know how to do the second part of the problem: show that INTEGRAL[T o f] = T(INTEGRAL[f]). i suspect that it has something to do with the chain rule but i only know how to use the chain rule for derivatives. how do you deal with composite functions when it comes to integrals?

any help would be great - thanks in advance!
 
Physics news on Phys.org
:)</code>Yes, all linear transformations are continuous. The fact that it is R^3 is not important for the proof; it only means that T is a linear transformation mapping from R^3 to some other vector space. The proof for continuity of composite functions still works for f being continuous everywhere. For the second part of the problem, you can use the linearity of T and the fact that integrals are linear operators. That is, for any two functions g,h, INTEGRAL[g + h] = INTEGRAL[g] + INTEGRAL[h]. Thus, INTEGRAL[T o f] = INTEGRAL[T(f)] = T(INTEGRAL[f]).
 


Hello,

Thank you for your question. Let me first clarify a few things for you. You are correct in your understanding that the proof you wrote only works if both f and T are continuous. In this case, since the question states that f is continuous and T is a linear transformation on R^3, it is safe to assume that T is also continuous. This is because all linear transformations on R^3 are continuous.

The statement "T is a linear transformation on R^3" is significant because it tells us what type of transformation T is and on what space it is acting on. In this case, T is a function that takes vectors from R^3 and maps them to other vectors in R^3 in a linear manner. This is important in the proof because we are dealing with vector-valued functions and linear transformations.

For the second part of the problem, you are correct in thinking that it has something to do with the chain rule. In fact, the proof for this part relies on the fundamental theorem of calculus, which states that the integral of a function is equal to the difference of its antiderivative evaluated at the upper and lower limits of integration. In this case, we have the composite function Tof and we want to show that its integral is equal to T evaluated at the integral of f.

To do this, let's break down the integral of Tof into two parts: the integral of T and the integral of f. Since T is a linear transformation, we can bring it outside of the integral and use the linearity of integration to write it as T times the integral of f. This gives us T times the integral of f evaluated at the upper and lower limits of integration, which is exactly what we wanted to show: INTEGRAL[Tof] = T(INTEGRAL[f]).

I hope this helps. If you have any further questions, please don't hesitate to ask. Good luck!
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanged mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top