How Can I Solve This Equation to Find the Correct Expression?

  • Thread starter Thread starter roam
  • Start date Start date
  • Tags Tags
    Algebra
Click For Summary

Homework Help Overview

The discussion revolves around solving for the variable ##P## in the equation relating to optical receivers, specifically involving the variables ##Q##, ##R##, ##\sigma_{T}##, and ##r##. The original poster expresses difficulty in deriving the correct expression for ##P## from the given equation.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants suggest various algebraic manipulations, including isolating square root expressions, squaring both sides, and multiplying by specific terms to simplify the equation. There is a focus on avoiding quadratic forms and approximations.

Discussion Status

Several participants have provided guidance on different approaches to isolate ##P##. The original poster has made progress but continues to seek clarification on specific steps and how to eliminate certain terms. There is an ongoing exploration of methods without a clear consensus on the best approach yet.

Contextual Notes

There is mention of imposed homework rules regarding the use of approximations and the need to avoid quadratic equations. The context of the problem relates to sensitivity in optical receivers, which may influence the assumptions participants are making.

roam
Messages
1,265
Reaction score
12

Homework Statement



I am trying to solve for ##P## in the equation:

$$Q=\frac{2RP}{\sqrt{\sigma_{T}^{2}+\left(2RPr\right)^{2}}+\sigma_{T}} \tag{1}$$

The correct answer must be:

$$\boxed{P=\frac{Q\sigma_{T}}{R(1-r^{2}Q^{2})}} \tag{2}$$

I am unable to get this expression.

Homework Equations

The Attempt at a Solution



Starting from (1), using the small ##x## approximation ##\sqrt{1+x^2} = 1+x^2/2## we can write it as:

$$\frac{2RP}{\sigma_{T}\sqrt{1+\left(\frac{2RPr}{\sigma_{T}}\right)}+\sigma_{T}}=\frac{2RP}{2\sigma_{T}+\frac{2R^{2}P^{2}r^{2}}{\sigma_{T}}}$$

$$\left(\frac{2QR^{2}r^{2}}{\sigma_{T}}\right)P^{2}-(2R)P+2Q\sigma_{T}=0$$

Using the quadratic formula gives:

$$P=\frac{(1-Q^{2}r^{2})\sigma_{T}}{QRr^{2}}$$

Clearly, this doesn't agree with (2). Also, I was told that I shouldn't use the small value approximation and that I should not get a quadratic. But without using the approximation, I still get a quadratic. :confused:

So how can I get to the correct expression?

Any explanation would be greatly appreciated.

P. S. This equation relates to optical receivers where ##P## is the sensitivity and ##\sigma_T## and ##2RPr## are the thermal and intensity noise respectively.
 
Physics news on Phys.org
Multiply both sides by the denominator of the RHS. Subtract QσT from both sides. Square both sides. then see how you get on.
The key to this is isolating the square root expression on one side of the equation, if possible, then squaring everything.
 
  • Like
Likes   Reactions: roam
Try starting out by multiplying numerator and denominator of the RHS by ##\sqrt{\sigma_{T}^{2}+\left(2RPr\right)^{2}}-\sigma_{T}##. Then isolate ##\sqrt{\sigma_{T}^{2}+\left(2RPr\right)^{2}}-\sigma_{T}## and ##\sqrt{\sigma_{T}^{2}+\left(2RPr\right)^{2}}+\sigma_{T}## on the left hand sides of two equations, and add the two equations together.
 
  • Like
Likes   Reactions: roam
Thank you very much. Here is what I got so far:

$$Q\sqrt{\sigma_{T}^{2}+(2RPr)^{2}}=2RP-Q\sigma_{T}$$

$$Q^{2}\sigma_{T}^{2}+(2QrRP)^{2}=\left(2RP\right)^{2}-Q^{2}\sigma_{T}^{2}$$

$$4R^{2}(Q^{2}r^{2}-1)P^{2}=-2\left(Q\sigma_{T}\right)^{2}$$

$$P=\frac{Q\sigma_{T}}{R\sqrt{2\left(1-Q^{2}r^{2}\right)}}$$

It's now very close to the required expression. How can I get rid of the square root and the factor of 2 in the denominator?
 
Last edited:
Chestermiller said:
Try starting out by multiplying numerator and denominator of the RHS by ##\sqrt{\sigma_{T}^{2}+\left(2RPr\right)^{2}}-\sigma_{T}##. Then isolate ##\sqrt{\sigma_{T}^{2}+\left(2RPr\right)^{2}}-\sigma_{T}## and ##\sqrt{\sigma_{T}^{2}+\left(2RPr\right)^{2}}+\sigma_{T}## on the left hand sides of two equations, and add the two equations together.

I have tried this approach:

$$Q=\frac{2RP}{\sqrt{\sigma_{T}^{2}+(2RPr)^{2}}+\sigma_{T}}\frac{\sqrt{\sigma_{T}^{2}+(2RPr)^{2}}-\sigma_{T}}{\sqrt{\sigma_{T}^{2}+(2RPr)^{2}}-\sigma_{T}}$$

$$Q=\frac{2RP\left(\sqrt{\sigma_{T}^{2}+(2RPr)^{2}}-\sigma_{T}\right)}{\sigma_{T}^{2}+(2RPr)^{2}-\sigma_{T}^{2}}$$

$$\sqrt{\sigma_{T}^{2}+(2RPr)^{2}}-\sigma_{T}=2QRr^{2}P \tag{i}$$

$$\sqrt{\sigma_{T}^{2}+(2RPr)^{2}}+\sigma_{T}=\frac{2RP}{Q} \tag{ii}$$

Adding the two equations:

$$2\sqrt{\sigma_{T}^{2}+(2RPr)^{2}}=\frac{2RP}{Q}+2QRr^{2}P$$

$$\left(2RrP\right)^{2}=\frac{R^{2}(1+Q^{2}r^{2})^{2}P^{2}}{Q^{2}}-\sigma_{T}^{2}$$

I wasn't able to proceed further from here to get to equation (2). Any suggestions? :confused:
 
roam said:
Thank you very much. Here is what I got so far:

$$Q\sqrt{\sigma_{T}^{2}+(2RPr)^{2}}=2RP-Q\sigma_{T}$$

$$Q^{2}\sigma_{T}^{2}+(2QrRP)^{2}=\left(2RP\right)^{2}-Q^{2}\sigma_{T}^{2}$$

$$4R^{2}(Q^{2}r^{2}-1)P^{2}=-2\left(Q\sigma_{T}\right)^{2}$$

$$P=\frac{Q\sigma_{T}}{R\sqrt{2\left(1-Q^{2}r^{2}\right)}}$$

It's now very close to the required expression. How can I get rid of the square root and the factor of 2 in the denominator?
You seem to have lost a term in going from the first equation above to the second.
 
  • Like
Likes   Reactions: roam
haruspex said:
You seem to have lost a term in going from the first equation above to the second.

Thank you very much. It solved the problem.
 
From Post #5:
roam said:
$$\sqrt{\sigma_{T}^{2}+(2RPr)^{2}}-\sigma_{T}=2QRr^{2}P \tag{i}$$
$$\sqrt{\sigma_{T}^{2}+(2RPr)^{2}}+\sigma_{T}=\frac{2RP}{Q} \tag{ii}$$
Rather than adding these equations, subtract Eq. (i) from Eq. (ii) .
 
  • Like
Likes   Reactions: Chestermiller

Similar threads

  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
Replies
20
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 1 ·
Replies
1
Views
1K