Understanding a Math Equation Step by Step

  • Thread starter Thread starter quicksilver123
  • Start date Start date
  • Tags Tags
    Math equation
Click For Summary

Homework Help Overview

The discussion revolves around a complex mathematical equation involving trigonometric functions and algebraic manipulation. Participants are trying to understand the steps taken to simplify or transform the equation as presented in a textbook.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants are attempting to clarify the formatting of the equation and its components, with some suggesting the use of LaTeX for better readability. There are discussions about combining terms under radicals and simplifying fractions. Questions arise regarding specific steps and the correctness of expressions used in the transformations.

Discussion Status

The conversation is ongoing, with participants providing suggestions for formatting and simplification. Some have offered guidance on how to approach the problem, while others are still seeking clarification on specific points. There is no explicit consensus on the best method to proceed, indicating a variety of interpretations being explored.

Contextual Notes

Participants note issues with the clarity of the original equation and the potential for typos. There is an emphasis on ensuring all terms are correctly represented, particularly under square roots. The complexity of the equation and the need for careful manipulation are acknowledged.

quicksilver123
Messages
173
Reaction score
0

Homework Statement



my book shows:

(-1/(1-((b+acosx)/(a+bcosx))^2)^1/2) * ((a+bcosx)(-asinx)-(b+acosx)(-bsinx))/(a+bcosx)^2

=
(a^2+b^2cos^2(x)-b^2-a^2cos^2(x))^(-1/2)
*
((a^2-b^2)sinx/(| a+bcosx |))

I'm having a hard time understanding how they did this.
 
Last edited:
Physics news on Phys.org
Please proof read your equation. I see a variable c on the left side and a variable A on the right that is not matched on the other side. What are they?
 
  • Like
Likes   Reactions: Electron Spin
Edited. Thanks for the heads up, "c" was a typo
 
quicksilver123 said:

Homework Statement



my book shows:

(-1/(1-((b+acosx)/(a+bcosx))^2)^1/2) * ((a+bcosx)(-asinx)-(b+acosx)(-bsinx))/(a+bcosx)^2

=
(a^2+b^2cos^2(x)-b^2-a^2cos^2(x))^(-1/2)
*
((a^2-b^2)sinx/(| a+bcosx |))

I'm having a hard time understanding how they did this.
It's really hard to read your equation. Do you know how to use LaTeX? There's a tutorial here: https://www.physicsforums.com/help/latexhelp/
But in the meantime, is this what you meant?

##\frac{-1}{\sqrt{1-(\frac{b+a\cos(x)}{a+b\cos(x)})^2}} \frac{(a+b\cos(x))(-a\sin(x))-(b+a\cos(x))(-b\sin(x))}{(a+b\cos(x))^2} = \frac{1}{\sqrt{a^2+b^2\cos^2(x)-b^2-a^2\cos^2(x)}} \frac{(a^2-b^2)\sin(x)}{|a+b\cos(x)|} ##

Admittedly that's quite tricky to format, brackets don't enclose the fraction and that type of thing, someone might have suggestions on how to improve on it.
 
Thanks!

