3 ques. Cumulative (logs,circles w/tangent lines)

  • Thread starter Thread starter whitehorsey
  • Start date Start date
  • Tags Tags
    Lines
Click For Summary

Homework Help Overview

The discussion revolves around three mathematical problems involving logarithmic expressions and circle equations. The first problem concerns simplifying logarithmic expressions, the second involves finding the equation of a circle given certain intercepts, and the third requires determining the equation of a tangent line to a circle at a specified point.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants explore the simplification of logarithmic expressions and question the steps leading to their results. There is also discussion on the method to find the equation of a circle based on given intercepts, with some participants suggesting the use of implicit differentiation. The tangent line problem prompts questions about the relationship between the radius and the tangent line, including the concept of perpendicular slopes.

Discussion Status

Several participants are actively engaging with the problems, offering insights and asking clarifying questions. Some guidance has been provided regarding the use of formulas and relationships between geometric elements, though no consensus has been reached on the specific solutions.

Contextual Notes

Participants express confusion over certain mathematical concepts, such as the change of base formula for logarithms and the application of implicit differentiation. There are indications of varying levels of understanding among participants regarding these topics.

whitehorsey
Messages
188
Reaction score
0
1. Simplify each expression:
2 log49 - log23


2. none

3. 2 log49 - log23
= log481 - log23
= - log23
I get - log23 when it should just be log23. What did i do wrong?



1. Find the equation of the following circle:
The circle that passes through the origin and has intercepts equal to 1 and 2 on the x- and y- axes, respectively.


2. none

3. I have no idea how to do this problem.


1. For the circle x2 + y2 + 6x - 4y + 3 =0, find:
The equation of the tangent line at the point (-2,5).


2. xx0+yy0 = r2

3. I know that the center is (-3,2) and the radius is radical 10, but when i solve this problem I get the wrong answer.
xx0+yy0 = r2
x(-2) + y(5) = r2
-2x +5y = 10
The answer should be x + 3y = 13.
What did I do wrong?


Thank You!
 
Physics news on Phys.org
Hi whitehorsey
whitehorsey said:
3. 2 log49 - log23
= log481 - log23
= - log23
I get - log23 when it should just be log23. What did i do wrong?

Can you elaborate how you got - log23 ?


1. Find the equation of the following circle:
The circle that passes through the origin and has intercepts equal to 1 and 2 on the x- and y- axes, respectively.

The equation of circle : (x - a)^2 + (y - b)^2 = r^2, where (a, b) is the center.
The circle passes through (0,0) ; (1,0) and (0,2)


xx0+yy0 = r2

That's the formula if the center is origin.

Find the slope first. Do you know implicit differentiation?
 
whitehorsey said:
1. Simplify each expression:
2 log49 - log23


2. none

3. 2 log49 - log23
= log481 - log23
= - log23
I get - log23 when it should just be log23. What did i do wrong?
If x= [itex]log_4 81[/itex] then [itex]81= 4^x= (2^2)^x= 2^{2x}[/itex] so [itex]log_2 81= 2x[/itex] and [itex]x= log_4 81= (1/2)log_2 81= log_2 9[/itex].
What is [itex]log_2 9- log_2 3[/itex]?


1. Find the equation of the following circle:
The circle that passes through the origin and has intercepts equal to 1 and 2 on the x- and y- axes, respectively.
[itex](x- a)^2+ (y- b)^2= R^2[/itex] must be true for x= 0, y= 0; x= 1, y= 0; and x= 0, y= 2. You have [itex](0- a)^2+ (0- b)^2= a^2+ b^2= R^2[/itex], [itex](1- a)^2+ b^2= R^2[/itex], and [itex](0-a)^2+ (2- b)^2= R^2[/itex]. Three equations to solve for the three unknown values, a, b, and R. What happens if you subtract the first equation from the second? The first equation from the third?

2. none

3. I have no idea how to do this problem.


1. For the circle x2 + y2 + 6x - 4y + 3 =0, find:
The equation of the tangent line at the point (-2,5).


