Changing the argument of a function

  • Context: Undergrad 
  • Thread starter Thread starter dyn
  • Start date Start date
  • Tags Tags
    Argument Function
Click For Summary

Discussion Overview

The discussion revolves around the mathematical implications of changing the argument of a function, specifically examining the function f(x) = √(x+1) and the substitution u = x + 1. Participants explore whether it is correct to express f(u) in terms of u and discuss related concepts such as multi-valued functions, the chain rule, and notation differences between physics and mathematics.

Discussion Character

  • Debate/contested
  • Technical explanation
  • Conceptual clarification
  • Mathematical reasoning

Main Points Raised

  • Some participants assert that if u = x + 1, then f(u) should be expressed as f(u) = √(u + 1), while others argue against this interpretation.
  • One participant mentions that the notation used in physics textbooks often leads to imprecise statements regarding function arguments.
  • There is a discussion about the chain rule and how it applies to different functions, with some participants claiming that using u = x + 1 leads to confusion between different functions.
  • Some participants highlight the distinction between the functions defined in different contexts, emphasizing that they are not the same despite similar behavior in certain calculations.
  • One participant suggests that the differences in notation and interpretation stem from the varying rigor between physicists and mathematicians.
  • Another participant challenges the idea that the notation is merely an abuse, arguing that it reflects a lack of clarity in the original question.

Areas of Agreement / Disagreement

Participants do not reach consensus on the correct interpretation of f(u) or the implications of changing the argument of the function. There are multiple competing views regarding the validity of the notation and the application of the chain rule.

Contextual Notes

The discussion reveals limitations in clarity and context, with some participants expressing confusion over the implications of their statements and the mathematical definitions involved. The varying interpretations of notation and function definitions contribute to the complexity of the discussion.

dyn
Messages
774
Reaction score
63
Hi.
If I have a function f(x) = √(x+1) and I define u=x+1 is it correct to state f(u) = √u ?
 
Mathematics news on Phys.org
dyn said:
Hi.
If I have a function f(x) = √(x+1) and I define u=x+1 is it correct to state f(u) = √u ?
No. If ##u=x+1## then ##x=u-1## and you get ##f(x)=f(u-1)=\sqrt{u}=\sqrt{x+1}\,.##
 
  • Like
Likes   Reactions: VVS2000
Thanks , what would f(u) be then ?
 
dyn said:
Thanks , what would f(u) be then ?
##f(u)=\sqrt{u+1}##. The name of the variable doesn't matter. You could as well write ##f(tree)=\sqrt{tree+1}##, but this would be a bit confusing and too long to use.
 
  • Like
Likes   Reactions: jim mcnamara
I am a bit rusty but I seem to remember seeing examples like the one I originally quoted many times.
I will give you the example I have just encountered ; it concerns complex numbers.
Consider f(z) = √ (z+1) , now define u = z+1 then f(u) = √u ,
this is then used to show that f(u) is multi-valued around u=0 and so f(z) is multi-valued around z= -1
 
Could it be that you confuse it with an integral? Here we have ##\int_a^b \sqrt{x+1}\,dx = \int_{a+1}^{b+1} \sqrt{u}\,du## and if the integral limits aren't noted, it looks as if the function's argument would just have been shifted: ##\int \sqrt{x+1}\,dx =\int \sqrt{u}\,du\,##.
 
No , there was no integral. Another similar example is differentiation using the chain rule , for example if
##y(x) = (x+1)^2## then using u=x+1 , ##y(u) = u^2## and then this is differentiated using the chain rule
 
These are two different functions. If ##y_1(x)=(x+1)^2## and ##y_2(u)=u^2## then ##y_1(0)=1## and ##y_2(0)=0## so they cannot be the same function.
 
But that is how the chain rule is used as far as I know and I have been using it for many years and it always worked
 
  • #10
Yes, the derivatives are ##\dfrac{dy_1}{dx}=2(x+1)=2y_1## and ##\dfrac{dy_2}{du}=2u=2y_2##, however, ##\left. \dfrac{d}{dx}\right|_{a}\,y_1=2a+2## whereas ##\left. \dfrac{d}{du}\right|_{a}y_2=2a## which is not the same.
 
Last edited:
  • #11
dyn said:
Consider f(z) = √ (z+1) , now define u = z+1 then f(u) = √u ,
Again, no. ##f(u) = \sqrt{u + 1}##, as already explained by @fresh_42.

