The substitution method is a straightforward technique used for evaluating limits. It's almost like testing how a function behaves at specific points by inputting those values directly.
To use this method, simply substitute the value you are approaching into the function expression:
- In this example, the function is \(f(x) = x^2 + 2x\).
- Since we're finding \(\lim_{{x \to 3^+}} (x^2 + 2x)\), we plug \(x = 3\) into the formula.
- This leads us to calculate \(3^2 + 2 \times 3 = 9 + 6 = 15\).
The approach nicely calculates the value of the function as \(x\) gets closer and closer to 3 from the right. It provides a direct route to obtain limit values and is usually the first step in easier limit problems. However, remember this method isn't always suitable, particularly when direct substitution results in undefined forms.