2. xx0+yy0 = r2

3. I know that the center is (-3,2) and the radius is radical 10, but when i solve this problem I get the wrong answer.
xx0+yy0 = r2
x(-2) + y(5) = r2
-2x +5y = 10
The answer should be x + 3y = 13.
What did I do wrong?
You certainly don't need Calculus, as songoku suggested. You know the center of the circle is (-3, 2). What is the slope of the line from (-3, 2) to (-2, 5), a radius of the circle? The tangent at that point on the circle must be perpendicular to the radius: if two lines of slopes m1 and m2 are perpendicular, then m1m2= -1 so you can find the slope of the tangent line. What is the equation of the line through (-2, 5) with that slope?

Thank You!
 
Last edited by a moderator:
HallsofIvy said:
You certainly don't need Calculus, as songoku suggested. You know the center of the circle is (-3, 2). What is the slope of the line from (-3, 2) to (-2, 5), a radius of the circle? The tangent at that point on the circle must be perpendicular to the radius: if two lines of slopes m1 and m2 are perpendicular, then m1m2= -1 so you can find the slope of the tangent line. What is the equation of the line through (-2, 5) with that slope?

Nice suggestion Mr. Hall ^^
 
HallsofIvy said:
If x= [itex]log_4 81[/itex] then [itex]81= 4^x= (2^2)^x= 2^2x[/itex] so [itex]log_2 81= 2x[/itex] and [itex]x= log_4 81= (1/2)log_2 81= log_2 9[/itex].
What is [itex]log_2 9- log_2 3[/itex]?



[itex](x- a)^2+ (y- b)^2= R^2[/itex] must be true for x= 0, y= 0; x= 1, y= 0; and x= 0, y= 2. You have [itex](0- a)^2+ (0- b)^2= a^2+ b^2= R^2[/itex], [itex](1- a)^2+ b^2= R^2[/itex], and [itex](0-a)^2+ (2- b)^2= R^2[/itex]. Three equations to solve for the three unknown values, a, b, and R. What happens if you subtract the first equation from the second? The first equation from the third?


You certainly don't need Calculus, as songoku suggested. You know the center of the circle is (-3, 2). What is the slope of the line from (-3, 2) to (-2, 5), a radius of the circle? The tangent at that point on the circle must be perpendicular to the radius: if two lines of slopes m1 and m2 are perpendicular, then m1m2= -1 so you can find the slope of the tangent line. What is the equation of the line through (-2, 5) with that slope?

For the first problem I don't get how you could put the x down there ([itex]81= 4^x= (2^2)^x= 2^2x[/itex]) when it was an exponent before.

Thank You for your help on the second problem. I understand it now. ^ ^

For the third problem, I find the slope and it was 3. Then I tried solving for the tangent line but i ended up with y = 3x +11. Can you teach me what I did wrong? I tried different ways but I can't seem to figure it out.
 
songoku said:
The equation of circle : (x - a)^2 + (y - b)^2 = r^2, where (a, b) is the center.
The circle passes through (0,0) ; (1,0) and (0,2)




That's the formula if the center is origin.

Find the slope first. Do you know implicit differentiation?

i found the slope which is 3. What do i do next? hmmm i don't recall ever learning implicit differentation
 
whitehorsey said:
For the first problem I don't get how you could put the x down there ([itex]81= 4^x= (2^2)^x= 2^2x[/itex]) when it was an exponent before.

x=log4 81 (you know that logaa=1 right?)

think of it like this xlog44=log481 =>log44x=log481 => 4x=81

Now doing what HallsofIvy said: 4=22 so we have (22)x=22x.
you can continue from where HallsofIvy left of.

Another way is to use the 'change of base formula' for logs.

[tex]log_a b = \frac{log_c b}{log_c a}[/tex]

So for 2 log49 - log23 , change either of the logs base to the other and simplify (base 4 to 2 or vice versa)


whitehorsey said:
i found the slope which is 3. What do i do next? hmmm i don't recall ever learning implicit differentation

