Algebraic manipulation involves rearranging variables to make an algebraic expression better suit your needs. During this rearrangement, the value of the expression does not change.
Technique
Algebraic expressions aren't always given in their most convenient forms. This is where algebraic manipulation comes in.
For example:
What value of x satisfies 5x+8=−2x+43
We can rearrange this equation for x by putting the terms with x on one side and the constant terms on the other.
5x+85x−(−2x)7xxx=−2x+43=43−8=35=735=5□
Algebraic manipulation is also used to simplify complicated-looking expressions by factoring and using identities. Let's walk through an example:
If xy=6 and x−y=−2, find the value of
x2−y2x3+y3−x−yx2+y2.
It's possible to solve for x and y and plug those values into this expression, but the algebra would be very messy. Instead, we can rearrange the problem by using the factoring formula identities for x3+y3 and x2−y2 and then simplifying.
x2−y2x3+y3−x−yx2+y2=(x−y)(x+y)(x+y)(x2−xy+y2)−x−yx2+y2=x−yx2−xy+y2−(x2+y2)=x−y−xy
Plugging in the values for xy and x−y gives us the answer of 3.□
Application and Extensions
If x+x1=8, what is the value of x3+x31?
The key to solving this problem (without explicitly solving for x) is to recognize that
(x+x1)3=x3+x31+3(x+x1)
which gives us
x3+x31=(x+x1)3−3(x+x1)=(8)3−3(8)=488□
If 2x+1−x−3=2, what is the value of
2x+1+x−32x+8?
This problem is easy once you realize that
(2x+1+x−3)(2x+1−x−3)=x+4.
The solution is therefore
2x+1+x−32x+8=2x+1+x−32(x+4)=2x+1+x−32(2x+1+x−3)(2x+1−x−3)=2(2x+1−x−3)=2(2)=4□
This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
You have posted very good solutions these kind of questions.
The first one of applications and extensions has a mistake
Log in to reply
Thanks, it's fixed now.