Questions tagged [substitution]

Questions that involve a replacement of variable(s) in an expression or a formula.

In mathematics, the operation of substitution consists in replacing all the occurrences of a free variable appearing in an expression or a formula by a number or another expression. In other words, an expression involving free variables may be considered as defining a function, and substituting values to the variables in the expression is equivalent to applying the function defined by the expression to these values. A change of variables is commonly a particular type of substitution, where the substituted values are expressions that depend on other variables. This is a standard technique used to reduce a difficult problem to a simpler one. A change of coordinates is a common type of change of variables. However, if the expression in which the variables are changed involves derivatives or integrals, the change of variable does not reduce to a substitution.

2000 questions
0
votes
1 answer

How would I approach this sort of transformation?

How would you substitute $u=$$\frac{mH}{k-m}$ into $v=(1-u)(u+H)$ to produce $v=\frac{kH}{(k-m)^2}(k-m(1+H))$? Ideally I'd like a step by step breakdown with the intuition described so I can learn how to approach this kind of question in the…
K.M.
  • 379
0
votes
3 answers

Validity of solution using substitution for finding maximum value

Given a point $(x,y)$ on the curve $2(x^3+y)^4+(x^3+y)^2=2x^3+y$, Find the maximum value of $y$ Here is my solution of the problem. I have a doubt as to this solution because two variables, $u$ and $v$ are not independent of each other, but…
0
votes
2 answers

Specific substitution integral

I've got this question. $$\int \frac{1}{\sqrt{x^2+x}}dx $$ I must use the following substitution $$u=x+\sqrt{x^2+2}$$ What I've done $dx=\frac{1}{\frac{x}{\sqrt{x^2+2}}}du$ which i can put in the integral. How do i continue?
user9060784
  • 551
  • 2
  • 8
0
votes
1 answer

Problem following math text

I tried the substitution but got for the second bracket one plus k squared times x squared, and why did the G term disappear. Thank you.
mathExplorer
  • 55
  • 1
  • 5
0
votes
1 answer

Symplfying a radical

On the last substitution the odd powers of y in the radical don't seem to disappear, am I doing something wrong, please help.
mathExplorer
  • 55
  • 1
  • 5
0
votes
0 answers

Substitution and Transitive property in Logical Equivalence

I'm stuck in a discussion with a friend on some weekly tasks given to us and we're coming up with different opinions on this question that I'm hoping someone experienced might be able to expand on for us. Firstly the question I have to prove Logical…
A G
  • 5
0
votes
1 answer

Substitution or Elimination method

Consider the system of equations 4x + y = –2 and 4x + 5y = –6. Would you use the substitution method or the elimination method to solve this system algebraically? Why? Thanks in advance.
0
votes
2 answers

How to check if axiom of substitution holds for the equality-candidate relation?

Suppose we have some equality-candidate relation $"="$ and we want to check if it satisfies the axiom of substitution and we have some $n-variable$ function for that. Now do we have to check that if $a=b$, then…
famesyasd
  • 475
0
votes
1 answer

Substition with negative numbers and exponents

I know that (-2)^2 = 4 and -2^2 = -4. However, I do not know what y^2 is when y is a negative number. Is it -y or (-y)? I'm asking because I got the following question wrong: a = -2, b = 6 What is a^2 - b? I substituted the question as follows:…
0
votes
2 answers

Finding y-intercept of linear equation with two points.

If we were given two points on a linear equation $(x_1,y_1),(x_2,y_2)$, it is quite easy to find the slope and use substitution to find the slope intercept form $y=mx+b$, to graph it. Is it possible to solve for $b$ strictly in terms of…
0
votes
1 answer

using substitution to solve problems

This should be something I remember doing, but I can't. What's given is $$ .15 = .7(.1)+.4a + .2b $$ and that $$.7 + a + b = 1$$ The answers on the solution sheet is $a = .1$, $ b = .2$ Can someone walk me through this and explain how to get a…
Kevin R.
  • 411
-1
votes
1 answer

How could I reason that $P=V^2 \div R$ because $P = iV$ and $V=iR$?

I'm trying to teach myself simple electronic formulas. I haven't done algebra in awhile, and I'm very rusty. I know that $P = iV$, and $V = iR$, therefore, $P = i^2R$. How could I figure out that $P = V^2 \div R$, because I know $P = i^2R$? Is there…
-1
votes
2 answers

How to solve $e^{5k}-e^{-5k}=3$?

$$e^{5k}-e^{-5k}=3$$ How do I solve for k using the substitution $y=e^{5k}$ by making it into a quadratic equation?
-1
votes
3 answers

Substitution question Math

Given that $f(x)=3x^5-11x^3+30x^2+36=(x-2)(x+3)Q(x)+ax+b$ for all values of $x$ and that $Q(x)$ is a polynomial, i) Find the values of $a$ and of $b$. ii) Hence, find the remainder when $f(x)+2$ is divided by $(x^2+x-6)$. Hi, I'm stuck at part 2…
-1
votes
1 answer

Back substitution mathematics

Use back substitution to solve the following equations: 2x - y = -7 2y + 2z = 12 3z = 9 Answer = z = 3, y = 3, x = -2 How do i get these answers? Could anyone explain clearly? Thanks