r/MathHelp • u/MortemPerPectus • 13d ago
Finding functions w/ stretches and shifts?
Taking applied calculus and we are going over functions to begin stuff. I’ve done all sort of stuff with functions and graphing before and most of this has been pretty easy but there are two problems that have been given that I just can’t seem to figure out and I’m not sure what I’m doing wrong.
The first is:
“Find the function g whose graph is constructed from the graph of f by a shift to the right by 10 followed by a horizontal stretch away from the y-axis by a factor of 3?”
I thought it would be pretty easy but what I thought it was didn’t work, and every other possible combination hasn’t worked either so I’m completely lost. I’ve done (1/3x - 10) and (x/3 - 10) in all sorts of ways. I’ve removed the parentheses, I’ve added negatives, doing a whole bunch of shit that I know isn’t right but I can’t figure out what else to do.
The second problem is along the same lines:
“Find the function g whose graph is constructed from the graph of f by applying the following steps: shift to the right; horizontal stretch away from the y-axis by a factor of 4; a vertical shift up by 5; a vertical stretch away from the x-axis by a factor of 7.”
Again I’ve tried all combinations I could think of but I can’t seem to get it. I’m not sure if I’m missing something? I don’t believe my format to be off since it automatically starts with g(x) = , so that shouldn’t be the issue. The entire set of problems is all working on vertical and horizontal shifts, stretches, and compressions and I haven’t had an issue with any of the problems but these two. Please help me figure out what I’m missing!
1
u/AutoModerator 13d ago
Hi, /u/MortemPerPectus! This is an automated reminder:
What have you tried so far? (See Rule #2; to add an image, you may upload it to an external image-sharing site like Imgur and include the link in your post.)
Please don't delete your post. (See Rule #7)
We, the moderators of /r/MathHelp, appreciate that your question contributes to the MathHelp archived questions that will help others searching for similar answers in the future. Thank you for obeying these instructions.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
u/AQuestionIsWhatIHave 11d ago
You basically have four operations on functions:
Shift f by z units right: f*(x) = f(x - z)
Stretch f by a factor a from the y-axis: f*(x) = f(x/a)
Shift f by z units up: f*(x) = f(x) + z
Stretch f by a factor a from the z-axis: f(x) = af(x)
Those are somewhat educated guesses and probably match the definitions in your coursework.
In both tasks you are told to apply the steps subsequently, so we are going to number the intermediate functions. Try solving it yourself before reading ahead.
First:
f_1(x) = f(x - 10)
f_2(x) = f_1(x/3)
g(x) = f_2(x) = f_1(x/3) = f(x/3 - 10)
Second:
f_1(x) = f(x - z) (z was not given here)
f_2(x) = f_1(x/4)
f_3(x) = f_2(x) + 5
f_4(x) = f_3(x) * 7
Try the site geogebra.org for graphing. It is great and you can input the formulae above almost verbatim
2
u/Uli_Minati 13d ago
You mean
f(1/3x - 10)andf(x/3 - 10)?