dyn said:
this is then used to show that f(u) is multi-valued around u=0 and so f(z) is multi-valued around z= -1
This part isn't relevant to what you asked about.
 
  • #12
dyn said:
Hi.
If I have a function f(x) = √(x+1) and I define u=x+1 is it correct to state f(u) = √u ?

A number of physics textbooks will use this shorthand but it is mathematically imprecise. They also skate over the chain rule somewhat. What you are really trying to do is to find a new function ##g## such that:

##\forall x: \ g(x + 1) = f(x)##

In this case we have ##g(x) = \sqrt{x}##. Then, with ##u \equiv x + 1##, we have:

##g(u) = g(x+1) = f(x)##

Some physics texts then use ##f## for both ##f## and ##g##.
 
  • Like
Likes   Reactions: dyn
  • #13
dyn said:
No , there was no integral. Another similar example is differentiation using the chain rule , for example if
##y(x) = (x+1)^2## then using u=x+1 , ##y(u) = u^2## and then this is differentiated using the chain rule

This is an abuse of notation.

If f : x \mapsto x^2 and g : x \mapsto x + 1 then h = f \circ g : x \mapsto (x + 1)^2. h is not the same function as f.

Now if you write y = h(x) then that is not a function definition; it's a constraint imposed on the otherwise independent variables x and y. It is equivalent to the two constraints y = f(u) and u = g(x).

In Newton's notation the chain rule read (f \circ g)' = (f' \circ g)g', and the easiest way to calculate it is indeed to calculate f'(u) and g'(x) and then set u = g(x) to obtain f'(g(x))g'(x).

You'll note that to do this I had to introduce three additional names. That's why people abuse the notation.
 
  • Like
Likes   Reactions: dyn
  • #14
Yes , I have a physics background and all the notes and books I use are mainly from the physics side of things which might explain the abuse of notation but it always seem to turn out right for physicists
 
  • Like
Likes   Reactions: PeroK
  • #15
The difference is basically the following:
245330

which means it is a matter of coordinates: a shift by +1.
 
  • #16
Thanks for all your replies. I think the problem is the difference between the way physicists and mathematicians are strict/not strict about notation
 
  • #17
dyn said:
Thanks for all your replies. I think the problem is the difference between the way physicists and mathematicians are strict/not strict about notation
I do not think so. As you see in the picture, there are two different curves. Now if you only consider their slopes, then they behave the same (at different points). If you integrate them, then the results will be the same (within different integration limits). In neither case it is a matter of notation. They were and will be two different functions. This is especially important for physicists, as the frames are important here! A mathematician could say "I don't care, I'm only interested in the geometric object", but a physicist cannot. Change of coordinates is completely uninteresting for mathematicians, physicists do nothing else! So it is not an abuse of notation, it is a lack of description from your part. Your initial question is a strict NO, and then you came up with the chain rule, which didn't make any sense without further context. ##f(u)=\sqrt{u+1}## if ##u=x## and ##f(u-1)=\sqrt{u}## if ##u=x+1##. There is literally nothing which can be abused! ##g(u)=\sqrt{u}## is a different function, in physics as in mathematics. Fullstop.

All what came after post #2 (or #4) is pure guesswork (including mine, with the exception of this one) based on lacking context, information and clarity.
 
  • #18
fresh_42 said:
I do not think so. As you see in the picture, there are two different curves. Now if you only consider their slopes, then they behave the same (at different points). If you integrate them, then the results will be the same (within different integration limits). In neither case it is a matter of notation. They were and will be two different functions. This is especially important for physicists, as the frames are important here! A mathematician could say "I don't care, I'm only interested in the geometric object", but a physicist cannot. Change of coordinates is completely uninteresting for mathematicians, physicists do nothing else! So it is not an abuse of notation, it is a lack of description from your part. Your initial question is a strict NO, and then you came up with the chain rule, which didn't make any sense without further context. ##f(u)=\sqrt{u+1}## if ##u=x## and ##f(u-1)=\sqrt{u}## if ##u=x+1##. There is literally nothing which can be abused! ##g(u)=\sqrt{u}## is a different function, in physics as in mathematics. Fullstop.

All what came after post #2 (or #4) is pure guesswork (including mine, with the exception of this one) based on lacking context, information and clarity.
I was quite happy with the answers before this post but the above post does not make any sense
 

Similar threads

Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 19 ·
Replies
19
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 24 ·
Replies
24
Views
3K
  • · Replies 28 ·
Replies
28
Views
5K
  • · Replies 13 ·
Replies
13
Views
2K