- 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
Find the value of $x^2+\frac{1}{x^2}$ if $x+\frac{1}{x}=3$.
Given:
$x+\frac{1}{x}=3$.
To do:
We have to find the value of $x^2+\frac{1}{x^2}$.
Solution:
We know that,
$(a+b)^2=a^2+2ab+b^2$ $x+\frac{1}{x}=3$
Squaring on both sides, we get,
$(x+\frac{1}{x})^2=(3)^2$
$x^2+2(x)(\frac{1}{x})+\frac{1}{x^2}=9$
$x^2+2+\frac{1}{x^2}=9$
$x^2+\frac{1}{x^2}=9-2$
$x^2+\frac{1}{x^2}=7$.
The value of $x^2+\frac{1}{x^2}$ is $7$.
Advertisements