The angle between a radius and a tangent at the point of contact is 90 degrees i.e. radius and tangent are perpendicular.

Now if line 1 and line 2 (with gradients m1 and m2 respectively) are perpendicular then m1m2=-1 (as HallsofIvy said previously)

the gradient you found is the gradient of the radius connecting the centre to (-2,5). Can you then find the gradient of the tangent? When you get that, you have the gradient of the tangent and a point on the tangent, you can now find the required equation.
 
rock.freak667 said:
x=log4 81 (you know that logaa=1 right?)

think of it like this xlog44=log481 =>log44x=log481 => 4x=81

Now doing what HallsofIvy said: 4=22 so we have (22)x=22x.
you can continue from where HallsofIvy left of.

Another way is to use the 'change of base formula' for logs.

[tex]log_a b = \frac{log_c b}{log_c a}[/tex]

So for 2 log49 - log23 , change either of the logs base to the other and simplify (base 4 to 2 or vice versa)




The angle between a radius and a tangent at the point of contact is 90 degrees i.e. radius and tangent are perpendicular.

Now if line 1 and line 2 (with gradients m1 and m2 respectively) are perpendicular then m1m2=-1 (as HallsofIvy said previously)

the gradient you found is the gradient of the radius connecting the centre to (-2,5). Can you then find the gradient of the tangent? When you get that, you have the gradient of the tangent and a point on the tangent, you can now find the required equation.

Hi rock.freak667
I was wondering how the change of base formula allows you to change the 4 into the 2 or vice versa like you said. Because I thought it only allows you to solve problems like these log37 which would change into log 7/log 3.

For the other question, I have tried many different ways but cannot seem to figure out the gradient of the tangent. Can you please show me? I'm very confused right now. :[
 
whitehorsey said:
Hi rock.freak667
I was wondering how the change of base formula allows you to change the 4 into the 2 or vice versa like you said. Because I thought it only allows you to solve problems like these log37 which would change into log 7/log 3.

For the other question, I have tried many different ways but cannot seem to figure out the gradient of the tangent. Can you please show me? I'm very confused right now. :[

When you changed log37 into log 7/log 3 you actually started using a new base of 10 (remember if it doesn't have a base written there, you're actually working in base 10). This is often done because your calculator has a button with this base on it and it allows you to use your calculator to compute this log. However, you could have chosen any base. For instance,

[tex]log_{3}7 = \frac{log_{a}7}{log_{a}3} = \frac{log_{15}7}{log_{15}3} = \frac{log_{957}7}{log_{957}3}[/tex]

Normally you'd pick [tex]a = 10[/tex], but if you want to work with base 2, you can also choose that.

For the slope of the tangent, you need to use that the radius of a circle and the tangent to a circle at the same point are perpendicular. Do you remember about the slopes of perpendicular lines? If line [tex]l[/tex]1 is perpendicular to [tex]l[/tex]2, their slopes are negative reciprocals. So pretty much, you take the slope [tex]m[/tex] of [tex]l[/tex]1, make it negative and flip it over in order to get the slope of [tex]l[/tex]2.
 
  • #10
I got it Thank You!
 
  • #11
whitehorsey said:
For the first problem I don't get how you could put the x down there ([itex]81= 4^x= (2^2)^x= 2^2x[/itex]) when it was an exponent before.
I didn't. That was a typo on my part. I mean [itex]81= 4^x= (2^2)^x= 2^{2x}[/itex]

Thank You for your help on the second problem. I understand it now. ^ ^

For the third problem, I find the slope and it was 3. Then I tried solving for the tangent line but i ended up with y = 3x +11. Can you teach me what I did wrong? I tried different ways but I can't seem to figure it out.
The slope of a radius, from (-3,2) to (-2,5), is 3. As I said, a tangent must be perpendicular to that radius and so has slope -1/3.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 48 ·
2
Replies
48
Views
6K
Replies
5
Views
2K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 2 ·
Replies
2
Views
6K
Replies
6
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K