Rationale Behind t-Substitution for Evaluating Limits?

  • Context: High School 
  • Thread starter Thread starter bagasme
  • Start date Start date
  • Tags Tags
    Limit Limits
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
bagasme
Messages
79
Reaction score
9
TL;DR
How t-substitutions can be determined for any given limits involving radicals?
Hello all,

Given following limits:

  1. ##\lim_{x \rightarrow 1} {\frac {\sqrt x -1} {x^2 - 1}}##
  2. ##\lim_{x \rightarrow 1} {\frac {\sqrt {x+1} - 2} {x - 3}}##
  3. ##\lim_{x \rightarrow 1} {\frac {\sqrt[3] x - \sqrt[4] x} {\sqrt[6] x - \sqrt x}}##
Those limits can be evaluated by letting ##x = t^2##, ##x = t^2 - 1##, and ##x = t^{12}##, respectively for each limits.

I was curious, how such t-substitution (letting x with t) can be determined?

Bagas
 
on Phys.org
bagasme said:
Summary:: How t-substitutions can be determined for any given limits involving radicals?

Hello all,

Given following limits:

  1. ##\lim_{x \rightarrow 1} {\frac {\sqrt x -1} {x^2 - 1}}##
  2. ##\lim_{x \rightarrow 1} {\frac {\sqrt {x+1} - 2} {x - 3}}##
  3. ##\lim_{x \rightarrow 1} {\frac {\sqrt[3] x - \sqrt[4] x} {\sqrt[6] x - \sqrt x}}##
Those limits can be evaluated by letting ##x = t^2##, ##x = t^2 - 1##, and ##x = t^{12}##, respectively for each limits.

I was curious, how such t-substitution (letting x with t) can be determined?

Bagas

You don't need to do a substitution, just recognise how the rules of algebra work. For example:

##(x^2 - 1) = (x - 1)(x + 1) = (\sqrt x - 1)(\sqrt x + 1)(x + 1) \ \ ## (for ##x > 0##)
 
fresh_42 said:
This is a case of "Get rid of what disturbs most!" In these examples, it are the roots which disturb. So choosing a substitution which resolves the roots is a natural choice.

Do you understand, what such a substitution does geometrically?
I don't know the geometry side.

Regarding t-substitution for formula 3), why had I substituted with LCM power (##t^{12}##)?