- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
If $ x+\frac{1}{x}=\sqrt{5} $, find the values of $ x^{2}+ \frac{1}{x^{2}} $ and $ x^{4}+\frac{1}{x^{4}} $.
Given:
\( x+\frac{1}{x}=\sqrt{5} \)
To do:
We have to find the values of \( x^{2}+\frac{1}{x^{2}} \) and \( x^{4}+\frac{1}{x^{4}} \).
Solution:
We know that,
$(a+b)^2=a^2+b^2+2ab$
$(a-b)^2=a^2+b^2-2ab$
$(a+b)(a-b)=a^2-b^2$
Therefore,
$x+\frac{1}{x}=\sqrt{5}$
Squaring both sides, we get,
$(x+\frac{1}{x})^{2}=(\sqrt{5})^{2}$
$\Rightarrow x^{2}+\frac{1}{x^{2}}+2\times x \times \frac{1}{x}=5$
$\Rightarrow x^{2}+\frac{1}{x^{2}}+2=5$
$\Rightarrow x^{2}+\frac{1}{x^{2}}=5-2=3$
Squaring both sides, we get,
$(x^{2}+\frac{1}{x^{2}})^{2}=(3)^{2}$
$\Rightarrow x^{4}+\frac{1}{x^{4}}+2\times x^2 \times \frac{1}{x^2}=9$
$\Rightarrow x^{4}+\frac{1}{x^{4}}=9-2=7$
The values of \( x^{2}+\frac{1}{x^{2}} \) and \( x^{4}+\frac{1}{x^{4}} \) are $3$ and $7$ respectively.
Advertisements