Actually this is what I meant. I copy and pasted and edited your latex script.
Mod note: Changed from inline tex (## tags)to standalone tex ($$ tags) to make everything larger and easier to read.
$$\frac{-1}{\sqrt{1-(\frac{b+a\cos(x)}{a+b\cos(x)})^2}} \frac{(a+b\cos(x))(-a\sin(x))-(b+a\cos(x))(-b\sin(x))}{(a+b\cos(x))^2} = \frac{1}{\sqrt{a^2+b^2\cos^2(x)-b^2-a^2\cos(x)^2}} \frac{(a^2-b^2)sin(x)}{|a+bcos(x)|} $$Actually we have the same equation despite my edits haha. It just wasn't displaying correctly with my phone being vertical.

Anyway, that's what I need help with.
 
Last edited by a moderator:
quicksilver123 said:
Thanks!

Actually this is what I meant. I copy and pasted and edited your latex script.

##\frac{-1}{\sqrt{1-(\frac{b+a\cos(x)}{a+b\cos(x)})^2}} \frac{(a+b\cos(x))(-a\sin(x))-(b+a\cos(x))(-b\sin(x))}{(a+b\cos(x))^2} = \frac{1}{\sqrt{a^2+b^2\cos^2(x)-b^2-a^2\cos(x)^2}} \frac{(a^2-b^2)sin(x)}{|a+bcos(x)|} ##Actually we have the same equation despite my edits haha. It just wasn't displaying correctly with my phone being vertical.

Anyway, that's what I need help with.
I would start with the left side to see if I end up with what's on the right. For starters, combine the two terms in the radical, and rewrite that whole factor in the form ##\frac{\sqrt{\text{something}}}{\sqrt{\text{something else}}}##.
Next expand the products in the numerator of the 2nd factor -- some of the terms will probably drop out.
 
$$\frac{-1}{{1-}\frac{\sqrt{b^{2}+2abcosx+a^{2}cos^{2}x}}{\sqrt{a^{2}+2abcosx+b^{2}cos^{2}x}}}\cdot \frac{-a^{2}sinx+b^{2}sinx}{a^{2}+2abcosx+b^{2}cos^{2}x}$$That's where I am. Obviously I can factor the a^2 and b^2 and the sin on the right numerator but uh... stuck.

Oh, and this handy little tool for latex previews: https://www.codecogs.com/latex/eqneditor.php
 
quicksilver123 said:
$$\frac{-1}{{1-}\frac{\sqrt{b^{2}+2abcosx+a^{2}cos^{2}x}}{\sqrt{a^{2}+2abcosx+b^{2}cos^{2}x}}}\cdot \frac{-a^{2}sinx+b^{2}sinx}{a^{2}+2abcosx+b^{2}cos^{2}x}$$That's where I am. Obviously I can factor the a^2 and b^2 and the sin on the right numerator but uh... stuck.

Oh, and this handy little tool for latex previews: https://www.codecogs.com/latex/eqneditor.php
There'a a preview button here on the lower right.

How did you get this?
$$\frac{-1}{{1-}\frac{\sqrt{b^{2}+2abcosx+a^{2}cos^{2}x}}{\sqrt{a^{2}+2abcosx+b^{2}cos^{2}x}}}$$
You don't show the intermediate steps, but it looks like you did something like this: ##\sqrt{1 + x} = \sqrt{1} +\sqrt{x}##, which is incorrect.

In my previous post I said this:
For starters, combine the two terms in the radical, and rewrite that whole factor in the form ##\frac{\sqrt{\text{something}}}{\sqrt{\text{something else}}}##.
In case I wasn't clear, I was talking about the radical in the denominator of the first factor on the left side.
 
That's just a typo. The entire fraction is meant to be under a square root.
 
  • #10
quicksilver123 said:
That's just a typo. The entire fraction is meant to be under a square root.
Your answer here doesn't make sense to me.
Here's part of the left side, from post #5
$$\frac{-1}{\sqrt{1-(\frac{b+a\cos(x)}{a+b\cos(x)})^2}}$$

In post #7 you show this (again only showing part of the left side):
$$\frac{-1}{{1-}\frac{\sqrt{b^{2}+2abcosx+a^{2}cos^{2}x}}{\sqrt{a^{2}+2abcosx+b^{2}cos^{2}x}}}$$

Is this what you really meant to write?
$$\frac{-1}{\sqrt{1 - \frac{\text{stuff}}{\text{other stuff}}}}$$

If so, what I said before was this -- inside that radical combine the 1 and the fraction into a single fraction. Don't keep it as a difference of two terms.
 
  • Like
Likes   Reactions: quicksilver123
  • #11
Yes that is what I wanted to write. Everything under the square root all at once.
 
  • #12
IMG_2104.JPG
Any help?
 
Last edited:
  • #13
quicksilver123 said:
Any help?
What do you call this?
If so, what I said before was this -- inside that radical combine the 1 and the fraction into a single fraction. Don't keep it as a difference of two terms.
 
  • #14
See the attached photo for my issue.
 
  • #15
quicksilver123 said:
The fourth line up from the bottom looks OK, although there's no good reason to expand the ##(a + b\cos(x))^2## part in the denominator inside the radical.

You have a mistake in the third line up from the bottom. I didn't look at the other factor on the left side.

Also, you have something like this: $$\frac{-1}{\sqrt{\frac{xxx}{yyy}}}$$
This part could be simplified to this:
$$-\sqrt{\frac{yyy}{xxx}}$$
 
  • #16
quicksilver123 said:
You don't need to expand so much stuff .

Consider: ##\ (a+b\cos(x))^2-(b+a\cos(x))^2 \ ##

That's a difference of squares thus: ##\ (a+b\cos(x)-(b+a\cos(x))\,)(a+b\cos(x)+b+a\cos(x)) \ ## .

With some rearranging: ##\ ((a-b) - (a-b)\cos(x))((a+b)+(a+b)\cos(x)) \ ##

##((a-b) (1-\cos(x))((a+b)(1+\cos(x)) \ ## and so forth.
 
  • #17
SammyS said:
You don't need to expand so much stuff .

Consider: ##\ (a+b\cos(x))^2-(b+a\cos(x))^2 \ ##

That's a difference of squares thus: ##\ (a+b\cos(x)-(b+a\cos(x))\,)(a+b\cos(x)+b+a\cos(x)) \ ## .

With some rearranging: ##\ ((a-b) - (a-b)\cos(x))((a+b)+(a+b)\cos(x)) \ ##

##((a-b) (1-\cos(x))((a+b)(1+\cos(x)) \ ## and so forth.

In this case one gets a much simpler final answer by NOT using ##A^2-B^2 = (A-B)(A+B)##, but, instead, just expanding out ##A^2 =(a+b\,\cos x)^2## and ##B^2 = (b+a\,\cos x)^2## and cancelling some things.
 

Similar threads

Replies
1
Views
17K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 6 ·
Replies
6
Views
6K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K