Question
How to find the equation after stretching and shifting a quadratic graph
Original question: 6. Case A:
- horizontal stretch by a scale factor of 2
- translation of 3 units towards the negative y-axis Case B: translation of 3 units toward the negative y-axis and horizontal stretch by a scale factor of 2.
Expert Verified Solution
thumb_up100%(1 rated)
Expert intro: When a quadratic is transformed, the safest method is to apply one change at a time and only expand at the end.
Detailed walkthrough
Start with
A horizontal stretch by factor 2 gives
Then translating the graph down 3 units means subtract 3:
Now simplify:
=\frac{x^2}{4}+\frac{3x}{2}-7.$$ So the transformed function is $$\boxed{g(x)=\frac{x^2}{4}+\frac{3x}{2}-7}.$$ If you compare the two transformation orders in the prompt, the result is the same here because the vertical translation is just a constant shift. ### 💡 Pitfall guide Do not replace $x$ with $2x$ for a stretch by factor 2. That reverses the effect. Also, avoid subtracting 3 inside the input; the downwards shift belongs outside the function. ### 🔄 Real-world variant If the same graph were stretched horizontally by factor 3 instead, you would use $f(x/3)$. The final expression would become $$\left(\frac{x}{3}\right)^2+3\left(\frac{x}{3}\right)-4-3.$$ The method stays the same; only the input scale changes. ### 🔍 Related terms quadratic function, graph transformations, horizontal stretchFAQ
What is the transformed equation of f(x)=x^2+3x-4 after a horizontal stretch by 2 and a shift down 3?
The transformed function is g(x)=f(x/2)-3, which simplifies to g(x)=x^2/4+3x/2-7.
Why is f(x/2) used for a horizontal stretch by 2?
Replacing x with x/2 makes every x-coordinate twice as large, which creates a horizontal stretch by factor 2.